{ "opencollection": "1.0.0", "info": { "name": "nCino Mortgage Loan Application (Nested) Borrower Incomes API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Loan Application (Nested) Borrower Incomes", "type": "folder" }, "items": [ { "info": { "name": "🚧 Retrieve all of the borrower's income records (BETA)", "type": "http" }, "http": { "method": "GET", "url": "https://api.ncinomortgage.com/loan_applications/nested/:loan_application_id/borrower_incomes", "headers": [ { "name": "X-Api-Version", "value": "" } ], "params": [ { "name": "loan_application_id", "value": "", "type": "path", "description": "Loan application ID." }, { "name": "page", "value": "", "type": "query", "description": "The page to retrieve." }, { "name": "page_size", "value": "", "type": "query", "description": "The number of records returned in each page." } ] }, "docs": "> 🚧 Under construction\n> **This endpoint is in beta.** Functionality may change without notice, support is limited, and use in production is not recommended. Your feedback is appreciated.\n\nRetrieves all of the borrower's income records in a <>." }, { "info": { "name": "🚧 Creates one or more income records for the borrower. (BETA)", "type": "http" }, "http": { "method": "POST", "url": "https://api.ncinomortgage.com/loan_applications/nested/:loan_application_id/borrower_incomes", "headers": [ { "name": "X-Api-Version", "value": "" } ], "params": [ { "name": "loan_application_id", "value": "", "type": "path", "description": "Loan application ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "> 🚧 Under construction\n> **This endpoint is in beta.** Functionality may change without notice, support is limited, and use in production is not recommended. Your feedback is appreciated.\n\nCreates new income records for the borrower." }, { "info": { "name": "🚧 Update multiple income records for the borrower. (BETA)", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ncinomortgage.com/loan_applications/nested/:loan_application_id/borrower_incomes", "headers": [ { "name": "X-Api-Version", "value": "" } ], "params": [ { "name": "loan_application_id", "value": "", "type": "path", "description": "Loan application ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "> 🚧 Under construction\n> **This endpoint is in beta.** Functionality may change without notice, support is limited, and use in production is not recommended. Your feedback is appreciated.\n\nUpdates multiple income records for the borrower." }, { "info": { "name": "🚧 Retrieve a specific income record by ID. (BETA)", "type": "http" }, "http": { "method": "GET", "url": "https://api.ncinomortgage.com/loan_applications/nested/:loan_application_id/borrower_incomes/:record_id", "headers": [ { "name": "X-Api-Version", "value": "" } ], "params": [ { "name": "loan_application_id", "value": "", "type": "path", "description": "Loan application ID." }, { "name": "record_id", "value": "", "type": "path", "description": "Income record ID." } ] }, "docs": "> 🚧 Under construction\n> **This endpoint is in beta.** Functionality may change without notice, support is limited, and use in production is not recommended. Your feedback is appreciated.\n\nRetrieves a specific income record by ID." }, { "info": { "name": "🚧 Update a specific income record. (BETA)", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ncinomortgage.com/loan_applications/nested/:loan_application_id/borrower_incomes/:record_id", "headers": [ { "name": "X-Api-Version", "value": "" } ], "params": [ { "name": "loan_application_id", "value": "", "type": "path", "description": "Loan application ID." }, { "name": "record_id", "value": "", "type": "path", "description": "Income record ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "> 🚧 Under construction\n> **This endpoint is in beta.** Functionality may change without notice, support is limited, and use in production is not recommended. Your feedback is appreciated.\n\nUpdates a specific income record by ID." }, { "info": { "name": "🚧 Delete a specific income record. (BETA)", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ncinomortgage.com/loan_applications/nested/:loan_application_id/borrower_incomes/:record_id", "headers": [ { "name": "X-Api-Version", "value": "" } ], "params": [ { "name": "loan_application_id", "value": "", "type": "path", "description": "Loan application ID." }, { "name": "record_id", "value": "", "type": "path", "description": "Income record ID." } ] }, "docs": "> 🚧 Under construction\n> **This endpoint is in beta.** Functionality may change without notice, support is limited, and use in production is not recommended. Your feedback is appreciated.\n\nDeletes a specific income record by ID." } ] } ], "bundled": true }