{"info":{"_postman_id":"69721dd9-dd10-4303-8fba-f4804fac81cd","name":"Commercial","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"43051674","collectionId":"69721dd9-dd10-4303-8fba-f4804fac81cd","publishedId":"2sBY4SLymr","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-08-06T17:37:35.000Z"},"item":[{"name":"user","item":[{"name":"List Users","id":"03bf315a-c062-4adf-9f5d-b21b943859a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/user?query=<string>&orderBy=<string>&orderDir=<number>&skip=<number>&count=<number>","description":"<p>Retrieves a paginated and optionally filtered list of users. Supports searching by keyword, sorting, and pagination to efficiently manage large user datasets</p>\n","urlObject":{"path":["user"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>A search keyword used to filter the list of users based on their name and email address</p>\n","type":"text/plain"},"key":"query","value":"<string>"},{"description":{"content":"<p>The field name by which the results should be sorted.</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>The direction of sorting. Use 1 for ascending order and -1 for descending order.</p>\n","type":"text/plain"},"key":"orderDir","value":"<number>"},{"description":{"content":"<p>The number of records to skip. Used for pagination to control the starting point of the results.</p>\n","type":"text/plain"},"key":"skip","value":"<number>"},{"description":{"content":"<p>The maximum number of records to return. Used for pagination to limit the number of results.</p>\n","type":"text/plain"},"key":"count","value":"<number>"}],"variable":[]}},"response":[],"_postman_id":"03bf315a-c062-4adf-9f5d-b21b943859a3"},{"name":"Export User Report","id":"de895bbc-1ab4-43b6-a547-197697e0eea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/user/report","description":"<p>Export all users in the system via Excel file.</p>\n","urlObject":{"path":["user","report"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de895bbc-1ab4-43b6-a547-197697e0eea0"},{"name":"Create User","id":"5c3dbd6a-79bd-4d81-a679-b594f3c1e3ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"firstName\": \"first name\",\r\n  \"lastName\": \"last name\",\r\n  \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/user","description":"<p>Creates a new user account in the system. Requires details such as firstname, lastName and email address.</p>\n","urlObject":{"path":["user"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c3dbd6a-79bd-4d81-a679-b594f3c1e3ab"},{"name":"Update Password by ID","id":"3fc0d08f-8d1b-43ec-a909-2f784a630753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"password\": \"pasword123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/user/:id","description":"<p>Allows an administrator to reset or change the password for a specific user by their user ID.</p>\n","urlObject":{"path":["user",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of the User in Nexys's system.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"3fc0d08f-8d1b-43ec-a909-2f784a630753"},{"name":"Update Password","id":"f3bf3356-1255-4b05-a6eb-44485b834eff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test@gmail.com\",\r\n  \"password\": \"password123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/user/updatePwd","description":"<p>Updates the password for the authenticated user. The user must provide the email address and a new password to complete the update</p>\n","urlObject":{"path":["user","updatePwd"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f3bf3356-1255-4b05-a6eb-44485b834eff"},{"name":"Update User","id":"cbba53c6-b759-4022-af95-eb0b62bb73e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"firstName\": \"first name\",\r\n  \"lastName\": \"last name\",\r\n  \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/user/:id","description":"<p>Updates the profile information for an existing user.</p>\n<p>Requires details such as firstname, lastName and email address.</p>\n","urlObject":{"path":["user",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of the User in Nexys's system.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"cbba53c6-b759-4022-af95-eb0b62bb73e2"},{"name":"Update User Document","id":"6bdef404-db23-4c48-a9a1-76bef1cb6494","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documents\": [\r\n        {\"name\": \"result2.txt\", \"status\": \"Not Reviewed\", \"fileKey\": \"files/loan/15/userDocument/result2-1747244473238.txt\", \"category\": \"Valid Identification\", \"createdAt\": \"05/14/2025 13:41\"}\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/user/document/:id","description":"<p>Updates a document associated with a user</p>\n","urlObject":{"path":["user","document",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of the User in Nexys's system.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"6bdef404-db23-4c48-a9a1-76bef1cb6494"},{"name":"Delete User","id":"4149ef64-8a08-4ea7-8fea-66711248eb81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseURL}}/user/:id","description":"<p>Removes a user account from the system based on the provided user ID</p>\n","urlObject":{"path":["user",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of the User in Nexys's system.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"4149ef64-8a08-4ea7-8fea-66711248eb81"}],"id":"9e671919-7241-47c3-83e0-cead21689b0d","_postman_id":"9e671919-7241-47c3-83e0-cead21689b0d","description":""},{"name":"auth","item":[{"name":"auth","item":[{"name":"Check Passport","id":"c337c818-ea3d-4153-b138-f2042d88356c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{baseURL}}/auth/checkPassport/:selector/:token","description":"<p>This API endpoint checks the validity of a user's passport using the provided selector and token. It verifies whether the passport entry is active and retrieves the associated user information if the credentials are valid.</p>\n","urlObject":{"path":["auth","checkPassport",":selector",":token"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"string","key":"selector"},{"type":"any","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc","key":"token"}]}},"response":[],"_postman_id":"c337c818-ea3d-4153-b138-f2042d88356c"},{"name":"Get Account Executives","id":"96bbcd35-785c-49d1-bca6-770472ee3a90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/auth/getAccountExecutives","description":"<p>Returns a mapping of Account Executive and National Sales user IDs to their display names.</p>\n","urlObject":{"path":["auth","getAccountExecutives"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"96bbcd35-785c-49d1-bca6-770472ee3a90"},{"name":"User Login","id":"e34b583b-f614-477f-817e-4b18fc9c469d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"\",\r\n  \"password\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/auth/login","description":"<p>Login in to the System.<br />Email and Password is the require field</p>\n","urlObject":{"path":["auth","login"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e34b583b-f614-477f-817e-4b18fc9c469d"},{"name":"Send 2FA Code","id":"c2046b02-92e4-44a7-a119-f3970cb716d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"email\",\r\n  \"phone\": \"(234) 234-2342\",\r\n  \"option\": \"email\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/auth/send2faCode","description":"<p>This endpoint sends a Two-Factor Authentication (2FA) code to the user via the selected delivery method.</p>\n<p>email and option are require fields</p>\n","urlObject":{"path":["auth","send2faCode"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2046b02-92e4-44a7-a119-f3970cb716d7"},{"name":"Verify 2FA Code","id":"d18dd720-4a7e-480b-83bb-aa84235c9890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"skakutani@nextres.com\",\r\n  \"verifyCode\": \"123456\",\r\n  \"password\": \"123123\",\r\n  \"option\": \"skakutani@nextres.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/auth/verify2faCode","description":"<p>This API is used to verify the 2FA (Two-Factor Authentication) code</p>\n","urlObject":{"path":["auth","verify2faCode"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d18dd720-4a7e-480b-83bb-aa84235c9890"},{"name":"Forget Password","id":"4f081d02-1dfb-463b-af40-5aef0c597c4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/auth/forgetPassword","description":"<p>This API allows users to initiate a password reset process by providing their registered email address. Upon a valid request, the system sends a password reset link or instructions to the specified email.</p>\n","urlObject":{"path":["auth","forgetPassword"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f081d02-1dfb-463b-af40-5aef0c597c4e"},{"name":"Reset Password","id":"c1f0a200-dc5d-4690-aecb-5f613189e2f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"password\": \"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/auth/resetPassword/:selector/:token","description":"<p>This API allows users to reset their password using a valid reset token. The endpoint is accessed after a user receives a password reset email and provides their unique selector and token. If the credentials are valid and active, the user's password will be updated.</p>\n","urlObject":{"path":["auth","resetPassword",":selector",":token"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"","key":"selector"},{"type":"any","value":"","key":"token"}]}},"response":[],"_postman_id":"c1f0a200-dc5d-4690-aecb-5f613189e2f8"},{"name":"User Register","id":"6bec1f5b-aa1e-42ac-8274-0c1977920e4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"companyName\": \"company1\",\r\n  \"companyType\": \"Limited Liability Company\",\r\n  \"companyAddress\": \"street, city, IL zipcode\",\r\n  \"companyEIN\": \"companyEIN\",\r\n  \"companyNmls\": \"company Nmls\",\r\n  \"title\": \"title\",\r\n  \"name\": \"name\",\r\n  \"email\": \"email\",\r\n  \"phone\": \"(234) 234-2342\",\r\n  \"phoneExt\": \"(311) 231-2322\",\r\n  \"brokerSSN\": \"123-12-3567\",\r\n  \"brokerNmls\": \"broker Nmls\",\r\n  \"accountType\": \"broker\",\r\n  \"accountExecutive\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/auth/register","description":"<p>Creates a new user account in the system.</p>\n<p>companyName, companyType, companyAddress, name, email and phone are required fields.</p>\n","urlObject":{"path":["auth","register"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bec1f5b-aa1e-42ac-8274-0c1977920e4d"}],"id":"238ddb93-9095-4c43-acab-2e0b58f11bdd","_postman_id":"238ddb93-9095-4c43-acab-2e0b58f11bdd","description":""},{"name":"investorAuth","item":[{"name":"Investor Login","id":"ab7941d6-96bf-49f8-80fc-dd330c8d4680","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test@gmail.com\",\r\n  \"password\": \"123123\",\r\n  \"token\": \"signin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/investorAuth/login","description":"<p>Authenticates an investor using their email and password.</p>\n","urlObject":{"path":["investorAuth","login"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab7941d6-96bf-49f8-80fc-dd330c8d4680"},{"name":"Reset Password","id":"783b83fc-58ba-4e89-9701-a495356f39ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"password\": \"123123\",\r\n  \"token\": \"signin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/investorAuth/resetPwd","description":"<p>Allows an investor to reset their password</p>\n","urlObject":{"path":["investorAuth","resetPwd"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"783b83fc-58ba-4e89-9701-a495356f39ab"},{"name":"Forget Password","id":"52311d32-940a-49cd-b15e-9c62c722b15f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test@gmail.com\",\r\n  \"token\": \"signin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/investorAuth/forgotPwd","description":"<p>Resets an investor’s password and emails a new, randomly generated password to the user.</p>\n","urlObject":{"path":["investorAuth","forgotPwd"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"52311d32-940a-49cd-b15e-9c62c722b15f"}],"id":"74f4d468-dd3c-4d8e-8358-7c085ddea64b","_postman_id":"74f4d468-dd3c-4d8e-8358-7c085ddea64b","description":""},{"name":"temporaryAuth","item":[{"name":"Temporary Login","id":"b76dedb6-e11e-4e94-8dbd-a71874113e72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test@gmail.com\",\r\n  \"password\": \"123123\",\r\n  \"token\": \"signin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/temporaryAuth/login","description":"<p>Authenticate temporary users using their email and password.</p>\n","urlObject":{"path":["temporaryAuth","login"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b76dedb6-e11e-4e94-8dbd-a71874113e72"},{"name":"Reset Password","id":"f9aa3adc-0e3e-442a-a8bb-a4019a8acaeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"password\": \"123123\",\r\n  \"token\": \"signin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/temporaryAuth/resetPwd","description":"<p>Allows an temporary user to reset their password</p>\n","urlObject":{"path":["temporaryAuth","resetPwd"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9aa3adc-0e3e-442a-a8bb-a4019a8acaeb"},{"name":"Forget Password","id":"6f033e3b-28bb-4679-8e3d-3a83d2d0cc70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test@gmail.com\",\r\n  \"token\": \"signin\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/investorAuth/forgotPwd","description":"<p>Reset temporary user's password and email the user a new, randomly generated password.</p>\n","urlObject":{"path":["investorAuth","forgotPwd"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f033e3b-28bb-4679-8e3d-3a83d2d0cc70"},{"name":"Check user","id":"f8ff79d4-e4a4-4c49-9c64-2665ec15db9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test@gmail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/temporaryAuth/exists","description":"<p>Check the temporary user by email address</p>\n","urlObject":{"path":["temporaryAuth","exists"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8ff79d4-e4a4-4c49-9c64-2665ec15db9d"},{"name":"Register User","id":"b8f7a8f0-1bd9-4871-8716-42f3a90cda32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"email\": \"test@gmail.com\",\r\n  \"firstName\": \"first name\",\r\n  \"lastName\": \"first name\",\r\n  \"phone\": \"(234) 234-2342\",\r\n  \"presentAddress\": \"address\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/temporaryAuth/register","description":"<p>Register a temporary user account</p>\n<p>email, firstName, lastName and phone are required fields</p>\n","urlObject":{"path":["temporaryAuth","register"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b8f7a8f0-1bd9-4871-8716-42f3a90cda32"}],"id":"4b355b41-5d12-48a5-a1d5-f81268ac5266","_postman_id":"4b355b41-5d12-48a5-a1d5-f81268ac5266","description":""}],"id":"2d60535b-ee96-446a-af83-9cf19df52eb2","_postman_id":"2d60535b-ee96-446a-af83-9cf19df52eb2","description":""},{"name":"admin","item":[{"name":"accountExecutives","item":[{"name":"Get Account Executives","id":"24eb39ab-efcc-4186-81c9-e005744e37eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accountExecutives","description":"<p>Retrieves a list of all account executives registered in the system.</p>\n","urlObject":{"path":["admin","accountExecutives"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"24eb39ab-efcc-4186-81c9-e005744e37eb"},{"name":"Create Account Executive","id":"355a8dba-80e1-44e8-9d95-51369bc31bf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"title\",\r\n  \"firstName\": \"first name\",\r\n  \"lastName\": \"last name\",\r\n  \"email\": \"test@gmail.com\",\r\n  \"phone\": \"phone\",\r\n  \"description\": \"description\",\r\n  \"workPhone\": \"workPhone\",\r\n  \"linkedInUrl\": \"linkedInUrl\",\r\n  \"facebookUrl\": \"facebookUrl\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accountExecutives","description":"<p>Creates a new account executive profile in the system.<br />In here, workPhone, linkedInUrl and facebookUrl are not required fields</p>\n","urlObject":{"path":["admin","accountExecutives"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"355a8dba-80e1-44e8-9d95-51369bc31bf6"},{"name":"Update Account Executives by Id","id":"09126fe3-3887-44bc-8dc9-151e9e464e90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"photo","description":"<p>not required field</p>\n","type":"file","uuid":"89618516-41fb-4b78-b861-b8ecdd269ed3","value":null},{"key":"title","value":"title","description":"<p>required field</p>\n","type":"text","uuid":"67e44b3d-5e7f-4579-b239-61d2135e1bd2"},{"key":"firstName","value":"first name","description":"<p>required field</p>\n","type":"text","uuid":"eb103be1-2c1c-4170-87e1-f683e181210c"},{"key":"lastName","value":"last name","description":"<p>required field</p>\n","type":"text","uuid":"19d6733b-4d46-42c7-8148-b6f5f097e82c"},{"key":"email","value":"test@gmail.com","description":"<p>required field</p>\n","type":"text","uuid":"733118d3-9104-41ff-95fd-6d7683da680c"},{"key":"phone","value":"phone number","description":"<p>required field</p>\n","type":"text","uuid":"0cec6a62-4e7f-4ae3-b0a4-9e7b54cde989"},{"key":"description","value":"description","description":"<p>required field</p>\n","type":"text","uuid":"94c1dd42-59ad-4c9b-8bee-00c7c7189de7"},{"key":"workPhone","value":"workphone number","description":"<p>not required field</p>\n","type":"text","uuid":"032ba135-44fb-44b5-aab9-90a4df0535e3"},{"key":"linkedInUrl","value":"linkedin url","description":"<p>not required field</p>\n","type":"text","uuid":"b3d81923-3216-4d4d-aff1-d6ea24943e62"},{"key":"facebookUrl","value":"facebook url","description":"<p>not required field</p>\n","type":"text","uuid":"1ece8564-a381-4183-8af6-dae906c1817f"}]},"url":"{{baseURL}}/admin/accountExecutives/:id","urlObject":{"path":["admin","accountExecutives",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of the Account Executive</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"09126fe3-3887-44bc-8dc9-151e9e464e90"},{"name":"Setting the Visible Status of Account Executive","id":"fd6dd20c-bc81-48fd-b5d6-a312a9b2ec38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"visible\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accountExecutives/:id","description":"<p>Updates the visibility status of a specific account executive by their ID</p>\n","urlObject":{"path":["admin","accountExecutives",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of the Account Executive</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"fd6dd20c-bc81-48fd-b5d6-a312a9b2ec38"},{"name":"Delete Account Executive","id":"7958f432-a95a-48b3-8d95-c1424562d78a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseURL}}/admin/accountExecutives/:id","description":"<p>Deletes a specific account executive identified by their ID</p>\n","urlObject":{"path":["admin","accountExecutives",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"description":{"content":"<p>The UUID of the Account Executive</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"7958f432-a95a-48b3-8d95-c1424562d78a"}],"id":"e0c2f7ba-bf33-4c70-a851-c1a41e09d098","_postman_id":"e0c2f7ba-bf33-4c70-a851-c1a41e09d098","description":""},{"name":"accounting","item":[{"name":"accountingCategories","item":[{"name":"Get Base Category","id":"8125a745-56ac-40ec-a8a8-a9f49b2bc6b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/category/base?type=<string>","description":"<p>Retrieves a list of base accounting categories used for classification purposes within the platform.</p>\n","urlObject":{"path":["admin","accounting","category","base"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Not required field</p>\n","type":"text/plain"},"key":"type","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"8125a745-56ac-40ec-a8a8-a9f49b2bc6b9"},{"name":"Get Category","id":"05d0352b-b9e0-4ba5-82af-ce381707e590","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/category/?type=<string>","description":"<p>Fetches a list of all accounting categories</p>\n","urlObject":{"path":["admin","accounting","category",""],"host":["{{baseURL}}"],"query":[{"key":"type","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"05d0352b-b9e0-4ba5-82af-ce381707e590"},{"name":"Add Category","id":"5f87c941-8f7f-4d28-aca0-f685f9327168","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"baseId\": 9,\r\n  \"parentId\": 0,\r\n  \"value\": \"value\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accounting/category","description":"<p>Creates a new accounting category within the system.</p>\n","urlObject":{"path":["admin","accounting","category"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f87c941-8f7f-4d28-aca0-f685f9327168"},{"name":"Update Category","id":"f5329a00-52a7-4b8e-a160-b18de146ca00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"value\": \"value\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accounting/category?id=<string>","description":"<p>Updates the label of an existing accounting category by its ID</p>\n","urlObject":{"path":["admin","accounting","category"],"host":["{{baseURL}}"],"query":[{"key":"id","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"f5329a00-52a7-4b8e-a160-b18de146ca00"},{"name":"Delete Category","id":"d2815409-0427-45b0-8dc0-34ab21a982d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseURL}}/admin/accounting/category?id=<string>","description":"<p>Deletes an accounting category from the system using its unique identifier</p>\n","urlObject":{"path":["admin","accounting","category"],"host":["{{baseURL}}"],"query":[{"key":"id","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"d2815409-0427-45b0-8dc0-34ab21a982d6"}],"id":"18d7527f-cd7d-4a36-96d0-d403eec42a4e","_postman_id":"18d7527f-cd7d-4a36-96d0-d403eec42a4e","description":""},{"name":"accountingVendor","item":[{"name":"Get Vender Category","id":"555d62e1-66ab-4b4e-ad3f-26ef4968ad9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/vendorCategory","description":"<p>Retrieves a list of predefined vendor categories</p>\n","urlObject":{"path":["admin","accounting","vendorCategory"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"555d62e1-66ab-4b4e-ad3f-26ef4968ad9a"},{"name":"Get Vendors","id":"c2a8069c-41e2-4ca5-becb-90911c02158a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/vendor?query=<string>&orderBy=<string>&orderDir=<number>&pageNum=<number>&count=<number>","description":"<p>Retrieves a paginated and optionally filtered list of vendors. Supports searching by keyword, sorting, and pagination to efficiently manage large user datasets.</p>\n","urlObject":{"path":["admin","accounting","vendor"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>A search keyword used to filter the list of users based on their name, address, ein and note</p>\n","type":"text/plain"},"key":"query","value":"<string>"},{"description":{"content":"<p>The field name by which the results should be sorted.</p>\n","type":"text/plain"},"key":"orderBy","value":"<string>"},{"description":{"content":"<p>The direction of sorting. Use 1 for ascending order and -1 for descending order.</p>\n","type":"text/plain"},"key":"orderDir","value":"<number>"},{"description":{"content":"<p>The number of records to skip. Used for pagination to control the starting point of the results.</p>\n","type":"text/plain"},"key":"pageNum","value":"<number>"},{"description":{"content":"<p>The maximum number of records to return. Used for pagination to limit the number of results.</p>\n","type":"text/plain"},"key":"count","value":"<number>"}],"variable":[]}},"response":[],"_postman_id":"c2a8069c-41e2-4ca5-becb-90911c02158a"},{"name":"Download CSV file about Vendor Categories","id":"ed85449f-01ea-49b5-8891-2b20d67b6b81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/vendor/downloadCsv","description":"<p>Download accounting vendor categories data via CSV file</p>\n","urlObject":{"path":["admin","accounting","vendor","downloadCsv"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed85449f-01ea-49b5-8891-2b20d67b6b81"},{"name":"Add Vendor Category","id":"2ec6691e-7791-4aba-ae90-de4400f0e89d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"value\": \"value\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accounting/vendorCategory","description":"<p>Creates a new vendor category</p>\n","urlObject":{"path":["admin","accounting","vendorCategory"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ec6691e-7791-4aba-ae90-de4400f0e89d"},{"name":"Create Vendor","id":"07aded05-b64f-478e-aa8d-dd510594ecb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Name\",\r\n  \"address\": \"Gay St, New York, NY 10014\",\r\n  \"ein\": \"98-7654321\",\r\n  \"type\": 3,\r\n  \"isWire\": true,\r\n  \"isACH\": true,\r\n  \"isCheck\": true,\r\n  \"wireBankAddress\": \"Wire Rd, South Carolina\",\r\n  \"wireAccountHolder\": \"wire holder name\",\r\n  \"wireRoutingNo\": \"333\",\r\n  \"wireAccountNo\": \"111\",\r\n  \"achBankAddress\": \"Bourbon St, New Orleans, LA\",\r\n  \"achAccountHolder\": \"holder name\",\r\n  \"achRoutingNo\": \"123\",\r\n  \"achAccountNo\": \"456\",\r\n  \"note\": \"Note111\",\r\n  \"files\": [\r\n    {\r\n      \"id\": 1748282759090,\r\n      \"name\": \"Invoice02.pdf\",\r\n      \"status\": \"Not Reviewed\",\r\n      \"fileKey\": \"v3/loan/accounting/vendors/Invoice02-1748282755942.pdf\",\r\n      \"category\": \" \",\r\n      \"createdAt\": 1748282759090\r\n    },\r\n    {\r\n      \"id\": 1748282778631,\r\n      \"name\": \"Invoice03.pdf\",\r\n      \"status\": \"Not Reviewed\",\r\n      \"fileKey\": \"v3/loan/accounting/vendors/Invoice03-1748282773542.pdf\",\r\n      \"category\": \" \",\r\n      \"createdAt\": 1748282778631\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accounting/vendor","description":"<p>Creates a new vendor profile with banking details, classification type, tax ID, and optional supporting documents.<br />name, addressm ein and type are required fields</p>\n","urlObject":{"path":["admin","accounting","vendor"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"07aded05-b64f-478e-aa8d-dd510594ecb7"},{"name":"Update Vendor Category","id":"0a29b004-7682-4129-98fa-382006eb2b29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"value\": \"value\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accounting/vendorCategory?id=<string>","description":"<p>Updates the content of an existing accounting category by its ID</p>\n","urlObject":{"path":["admin","accounting","vendorCategory"],"host":["{{baseURL}}"],"query":[{"key":"id","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"0a29b004-7682-4129-98fa-382006eb2b29"},{"name":"Update Vendor","id":"dfab0535-e9ab-4841-8b6f-328589ef1942","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Name\",\r\n  \"address\": \"Gay St, New York, NY 10014\",\r\n  \"ein\": \"98-7654321\",\r\n  \"type\": 3,\r\n  \"isWire\": true,\r\n  \"isACH\": true,\r\n  \"isCheck\": true,\r\n  \"wireBankAddress\": \"Wire Rd, South Carolina\",\r\n  \"wireAccountHolder\": \"wire holder name\",\r\n  \"wireRoutingNo\": \"333\",\r\n  \"wireAccountNo\": \"111\",\r\n  \"achBankAddress\": \"Bourbon St, New Orleans, LA\",\r\n  \"achAccountHolder\": \"holder name\",\r\n  \"achRoutingNo\": \"123\",\r\n  \"achAccountNo\": \"456\",\r\n  \"note\": \"Note111\",\r\n  \"files\": [\r\n    {\r\n      \"id\": 1748282759090,\r\n      \"name\": \"Invoice02.pdf\",\r\n      \"status\": \"Not Reviewed\",\r\n      \"fileKey\": \"v3/loan/accounting/vendors/Invoice02-1748282755942.pdf\",\r\n      \"category\": \" \",\r\n      \"createdAt\": 1748282759090\r\n    },\r\n    {\r\n      \"id\": 1748282778631,\r\n      \"name\": \"Invoice03.pdf\",\r\n      \"status\": \"Not Reviewed\",\r\n      \"fileKey\": \"v3/loan/accounting/vendors/Invoice03-1748282773542.pdf\",\r\n      \"category\": \" \",\r\n      \"createdAt\": 1748282778631\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accounting/vendor?id=<string>","description":"<p>Updates the details of an existing vendor by ID. This includes vendor identity, payment methods (ACH, wire, or check), banking details, and address.</p>\n","urlObject":{"path":["admin","accounting","vendor"],"host":["{{baseURL}}"],"query":[{"key":"id","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"dfab0535-e9ab-4841-8b6f-328589ef1942"},{"name":"Delete Vendor Category","id":"47430ae9-904a-4e76-aee3-9e6068f1ba03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseURL}}/admin/accounting/vendorCategory?id=<string>","description":"<p>Deletes an vendor category from the system using its unique identifier</p>\n","urlObject":{"path":["admin","accounting","vendorCategory"],"host":["{{baseURL}}"],"query":[{"key":"id","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"47430ae9-904a-4e76-aee3-9e6068f1ba03"},{"name":"Delete Vendor","id":"c071d40f-9ec0-41b4-81cb-88ded37586a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseURL}}/admin/accounting/vendor?id=<string>","description":"<p>Deletes an vendor from the system using its unique identifier</p>\n","urlObject":{"path":["admin","accounting","vendor"],"host":["{{baseURL}}"],"query":[{"key":"id","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"c071d40f-9ec0-41b4-81cb-88ded37586a9"}],"id":"b07d086f-e6e1-412f-ad92-18f4a1c51e54","_postman_id":"b07d086f-e6e1-412f-ad92-18f4a1c51e54","description":""},{"name":"accountingRecord","item":[{"name":"Get Accounts","id":"6f566894-4f7e-4d7c-babd-9f4842fa95b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/data?query=<string>&type=<string>&year=<string>&account=<number>&from=<string>&to=<string>&showDeleted=<bool>&actived=<bool>&payoff=<bool>","description":"<p>Retrieves a paginated list of accounting records filtered by query parameters.</p>\n","urlObject":{"path":["admin","accounting","data"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Full-text search across id, amount, loanNumber, description, note, and category value (case-insensitive)</p>\n","type":"text/plain"},"key":"query","value":"<string>"},{"description":{"content":"<p>Category type used to fetch valid categories</p>\n","type":"text/plain"},"key":"type","value":"<string>"},{"description":{"content":"<p>Filters records by the year (default is All)</p>\n","type":"text/plain"},"key":"year","value":"<string>"},{"description":{"content":"<p>Filters records by the associated account ID</p>\n","type":"text/plain"},"key":"account","value":"<number>"},{"description":{"content":"<p>Start date for filtering records by \"date\", and ensures \"payoffDate\" is before this date or null.</p>\n","type":"text/plain"},"key":"from","value":"<string>"},{"description":{"content":"<p>End date for filtering by \"date\". Also affects \"payoffDate\" logic depending on payoff flag.</p>\n","type":"text/plain"},"key":"to","value":"<string>"},{"description":{"content":"<p>If true, includes records where \"deleted\" = TRUE. Defaults to FALSE.</p>\n","type":"text/plain"},"key":"showDeleted","value":"<bool>"},{"description":{"content":"<p>If true, includes records where \"actived\" = TRUE. Defaults to FALSE.</p>\n","type":"text/plain"},"key":"actived","value":"<bool>"},{"description":{"content":"<p>If true, filters for records with payoff = TRUE and valid \"payoffDate\" before or on to. If false, ensures \"payoffDate\" is null or after to.</p>\n","type":"text/plain"},"key":"payoff","value":"<bool>"}],"variable":[]}},"response":[],"_postman_id":"6f566894-4f7e-4d7c-babd-9f4842fa95b2"},{"name":"Download the Accounting data","id":"7def4ea4-bef8-4ff2-a40c-d9dfd40fb8f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/data/download","description":"<p>Downloading the Accounting data via xlsx file</p>\n","urlObject":{"path":["admin","accounting","data","download"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7def4ea4-bef8-4ff2-a40c-d9dfd40fb8f3"},{"name":"Get Accounting History","id":"f6b4e8d1-4dbe-4754-b2c9-56f64f3ce4d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/data/:id/history","description":"<p>Retrieves the log for a specific accounting record.</p>\n","urlObject":{"path":["admin","accounting","data",":id","history"],"host":["{{baseURL}}"],"query":[],"variable":[{"description":{"content":"<p>Accounting ID</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"f6b4e8d1-4dbe-4754-b2c9-56f64f3ce4d7"},{"name":"Get the Accounting by RelationId","id":"bd25c4f2-4504-48a1-bdb1-6f244704824f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/data/:id/relations","description":"<p>Fetches all accounting records that are related to a given accounting entry by relatedId</p>\n","urlObject":{"path":["admin","accounting","data",":id","relations"],"host":["{{baseURL}}"],"query":[],"variable":[{"description":{"content":"<p>relatedId value to filter</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"bd25c4f2-4504-48a1-bdb1-6f244704824f"},{"name":"Get the Accounting data filtered by fileId","id":"1dffe099-83fe-4be4-a329-de697f714391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/data/:fileId/file","description":"<p>Fetches a list of accounting records that are linked to a specific file, identified by fileId</p>\n","urlObject":{"path":["admin","accounting","data",":fileId","file"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"fileId"}]}},"response":[],"_postman_id":"1dffe099-83fe-4be4-a329-de697f714391"},{"name":"Get the Accounting by ID","id":"e1c62db2-30d3-4522-99c7-8c450cc5baf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/data/:id","description":"<p>Fetches a single accounting record using its unique identifier</p>\n","urlObject":{"path":["admin","accounting","data",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"e1c62db2-30d3-4522-99c7-8c450cc5baf9"},{"name":"Upload File","id":"e6d49550-dc0a-46ac-8d69-8ecadc251d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","description":"<p>File to upload</p>\n","type":"file","uuid":"47ab3e3a-5e1a-4c12-a152-dd81d27ded66","value":null}]},"url":"{{baseURL}}/admin/accounting/data/file/:type","description":"<p>Uploads an Excel file to the server, parses its content, and stores the file in an S3 bucket</p>\n","urlObject":{"path":["admin","accounting","data","file",":type"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"type"}]}},"response":[],"_postman_id":"e6d49550-dc0a-46ac-8d69-8ecadc251d26"},{"name":"Accounting Data Analysis","id":"47011a1a-810d-4921-bfa0-76f6a7f4aed6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"id\": 67,\r\n    \"fileId\": 0,\r\n    \"category\": 2,\r\n    \"subCategory\": 0,\r\n    \"date\": \"01/01/2023\",\r\n    \"description\": \"Second\",\r\n    \"amount\": 3333,\r\n    \"loanNumber\": \"\",\r\n    \"servicerLoanNumber\": \"\",\r\n    \"accountId\": 5,\r\n    \"note\": \"\",\r\n    \"files\": [],\r\n    \"actived\": true,\r\n    \"deleted\": false,\r\n    \"relatedId\": 0,\r\n    \"relatedItems\": [],\r\n    \"records\": [],\r\n    \"baseId\": 1,\r\n    \"payoff\": false,\r\n    \"payoffDate\": null,\r\n    \"debitOrCredit\": {}\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accounting/data/analyze","description":"<p>This endpoint checks whether any of the submitted accounting records already exist in the database by comparing a combination of fields (category, subCategory, date, description, amount, loanNumber, and accountId), while excluding the current item by ID.</p>\n","urlObject":{"path":["admin","accounting","data","analyze"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47011a1a-810d-4921-bfa0-76f6a7f4aed6"},{"name":"Create Accounting Data","id":"bfaea21a-1794-40d5-a89e-266b31f631c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"file\": null,\r\n  \"data\": [\r\n    {\r\n      \"id\": -1748360783215,\r\n      \"fileId\": 0,\r\n      \"category\": \"2\",\r\n      \"subCategory\": 40,\r\n      \"date\": \"05/27/2025\",\r\n      \"description\": \"description111\",\r\n      \"amount\": 123123,\r\n      \"loanNumber\": \"2553\",\r\n      \"servicerLoanNumber\": \"\",\r\n      \"accountId\": \"4\",\r\n      \"note\": \"note12111\",\r\n      \"files\": [\r\n        {\r\n          \"id\": 1748360779559,\r\n          \"name\": \"Copy of BOL.pdf\",\r\n          \"fileKey\": \"v3/accountings/Record/1748360656037/Copy of BOL-1748360777417.pdf\",\r\n          \"status\": \"Not Reviewed\",\r\n          \"category\": \" \",\r\n          \"createdAt\": 1748360779559\r\n        }\r\n      ],\r\n      \"actived\": true,\r\n      \"deleted\": false,\r\n      \"relatedId\": 0,\r\n      \"relatedItems\": [],\r\n      \"records\": [],\r\n      \"baseId\": \"1\",\r\n      \"payoff\": true,\r\n      \"payoffDate\": \"2025-05-29\",\r\n      \"debitOrCredit\": {\r\n        \"debit\": {\r\n          \"type\": \"Expense\",\r\n          \"baseId\": \"10\",\r\n          \"category\": \"34\",\r\n          \"subCategory\": \"\"\r\n        },\r\n        \"credit\": {\r\n          \"type\": \"Assets\",\r\n          \"baseId\": \"11\",\r\n          \"category\": \"\",\r\n          \"subCategory\": \"\"\r\n        }\r\n      }\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accounting/data","description":"<p>Create the Accounting Data</p>\n","urlObject":{"path":["admin","accounting","data"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfaea21a-1794-40d5-a89e-266b31f631c5"},{"name":"Update the accounting Data","id":"08ac5e7b-7853-43ae-893a-4dcf8756f71d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": 51,\r\n  \"fileId\": 0,\r\n  \"category\": 5,\r\n  \"subCategory\": 0,\r\n  \"date\": \"12/30/2022\",\r\n  \"description\": \"Fee\",\r\n  \"amount\": 1111,\r\n  \"loanNumber\": \"\",\r\n  \"servicerLoanNumber\": \"\",\r\n  \"accountId\": 3,\r\n  \"note\": \"\",\r\n  \"files\": [],\r\n  \"actived\": true,\r\n  \"deleted\": false,\r\n  \"relatedId\": 0,\r\n  \"relatedItems\": [],\r\n  \"records\": [],\r\n  \"baseId\": 2,\r\n  \"payoff\": false,\r\n  \"payoffDate\": null,\r\n  \"debitOrCredit\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accounting/data","description":"<p>Updates one or more accounting records in the database. The endpoint accepts an array of accounting items, processes each update, applies special business rules for balance-related categories, updates history, and maintains consistency with related services (such as files and loans).</p>\n","urlObject":{"path":["admin","accounting","data"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"08ac5e7b-7853-43ae-893a-4dcf8756f71d"},{"name":"Update the Account data by ID","id":"4472ba1a-50ad-4316-b7cd-178763ade253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": 51,\r\n  \"fileId\": 0,\r\n  \"category\": 5,\r\n  \"subCategory\": 0,\r\n  \"date\": \"12/30/2022\",\r\n  \"description\": \"Fee\",\r\n  \"amount\": 1111,\r\n  \"loanNumber\": \"\",\r\n  \"servicerLoanNumber\": \"\",\r\n  \"accountId\": 3,\r\n  \"note\": \"\",\r\n  \"files\": [],\r\n  \"actived\": true,\r\n  \"deleted\": false,\r\n  \"relatedId\": 0,\r\n  \"relatedItems\": [],\r\n  \"records\": [],\r\n  \"baseId\": 2,\r\n  \"payoff\": false,\r\n  \"payoffDate\": null,\r\n  \"debitOrCredit\": {}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accounting/data/:id","description":"<p>Updates an existing accounting record identified by its id. Applies special handling for balance categories and keeps related items, history, and file counts synchronized.</p>\n","urlObject":{"path":["admin","accounting","data",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"4472ba1a-50ad-4316-b7cd-178763ade253"},{"name":"Delete the Account Data by ID","id":"f7baa6a8-668b-4082-b42b-ac930407a63a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseURL}}/admin/accounting/data/:id","description":"<p>Toggles the deleted status of a single accounting record identified by its id. Maintains history logs and updates related file counts if necessary.</p>\n","urlObject":{"path":["admin","accounting","data",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"f7baa6a8-668b-4082-b42b-ac930407a63a"}],"id":"506fd07b-9d93-42a7-a570-416c2481879b","_postman_id":"506fd07b-9d93-42a7-a570-416c2481879b","description":""},{"name":"accounts","item":[{"name":"Get AccountingAccounts","id":"f68eee72-7e37-44ee-b11c-7dff54149e03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/account","description":"<p>Retrieves a list of all accounting accounts from the system, ordered alphabetically by name</p>\n","urlObject":{"path":["admin","accounting","account"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f68eee72-7e37-44ee-b11c-7dff54149e03"},{"name":"Add AccountingAccounts","id":"06433dae-5698-467e-98d4-3dacca7cb5a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": -1748362607125,\r\n  \"type\": \"bank\",\r\n  \"name\": \"Name1\",\r\n  \"number\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accounting/account","description":"<p>Add the accountingaccounts data</p>\n","urlObject":{"path":["admin","accounting","account"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"06433dae-5698-467e-98d4-3dacca7cb5a7"},{"name":"Update AccountingAccounts","id":"761ec76b-5986-481b-aa9c-8ecff2c51771","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": 7,\r\n  \"type\": \"bank\",\r\n  \"name\": \"Name\",\r\n  \"number\": \"111\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/accounting/account/:id","description":"<p>Update the accountingaccounts data by its ID</p>\n","urlObject":{"path":["admin","accounting","account",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"761ec76b-5986-481b-aa9c-8ecff2c51771"},{"name":"Delete AccountingAccounts by ID","id":"dc19530f-2d66-4499-be25-c4f820dede95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseURL}}/admin/accounting/account","description":"<p>Deletes an accountingaccounts from the system using its unique identifier</p>\n","urlObject":{"path":["admin","accounting","account"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dc19530f-2d66-4499-be25-c4f820dede95"}],"id":"656f1c61-b237-413f-a10b-de86f42de586","_postman_id":"656f1c61-b237-413f-a10b-de86f42de586","description":""},{"name":"files","item":[{"name":"Get the Files Data","id":"fba03d8c-0d06-47f3-a5cc-2a790e116edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/file/?type=<string>","description":"<p>Retrieves a list of files related to accounting, optionally filtered by file type</p>\n","urlObject":{"path":["admin","accounting","file",""],"host":["{{baseURL}}"],"query":[{"key":"type","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"fba03d8c-0d06-47f3-a5cc-2a790e116edc"},{"name":"Get File Information by ID","id":"cd231370-500c-402d-9465-b75148a6251f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/accounting/file/:id","description":"<p>Returns aggregate statistics for a specific file, including the total number of related accounting entries, the number of approved (active), pending (inactive), and deleted entries associated with the file.</p>\n","urlObject":{"path":["admin","accounting","file",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"cd231370-500c-402d-9465-b75148a6251f"},{"name":"Delete the File data by ID","id":"cc50d8c7-451b-4fad-9d9d-dfc09160be61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseURL}}/admin/accounting/file/:id","description":"<p>Permanently deletes a file identified by id from the system, along with all accounting entries associated with that file.</p>\n","urlObject":{"path":["admin","accounting","file",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"cc50d8c7-451b-4fad-9d9d-dfc09160be61"}],"id":"5abb8271-47dd-4e32-a4f0-c151fe2cabc0","_postman_id":"5abb8271-47dd-4e32-a4f0-c151fe2cabc0","description":""}],"id":"04d3325f-f0b5-46b6-a70b-084be3c26937","_postman_id":"04d3325f-f0b5-46b6-a70b-084be3c26937","description":""},{"name":"loanProgram","item":[{"name":"Synchronize the loanTermSheet","id":"11188643-15a0-4ed1-a6ee-4ba198199126","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"key\": \"fields\",\r\n  \"index\": 21,\r\n  \"targets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/loanTermSheet/sync/:id","description":"<p>Synchronizes a specific field or section (headerText, exhibitA, or a field at a given index) from a source term sheet template to multiple target templates, identified by productType and transactionType.<br />Ensures that the selected content is updated across all target templates for consistency.</p>\n","urlObject":{"path":["admin","loanTermSheet","sync",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"11188643-15a0-4ed1-a6ee-4ba198199126"},{"name":"Update the loanTermSheet by ID","id":"847657a1-2d0a-408b-8b78-266f3d4fe408","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"id\": 5,\r\n  \"productType\": \"Ground Up Construction\",\r\n  \"transactionType\": \"Purchase\",\r\n  \"headerText\": \"{{TodayDate}}\\n\\n{{LoanOfficerOrBrokerName}}\\n{{BrokerCompanyName}}\\n{{BrokerStreet}}\\n{{BrokerCity}}, {{BrokerState}}, {{BrokerZipCode}}\\n\\nTo Whom It May Concern:\\n\\nThe proposed terms and conditions outlined in this term sheet are provided for discussion purposes only and do not constitute a commitment to lend. This term sheet is intended as an outline only and does not purport to summarize all the terms, conditions, covenants, representations, warranties, or other provisions which would be contained in definitive legal documentation of the financing transaction contemplated herein. The actual terms and conditions upon which {{LenderCompany}} (“Lender”) might extend credit to the Borrower are subject to further due diligence, formal credit approval, satisfactory review of documentation, and such other terms and conditions as may be determined by {{LenderCompany}} in its sole discretion.\",\r\n  \"exhibitA\": \"A valid sales contract, ratified (as applicable)\\nA satisfactory appraisal ordered with one of our approved vendors\\nA tri-merged credit report with a fico score of no less than {{EstimatedCreditScore}}\\nSatisfactory Title Report\\nGovernment Issued Identification (DL & SSC)\\nEntity Documents (if entity is chosen for borrower)\\nBank statements for the 2 most recent months\\nSatisfactory insurance policy that meets all program guidelines\\nSatisfactory track record - settlement statements\\nAn acceptable explanation of how you will exit the transaction before the maturity of the term\\nAppraisal\\nCompleted {{LenderCompany}} ACH form\\nCompleted {{LenderCompany}} ACH form (Found in Document Genie)\\nLOE for cash out (if applicable)\\nLOE for credit issues (if applicable)\\nDetailed Construction Budget\\nRecent Tax Bill\",\r\n  \"fields\": [\r\n    {\r\n      \"title\": \"Loan Amount\",\r\n      \"content\": \"The Lesser of ${{LoanAmount}} or {{LTV}}% LTV\"\r\n    },\r\n    {\r\n      \"title\": \"Borrower\",\r\n      \"content\": \"{{BorrowerName}}\"\r\n    },\r\n    {\r\n      \"title\": \"Lender\",\r\n      \"content\": \"{{LenderCompany}} or an Affiliated Entity\"\r\n    },\r\n    {\r\n      \"title\": \"Subject Property\",\r\n      \"content\": \"{{SubjectPropertyAddress}}\"\r\n    },\r\n    {\r\n      \"title\": \"Interest Rate\",\r\n      \"content\": \"{{InterestRate}}%\"\r\n    },\r\n    {\r\n      \"title\": \"Loan Term\",\r\n      \"content\": \"{{LoanTerm}} months\"\r\n    },\r\n    {\r\n      \"title\": \"Commitment Fee\",\r\n      \"content\": \"${{CommitmentFee}} Up-front which will be credited back at the time of settlement.\"\r\n    },\r\n    {\r\n      \"title\": \"Discount Fee\",\r\n      \"content\": \"{{DiscountFeePercent}}% / ${{DiscountFeeAmount}}\"\r\n    },\r\n    {\r\n      \"title\": \"Cash From Borrower At Closing\",\r\n      \"content\": \"{{CashBorrowerAtClosing}}\"\r\n    },\r\n    {\r\n      \"title\": \"Extension Option\",\r\n      \"content\": \"3 months for 1% each\\nThis extension option is available if the loan is in good standing and borrower has completed any mutually agreed upon milestones.\"\r\n    },\r\n    {\r\n      \"title\": \"Yield Maintenance\",\r\n      \"content\": \"The Loan may be prepaid at any time, provided that the prepayment of the loan include interest through month.\"\r\n    },\r\n    {\r\n      \"title\": \"Assumability\",\r\n      \"content\": \"Loan is not assumable\"\r\n    },\r\n    {\r\n      \"title\": \"Construction/Rehab Budget\",\r\n      \"content\": \"${{ConstructionBudget}}\"\r\n    },\r\n    {\r\n      \"title\": \"Recourse\",\r\n      \"content\": \"Full recourse to Borrower and Guarantor for all principal, interest, and other indebtedness owed to Lender. Guarantor will remain liable for all interest carry, operating deficits, and other collection costs.\"\r\n    },\r\n    {\r\n      \"title\": \"Security\",\r\n      \"content\": \"Title insured first lien Deed of Trust/Mortgage and Assignment of all property and fixtures relating to the Subject Property;\\n100% Pledge of membership interest in the Borrower for the Subject Property;\\nCollateral assignments of all leases, rents, contracts, licenses, management agreements, and all other agreements relating to the subject property.\"\r\n    },\r\n    {\r\n      \"title\": \"Exit Fee\",\r\n      \"content\": \"{{ExitFee}}\"\r\n    },\r\n    {\r\n      \"title\": \"Construction Amount Financed\",\r\n      \"content\": \"${{ConstructionAmountFinanced}}\"\r\n    },\r\n    {\r\n      \"title\": \"Valuation Requirements\",\r\n      \"content\": \"The Applicable industry standard USPAP & FIRREA compliant appraisal form.\"\r\n    },\r\n    {\r\n      \"title\": \"Interest Calculation\",\r\n      \"content\": \"Interest calculated on the basis of a 360-day year. Interest will be calculated on full loan proceeds commencing on the day of funding.\"\r\n    },\r\n    {\r\n      \"title\": \"Operating Convenants\",\r\n      \"content\": \"To-be-determined during underwriting\"\r\n    },\r\n    {\r\n      \"title\": \"Financial Reporting\",\r\n      \"content\": \"Personal Financial Statements; Monthly Rent Rolls\"\r\n    },\r\n    {\r\n      \"title\": \"Broker Fee\",\r\n      \"content\": \"${{BrokerFeeAmount}} to {{BrokerCompanyName}}\"\r\n    },\r\n    {\r\n      \"title\": \"Closing Costs\",\r\n      \"content\": \"Upon acceptance of these terms, Borrower will be liable for all customary underwriting and closing costs, including but not limited to title insurance, legal fees, filing fees and any other expenses associated with the loan, whether or not the loan is ultimately consummated.\"\r\n    },\r\n    {\r\n      \"title\": \"Underwriting Fee\",\r\n      \"content\": \"${{UnderwritingFee}}\"\r\n    },\r\n    {\r\n      \"title\": \"Requirements\",\r\n      \"content\": \"See Exhibit A for list of required documents and conditions\"\r\n    },\r\n    {\r\n      \"title\": \"Other Requirements\",\r\n      \"content\": \"Loan documents will be prepared by external counsel. Borrower must provide all additional due diligence items, as requested.\\nFund Control will be required by lender as applicable. Borrower is responsible for cost. {{BorrowerType}}\"\r\n    },\r\n    {\r\n      \"title\": \"Exclusivity\",\r\n      \"content\": \"Lender has exclusive right to the loan for twenty (20) business days after executed term sheet.\"\r\n    },\r\n    {\r\n      \"title\": \"Expiration\",\r\n      \"content\": \"This Conditional Term Sheet shall expire five(5) days from {{FiveLaterDate}}.\\nThis term sheet is valid for 60 days of the date of this letter assuming that there are no changes in the economics of the transaction.\"\r\n    }\r\n  ],\r\n  \"createdAt\": \"2024-04-02T20:03:30.616Z\",\r\n  \"updatedAt\": \"2024-06-04T20:14:55.192Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/loanTermSheet/:id","description":"<p>Updates the details of a specific loan term sheet template identified by its id</p>\n","urlObject":{"path":["admin","loanTermSheet",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"847657a1-2d0a-408b-8b78-266f3d4fe408"},{"name":"Add loanTermSheet data","id":"d7fa552b-7507-4e56-8083-c0377ed2bd54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"title\",\r\n  \"content\": \"content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/loanTermSheet/:id","description":"<p>Adds a new field to the specified loan term sheet template. Each field must have a unique title within that template. If a field with the same title already exists, the operation fails with a conflict error.</p>\n","urlObject":{"path":["admin","loanTermSheet",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"d7fa552b-7507-4e56-8083-c0377ed2bd54"},{"name":"Delete the specific field on loanTermSheet","id":"a80da68f-011f-4111-893d-2c6027204f83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseURL}}/admin/loanTermSheet/:id/:index","description":"<p>Removes a specific field from a loan term sheet template, identified by the field's index in the template's fields array</p>\n","urlObject":{"path":["admin","loanTermSheet",":id",":index"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"},{"type":"any","value":"<string>","key":"index"}]}},"response":[],"_postman_id":"a80da68f-011f-4111-893d-2c6027204f83"}],"id":"92e53dc4-fb4a-4cd3-b8db-c0c0ec19eafe","_postman_id":"92e53dc4-fb4a-4cd3-b8db-c0c0ec19eafe","description":""},{"name":"configPublic","item":[{"name":"Get the Feature configuration","id":"2fbf608d-51b4-493a-bd5b-faf580db2284","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/config/features","description":"<p>Retrieves the application’s features configuration as a structured JSON object.</p>\n","urlObject":{"path":["admin","config","features"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fbf608d-51b4-493a-bd5b-faf580db2284"},{"name":"Get the Permissions Data","id":"c1dd9f12-9cae-4be1-b1be-086a61fef06e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/config/permissions","description":"<p>Returns a sorted list of all available permission strings in the system</p>\n","urlObject":{"path":["admin","config","permissions"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c1dd9f12-9cae-4be1-b1be-086a61fef06e"},{"name":"Get the application configuration","id":"54330417-8364-4d1c-b282-4b90465fc245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/admin/config/borrowerLoanWorkflow","description":"<p>Fetches the application configuration stored under a specific key, merging it with the default configuration. Optionally applies deep merge logic to ensure nested values are up to date and complete.</p>\n","urlObject":{"path":["admin","config","borrowerLoanWorkflow"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"54330417-8364-4d1c-b282-4b90465fc245"},{"name":"Get the broker loan workflow configuration","id":"f99c2d2f-4c8e-4e8e-b832-756b826823fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/admin/config/brokerLoanWorkflow","description":"<p>Returns the broker loan workflow configuration. If the broker-specific configuration is unavailable, the endpoint automatically falls back to the borrower loan workflow configuration, always ensuring a complete config is returned.</p>\n","urlObject":{"path":["admin","config","brokerLoanWorkflow"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f99c2d2f-4c8e-4e8e-b832-756b826823fc"},{"name":"Get the interfeace data","id":"74477af1-f00c-4d00-a044-af61dd291222","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/admin/config/interface","description":"<p>Returns the home portal menu configuration, tailored for main or non-main companies. Ensures the menu structure is consistent with defaults, orders menu items, fills missing links, and merges user/stored values with the appropriate base menu.</p>\n","urlObject":{"path":["admin","config","interface"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"74477af1-f00c-4d00-a044-af61dd291222"},{"name":"Get the all essential configuration","id":"b65ee755-ed75-45b4-a51d-624845202cf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/admin/config/appInit","description":"<p>Returns all essential configuration and option data required to initialize the application front end. Aggregates menus, settings, permissions, business rules, and static options for streamlined, one-call app bootstrapping.</p>\n","urlObject":{"path":["admin","config","appInit"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b65ee755-ed75-45b4-a51d-624845202cf4"},{"name":"Get the companyInformation","id":"1f1cef16-7fba-455f-8340-0d00434bab94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/admin/config/companyInformation","description":"<p>Fetches the company’s unique identifier and the primary email DNS configuration currently in use.</p>\n","urlObject":{"path":["admin","config","companyInformation"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1f1cef16-7fba-455f-8340-0d00434bab94"},{"name":"Get loanFieldProperties data","id":"6d8e3617-2519-4af4-bf7f-d73de0f44927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/admin/config/loanFieldProperties","description":"<p>Retrieves and assembles application settings from the configuration service</p>\n","urlObject":{"path":["admin","config","loanFieldProperties"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d8e3617-2519-4af4-bf7f-d73de0f44927"},{"name":"Get the text configuration data","id":"e60d51de-5285-41b5-8cef-2cbe7291ce6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/admin/config/textConfig","description":"<p>Fetches text configuration settings from the configuration service</p>\n","urlObject":{"path":["admin","config","textConfig"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e60d51de-5285-41b5-8cef-2cbe7291ce6f"},{"name":"Get the fee configuration data","id":"34e9986c-a653-4e10-8c99-c60606ce2b43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/admin/config/fee","description":"<p>Returns the fee configuration settings for the application, including default and stored values</p>\n","urlObject":{"path":["admin","config","fee"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34e9986c-a653-4e10-8c99-c60606ce2b43"},{"name":"Get the hmda data","id":"9abd3174-cea0-450d-af2c-342ab746bc25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/admin/config/hmda","description":"<p>Get the data about the hmda configuration</p>\n","urlObject":{"path":["admin","config","hmda"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9abd3174-cea0-450d-af2c-342ab746bc25"},{"name":"Get the term-sheet-sign-message data","id":"9bdce411-ac91-42b4-bdbb-1ffb709a7577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/admin/config/term_sheet_sign_message","description":"<p>Returns the term sheet sign message from settings, creating and returning a default value if none is set.</p>\n","urlObject":{"path":["admin","config","term_sheet_sign_message"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bdce411-ac91-42b4-bdbb-1ffb709a7577"},{"name":"Get the resource configuration data","id":"7b8533c9-4bcd-44e1-aaa8-d325f494c91c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseURL}}/admin/config/resource","description":"<p>Returns the merged resource configuration settings, combining stored and default values with deep merge up to four levels.</p>\n","urlObject":{"path":["admin","config","resource"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b8533c9-4bcd-44e1-aaa8-d325f494c91c"}],"id":"9adeda05-6c64-4754-a5d5-943f768966b1","_postman_id":"9adeda05-6c64-4754-a5d5-943f768966b1","description":""},{"name":"config","item":[{"name":"Get the loanActions configuration","id":"0254ed0b-7a8f-441a-8693-608415e4366f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/config/loanActions","description":"<p>Returns a grouped list of all loan action configurations and their labels, organized by action type</p>\n","urlObject":{"path":["admin","config","loanActions"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0254ed0b-7a8f-441a-8693-608415e4366f"},{"name":"Set the loanActions configuration data","id":"2f65b257-2903-4630-a88b-0c83e7ffde15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"RelockRate\": {\r\n    \"tasks\": [],\r\n    \"emails\": []\r\n  },\r\n  \"LockExtension\": {\r\n    \"tasks\": [],\r\n    \"emails\": []\r\n  },\r\n  \"ExceptionRequest\": {\r\n    \"tasks\": [],\r\n    \"emails\": []\r\n  },\r\n  \"LockRate\": {\r\n    \"tasks\": [],\r\n    \"emails\": []\r\n  },\r\n  \"LoanChangeRequest\": {\r\n    \"tasks\": [],\r\n    \"emails\": []\r\n  },\r\n  \"CancelLoanChangeRequest\": {\r\n    \"tasks\": [],\r\n    \"emails\": []\r\n  },\r\n  \"RevalidateLoan\": {\r\n    \"tasks\": [],\r\n    \"emails\": []\r\n  },\r\n  \"SandboxLoanChangeRequest\": {\r\n    \"tasks\": [],\r\n    \"emails\": []\r\n  },\r\n  \"SandboxCancelLoanChangeRequest\": {\r\n    \"tasks\": [],\r\n    \"emails\": []\r\n  },\r\n  \"SandboxRevalidateLoan\": {\r\n    \"tasks\": [],\r\n    \"emails\": []\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/config/loanActions/:actionType","description":"<p>Updates the configuration settings for the specified loan action type with the provided values.</p>\n","urlObject":{"path":["admin","config","loanActions",":actionType"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"actionType"}]}},"response":[],"_postman_id":"2f65b257-2903-4630-a88b-0c83e7ffde15"},{"name":"Get the locanStatusRestriction","id":"a09b1836-8bc0-4240-9642-95afa50a9ed4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/config/loanStatusRestriction","description":"<p>Ensures all loan status restriction configurations are present by filling missing or incomplete values with defaults, updates the settings if changes are made, and returns the complete configuration</p>\n","urlObject":{"path":["admin","config","loanStatusRestriction"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a09b1836-8bc0-4240-9642-95afa50a9ed4"},{"name":"Update the loanStatusRestriction data","id":"50115ac1-6877-489f-8856-77284fb8f568","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"submission\",\r\n  \"key\": \"unclearedPTD\",\r\n  \"data\": {\r\n    \"key\": \"unclearedPTD\",\r\n    \"loanStatus\": [\r\n      \"clearToClose\",\r\n      \"closed\",\r\n      \"closedLoanReview\",\r\n      \"docsOut\",\r\n      \"funded\",\r\n      \"loanSetupOnHold\",\r\n      \"readyForDocs\",\r\n      \"readyForPurchase\",\r\n      \"submitted\"\r\n    ],\r\n    \"enabled\": true\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/config/loanStatusRestriction","description":"<p>Updates a specific loan status restriction by key and type with new data and saves the updated configuration</p>\n","urlObject":{"path":["admin","config","loanStatusRestriction"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"50115ac1-6877-489f-8856-77284fb8f568"},{"name":"Get the emailDNS setting","id":"ef1c0350-fee0-44ab-a359-8a502e03c150","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/config/emailDNSSetup","description":"<p>Updates the configuration with the provided data, emits an update event for email DNS settings, and returns the result</p>\n","urlObject":{"path":["admin","config","emailDNSSetup"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ef1c0350-fee0-44ab-a359-8a502e03c150"},{"name":"Create emailDNSSetup data","id":"64d9cad1-966f-471b-8e2a-46277499db24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"provider\": \"1\",\r\n  \"dns\": \"testdomail.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/config/emailDNSSetup","description":"<p>Creates a new email DNS configuration after validating uniqueness and provider requirements, updates the configuration list, and returns the result with any created domain data</p>\n","urlObject":{"path":["admin","config","emailDNSSetup"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"64d9cad1-966f-471b-8e2a-46277499db24"},{"name":"Verify emailDNSSetup by dns","id":"02ed0f9e-af62-45e6-8e7f-8ddcbb5e4617","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PATCH","header":[],"url":"{{baseURL}}/admin/config/emailDNSSetup/:dns","description":"<p>Verifies the specified DNS by provider; if valid, updates its status in the configuration and returns the validation result</p>\n","urlObject":{"path":["admin","config","emailDNSSetup",":dns"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"dns"}]}},"response":[],"_postman_id":"02ed0f9e-af62-45e6-8e7f-8ddcbb5e4617"},{"name":"Get the emailDNSSetup data by dns","id":"31956b54-fde0-493b-a971-5139248e23f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/config/emailDNSSetup/:dns","description":"<p>Fetches and returns DNS domain details from the relevant provider for the specified DNS, or <code>null</code> if not found</p>\n","urlObject":{"path":["admin","config","emailDNSSetup",":dns"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"dns"}]}},"response":[],"_postman_id":"31956b54-fde0-493b-a971-5139248e23f6"},{"name":"Delete the emailDNSSetup data by dns","id":"6a2d62bc-06e3-4d28-9078-c018f16de417","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseURL}}/admin/config/emailDNSSetup/:dns","description":"<p>Deletes the specified DNS configuration (and remote domain if needed), updates the configuration list, and returns the operation result</p>\n","urlObject":{"path":["admin","config","emailDNSSetup",":dns"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"dns"}]}},"response":[],"_postman_id":"6a2d62bc-06e3-4d28-9078-c018f16de417"}],"id":"2ebb9602-cbcc-40f4-be6d-6d3d654cb8a2","_postman_id":"2ebb9602-cbcc-40f4-be6d-6d3d654cb8a2","description":""},{"name":"manager","item":[{"name":"Download the excel file according the Id","id":"073990f7-0c27-4093-9252-c5f60cef2bb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/loginNotificationExcel/:id","description":"<p>Generates and streams an Excel file containing detailed login notification data for the specified notification ID, including user and borrower view records, and sends it as a downloadable response</p>\n","urlObject":{"path":["admin","loginNotificationExcel",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"073990f7-0c27-4093-9252-c5f60cef2bb1"},{"name":"Download the bankerdata","id":"d6b3c6ee-f6e8-4c72-8336-c096631186d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/downloadBankerData","description":"<p>Generates and streams an Excel file containing detailed bankerdata</p>\n","urlObject":{"path":["admin","downloadBankerData"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6b3c6ee-f6e8-4c72-8336-c096631186d0"},{"name":"Filter the bankerdata","id":"bfcd1b01-1e66-4543-8bf9-13b36de897a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/getBankerData?table=appraiser&query=&pageNum=0&orderBy=createdAt&orderDir=-1&count=10","description":"<p>Retrieves filtered banker data from the specified table using query parameters for search, pagination, sorting, and result count</p>\n","urlObject":{"path":["admin","getBankerData"],"host":["{{baseURL}}"],"query":[{"key":"table","value":"appraiser"},{"key":"query","value":""},{"key":"pageNum","value":"0"},{"key":"orderBy","value":"createdAt"},{"key":"orderDir","value":"-1"},{"key":"count","value":"10"}],"variable":[]}},"response":[],"_postman_id":"bfcd1b01-1e66-4543-8bf9-13b36de897a8"},{"name":"Update the bankerdata","id":"791584e5-e09e-405a-b458-da309be44b67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"table\": \"appraiser\",\r\n  \"data\": {\r\n    \"companyName\": \"company1\",\r\n    \"fullName\": \"Charles2\",\r\n    \"phone\": \"(298) 329-8238\",\r\n    \"address\": \"230 5th Ave, New York, NY 10001\",\r\n    \"licenseNumber\": \"23434\",\r\n    \"expireDate\": \"2023-08-22\",\r\n    \"licensedStates\": {\r\n      \"AK\": true,\r\n      \"AL\": true\r\n    },\r\n    \"status\": \"Eligible\"\r\n  },\r\n  \"id\": 14\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/updateBankerData","description":"<p>Adds or updates records in the specified table (appraiser, settlement, contractor, or guarantor) based on the provided data and ID, returning a success message for each operation</p>\n","urlObject":{"path":["admin","updateBankerData"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"791584e5-e09e-405a-b458-da309be44b67"},{"name":"Delete bankerdata","id":"cea4221a-64f5-4a38-9d87-cd3d5ce0e6dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"table\": \"appraiser\",\r\n  \"id\": 14\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/deleteBankerData","description":"<p>Deletes the specified record from the given table (appraiser, settlement, or contractor), marking contractors as deleted, and returns a success message</p>\n","urlObject":{"path":["admin","deleteBankerData"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cea4221a-64f5-4a38-9d87-cd3d5ce0e6dc"},{"name":"Get the broadcastEmail data","id":"f4c9c3da-03af-4da5-840e-d8327fee5eb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/broadcastEmail?skip=0&count=10","description":"<p>Returns a paginated list of records ordered by creation date (descending), along with the total record count</p>\n","urlObject":{"path":["admin","broadcastEmail"],"host":["{{baseURL}}"],"query":[{"key":"skip","value":"0"},{"key":"count","value":"10"}],"variable":[]}},"response":[],"_postman_id":"f4c9c3da-03af-4da5-840e-d8327fee5eb2"},{"name":"Add the broadcastEmail data","id":"cda0d096-29a5-4360-b05c-cfed9cafb7a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"files","type":"file","uuid":"60a8ba19-0028-472e-9ab4-1505cd653e73","value":null},{"key":"accountType","value":"accounting,account_manager","type":"text","uuid":"8fe9cba4-436f-4a57-87bc-7f9c3fad65bd"},{"key":"title","value":"title","type":"text","uuid":"0f90d943-b95b-4497-925a-13d09e54362c"},{"key":"content","value":"content","type":"text","uuid":"45b76ce7-3454-4504-aa58-71e233275f1e"}]},"url":"{{baseURL}}/admin/broadcastEmail","description":"<p>Sends a broadcast email (with optional attachments) to selected users and/or account types, records the email details, and includes unsubscribe links for recipients</p>\n","urlObject":{"path":["admin","broadcastEmail"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cda0d096-29a5-4360-b05c-cfed9cafb7a3"},{"name":"Handle the loginPageModal notification Data","id":"176c5494-110b-43fc-af1a-8946e5618975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"type\": \"get\",\r\n  \"data\": {\r\n    \"query\": \"\",\r\n    \"type\": \"all\",\r\n    \"status\": \"All\",\r\n    \"accountType\": \"all\",\r\n    \"count\": 10,\r\n    \"skip\": 0,\r\n    \"orderBy\": \"to\",\r\n    \"orderDir\": \"-1\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/logInPageModal","description":"<p>Handles listing, filtering, creating, updating, deleting, and reviewing login page modal notifications—returning data or success status for each operation based on the specified action type.</p>\n","urlObject":{"path":["admin","logInPageModal"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"176c5494-110b-43fc-af1a-8946e5618975"},{"name":"Get landinglearnmore data","id":"dfa828f2-cf6a-4774-b907-c0159d67b54b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/landingLearnMore","description":"<p>Returns all landing learn more records ordered by their order field in ascending order.</p>\n","urlObject":{"path":["admin","landingLearnMore"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfa828f2-cf6a-4774-b907-c0159d67b54b"},{"name":"Create landinglearnmore data","id":"acd42c73-2a7b-470b-9ab6-72ce1dacf486","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"title\",\r\n  \"content\": \"content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/landingLearnMore","description":"<p>Create the landingLearnMore data</p>\n","urlObject":{"path":["admin","landingLearnMore"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"acd42c73-2a7b-470b-9ab6-72ce1dacf486"},{"name":"Update landingLearnMore data","id":"a874b7cc-1141-478a-a17a-19752816ccc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"title\": \"title\",\r\n  \"content\": \"content\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/landingLearnMore/:id","description":"<p>Update the landingLearnMore data by its ID</p>\n","urlObject":{"path":["admin","landingLearnMore",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"a874b7cc-1141-478a-a17a-19752816ccc5"},{"name":"Delete landingLearnMore data","id":"1c4696f9-ecb6-4b5e-8681-e8df681553c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseURL}}/admin/landingLearnMore/:id","description":"<p>Deletes an landingLearnMore from the system using its unique identifier</p>\n","urlObject":{"path":["admin","landingLearnMore",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id"}]}},"response":[],"_postman_id":"1c4696f9-ecb6-4b5e-8681-e8df681553c0"},{"name":"Swap the order of two landingLearnMore data","id":"97dd5536-98f8-4013-b60a-f5fe4108f19e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"url":"{{baseURL}}/admin/landingLearnMore/order/:id1/:id2","description":"<p>Swaps the order values of two landing learn more records identified by their IDs.</p>\n","urlObject":{"path":["admin","landingLearnMore","order",":id1",":id2"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"id1"},{"type":"any","value":"<string>","key":"id2"}]}},"response":[],"_postman_id":"97dd5536-98f8-4013-b60a-f5fe4108f19e"},{"name":"Get alternativeNames Data","id":"86f634bb-5c5e-4061-8cbd-d83a2bc65cc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/admin/alternativeNames?firstName=Marisol&middleName=Vin&lastName=Testcase","description":"<p>Returns the data field of the first AlternativeName record matching the given condition, or an empty array if not found</p>\n","urlObject":{"path":["admin","alternativeNames"],"host":["{{baseURL}}"],"query":[{"key":"firstName","value":"Marisol"},{"key":"middleName","value":"Vin"},{"key":"lastName","value":"Testcase"}],"variable":[]}},"response":[],"_postman_id":"86f634bb-5c5e-4061-8cbd-d83a2bc65cc8"},{"name":"Update the alternativeNames data","id":"07497304-9645-4cf5-92b3-2c90f32822d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"firstName\": \"Marisol\",\r\n  \"middleName\": \"Vin\",\r\n  \"lastName\": \"Testcase\",\r\n  \"data\": [\r\n    {\r\n      \"id\": 1748525335324,\r\n      \"firstName\": \"Test\",\r\n      \"middleName\": \"Alternative\",\r\n      \"lastName\": \"Name\"\r\n    }\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/admin/alternativeNames","description":"<p>Updates the data field of the AlternativeName record matching the normalized names, or inserts a new record if none exists.</p>\n","urlObject":{"path":["admin","alternativeNames"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"07497304-9645-4cf5-92b3-2c90f32822d0"}],"id":"786e6f8b-c9a7-4094-92df-ecb08bc2e728","_postman_id":"786e6f8b-c9a7-4094-92df-ecb08bc2e728","description":""}],"id":"5d84b601-3433-4bc0-9d5a-26d3b64f0d29","_postman_id":"5d84b601-3433-4bc0-9d5a-26d3b64f0d29","description":""},{"name":"api","item":[{"name":"Import","item":[{"name":"Import Truly Salesforce - RTL Boarding Type","id":"5010850e-efc5-47a7-9d2d-a66aff066ad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"9715f1c1-a8ab-4810-b5b9-520496a5e8d6","src":"/C:/Users/A/Downloads/report1770310779423.xls"},{"key":"type","value":"RTL Boarding Tape","type":"text","uuid":"9f3e39bb-446a-4e4c-bfeb-ac0ae5e6c15a"}]},"url":"http://localhost:3333/api/import/truly/salesforce","urlObject":{"protocol":"http","port":"3333","path":["api","import","truly","salesforce"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5010850e-efc5-47a7-9d2d-a66aff066ad1"},{"name":"Import Truly Salesforce - Servicing Boarding","id":"27ad6c7f-efa9-4107-8321-87452512f3a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"9715f1c1-a8ab-4810-b5b9-520496a5e8d6","src":"/C:/Users/A/Downloads/report1770310792204.xls"},{"key":"type","value":"Servicing Boarding","type":"text","uuid":"9f3e39bb-446a-4e4c-bfeb-ac0ae5e6c15a"}]},"url":"https://api.trulyinvestorcapital.nexys.com/api/import/truly/salesforce","urlObject":{"protocol":"https","path":["api","import","truly","salesforce"],"host":["api","trulyinvestorcapital","nexys","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"27ad6c7f-efa9-4107-8321-87452512f3a5"},{"name":"Import Truly Salesforce - Servicing Data Tape","id":"5291f1a3-f705-4dbd-a3bf-ce741178a386","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"9715f1c1-a8ab-4810-b5b9-520496a5e8d6","src":"/C:/Users/A/Downloads/salesforce migration - servicing data tape (1).xlsx"},{"key":"type","value":"Servicing Data Tape","type":"text","uuid":"9f3e39bb-446a-4e4c-bfeb-ac0ae5e6c15a"}]},"url":"https://api.trulyinvestorcapital.nexys.com/api/import/truly/salesforce","urlObject":{"protocol":"https","path":["api","import","truly","salesforce"],"host":["api","trulyinvestorcapital","nexys","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"5291f1a3-f705-4dbd-a3bf-ce741178a386"},{"name":"Import Truly Salesforce - Servicing Data Tape - localhost","id":"8b099e75-3dc6-494a-a4f2-88de62c127db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"9715f1c1-a8ab-4810-b5b9-520496a5e8d6","src":"/C:/Users/A/Downloads/salesforce migration - servicing data tape (1).xlsx"},{"key":"type","value":"Servicing Data Tape","type":"text","uuid":"9f3e39bb-446a-4e4c-bfeb-ac0ae5e6c15a"}]},"url":"http://127.0.0.1:3333/api/import/truly/salesforce","urlObject":{"protocol":"http","port":"3333","path":["api","import","truly","salesforce"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"8b099e75-3dc6-494a-a4f2-88de62c127db"},{"name":"Import Truly Salesforce - approvedCustomer","id":"acac17e0-7105-4641-af7c-7eeea2310dc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"9715f1c1-a8ab-4810-b5b9-520496a5e8d6","src":"/C:/Users/A/Downloads/Approved Customer List Accounts with address.csv"}]},"url":"https://api.trulyinvestorcapital.nexys.com/api/import/truly/salesforce/approvedCustomer","urlObject":{"protocol":"https","path":["api","import","truly","salesforce","approvedCustomer"],"host":["api","trulyinvestorcapital","nexys","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"acac17e0-7105-4641-af7c-7eeea2310dc1"},{"name":"Import Truly Salesforce - activeAccounts","id":"2ead98a7-47c7-4c5e-ab2a-9f6cf97b644b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"9715f1c1-a8ab-4810-b5b9-520496a5e8d6","src":"/C:/Users/A/Downloads/Active Accounts.csv"}]},"url":"https://api.trulyinvestorcapital.nexys.com/api/import/truly/salesforce/activeAccounts","urlObject":{"protocol":"https","path":["api","import","truly","salesforce","activeAccounts"],"host":["api","trulyinvestorcapital","nexys","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ead98a7-47c7-4c5e-ab2a-9f6cf97b644b"},{"name":"Import Truly Salesforce - approvedBrokers","id":"2d6f1844-914e-4e82-93ea-f6ce458b8279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"9715f1c1-a8ab-4810-b5b9-520496a5e8d6","src":"/C:/Users/A/Downloads/Approved Brokers.csv"}]},"url":"https://api.trulyinvestorcapital.nexys.com/api/import/truly/salesforce/approvedBrokers","urlObject":{"protocol":"https","path":["api","import","truly","salesforce","approvedBrokers"],"host":["api","trulyinvestorcapital","nexys","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d6f1844-914e-4e82-93ea-f6ce458b8279"},{"name":"Send Invitation emails to users","id":"af4ea79f-e1c1-4465-9b97-1d9b94942e62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userFrom\": 19673,\r\n    \"userTo\": 26410\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.trulyinvestorcapital.nexys.com/api/import/truly/salesforce/sendUserInvite","urlObject":{"protocol":"https","path":["api","import","truly","salesforce","sendUserInvite"],"host":["api","trulyinvestorcapital","nexys","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"af4ea79f-e1c1-4465-9b97-1d9b94942e62"}],"id":"0a88c81a-943a-41dd-98e0-574911d3ad33","_postman_id":"0a88c81a-943a-41dd-98e0-574911d3ad33","description":""},{"name":"Create Loan by salesforce","id":"094891e7-4b2e-477e-972e-1bacb291f440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"First_Name_Borrower__c\": \"Brian\",\r\n    \"Last_Name_Borrower__c\": \"Young\",\r\n    \"Email_Borrower__c\": \"byoung@nexys.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.icc.nexys.com/loan/external/salesforce","urlObject":{"protocol":"https","path":["loan","external","salesforce"],"host":["api","icc","nexys","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"094891e7-4b2e-477e-972e-1bacb291f440"},{"name":"Get Loan Salesforce data","id":"26f32bbd-0dc6-46e9-a68d-d1ce4ea367b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.icc.nexys.com/loan/external/salesforce/:Nexys_Loan_ID__c","urlObject":{"protocol":"https","path":["loan","external","salesforce",":Nexys_Loan_ID__c"],"host":["api","icc","nexys","com"],"query":[],"variable":[{"type":"any","value":"","key":"Nexys_Loan_ID__c"}]}},"response":[],"_postman_id":"26f32bbd-0dc6-46e9-a68d-d1ce4ea367b3"},{"name":"Get Loan Salesforce data - localhost","id":"349fcdbc-c28d-4bb1-9394-4244b93b6b1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"First_Name_Borrower__c\": \"Brian\",\r\n    \"Last_Name_Borrower__c\": \"Young\",\r\n    \"Email_Borrower__c\": \"byoung@nexys.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3333/loan/external/salesforce/4748","urlObject":{"protocol":"http","port":"3333","path":["loan","external","salesforce","4748"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"349fcdbc-c28d-4bb1-9394-4244b93b6b1c"},{"name":"Create loan by salesforce - localhost","id":"11b67df5-9950-4553-97ec-f2511a8dc80b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"First_Name_Borrower__c\": \"Brian\",\r\n    \"Last_Name_Borrower__c\": \"Young\",\r\n    \"Email_Borrower__c\": \"byoung@nexys.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:3333/loan/external/salesforce","urlObject":{"protocol":"http","port":"3333","path":["loan","external","salesforce"],"host":["127","0","0","1"],"query":[],"variable":[]}},"response":[],"_postman_id":"11b67df5-9950-4553-97ec-f2511a8dc80b"},{"name":"Import Taxloan File","id":"a9937f2e-f4ae-425e-a78d-b9a9add01544","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","uuid":"c890810a-6936-41b0-99bf-c0f890a176c9","src":"/C:/Users/A/Downloads/BoRain Capital Fund 5.accdb"},{"key":"rolodexNo","value":"1001","type":"text","uuid":"8debb010-5904-4c1d-834c-f3b63949ef41"}]},"url":"http://localhost:3333/api/import/taxLoansFile","urlObject":{"protocol":"http","port":"3333","path":["api","import","taxLoansFile"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9937f2e-f4ae-425e-a78d-b9a9add01544"}],"id":"40d1c3dd-d65b-4f7b-b72a-9c1db52293a2","_postman_id":"40d1c3dd-d65b-4f7b-b72a-9c1db52293a2","description":""},{"name":"loan","item":[{"name":"structure","item":[{"name":"loanStructure","item":[{"name":"Get the loan overview section data","id":"1363ddf2-014a-4f07-9cd0-d4b6a1f596bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/overviewSection","description":"<h3 id=\"description\">Description</h3>\n<p>Fetches a summarized overview of loan details using the provided loan number. Includes borrower Name, property address, bytepro File Name, servicing status, program details, and entity title if available</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>components -&gt; Overview, Loan -&gt; Budget, Temporary -&gt; Survey</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"loanNumber\": 4656,\n  \"entityTitle\": \"\",\n  \"borrowerName\": \"Charles Park\",\n  \"propertyAddress\": \"1111 Franklin Ave, Garden City, NY 11530\",\n  \"byteproFileName\": 7000402,\n  \"loanStatus\": \"prequal\",\n  \"servicingStatus\": null,\n  \"type\": 3,\n  \"program\": null\n}\n\n</code></pre>\n","urlObject":{"path":["loan","overviewSection"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1363ddf2-014a-4f07-9cd0-d4b6a1f596bc"},{"name":"Get the loan overview section data by loanNumber parameter","id":"c768b37b-284c-4e2c-a7fc-c882f5a06905","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/overviewSection/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Fetches a summarized overview of loan details using the provided loan number parameter. Includes borrower Name, property address, bytepro File Name, servicing status, program details, and entity title if available</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Loan -&gt; Servicing -&gt; Notes</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"loanNumber\": 4656,\n  \"entityTitle\": \"\",\n  \"borrowerName\": \"Charles Park\",\n  \"propertyAddress\": \"1111 Franklin Ave, Garden City, NY 11530\",\n  \"byteproFileName\": 7000402,\n  \"loanStatus\": \"prequal\",\n  \"servicingStatus\": null,\n  \"type\": 3,\n  \"program\": null\n  }\n\n</code></pre>\n","urlObject":{"path":["loan","overviewSection",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"c768b37b-284c-4e2c-a7fc-c882f5a06905"},{"name":"Get the pipeline data","id":"d6a5d01e-3004-4e57-885e-777a76316008","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/pipeline?isInvestor=false&query=&rush=all&status[]=prequal&lock=0&state=&maturity=0&type=0&productType=0&myLoans=false&orderBy=asOf&orderDir=-1&pipelineType=Default&skip=0&count=10","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves pipeline loan data based on various filters, including date ranges, query terms, rush status, and multiple loan statuses</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Pipeline Page, Borrower LoanOverview Page, Borrower Pipeline Page</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> {\n  \"success\": true,\n  \"data\": [\n    {\n    \"no\": 4659,\n    \"byteproFileName\": 0,\n    \"borrowerFirstName\": \"First Name\",\n    \"borrowerMiddleName\": \"Middle Name\",\n    \"borrowerLastName\": \"Last Name\",\n    \"entityTitle\": null,\n    \"subjectPropertyAddress\": \"123 Di Salvo Ave, San Jose, CA 95128\",\n    \"proposedLoanAmount\": \"200000\",\n    \"transactionType\": \"Purchase\",\n    \"productType\": \"Ground Up Construction\",\n    \"type\": \"1\",\n    \"loanStatus\": \"appSigned\",\n    \"servicingPipeline\": \"\",\n    \"servicingStatus\": \"\",\n    \"servicingAsOf\": \"\",\n    \"asOf\": \"1748638273068\",\n    \"noteDate\": \"\",\n    \"lockPrice\": \"3\",\n    \"lockExp\": null,\n    \"brokerCompany\": \"\",\n    \"accountExecutiveName\": \"\",\n    \"investorCode\": \"\",\n    \"servicerLoanNumber\": \"\",\n    \"investorCommitmentDate\": \"\",\n    \"lastDrawIssueDate\": \"\",\n    \"maturityDate\": \"\",\n    \"underwriterName\": \"\",\n    \"creatorName\": \"Shigeki\",\n    \"creatorPhone\": \"(111) 111-1111\",\n    \"rush\": \"\",\n    \"loanNumber\": 4659,\n    \"program\": \"\",\n    \"price\": \"3\",\n    \"expireDate\": \"\",\n    \"broker\": \"\",\n    \"accountExecutive\": \"\",\n    \"underwriter\": \"\",\n    \"accountManager\": \"\",\n    \"closingDate\": \"\",\n    \"appraisalOrderDate\": \"\",\n    \"appraisalDueDate\": \"\",\n    \"appraisalInspectionDate\": \"\"\n    }\n  ],\n  \"total\": 1,\n  \"sum\": 150753672\n}\n\n</code></pre>\n","urlObject":{"path":["loan","pipeline"],"host":["{{baseURL}}"],"query":[{"key":"isInvestor","value":"false"},{"key":"query","value":""},{"key":"rush","value":"all"},{"key":"status[]","value":"prequal"},{"key":"lock","value":"0"},{"key":"state","value":""},{"key":"maturity","value":"0"},{"key":"type","value":"0"},{"key":"productType","value":"0"},{"key":"myLoans","value":"false"},{"key":"orderBy","value":"asOf"},{"key":"orderDir","value":"-1"},{"key":"pipelineType","value":"Default"},{"key":"skip","value":"0"},{"key":"count","value":"10"}],"variable":[]}},"response":[],"_postman_id":"d6a5d01e-3004-4e57-885e-777a76316008"},{"name":"Download the excel file about the pipeline data","id":"e330876d-07ab-4f6e-ae31-3f96a57580bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/download?isInvestor=boolean&query=string&rush=string&status=string[]&state=string | string[] | ''&lock=string | string[] | ''&maturity=string&type=string | string[] | ''&productType=string | string[] | ''&orderBy=string&asOf={ from?: string; to?: string }&myLoans=boolean&orderDir=number&skip=number&count=number&poolID=number","description":"<h4 id=\"description\">Description</h4>\n<p>Generates and downloads an Excel spreadsheet containing loan data based on specified filters</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Pipe line page</p>\n","urlObject":{"path":["loan","download"],"host":["{{baseURL}}"],"query":[{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"isInvestor","value":"boolean"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"query","value":"string"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"rush","value":"string"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"status","value":"string[]"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"state","value":"string | string[] | ''"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"lock","value":"string | string[] | ''"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"maturity","value":"string"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"type","value":"string | string[] | ''"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"productType","value":"string | string[] | ''"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"orderBy","value":"string"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"asOf","value":"{ from?: string; to?: string }"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"myLoans","value":"boolean"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"orderDir","value":"number"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"skip","value":"number"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"count","value":"number"},{"description":{"content":"<p>Optional</p>\n","type":"text/plain"},"key":"poolID","value":"number"}],"variable":[]}},"response":[],"_postman_id":"e330876d-07ab-4f6e-ae31-3f96a57580bb"},{"name":"Get the statistics data","id":"a4c01549-ebc3-431b-8aa5-ac31d8ccdbcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"servicing\": false,\r\n  \"myLoans\": false,\r\n  \"dateRange\": {\r\n    \"from\": null,\r\n    \"to\": null\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/statistics","description":"<h4 id=\"description\">Description</h4>\n<p>Returns detailed statistical data about loans, including summaries by loan or servicing status, rate lock status, and the count of loans closing within a specified number of days.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Borrower -&gt; Pipeline, Pipeline</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"byStatus\": [\n    {\n      \"sum\": \"150553672\",\n      \"loanStatus\": \"prequal\",\n      \"count\": \"460\"\n    },\n    {\n      \"sum\": \"200000\",\n      \"loanStatus\": \"appSigned\",\n      \"count\": \"1\"\n    }\n  ],\n  \"byLocked\": [\n    {\n      \"rateLocked\": null,\n      \"count\": \"5\"\n    },\n    {\n      \"rateLocked\": false,\n      \"count\": \"433\"\n    },\n    {\n      \"rateLocked\": true,\n      \"count\": \"28\"\n    }\n  ],\n  \"closingCount\": 0,\n  \"closingDays\": 7\n}\n\n</code></pre>\n","urlObject":{"path":["loan","statistics"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4c01549-ebc3-431b-8aa5-ac31d8ccdbcd"},{"name":"Get the overview details with loanNumber","id":"1d9df884-000e-430a-9bd8-c2d8932b1d93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/overview","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves comprehensive loan overview details, including borrower and co-borrower information, loan metadata, associated parties, asset tracking data, closing cost estimates, and workflow configurations</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanOverview</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"workflow\": {\n        \"submit_loan\": {\n            \"visibleAccountTypes\": [\n                \"self_creator\",\n                \"admin\",\n                \"uw_manager\",\n                \"national_sale\",\n                \"operation_supervisor\",\n                \"account_manager\",\n                \"account_executive\",\n                \"broker\",\n                \"retail\",\n                \"correspondent\",\n                \"tablefunder\",\n                \"branch\",\n                \"loan_officer\",\n                \"loan_processor\"\n            ],\n            \"disabledAtStatus\": [\n                \"withdrawn\"\n            ],\n            \"enabled\": true,\n            \"isActive\": true,\n            \"restrictions\": [\n                \"accountExecutiveRequired\",\n                \"dataComplete\",\n                \"signApplication\",\n                \"assetLiability\",\n                \"creditScorePull\",\n                \"scoreMatch\",\n                \"loanOfficerRquired\",\n                \"titleCompanyRequired\",\n                \"hazardCompanyRequired\",\n                \"scopeOfWork\"\n            ],\n            \"title\": \"\"\n        },\n        \"submit_to_loan_setup\": {\n            \"visibleAccountTypes\": [\n                \"self_creator\",\n                \"admin\",\n                \"uw_manager\",\n                \"national_sale\",\n                \"operation_supervisor\",\n                \"closer\",\n                \"account_executive\"\n            ],\n            \"disabledAtStatus\": [\n                \"approved\",\n                \"appSigned\",\n                \"clearToClose\",\n                \"closed\",\n                \"closedLoanReview\",\n                \"declined\",\n                \"docsOut\",\n                \"funded\",\n                \"prequal\",\n                \"readyForPurchase\",\n                \"readyForDocs\",\n                \"restructureRelease\",\n                \"submitted\",\n                \"suspended\",\n                \"underwriterReview\",\n                \"withdrawn\"\n            ],\n            \"enabled\": true,\n            \"isActive\": true,\n            \"restrictions\": [\n                \"submitToLoanSetupRequired\",\n                \"taskClearedRequired\"\n            ],\n            \"title\": \"\"\n        },\n        \"submit_to_underwriter\": {\n            \"visibleAccountTypes\": [\n                \"admin\",\n                \"uw_manager\",\n                \"loan_setup\",\n                \"national_sale\",\n                \"operation_supervisor\",\n                \"closer\",\n                \"account_executive\"\n            ],\n            \"disabledAtStatus\": [\n                \"application\",\n                \"appSigned\",\n                \"clearToClose\",\n                \"closed\",\n                \"declined\",\n                \"docsOut\",\n                \"funded\",\n                \"inTakeReview\",\n                \"prequal\",\n                \"readyForPurchase\",\n                \"readyForDocs\",\n                \"readyForPurchase\",\n                \"submitted\",\n                \"underwriterReview\",\n                \"withdrawn\"\n            ],\n            \"enabled\": true,\n            \"isActive\": true,\n            \"restrictions\": [\n                \"conditionTemplateRequired\",\n                \"underwriterRequired\"\n            ],\n            \"title\": \"\"\n        },\n        \"submit_conditions\": {\n            \"visibleAccountTypes\": [\n                \"self_creator\",\n                \"admin\",\n                \"uw_manager\",\n                \"loan_setup\",\n                \"national_sale\",\n                \"operation_supervisor\",\n                \"account_manager\",\n                \"account_executive\",\n                \"broker\",\n                \"retail\",\n                \"correspondent\",\n                \"tablefunder\",\n                \"branch\",\n                \"loan_officer\",\n                \"loan_processor\"\n            ],\n            \"disabledAtStatus\": [\n                \"reSubmitted\",\n                \"submitted\",\n                \"withdrawn\"\n            ],\n            \"enabled\": true,\n            \"isActive\": true,\n            \"restrictions\": [\n                \"underwriterRequired\"\n            ],\n            \"title\": \"\"\n        },\n        \"submit_cTC_review\": {\n            \"enabled\": true,\n            \"title\": \"\"\n        }\n    },\n    \"entityTitle\": \"\",\n    \"borrowerNames\": \"Marisol Testcase\",\n    \"loan\": {\n        \"id\": 7590,\n        \"no\": 4660,\n        \"byteproFileName\": 0,\n        \"productType\": \"Fix and Flip\",\n        \"transactionType\": \"Purchase\",\n        \"proposedOccupancy\": \"Non Owner Occupied\",\n        \"loanTerm\": 18,\n        \"borrowerType\": \"LLC\",\n        \"proposedLoanAmount\": \"343433\",\n        \"propertyPurchasePrice\": \"650000\",\n        \"asIsValue\": \"650000\",\n        \"afterRepairValue\": \"8096040\",\n        \"rehabBudget\": \"86000\",\n        \"interestReserve\": \"0\",\n        \"constructionReserve\": \"86000\",\n        \"lienPayoff\": null,\n        \"closingCostEstimate\": \"0\",\n        \"escrowRepairHoldback\": null,\n        \"experience\": \"0-0\",\n        \"howManyExperiences\": \"0\",\n        \"proposedMonthlyTaxes\": \"3\",\n        \"proposedMonthlyInsurance\": \"4\",\n        \"proposedMonthlyRent\": \"2\",\n        \"proposedMonthlyHoaDues\": \"5\",\n        \"floodInsurance\": null,\n        \"schoolTax\": null,\n        \"otherTax\": null,\n        \"propertyType\": \"SFR-Detached\",\n        \"condoType\": null,\n        \"prepaymentPenalty\": null,\n        \"residency\": \"US Citizen\",\n        \"amortizationType\": \"IO - Fixed\",\n        \"escrowType\": null,\n        \"firstTimeHomeBuyer\": false,\n        \"firstTimeHomeInvestor\": false,\n        \"propertyUnderConstruction\": false,\n        \"isPropertyInLeasableState\": false,\n        \"isShortTermRental\": false,\n        \"propertyHasBeenListed\": false,\n        \"ruralProperty\": false,\n        \"decliningMarketProperty\": false,\n        \"isNewConstructionProperty\": false,\n        \"changeToSquareFootage\": false,\n        \"bankruptcy\": \"null-null-null\",\n        \"foreclosure\": \"null-null\",\n        \"deedInLieu\": \"null-null\",\n        \"shortSale\": \"null-null\",\n        \"mortgageLates\": \"0-0-30-12\",\n        \"forbearanceLoanModification\": \"null-null\",\n        \"secondLien\": \"0\",\n        \"secondLienPayment\": null,\n        \"monthsReserve\": 12,\n        \"estimatedDscr\": null,\n        \"numberOfUnits\": 1,\n        \"borrowerFirstName\": \"Marisol\",\n        \"borrowerMiddleName\": null,\n        \"borrowerLastName\": \"Testcase\",\n        \"entityTitle\": null,\n        \"estimatedCreditScore\": 743,\n        \"isNoScore\": false,\n        \"propertyState\": \"NY\",\n        \"isCEMATransaction\": null,\n        \"subjectPropertyAddress\": \"123 Melrose St, Brooklyn, NY 11206\",\n        \"geoLocation\": {\n            \"lat\": 0,\n            \"lng\": 0\n        },\n        \"additionalPropertyAddress\": [],\n        \"propertyCounty\": \"\",\n        \"apartmentUnit\": null,\n        \"parcelNo\": null,\n        \"yearAcquired\": null,\n        \"amountExistingLiens\": null,\n        \"cdaValue\": null,\n        \"marketRentFromAppraisal\": null,\n        \"nyBlock\": \"\",\n        \"nyLot\": \"\",\n        \"includeCoborrower\": false,\n        \"type\": 2,\n        \"deleted\": false,\n        \"ltvAdjustment\": \"0\",\n        \"cltvAdjustment\": \"0\",\n        \"aivLtvAdjustment\": \"0\",\n        \"arvLtvAdjustment\": \"0\",\n        \"ltcAdjustment\": \"0\",\n        \"ltpAdjustment\": \"0\",\n        \"allowCashOut\": 1,\n        \"allowCashOutPercentage\": \"0\",\n        \"activeFci\": 0,\n        \"salesforceId\": 0,\n        \"createdAt\": \"2025-06-02T15:48:13.715Z\",\n        \"updatedAt\": \"2025-06-02T16:30:19.182Z\"\n    },\n    \"closingCostEstimate\": \"0.00\",\n    \"parties\": {\n        \"creator\": {\n            \"id\": 9823,\n            \"email\": \"shigeki@codecharley.com\",\n            \"name\": \"Shigeki\",\n            \"phone\": \"(111) 111-1111\",\n            \"phoneExt\": \"\",\n            \"companyName\": \"Nextres, LLC\",\n            \"street\": \"12 Penns Trail, Suite 138\",\n            \"city\": \"Newtown\",\n            \"state\": \"PA\",\n            \"zip\": \"18940\",\n            \"accountType\": \"admin\",\n            \"score\": {\n                \"value\": \"100\",\n                \"created\": 0,\n                \"withdrawn\": 0,\n                \"funded\": 0\n            },\n            \"quarterScore\": {\n                \"value\": \"100\",\n                \"created\": 0,\n                \"withdrawn\": 0,\n                \"funded\": 0\n            }\n        },\n        \"loanProcessor\": {},\n        \"loanOfficer\": {},\n        \"broker\": {},\n        \"accountExecutive\": {},\n        \"underwriter\": {},\n        \"accountManager\": {}\n    },\n    \"closeParties\": {\n        \"Lender\": {\n            \"Zip\": \"18940\",\n            \"City\": \"Newtown\",\n            \"Type\": \"Lender\",\n            \"EMail\": \"info@nextres.com\",\n            \"State\": \"PA\",\n            \"Street\": \"12 Penns Trail, Suite 138\",\n            \"Company\": \"Nextres, LLC\",\n            \"WorkPhone\": \"(858) 299-5570\",\n            \"CustomName\": \"\"\n        },\n        \"CondParty2\": {\n            \"Fax\": \"\",\n            \"Zip\": 76063,\n            \"City\": \"Mansfield\",\n            \"Name\": \"\",\n            \"Type\": \"Cond Party2\",\n            \"EMail\": \"\",\n            \"Notes\": \"\",\n            \"Pager\": \"\",\n            \"State\": \"TX\",\n            \"Title\": \"\",\n            \"EMail2\": \"\",\n            \"EMail3\": \"\",\n            \"Street\": \"1405 N. Highway 287 #101\",\n            \"Company\": \"Old Republic National Title Insurance Company\",\n            \"BranchID\": \"\",\n            \"LastName\": \"\",\n            \"FirstName\": \"\",\n            \"HomePhone\": \"\",\n            \"LicenseNo\": \"\",\n            \"WorkPhone\": \"8174538104\",\n            \"CompanyEIN\": \"\",\n            \"MiddleName\": \"\",\n            \"OtherPhone\": \"\",\n            \"MobilePhone\": \"\",\n            \"CompanyNMLSID\": \"\",\n            \"ContactNMLSID\": \"\",\n            \"CompanyLicenseNo\": \"\",\n            \"borrowerRequired\": true,\n            \"CustomName\": \"\"\n        },\n        \"2ndUwReviewer\": {\n            \"Fax\": \"123-456-7890\",\n            \"Zip\": \"90210\",\n            \"City\": \"Beverly Hills\",\n            \"Name\": \"Jeffrey Michael Hellen\",\n            \"Type\": \"2nd UW Reviewer\",\n            \"EMail\": \"jeff.hellen@example.com\",\n            \"Notes\": \"Reviewed and approved.\",\n            \"Pager\": \"555-555-5555\",\n            \"State\": \"CA\",\n            \"Title\": \"CEO\",\n            \"EMail2\": \"jeff.secondary@example.com\",\n            \"EMail3\": \"jeff.alt@example.com\",\n            \"Street\": \"123 Main Street\",\n            \"Company\": \"Elite Appraisals, LLC\",\n            \"PartyID\": 0,\n            \"BranchID\": \"BR12345\",\n            \"LastName\": \"Hellen\",\n            \"FirstName\": \"Jeffrey\",\n            \"HomePhone\": \"(310) 555-1234\",\n            \"LicenseNo\": \"LIC-987654\",\n            \"WorkPhone\": \"(310) 555-5678\",\n            \"CompanyEIN\": \"12-3456789\",\n            \"MiddleName\": \"Michael\",\n            \"OtherPhone\": \"(310) 555-9999\",\n            \"MobilePhone\": \"(310) 555-7890\",\n            \"CompanyNMLSID\": \"NMLS-54321\",\n            \"ContactNMLSID\": \"NMLS-98765\",\n            \"CompanyLicenseNo\": \"CL-112233\",\n            \"CustomName\": \"\"\n        },\n        \"AccountExecutive\": {\n            \"Fax\": \"123-456-7890\",\n            \"Zip\": \"90210\",\n            \"City\": \"Beverly Hills\",\n            \"Name\": \"Jeffrey Michael Hellen\",\n            \"Type\": \"Account Executive\",\n            \"EMail\": \"jeff.hellen@example.com\",\n            \"Notes\": \"Reviewed and approved.\",\n            \"Pager\": \"555-555-5555\",\n            \"State\": \"CA\",\n            \"Title\": \"CEO\",\n            \"EMail2\": \"jeff.secondary@example.com\",\n            \"EMail3\": \"jeff.alt@example.com\",\n            \"Street\": \"123 Main Street\",\n            \"Company\": \"Elite Appraisals, LLC\",\n            \"PartyID\": 0,\n            \"BranchID\": \"BR12345\",\n            \"LastName\": \"Hellen\",\n            \"FirstName\": \"Jeffrey\",\n            \"HomePhone\": \"3105551234\",\n            \"LicenseNo\": \"LIC-987654\",\n            \"WorkPhone\": \"(310) 555-5678\",\n            \"CompanyEIN\": \"12-3456789\",\n            \"MiddleName\": \"Michael\",\n            \"OtherPhone\": \"(310) 555-9999\",\n            \"MobilePhone\": \"(310) 555-7890\",\n            \"CompanyNMLSID\": \"NMLS-54321\",\n            \"ContactNMLSID\": \"NMLS-98765\",\n            \"CompanyLicenseNo\": \"CL-112233\",\n            \"CustomName\": \"\"\n        },\n        \"CondTempTestParty1\": {\n            \"Fax\": \"\",\n            \"Zip\": 18940,\n            \"City\": \"Newtown\",\n            \"Type\": \"Cond Temp Test Party 1\",\n            \"EMail\": \"customerservice@nextres.com\",\n            \"Notes\": \"Nextres, LLC ISAOA/ATIMA 12 Penns Trail, Suite 138 Newtown, PA 18940\",\n            \"Pager\": \"\",\n            \"State\": \"PA\",\n            \"Title\": \"test\",\n            \"EMail2\": \"\",\n            \"EMail3\": \"\",\n            \"Street\": \"12 Penns Trail, Suite 138\",\n            \"Company\": \"Nextres, LLC\",\n            \"BranchID\": \"\",\n            \"LastName\": \"Test\",\n            \"FirstName\": \"Test\",\n            \"HomePhone\": \"\",\n            \"LicenseNo\": \"\",\n            \"WorkPhone\": \"8336394140\",\n            \"CompanyEIN\": \"\",\n            \"MiddleName\": \"\",\n            \"OtherPhone\": \"\",\n            \"MobilePhone\": \"\",\n            \"CompanyNMLSID\": \"2321794\",\n            \"ContactNMLSID\": \"\",\n            \"CompanyLicenseNo\": \"\",\n            \"borrowerRequired\": true,\n            \"CustomName\": \"\"\n        },\n        \"Owner\": {\n            \"Type\": \"Owner\",\n            \"CustomName\": \"\"\n        },\n        \"LoanOfficer\": {\n            \"CategoryID\": \"1\",\n            \"Type\": \"Loan Officer\",\n            \"CustomName\": \"\"\n        },\n        \"LoanProcessor\": {\n            \"CategoryID\": \"2\",\n            \"Type\": \"Loan Processor\",\n            \"CustomName\": \"\"\n        },\n        \"Closer\": {\n            \"CategoryID\": \"3\",\n            \"Type\": \"Closer\",\n            \"CustomName\": \"\"\n        },\n        \"Underwriter\": {\n            \"CategoryID\": \"4\",\n            \"Type\": \"Underwriter\",\n            \"CustomName\": \"\"\n        },\n        \"MortgageeForInsurance\": {\n            \"CategoryID\": \"11\",\n            \"Type\": \"Mortgagee for Insurance\",\n            \"CustomName\": \"\"\n        },\n        \"FhaSponsoringLender\": {\n            \"CategoryID\": \"12\",\n            \"Type\": \"FHA Sponsoring Lender\",\n            \"CustomName\": \"\"\n        },\n        \"FhaOriginatingLender\": {\n            \"CategoryID\": \"13\",\n            \"Type\": \"FHA Originating Lender\",\n            \"CustomName\": \"\"\n        },\n        \"ListingAgent\": {\n            \"CategoryID\": \"21\",\n            \"Type\": \"Listing Agent\",\n            \"CustomName\": \"\"\n        },\n        \"SellingAgent\": {\n            \"CategoryID\": \"22\",\n            \"Type\": \"Selling Agent\",\n            \"CustomName\": \"\"\n        },\n        \"BuilderOrSeller\": {\n            \"CategoryID\": \"25\",\n            \"Type\": \"Builder or Seller\",\n            \"CustomName\": \"\"\n        },\n        \"Warrantor\": {\n            \"CategoryID\": \"26\",\n            \"Type\": \"Warrantor\",\n            \"CustomName\": \"\"\n        },\n        \"HazardInsuranceCompany\": {\n            \"CategoryID\": \"31\",\n            \"Type\": \"Hazard Insurance Company\",\n            \"CustomName\": \"\"\n        },\n        \"MortgageInsuranceCompany\": {\n            \"CategoryID\": \"32\",\n            \"Type\": \"Mortgage Insurance Company\",\n            \"CustomName\": \"\"\n        },\n        \"FloodInsuranceCompany\": {\n            \"CategoryID\": \"33\",\n            \"Type\": \"Flood Insurance Company\",\n            \"CustomName\": \"\"\n        },\n        \"FloodDeterminationCompany\": {\n            \"CategoryID\": \"34\",\n            \"Type\": \"Flood Determination Company\",\n            \"CustomName\": \"\"\n        },\n        \"TitleCompany\": {\n            \"CategoryID\": \"40\",\n            \"Type\": \"Title Company\",\n            \"CustomName\": \"\"\n        },\n        \"Appraiser\": {\n            \"CategoryID\": \"42\",\n            \"Type\": \"Appraiser\",\n            \"CustomName\": \"\"\n        },\n        \"EscrowCompany\": {\n            \"CategoryID\": \"44\",\n            \"Type\": \"Escrow Company\",\n            \"CustomName\": \"\"\n        },\n        \"SurveyCompany\": {\n            \"CategoryID\": \"46\",\n            \"Type\": \"Survey Company\",\n            \"CustomName\": \"\"\n        },\n        \"CreditBureau\": {\n            \"CategoryID\": \"48\",\n            \"Type\": \"Credit Bureau\",\n            \"CustomName\": \"\"\n        },\n        \"BorrowerAttorney\": {\n            \"CategoryID\": \"60\",\n            \"Type\": \"Borrower Attorney\",\n            \"CustomName\": \"\"\n        },\n        \"SellerAttorney\": {\n            \"CategoryID\": \"61\",\n            \"Type\": \"Seller Attorney\",\n            \"CustomName\": \"\"\n        },\n        \"LenderAttorney\": {\n            \"CategoryID\": \"62\",\n            \"Type\": \"Lender Attorney\",\n            \"CustomName\": \"\"\n        },\n        \"Inspector\": {\n            \"CategoryID\": \"70\",\n            \"Type\": \"Inspector\",\n            \"CustomName\": \"\"\n        },\n        \"PestInspector\": {\n            \"CategoryID\": \"71\",\n            \"Type\": \"Pest Inspector\",\n            \"CustomName\": \"\"\n        },\n        \"LoanSeller\": {\n            \"CategoryID\": \"84\",\n            \"Type\": \"Loan Seller\",\n            \"CustomName\": \"\"\n        },\n        \"Investor\": {\n            \"CategoryID\": \"85\",\n            \"Type\": \"Investor\",\n            \"CustomName\": \"\"\n        },\n        \"Contractor\": {\n            \"CategoryID\": \"86\",\n            \"Type\": \"Contractor\",\n            \"CustomName\": \"\"\n        },\n        \"LoanCorrespondent\": {\n            \"CategoryID\": \"102\",\n            \"Type\": \"Loan Correspondent\",\n            \"CustomName\": \"\"\n        },\n        \"ReferralSource\": {\n            \"CategoryID\": \"103\",\n            \"Type\": \"Referral Source\",\n            \"CustomName\": \"\"\n        },\n        \"HomeOwnerSAssociation\": {\n            \"CategoryID\": \"104\",\n            \"Type\": \"Home Owner's Association\",\n            \"CustomName\": \"\"\n        },\n        \"SettlementCompany\": {\n            \"CategoryID\": \"105\",\n            \"Type\": \"Settlement Company\",\n            \"CustomName\": \"\"\n        },\n        \"PostCloser\": {\n            \"CategoryID\": \"107\",\n            \"Type\": \"Post Closer\",\n            \"CustomName\": \"\"\n        },\n        \"Funder\": {\n            \"CategoryID\": \"108\",\n            \"Type\": \"Funder\",\n            \"CustomName\": \"\"\n        },\n        \"MortgageeForTitle\": {\n            \"CategoryID\": \"109\",\n            \"Type\": \"Mortgagee for Title\",\n            \"CustomName\": \"\"\n        },\n        \"Broker\": {\n            \"CategoryID\": \"110\",\n            \"Type\": \"Broker\",\n            \"CustomName\": \"\"\n        },\n        \"Appraiser2\": {\n            \"CategoryID\": \"111\",\n            \"Type\": \"Appraiser 2\",\n            \"CustomName\": \"\"\n        },\n        \"TaxServiceCompany\": {\n            \"CategoryID\": \"112\",\n            \"Type\": \"Tax Service Company\",\n            \"CustomName\": \"\"\n        },\n        \"HazardInsuranceCompany2\": {\n            \"CategoryID\": \"113\",\n            \"Type\": \"Hazard Insurance Company 2\",\n            \"CustomName\": \"\"\n        },\n        \"Trustee\": {\n            \"CategoryID\": \"114\",\n            \"Type\": \"Trustee\",\n            \"CustomName\": \"\"\n        },\n        \"FhaAgent\": {\n            \"CategoryID\": \"115\",\n            \"Type\": \"FHA Agent\",\n            \"CustomName\": \"\"\n        },\n        \"FhaPostClosingMortgageeRep\": {\n            \"CategoryID\": \"116\",\n            \"Type\": \"FHA Post Closing Mortgagee Rep\",\n            \"CustomName\": \"\"\n        },\n        \"FhaMortgageeRep\": {\n            \"CategoryID\": \"117\",\n            \"Type\": \"FHA Mortgagee Rep\",\n            \"CustomName\": \"\"\n        },\n        \"BorrowingEntity\": {\n            \"CategoryID\": \"501\",\n            \"Type\": \"Borrowing Entity\",\n            \"CustomName\": \"\"\n        },\n        \"WarehouseLender\": {\n            \"CategoryID\": \"502\",\n            \"Type\": \"Warehouse Lender\",\n            \"CustomName\": \"\"\n        },\n        \"Employer\": {\n            \"CategoryID\": \"503\",\n            \"Type\": \"Employer\",\n            \"CustomName\": \"\"\n        },\n        \"OtherParty4\": {\n            \"CategoryID\": \"504\",\n            \"Type\": \"Other Party 4\",\n            \"CustomName\": \"\"\n        },\n        \"DpaGrantBondMccProvider\": {\n            \"CategoryID\": \"505\",\n            \"Type\": \"DPA/Grant/Bond/MCC Provider\",\n            \"CustomName\": \"\"\n        },\n        \"Opener\": {\n            \"CategoryID\": \"600\",\n            \"Type\": \"Opener\",\n            \"CustomName\": \"\"\n        },\n        \"DisclosureSpecialist\": {\n            \"CategoryID\": \"601\",\n            \"Type\": \"Disclosure Specialist\",\n            \"CustomName\": \"\"\n        },\n        \"QualityControl\": {\n            \"CategoryID\": \"602\",\n            \"Type\": \"Quality Control\",\n            \"CustomName\": \"\"\n        },\n        \"Compliance\": {\n            \"CategoryID\": \"603\",\n            \"Type\": \"Compliance\",\n            \"CustomName\": \"\"\n        },\n        \"Coc\": {\n            \"CategoryID\": \"605\",\n            \"Type\": \"COC\",\n            \"CustomName\": \"\"\n        },\n        \"LoanProcessorAssistant\": {\n            \"CategoryID\": \"611\",\n            \"Type\": \"Loan Processor Assistant\",\n            \"CustomName\": \"\"\n        },\n        \"ClosingAssistant\": {\n            \"CategoryID\": \"612\",\n            \"Type\": \"Closing Assistant\",\n            \"CustomName\": \"\"\n        },\n        \"MortgageeOfficer\": {\n            \"CategoryID\": \"613\",\n            \"Type\": \"Mortgagee Officer\",\n            \"CustomName\": \"\"\n        },\n        \"GovernmentInsurer\": {\n            \"CategoryID\": \"614\",\n            \"Type\": \"Government Insurer\",\n            \"CustomName\": \"\"\n        },\n        \"Uwpc\": {\n            \"CategoryID\": \"615\",\n            \"Type\": \"UWPC\",\n            \"CustomName\": \"\"\n        },\n        \"UnderwriterAssistant\": {\n            \"CategoryID\": \"616\",\n            \"Type\": \"Underwriter Assistant\",\n            \"CustomName\": \"\"\n        },\n        \"AppraisalReviewer\": {\n            \"CategoryID\": \"617\",\n            \"Type\": \"Appraisal Reviewer\",\n            \"CustomName\": \"\"\n        },\n        \"ProjectPoaReviewer\": {\n            \"CategoryID\": \"618\",\n            \"Type\": \"Project/POA Reviewer\",\n            \"CustomName\": \"\"\n        },\n        \"HardMoneyProcessor\": {\n            \"CategoryID\": \"619\",\n            \"Type\": \"Hard Money Processor\",\n            \"CustomName\": \"\"\n        },\n        \"Servicer\": {\n            \"CategoryID\": \"621\",\n            \"Type\": \"Servicer\",\n            \"CustomName\": \"\"\n        },\n        \"AccountManager\": {\n            \"CategoryID\": \"623\",\n            \"Type\": \"Account Manager\",\n            \"CustomName\": \"\"\n        },\n        \"VpSales\": {\n            \"CategoryID\": \"624\",\n            \"Type\": \"VP Sales\",\n            \"CustomName\": \"\"\n        },\n        \"TransactionSpeciallist\": {\n            \"CategoryID\": \"625\",\n            \"Type\": \"Transaction Speciallist\",\n            \"CustomName\": \"\"\n        }\n    },\n    \"globalSetting\": {\n        \"minProposedLoanAmount\": 200000,\n        \"maxProposedLoanAmount\": 10000000,\n        \"minTotalConstructionFinanced\": 100,\n        \"minAfterRepairValue\": 15,\n        \"maxTotalConstructionFinanced\": 120,\n        \"minConstructionFinancedHoldback\": 100,\n        \"maxConstructionFinancedHoldback\": 100,\n        \"maxPercentOfEstimatedClosingAmountToBorrower\": 35,\n        \"minCreditScore\": 550,\n        \"minBrokerFeeAmount\": 1,\n        \"minBrokerFeePercent\": 0.1,\n        \"maxBrokerFeePercent\": 3,\n        \"defaultUnderwritingFee\": 1995,\n        \"appraisalStatisticsVisible\": {\n            \"newOrder\": true,\n            \"pendingPayment\": true,\n            \"accepted\": true,\n            \"assigned\": true,\n            \"inspected\": true,\n            \"qcReview\": true,\n            \"revision\": true,\n            \"completed\": true,\n            \"acceptedWConditions\": true\n        },\n        \"showingTermSheetPlaceholders\": [\n            \"AppraisalFeeAmount\",\n            \"AppraisalFeePercentage\",\n            \"BorrowerName\",\n            \"BorrowerType\",\n            \"BreakUpFee\",\n            \"BrokerCity\",\n            \"BrokerCompanyName\",\n            \"BrokerFeeAmount\",\n            \"BrokerFeePercent\",\n            \"BrokerState\",\n            \"BrokerStreet\",\n            \"BrokerZipCode\",\n            \"CashBorrowerAtClosing\",\n            \"CommitmentFee\",\n            \"ConstructionAmountFinanced\",\n            \"ConstructionBudget\",\n            \"DiscountFeeAmount\",\n            \"DiscountFeePercent\",\n            \"DueDilligence\",\n            \"EstimatedCreditScore\",\n            \"ExitFee\",\n            \"FiveLaterDate\",\n            \"InterestRate\",\n            \"LTV\",\n            \"LenderCompany\",\n            \"LenderSInspectionFeeAmount\",\n            \"LenderSInspectionFeePercentage\",\n            \"LoanAmount\",\n            \"LoanDiscountPointsAmount\",\n            \"LoanDiscountPointsPercentage\",\n            \"LoanOfficerOrBrokerName\",\n            \"LoanOriginationFeeAmount\",\n            \"LoanOriginationFeePercentage\",\n            \"LoanTerm\",\n            \"MonthlyPaymentNonEscrow\",\n            \"MonthlyPaymentWithEscrow\",\n            \"PrepaymentPenalty\",\n            \"SubjectPropertyAddress\",\n            \"TodayDate\",\n            \"UnderwritingFee\"\n        ],\n        \"priceDisplay\": \"Points\",\n        \"commitmentFeeRequiredTypes\": [\n            {\n                \"productType\": \"Bridge\",\n                \"transactionType\": \"Purchase\",\n                \"minAmount\": 500,\n                \"maxAmount\": 0,\n                \"minPercent\": null,\n                \"maxPercent\": null\n            },\n            {\n                \"productType\": \"Bridge\",\n                \"transactionType\": \"Refinance\",\n                \"minAmount\": 500,\n                \"maxAmount\": null,\n                \"minPercent\": null,\n                \"maxPercent\": null\n            },\n            {\n                \"productType\": \"Fix and Flip\",\n                \"transactionType\": \"Purchase\",\n                \"minAmount\": 500,\n                \"maxAmount\": null,\n                \"minPercent\": null,\n                \"maxPercent\": null\n            },\n            {\n                \"productType\": \"Fix and Flip\",\n                \"transactionType\": \"Refinance\",\n                \"minAmount\": 500,\n                \"maxAmount\": null,\n                \"minPercent\": null,\n                \"maxPercent\": null\n            },\n            {\n                \"productType\": \"Ground Up Construction\",\n                \"transactionType\": \"Purchase\",\n                \"minAmount\": 500,\n                \"maxAmount\": null,\n                \"minPercent\": null,\n                \"maxPercent\": null\n            },\n            {\n                \"productType\": \"Ground Up Construction\",\n                \"transactionType\": \"Refinance\",\n                \"minAmount\": 500,\n                \"maxAmount\": null,\n                \"minPercent\": null,\n                \"maxPercent\": null\n            },\n            {\n                \"productType\": \"DSCR (Long Term Rental)\",\n                \"transactionType\": \"Purchase\",\n                \"minAmount\": 500,\n                \"maxAmount\": 8000,\n                \"minPercent\": 2,\n                \"maxPercent\": 5\n            },\n            {\n                \"productType\": \"DSCR (Long Term Rental)\",\n                \"transactionType\": \"Refinance\",\n                \"minAmount\": 500,\n                \"maxAmount\": 8000,\n                \"minPercent\": 2,\n                \"maxPercent\": 5\n            }\n        ],\n        \"dueDilligenceRequiredTypes\": [\n            {\n                \"productType\": \"DSCR (Long Term Rental)\",\n                \"transactionType\": \"Refinance\",\n                \"minAmount\": 500,\n                \"maxAmount\": 9000,\n                \"minPercent\": null,\n                \"maxPercent\": null\n            },\n            {\n                \"productType\": \"DSCR (Long Term Rental)\",\n                \"transactionType\": \"Purchase\",\n                \"minAmount\": 500,\n                \"maxAmount\": 9000,\n                \"minPercent\": null,\n                \"maxPercent\": null\n            }\n        ],\n        \"loanSection\": 0,\n        \"appraisalSection\": 0,\n        \"rateSheetTime\": 360,\n        \"defaultProductName\": \"New Product\",\n        \"defaultLockDays\": 30,\n        \"defaultRate\": 10,\n        \"defaultPrice\": 100,\n        \"defaultRateSpread\": 0,\n        \"defaultExitFee\": 0,\n        \"manualPricingSection\": \"\"\n    },\n    \"pricingEngine\": true,\n    \"process\": {\n        \"rateData\": {\n            \"rate\": null,\n            \"locked\": false,\n            \"type\": null,\n            \"program\": null,\n            \"price\": \"20\",\n            \"expireDate\": null\n        },\n        \"restructureApplicationRelease\": true,\n        \"closingDate\": \"\",\n        \"emailContacts\": [],\n        \"loanStatus\": \"submitted\",\n        \"servicingStatus\": null,\n        \"servicingPipeline\": false,\n        \"submitToAE\": 0,\n        \"submitToLoanSetup\": 0,\n        \"submitConditions\": 0,\n        \"submitToUnderwriter\": 0,\n        \"loanProcessDate\": \"1748881043687\",\n        \"rush\": false,\n        \"priceAdjustments\": [],\n        \"pushedToYieldeasyAt\": null,\n        \"servicerLoanNumber\": \"\"\n    },\n    \"borrower\": {\n        \"borrower\": {\n            \"id\": 15073,\n            \"loanNumber\": 4660,\n            \"borrowerSeperator\": \"borrower\",\n            \"hasEntityTitle\": true,\n            \"entityTitle\": \"\",\n            \"entityAddress\": \"\",\n            \"residency\": \"US Citizen\",\n            \"borrowerType\": \"LLC\",\n            \"borrowerPosition\": \"\",\n            \"ownershipPercentage\": null,\n            \"titleVesting\": \"\",\n            \"entityTaxID\": \"\",\n            \"entityState\": \"\",\n            \"firstName\": \"Marisol\",\n            \"middleName\": \"\",\n            \"lastName\": \"Testcase\",\n            \"email\": \"\",\n            \"ssn\": \"\",\n            \"phone\": \"\",\n            \"dob\": \"\",\n            \"presentAddress\": \"\",\n            \"mailingAddress\": \"\",\n            \"ownership\": \"\",\n            \"ownedRentedYears\": \"\",\n            \"formerAddress\": \"\",\n            \"formerOwnership\": \"\",\n            \"formerOwnedRentedYears\": \"\",\n            \"maritalStatus\": \"\",\n            \"hasTrackRecord\": null,\n            \"isTrackRecordOverride\": false,\n            \"hasAdditionalMember\": false,\n            \"isPrimaryResidence\": true,\n            \"isHadOwnershipInterest\": null,\n            \"propertyOwn\": null,\n            \"holdTitle\": null,\n            \"isPurchaseTransaction\": null,\n            \"isBorrowingMoney\": null,\n            \"borrowingMoneyAmount\": null,\n            \"isMortageLoan\": null,\n            \"isNewCredit\": null,\n            \"isSubjectLien\": null,\n            \"isCoSigner\": null,\n            \"isJudgements\": null,\n            \"isDelinquent\": null,\n            \"isLawsuit\": null,\n            \"isForeclosure\": null,\n            \"isPreForeclosure\": null,\n            \"isForeclosed\": null,\n            \"isBankrupt\": null,\n            \"bankruptcyType\": null,\n            \"isObligated\": null,\n            \"isUsCitizen\": null,\n            \"isResidentAlien\": null,\n            \"isBorrower\": \"\",\n            \"informationProvidedVia\": null,\n            \"sex\": \"\",\n            \"sexCompletedBy\": null,\n            \"ethnicity\": \"\",\n            \"ethnicityCompletedBy\": null,\n            \"race\": \"\",\n            \"raceCompletedBy\": null,\n            \"creditRequestType\": \"\",\n            \"equifax\": \"\",\n            \"transunion\": \"\",\n            \"experian\": \"\",\n            \"priceScore\": \"\",\n            \"creditFileKey\": \"\",\n            \"creditJointBorrower\": null,\n            \"customInformation\": {\n                \"CustomInformation\": {}\n            },\n            \"creditRequestPaymentData\": null,\n            \"agreeToSign\": false,\n            \"informationToSign\": \"\",\n            \"exempt\": false,\n            \"override\": false,\n            \"handSignedDocuments\": [],\n            \"signUrlSignature\": \"\",\n            \"signUrlSignatureEmailResult\": {},\n            \"signedDate\": \"\",\n            \"signedPdfKey\": \"\",\n            \"signRequestSent\": false,\n            \"overriden\": false,\n            \"createdAt\": \"2025-06-02T15:48:14.141Z\",\n            \"updatedAt\": \"2025-06-02T15:48:14.141Z\"\n        },\n        \"coBorrower\": {\n            \"id\": 15074,\n            \"loanNumber\": 4660,\n            \"borrowerSeperator\": \"coBorrower\",\n            \"hasEntityTitle\": true,\n            \"entityTitle\": \"\",\n            \"entityAddress\": \"\",\n            \"residency\": \"\",\n            \"borrowerType\": \"\",\n            \"borrowerPosition\": \"\",\n            \"ownershipPercentage\": null,\n            \"titleVesting\": \"\",\n            \"entityTaxID\": \"\",\n            \"entityState\": \"\",\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"email\": \"\",\n            \"ssn\": \"\",\n            \"phone\": \"\",\n            \"dob\": \"\",\n            \"presentAddress\": \"\",\n            \"mailingAddress\": \"\",\n            \"ownership\": \"\",\n            \"ownedRentedYears\": \"\",\n            \"formerAddress\": \"\",\n            \"formerOwnership\": \"\",\n            \"formerOwnedRentedYears\": \"\",\n            \"maritalStatus\": \"\",\n            \"hasTrackRecord\": null,\n            \"isTrackRecordOverride\": false,\n            \"hasAdditionalMember\": false,\n            \"isPrimaryResidence\": true,\n            \"isHadOwnershipInterest\": null,\n            \"propertyOwn\": null,\n            \"holdTitle\": null,\n            \"isPurchaseTransaction\": null,\n            \"isBorrowingMoney\": null,\n            \"borrowingMoneyAmount\": null,\n            \"isMortageLoan\": null,\n            \"isNewCredit\": null,\n            \"isSubjectLien\": null,\n            \"isCoSigner\": null,\n            \"isJudgements\": null,\n            \"isDelinquent\": null,\n            \"isLawsuit\": null,\n            \"isForeclosure\": null,\n            \"isPreForeclosure\": null,\n            \"isForeclosed\": null,\n            \"isBankrupt\": null,\n            \"bankruptcyType\": null,\n            \"isObligated\": null,\n            \"isUsCitizen\": null,\n            \"isResidentAlien\": null,\n            \"isBorrower\": \"\",\n            \"informationProvidedVia\": null,\n            \"sex\": \"\",\n            \"sexCompletedBy\": null,\n            \"ethnicity\": \"\",\n            \"ethnicityCompletedBy\": null,\n            \"race\": \"\",\n            \"raceCompletedBy\": null,\n            \"creditRequestType\": \"\",\n            \"equifax\": \"\",\n            \"transunion\": \"\",\n            \"experian\": \"\",\n            \"priceScore\": \"\",\n            \"creditFileKey\": \"\",\n            \"creditJointBorrower\": null,\n            \"customInformation\": {\n                \"CustomInformation\": {}\n            },\n            \"creditRequestPaymentData\": null,\n            \"agreeToSign\": false,\n            \"informationToSign\": \"\",\n            \"exempt\": false,\n            \"override\": false,\n            \"handSignedDocuments\": [],\n            \"signUrlSignature\": \"\",\n            \"signUrlSignatureEmailResult\": {},\n            \"signedDate\": \"\",\n            \"signedPdfKey\": \"\",\n            \"signRequestSent\": false,\n            \"overriden\": false,\n            \"createdAt\": \"2025-06-02T15:48:14.143Z\",\n            \"updatedAt\": \"2025-06-02T15:48:14.143Z\"\n        }\n    },\n    \"assetTrack\": {\n        \"assets\": [],\n        \"liabilities\": [],\n        \"tracks\": [],\n        \"additionalMembers\": [],\n        \"additionalPropertyInfo\": [],\n        \"crossCollateralLimit\": {},\n        \"allocatedLoanAmount\": [],\n        \"earnestMoney\": null,\n        \"sellerCredit\": null,\n        \"otherCredit\": null,\n        \"purchaseCredits\": {}\n    },\n    \"isCreatedByBorrower\": false,\n    \"templateNumber\": 0\n}\n\n</code></pre>\n","urlObject":{"path":["loan","overview"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d9df884-000e-430a-9bd8-c2d8932b1d93"},{"name":"Get the duplicated Loans Data","id":"d1d1e4b3-2fef-4c45-a77a-30bb414470f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/duplicateLoans/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves a list of potential duplicate loans based on matching borrower names or subject property addresses. This endpoint is only accessible to users with administrative permissions.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanOverview</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": 1,\n  \"data\": [\n    {\n      \"no\": 4336,\n      \"byteproFileName\": 0,\n      \"subjectPropertyAddress\": \"W Main St, Beaver, UT 84713\",\n      \"borrowerFirstName\": \"Charles1\",\n      \"borrowerLastName\": \"Park1\",\n      \"entityTitle\": \"ABC Investors, LLCA\",\n      \"loanStatus\": \"prequal\",\n      \"brokerCompany\": \"Code Charley\",\n      \"asOf\": \"1702789200436\",\n      \"servicingAsOf\": \"\",\n      \"loanstatus\": \"Prequal\"\n    },\n    {\n      \"no\": 4613,\n      \"byteproFileName\": 0,\n      \"subjectPropertyAddress\": \"3200 Payne Ave, San Jose, CA 95117\",\n      \"borrowerFirstName\": \"Marisol\",\n      \"borrowerLastName\": \"Testcase\",\n      \"entityTitle\": null,\n      \"loanStatus\": \"prequal\",\n      \"brokerCompany\": null,\n      \"asOf\": \"1736881457795\",\n      \"servicingAsOf\": \"\",\n      \"loanstatus\": \"Prequal\"\n    }\n  ]\n}\n\n</code></pre>\n","urlObject":{"path":["loan","duplicateLoans",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"d1d1e4b3-2fef-4c45-a77a-30bb414470f7"},{"name":"Download the full audit log of changes as a CSV fiile","id":"c0a5e8ab-bc19-4bb8-9892-b33a3a5cf103","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/downloadAllChanges","description":"<h4 id=\"description\">Description</h4>\n<p>Generates and downloads a CSV file containing the full audit log of changes related to a specific loan. This includes historical records from various logging services such as loan details, processes, structures, generated documents, and associated tasks, sorted chronologically.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanOverview page</p>\n","urlObject":{"path":["loan","downloadAllChanges"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c0a5e8ab-bc19-4bb8-9892-b33a3a5cf103"},{"name":"Generates a Loan Structure PDF by loan number","id":"9c8ffe25-5109-4057-ade0-2dcb8834b738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"data\": {\r\n    \"loanNumber\": 4655,\r\n    \"borrowerFirstName\": \"Marisol\",\r\n    \"borrowerLastName\": \"Testcase\",\r\n    \"subjectPropertyAddress\": \"W Main St, Beaver, UT 84713\"\r\n  },\r\n  \"loanProcessData\": {\r\n    \"id\": 7583,\r\n    \"loanNumber\": 4655,\r\n    \"type\": \"6 months IO\",\r\n    \"program\": \"Optimal Bridge\",\r\n    \"rate\": \"12.24\",\r\n    \"price\": \"98\",\r\n    \"sheetDate\": \"03/04/2025\",\r\n    \"rateSpread\": \"0\",\r\n    \"exitFee\": \"0\",\r\n    \"lockDays\": 21,\r\n    \"lockedDate\": \"05/29/2025\",\r\n    \"expireDate\": \"06/19/2025\",\r\n    \"rateLocked\": true,\r\n    \"extensions\": [],\r\n    \"exceptions\": []\r\n  },\r\n  \"loanDetailData\": [\r\n    [\r\n      \"Product Type\",\r\n      \"Bridge\"\r\n    ],\r\n    [\r\n      \"Transaction Type\",\r\n      \"Refinance\"\r\n    ],\r\n    [\r\n      \"Property Under Construction?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"Can property be rented as is?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"Is the property located in a declining market?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"Is the property a new construction?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"Occupancy\",\r\n      \"Partially Vacant\"\r\n    ],\r\n    [\r\n      \"Loan Term\",\r\n      \"6 Months\"\r\n    ],\r\n    [\r\n      \"As Is Appraised Value\",\r\n      \"$ 6,540,030\"\r\n    ],\r\n    [\r\n      \"Interest Reserve\",\r\n      \"$ 0\"\r\n    ],\r\n    [\r\n      \"Second Lien\",\r\n      \"$ 0\"\r\n    ],\r\n    [\r\n      \"Lien Payoff\",\r\n      \"$ 999,992\"\r\n    ],\r\n    [\r\n      \"Closing Cost Estimate\",\r\n      \"$ 23\"\r\n    ],\r\n    [\r\n      \"Proposed Loan Amount\",\r\n      \"$ 200,000\"\r\n    ],\r\n    [\r\n      \"Experience\",\r\n      \"4 Transactions\"\r\n    ],\r\n    [\r\n      \"How Many Experiencies?\",\r\n      \"4\"\r\n    ],\r\n    [\r\n      \"Amortization Type\",\r\n      \"IO - Fixed\"\r\n    ],\r\n    [\r\n      \"No Score\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"State\",\r\n      \"UT\"\r\n    ],\r\n    [\r\n      \"Credit Score\",\r\n      \"743\"\r\n    ],\r\n    [\r\n      \"Property Type\",\r\n      \"2-4 Units\"\r\n    ],\r\n    [\r\n      \"Number of Units\",\r\n      \"3\"\r\n    ],\r\n    [\r\n      \"First Time Home Buyer?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"First Time Home Investor?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"Rural Property?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"Bankruptcy\",\r\n      \"None\"\r\n    ],\r\n    [\r\n      \"Foreclosure\",\r\n      \"None\"\r\n    ],\r\n    [\r\n      \"Deed-In-Lieu\",\r\n      \"None\"\r\n    ],\r\n    [\r\n      \"Short Sale\",\r\n      \"None\"\r\n    ],\r\n    [\r\n      \"Mortgage Lates\",\r\n      \"0X30X12\"\r\n    ],\r\n    [\r\n      \"Forbearance / Loan Modification\",\r\n      \"None\"\r\n    ],\r\n    [\r\n      \"Citizenship\",\r\n      \"Permanent Resident\"\r\n    ],\r\n    [\r\n      \"Months Reserve\",\r\n      \"12\"\r\n    ],\r\n    [\r\n      \"Borrower Type\",\r\n      \"Corp\"\r\n    ],\r\n    [\r\n      \"Subject Property Address Map\",\r\n      \"\"\r\n    ],\r\n    [\r\n      \"AIV-LTV Adj\",\r\n      \"0\"\r\n    ],\r\n    [\r\n      \"ARV-LTV Adj\",\r\n      \"0\"\r\n    ],\r\n    [\r\n      \"LTC Adj\",\r\n      \"0\"\r\n    ],\r\n    [\r\n      \"LTP Adj\",\r\n      \"0\"\r\n    ],\r\n    [\r\n      \"LTV\",\r\n      \"% 3.058\"\r\n    ],\r\n    [\r\n      \"CLTV\",\r\n      \"% 3.058\"\r\n    ]\r\n  ],\r\n  \"concessions\": [],\r\n  \"showPrice\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/pdf/loanStructurePdf","description":"<h4 id=\"description\">Description</h4>\n<p>Generates a Loan Structure PDF for a given loan</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure -&gt; ReviewLock Page</p>\n","urlObject":{"path":["pdf","loanStructurePdf"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9c8ffe25-5109-4057-ade0-2dcb8834b738"},{"name":"Save the pipeline data","id":"feac7e31-f824-4201-9350-52e591aa2ed9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"propertyCounty\": \"Kings County\",\r\n    \"scenarioID\": 0,\r\n    \"productType\": \"Fix and Flip\",\r\n    \"transactionType\": \"Purchase\",\r\n    \"proposedOccupancy\": \"Non Owner Occupied\",\r\n    \"loanTerm\": \"18\",\r\n    \"borrowerType\": \"LLC\",\r\n    \"proposedLoanAmount\": \"343,433\",\r\n    \"propertyPurchasePrice\": \"650,000\",\r\n    \"asIsValue\": \"650,000\",\r\n    \"interestReserve\": \"0\",\r\n    \"closingCostEstimate\": \"\",\r\n    \"experience\": \"0-0\",\r\n    \"howManyExperiences\": 0,\r\n    \"afterRepairValue\": \"8,096,040\",\r\n    \"rehabBudget\": \"86,000\",\r\n    \"constructionReserve\": 86000,\r\n    \"propertyType\": \"SFR-Detached\",\r\n    \"numberOfUnits\": 1,\r\n    \"bankruptcy\": \"null-null-null\",\r\n    \"foreclosure\": \"null-null\",\r\n    \"deedInLieu\": \"null-null\",\r\n    \"shortSale\": \"null-null\",\r\n    \"mortgageLates\": \"0-0-30-12\",\r\n    \"forbearanceLoanModification\": \"null-null\",\r\n    \"secondLien\": \"0\",\r\n    \"firstTimeHomeBuyer\": false,\r\n    \"firstTimeHomeInvestor\": false,\r\n    \"ruralProperty\": false,\r\n    \"decliningMarketProperty\": false,\r\n    \"changeToSquareFootage\": false,\r\n    \"borrowerFirstName\": \"Marisol\",\r\n    \"borrowerLastName\": \"Testcase\",\r\n    \"estimatedCreditScore\": \"743\",\r\n    \"propertyState\": \"NY\",\r\n    \"subjectPropertyAddress\": \"123 Melrose St, Brooklyn, NY 11206\",\r\n    \"residency\": \"US Citizen\",\r\n    \"amortizationType\": \"IO - Fixed\",\r\n    \"monthsReserve\": \"12\",\r\n    \"loanPriceDetails\": [\r\n        [\r\n            \"Product Type\",\r\n            \"Fix & Flip / Fix to Rent\"\r\n        ],\r\n        [\r\n            \"Transaction Type\",\r\n            \"Purchase\"\r\n        ],\r\n        [\r\n            \"Is the property located in a declining market?\",\r\n            \"No\"\r\n        ],\r\n        [\r\n            \"Will there be a change to Square Footage?\",\r\n            \"No\"\r\n        ],\r\n        [\r\n            \"Occupancy\",\r\n            \"Non Owner Occupied\"\r\n        ],\r\n        [\r\n            \"Loan Term\",\r\n            \"18 Months\"\r\n        ],\r\n        [\r\n            \"Property Purchase Price\",\r\n            \"$ 650,000\"\r\n        ],\r\n        [\r\n            \"As Is Appraised Value\",\r\n            \"$ 650,000\"\r\n        ],\r\n        [\r\n            \"After Repair Value\",\r\n            \"$ 8,096,040\"\r\n        ],\r\n        [\r\n            \"Interest Reserve\",\r\n            \"$ 0\"\r\n        ],\r\n        [\r\n            \"Second Lien\",\r\n            \"$ 0\"\r\n        ],\r\n        [\r\n            \"Construction Budget\",\r\n            \"$ 86,000\"\r\n        ],\r\n        [\r\n            \"Construction Amount Financed\",\r\n            \"$ 86,000\"\r\n        ],\r\n        [\r\n            \"Closing Cost Estimate\",\r\n            \"$ \"\r\n        ],\r\n        [\r\n            \"Proposed Loan Amount\",\r\n            \"$ 343,433\"\r\n        ],\r\n        [\r\n            \"Experience\",\r\n            \"0 Transaction\"\r\n        ],\r\n        [\r\n            \"How Many Experiencies?\",\r\n            \"0\"\r\n        ],\r\n        [\r\n            \"Amortization Type\",\r\n            \"IO - Fixed\"\r\n        ],\r\n        [\r\n            \"No Score\",\r\n            \"No\"\r\n        ],\r\n        [\r\n            \"State\",\r\n            \"NY\"\r\n        ],\r\n        [\r\n            \"Credit Score\",\r\n            \"743\"\r\n        ],\r\n        [\r\n            \"Property Type\",\r\n            \"SFR-Detached\"\r\n        ],\r\n        [\r\n            \"Number of Units\",\r\n            \"1\"\r\n        ],\r\n        [\r\n            \"First Time Home Buyer?\",\r\n            \"No\"\r\n        ],\r\n        [\r\n            \"First Time Home Investor?\",\r\n            \"No\"\r\n        ],\r\n        [\r\n            \"Rural Property?\",\r\n            \"No\"\r\n        ],\r\n        [\r\n            \"Bankruptcy\",\r\n            \"None\"\r\n        ],\r\n        [\r\n            \"Foreclosure\",\r\n            \"None\"\r\n        ],\r\n        [\r\n            \"Deed-In-Lieu\",\r\n            \"None\"\r\n        ],\r\n        [\r\n            \"Short Sale\",\r\n            \"None\"\r\n        ],\r\n        [\r\n            \"Mortgage Lates\",\r\n            \"0X30X12\"\r\n        ],\r\n        [\r\n            \"Forbearance / Loan Modification\",\r\n            \"None\"\r\n        ],\r\n        [\r\n            \"Citizenship\",\r\n            \"US Citizen\"\r\n        ],\r\n        [\r\n            \"Months Reserve\",\r\n            \"12\"\r\n        ],\r\n        [\r\n            \"Borrower Type\",\r\n            \"LLC\"\r\n        ],\r\n        [\r\n            \"Subject Property Address Map\",\r\n            \"\"\r\n        ],\r\n        [\r\n            \"AIV-LTV Adj\",\r\n            \"\"\r\n        ],\r\n        [\r\n            \"ARV-LTV Adj\",\r\n            \"\"\r\n        ],\r\n        [\r\n            \"LTC Adj\",\r\n            \"\"\r\n        ],\r\n        [\r\n            \"LTP Adj\",\r\n            \"\"\r\n        ],\r\n        [\r\n            \"LTV\",\r\n            \"% 39.605\"\r\n        ],\r\n        [\r\n            \"CLTV\",\r\n            \"% 39.605\"\r\n        ]\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/saveToPipeline","description":"<h4 id=\"description\">Description</h4>\n<p>This endpoint is used to save loan information to the pipeline and optionally include pricing data.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"loanNumber\": 4660\n}\n\n</code></pre>\n","urlObject":{"path":["loan","saveToPipeline"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"feac7e31-f824-4201-9350-52e591aa2ed9"},{"name":"Update the loanFields data","id":"e8dda805-522a-4e67-897c-58f90ba4dd81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"loanFields\": {\r\n    \"asIsValue\": \"6,540,030\"\r\n  },\r\n  \"isTriggerCondition\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/updateLoanFields","description":"<h4 id=\"description\">Description</h4>\n<p>Updates loan details, borrower information, and related fields for a specific loan.<br />Handles updates to borrower details, property address (including geolocation and county), additional property addresses, and custom loan fields.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Borrower -&gt; LoanOverview Page, LoanApplication Page, LoanOverview Page</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"success\": true,\n   \"rlt\": {}\n}\n\n</code></pre>\n","urlObject":{"path":["loan","updateLoanFields"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8dda805-522a-4e67-897c-58f90ba4dd81"},{"name":"Handle after rate locked","id":"899705a0-4f6f-4511-98fc-e635d9d48e03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"changedJson\": {},\r\n    \"rePriceJson\": {\r\n        \"originLoanProcessData\": {\r\n            \"id\": 7355,\r\n            \"loanNumber\": 4422,\r\n            \"type\": \"12 months IO\",\r\n            \"program\": \"Optimal Bridge\",\r\n            \"rate\": \"12.615\",\r\n            \"price\": \"97\",\r\n            \"sheetDate\": \"11/29/2024\",\r\n            \"rateSpread\": \"0\",\r\n            \"exitFee\": \"0\",\r\n            \"lockDays\": 21,\r\n            \"lockedDate\": \"06/02/2025\",\r\n            \"expireDate\": \"06/23/2025\",\r\n            \"rateLocked\": true,\r\n            \"extensions\": [],\r\n            \"exceptions\": []\r\n        },\r\n        \"loanProcessData\": {\r\n            \"type\": \"12 months IO\",\r\n            \"program\": \"Optimal Bridge\",\r\n            \"rate\": \"12.615\",\r\n            \"price\": \"97\",\r\n            \"lockDays\": \"21\",\r\n            \"rateSpread\": \"0\",\r\n            \"exitFee\": \"0\",\r\n            \"sheetDate\": \"06/02/2025(E)\"\r\n        },\r\n        \"showingFields\": [\r\n            [\r\n                \"productType\",\r\n                \"transactionType\",\r\n                \"propertyUnderConstruction\",\r\n                \"isPropertyInLeasableState\",\r\n                \"decliningMarketProperty\",\r\n                \"isNewConstructionProperty\"\r\n            ],\r\n            [\r\n                \"proposedOccupancy\",\r\n                \"loanTerm\"\r\n            ],\r\n            [\r\n                \"propertyPurchasePrice\",\r\n                \"asIsValue\",\r\n                \"interestReserve\",\r\n                \"secondLien\",\r\n                \"closingCostEstimate\",\r\n                \"proposedLoanAmount\"\r\n            ],\r\n            [\r\n                \"experience\",\r\n                \"howManyExperiences\"\r\n            ],\r\n            [\r\n                \"amortizationType\"\r\n            ],\r\n            [\r\n                \"isNoScore\",\r\n                \"propertyState\",\r\n                \"estimatedCreditScore\"\r\n            ],\r\n            [\r\n                \"propertyType\",\r\n                \"numberOfUnits\"\r\n            ],\r\n            [\r\n                \"firstTimeHomeBuyer\",\r\n                \"firstTimeHomeInvestor\",\r\n                \"ruralProperty\"\r\n            ],\r\n            [\r\n                \"bankruptcy\",\r\n                \"foreclosure\",\r\n                \"deedInLieu\",\r\n                \"shortSale\",\r\n                \"mortgageLates\",\r\n                \"forbearanceLoanModification\",\r\n                \"residency\",\r\n                \"monthsReserve\"\r\n            ],\r\n            [\r\n                \"borrowerType\",\r\n                \"borrowerFirstName\",\r\n                \"borrowerMiddleName\",\r\n                \"borrowerLastName\"\r\n            ],\r\n            [\r\n                \"subjectPropertyAddress\",\r\n                \"additionalPropertyAddress\",\r\n                \"subjectPropertyMap\"\r\n            ],\r\n            [\r\n                \"aivLtvAdjustment\",\r\n                \"arvLtvAdjustment\",\r\n                \"ltcAdjustment\",\r\n                \"ltpAdjustment\"\r\n            ]\r\n        ],\r\n        \"pricingEngineIsOff\": false,\r\n        \"noPriceReduction\": true,\r\n        \"overridePricing\": true,\r\n        \"revalidate\": true,\r\n        \"exceptionReviewRequest\": false,\r\n        \"lockExpired\": false\r\n    },\r\n    \"emailTo\": {\r\n        \"taojin@codecharley.com\": \"cc\"\r\n    },\r\n    \"comment\": \"\",\r\n    \"isNonDscrProduct\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/rePriceAfterLocked","description":"<h4 id=\"description\">Description</h4>\n<p>This API endpoint handles the complex process of repricing a loan after its rate has been locked. It supports multiple scenarios including revalidation, exception review requests, and rate relocking for expired locks.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": 1,\n  \"message\": \"Successfully Revalidated Loan!\",\n  \"data\": {\n    \"loanDetailChanges\": {},\n    \"pricingChanges\": {\n      \"type\": \"12 months IO\",\n      \"program\": \"Optimal Bridge\",\n      \"rate\": \"12.615\",\n      \"price\": \"97\",\n      \"lockDays\": \"21\",\n      \"rateSpread\": \"0\",\n      \"exitFee\": \"0\",\n      \"sheetDate\": \"06/02/2025(E)\"\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","rePriceAfterLocked"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"899705a0-4f6f-4511-98fc-e635d9d48e03"},{"name":"Lock or Float the loan data","id":"8687de07-5aa6-4142-9e6e-52347f1fdb52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"rateLocked\": false,\r\n  \"loanPriceDetails\": [\r\n    [\r\n      \"Product Type\",\r\n      \"Bridge\"\r\n    ],\r\n    [\r\n      \"Transaction Type\",\r\n      \"Refinance\"\r\n    ],\r\n    [\r\n      \"Property Under Construction?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"Can property be rented as is?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"Is the property located in a declining market?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"Is the property a new construction?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"Occupancy\",\r\n      \"Partially Vacant\"\r\n    ],\r\n    [\r\n      \"Loan Term\",\r\n      \"6 Months\"\r\n    ],\r\n    [\r\n      \"As Is Appraised Value\",\r\n      \"$ 6,540,030\"\r\n    ],\r\n    [\r\n      \"Interest Reserve\",\r\n      \"$ 0\"\r\n    ],\r\n    [\r\n      \"Second Lien\",\r\n      \"$ 0\"\r\n    ],\r\n    [\r\n      \"Lien Payoff\",\r\n      \"$ 999,992\"\r\n    ],\r\n    [\r\n      \"Closing Cost Estimate\",\r\n      \"$ 23\"\r\n    ],\r\n    [\r\n      \"Proposed Loan Amount\",\r\n      \"$ 200,000\"\r\n    ],\r\n    [\r\n      \"Experience\",\r\n      \"4 Transactions\"\r\n    ],\r\n    [\r\n      \"How Many Experiencies?\",\r\n      \"4\"\r\n    ],\r\n    [\r\n      \"Amortization Type\",\r\n      \"IO - Fixed\"\r\n    ],\r\n    [\r\n      \"No Score\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"State\",\r\n      \"UT\"\r\n    ],\r\n    [\r\n      \"Credit Score\",\r\n      \"743\"\r\n    ],\r\n    [\r\n      \"Property Type\",\r\n      \"2-4 Units\"\r\n    ],\r\n    [\r\n      \"Number of Units\",\r\n      \"3\"\r\n    ],\r\n    [\r\n      \"First Time Home Buyer?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"First Time Home Investor?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"Rural Property?\",\r\n      \"No\"\r\n    ],\r\n    [\r\n      \"Bankruptcy\",\r\n      \"None\"\r\n    ],\r\n    [\r\n      \"Foreclosure\",\r\n      \"None\"\r\n    ],\r\n    [\r\n      \"Deed-In-Lieu\",\r\n      \"None\"\r\n    ],\r\n    [\r\n      \"Short Sale\",\r\n      \"None\"\r\n    ],\r\n    [\r\n      \"Mortgage Lates\",\r\n      \"0X30X12\"\r\n    ],\r\n    [\r\n      \"Forbearance / Loan Modification\",\r\n      \"None\"\r\n    ],\r\n    [\r\n      \"Citizenship\",\r\n      \"Permanent Resident\"\r\n    ],\r\n    [\r\n      \"Months Reserve\",\r\n      \"12\"\r\n    ],\r\n    [\r\n      \"Borrower Type\",\r\n      \"Corp\"\r\n    ],\r\n    [\r\n      \"Subject Property Address Map\",\r\n      \"\"\r\n    ],\r\n    [\r\n      \"AIV-LTV Adj\",\r\n      \"0\"\r\n    ],\r\n    [\r\n      \"ARV-LTV Adj\",\r\n      \"0\"\r\n    ],\r\n    [\r\n      \"LTC Adj\",\r\n      \"0\"\r\n    ],\r\n    [\r\n      \"LTP Adj\",\r\n      \"0\"\r\n    ],\r\n    [\r\n      \"LTV\",\r\n      \"% 3.058\"\r\n    ],\r\n    [\r\n      \"CLTV\",\r\n      \"% 3.058\"\r\n    ]\r\n  ],\r\n  \"concession\": \"\",\r\n  \"pricingEngineIsOff\": false,\r\n  \"showingFields\": [\r\n    [\r\n      \"productType\",\r\n      \"transactionType\",\r\n      \"propertyUnderConstruction\",\r\n      \"isPropertyInLeasableState\",\r\n      \"decliningMarketProperty\",\r\n      \"isNewConstructionProperty\"\r\n    ],\r\n    [\r\n      \"proposedOccupancy\",\r\n      \"loanTerm\"\r\n    ],\r\n    [\r\n      \"asIsValue\",\r\n      \"interestReserve\",\r\n      \"secondLien\",\r\n      \"lienPayoff\",\r\n      \"closingCostEstimate\",\r\n      \"proposedLoanAmount\"\r\n    ],\r\n    [\r\n      \"experience\",\r\n      \"howManyExperiences\"\r\n    ],\r\n    [\r\n      \"amortizationType\"\r\n    ],\r\n    [\r\n      \"isNoScore\",\r\n      \"propertyState\",\r\n      \"estimatedCreditScore\"\r\n    ],\r\n    [\r\n      \"propertyType\",\r\n      \"numberOfUnits\"\r\n    ],\r\n    [\r\n      \"firstTimeHomeBuyer\",\r\n      \"firstTimeHomeInvestor\",\r\n      \"ruralProperty\"\r\n    ],\r\n    [\r\n      \"bankruptcy\",\r\n      \"foreclosure\",\r\n      \"deedInLieu\",\r\n      \"shortSale\",\r\n      \"mortgageLates\",\r\n      \"forbearanceLoanModification\",\r\n      \"residency\",\r\n      \"monthsReserve\"\r\n    ],\r\n    [\r\n      \"borrowerType\",\r\n      \"borrowerFirstName\",\r\n      \"borrowerMiddleName\",\r\n      \"borrowerLastName\"\r\n    ],\r\n    [\r\n      \"subjectPropertyAddress\",\r\n      \"additionalPropertyAddress\",\r\n      \"subjectPropertyMap\"\r\n    ],\r\n    [\r\n      \"aivLtvAdjustment\",\r\n      \"arvLtvAdjustment\",\r\n      \"ltcAdjustment\",\r\n      \"ltpAdjustment\"\r\n    ]\r\n  ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/loanLockOrFloatRate","description":"<h4 id=\"description\">Description</h4>\n<p>Handles the locking or floating of loan rates. This endpoint allows users to either lock a rate (preventing further rate changes) or float a rate (allowing rate changes)</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure -&gt; ReviewLock</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"rateLocked\": true,\n    \"lockedDate\": \"06/02/2025\",\n    \"expireDate\": \"06/23/2025\",\n    \"extensions\": []\n  }\n}\n</code></pre>\n","urlObject":{"path":["loan","loanLockOrFloatRate"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8687de07-5aa6-4142-9e6e-52347f1fdb52"},{"name":"Update the status by loanNumber","id":"b321f886-9092-48bd-9840-553c57456549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/statusChange/:status/:loanNumber?override=<bool>","description":"<h4 id=\"description\">Description</h4>\n<p>Changes the status of a loan in the system. This endpoint handles various loan status transitions and performs associated actions based on the new status.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>components -&gt; LoanStatus</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true\n}\n\n</code></pre>\n<h4 id></h4>\n","urlObject":{"path":["loan","statusChange",":status",":loanNumber"],"host":["{{baseURL}}"],"query":[{"key":"override","value":"<bool>"}],"variable":[{"type":"any","value":"<string>","key":"status"},{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"b321f886-9092-48bd-9840-553c57456549"},{"name":"Move the loan data to the servicing stage by Id","id":"2234c62f-37fe-4a3a-a6a9-ded0ead03431","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/moveToServicing/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Moves a loan to the servicing stage in the system. This endpoint handles the transition of a loan to the servicing phase, which involves updating the servicing status and performing necessary trust ledger operations.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Loan -&gt; Servicing -&gt; Notes -&gt; AddNote</p>\n<h4 id=\"api-response\">Api Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"loanNumber\": 4372,\n  \"entityTitle\": \"ABC Investors, LLCA\",\n  \"borrowerName\": \"Marisol Testcase, LAIYSTERESA ORTEGA\",\n  \"propertyAddress\": \"W Main St, Beaver, UT 84713\",\n  \"byteproFileName\": 7000352,\n  \"loanStatus\": \"prequal\",\n  \"servicingStatus\": null,\n  \"type\": 0,\n  \"program\": \"program\"\n}\n</code></pre>\n","urlObject":{"path":["loan","moveToServicing",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"2234c62f-37fe-4a3a-a6a9-ded0ead03431"},{"name":"Update the servicing status","id":"aee66d0f-fd0b-47e0-8ab4-f128e0d44de3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/servicingStatusChange/:status/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Changes the servicing status of a loan in the system. This endpoint handles various servicing status transitions and performs associated actions based on the new status, including special handling for purchased loans.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>components -&gt; ServicingStatus</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","servicingStatusChange",":status",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"status"},{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"aee66d0f-fd0b-47e0-8ab4-f128e0d44de3"},{"name":"Extent the rate lock period","id":"9b18005d-775f-4e3c-9dea-2e72f645a45e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"day\": 9\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/lockExtension","description":"<h4 id=\"description\">Description</h4>\n<p>Extends the rate lock period for a loan. This endpoint allows users to extend the existing rate lock by a specified number of days, adjusting the expiration date and price accordingly.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure -&gt; ReviewLock</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": 1,\n  \"message\": \"Successfully Updated!\"\n}\n\n\n</code></pre>\n","urlObject":{"path":["loan","lockExtension"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b18005d-775f-4e3c-9dea-2e72f645a45e"},{"name":"Override the pricing by loan Id","id":"7eea5027-3fb8-4bed-bdb6-2e163946a7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"key\": \"rate\",\r\n  \"value\": \"11.74\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/overridePricing","description":"<h4 id=\"description\">Description</h4>\n<p>Overrides pricing values for a loan.<br />This endpoint allows users to override specific pricing parameters, with special handling for concession overrides.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure -&gt; ReviewLock</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": 1,\n  \"message\": \"Successfully Updated!\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","overridePricing"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7eea5027-3fb8-4bed-bdb6-2e163946a7f1"},{"name":"Save the loanProcess data by Id","id":"2c3e36a7-d1c9-4559-b439-f8a72f701f45","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"priceAdjustments\": [\r\n    {\r\n      \"id\": 1748549823605,\r\n      \"type\": \"asIsValue\",\r\n      \"rate\": \"30\",\r\n      \"price\": \"10\",\r\n      \"note\": \"note\"\r\n    }\r\n  ],\r\n  \"historyAction\": \"Log\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/saveLoanProcess","description":"<h4 id=\"description\">Description</h4>\n<p>Saves or updates loan process data.<br />This endpoint handles various loan process updates including ratesheet changes, history tracking, and application restructuring.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanOverview, LoanStructure -&gt; LoanResult, LoanStructure -&gt; PriceAdjust</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": 1\n}\n</code></pre>\n","urlObject":{"path":["loan","saveLoanProcess"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2c3e36a7-d1c9-4559-b439-f8a72f701f45"},{"name":"Get the loan history by Id","id":"a1e468e1-bf3e-4b31-a21c-e9aae83deb3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/loanStructureHistory/:index","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the history of loan structure changes for a specific loan. This endpoint provides access to the historical records of modifications made to the loan structure, allowing users to track changes over time</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure -&gt; ReviewLock -&gt; LockHistoryDialog</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n  {\n    \"email\": \"test@gmail.com\",\n    \"action\": \"Override Pricing Values\",\n    \"detail\": {\n      \"price\": \"20\"\n    },\n    \"createdAt\": 1748881575791\n  },\n  {\n    \"email\": \"test@gmail.com\",\n    \"action\": \"Override Pricing Values\",\n    \"detail\": {\n      \"price\": \"10\"\n    },\n    \"createdAt\": 1748879689154\n  }\n]\n\n\n</code></pre>\n","urlObject":{"path":["loan","loanStructureHistory",":index"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"index"}]}},"response":[],"_postman_id":"a1e468e1-bf3e-4b31-a21c-e9aae83deb3f"},{"name":"Retrieves the number of times a loan's rate by Id","id":"3e3898ca-5cfe-4aa9-a4d1-765061586261","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/getRelockTimes","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the number of times a loan's rate has been relocked.<br />This endpoint provides information about the rate lock history of a loan, specifically counting how many times the rate has been relocked.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure -&gt; RePriceLoan</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">1\n\n</code></pre>\n","urlObject":{"path":["loan","getRelockTimes"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e3898ca-5cfe-4aa9-a4d1-765061586261"},{"name":"Submit a request for a loan exception by Id","id":"8f5c0aae-ef83-4e39-8a81-b40553c0be69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"expRequest\": {\r\n    \"expType\": [\r\n      \"Appraisal\",\r\n      \"Credit report\",\r\n      \"NSF/overdrafts\",\r\n      \"Insurance\",\r\n      \"FTHB/no ownership of property\"\r\n    ],\r\n    \"content\": \"exception request\",\r\n    \"factor\": [\r\n      \"Experienced Investor with 2+ Investment Properties\",\r\n      \"Borrower Contribution exceeds requirement by at least 5%\",\r\n      \"No Credit Events in past 48 months\",\r\n      \"5+ years Credit History\",\r\n      \"No consumer late payments in the last 24+ months\",\r\n      \"Revolving Debt is under 30%\"\r\n    ],\r\n    \"applicationFiles\": [\r\n      {\r\n        \"id\": 1748550504003,\r\n        \"name\": \"Copy of BOL.pdf\",\r\n        \"fileKey\": \"v3/loan/4372/exceptions/Copy of BOL-1748550501914.pdf\",\r\n        \"status\": \"Not Reviewed\",\r\n        \"category\": \" \",\r\n        \"createdAt\": 1748550504003\r\n      }\r\n    ],\r\n    \"creditReportFiles\": [\r\n      {\r\n        \"id\": 1748550507155,\r\n        \"name\": \"Copy of BOL.pdf\",\r\n        \"fileKey\": \"v3/loan/4372/exceptions/Copy of BOL-1748550504930.pdf\",\r\n        \"status\": \"Not Reviewed\",\r\n        \"category\": \" \",\r\n        \"createdAt\": 1748550507155\r\n      }\r\n    ],\r\n    \"errorFields\": \"Closing Cost Estimate: 23\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/submitExceptionRequest","description":"<h4 id=\"description\">Description</h4>\n<p>Submits a request for a loan exception.<br />This endpoint handles the submission of exception requests for loan terms or conditions that deviate from standard parameters.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure -&gt; ExceptionRequest, LoanStructure -&gt; ExceptionResponse</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"message\": \"Successfully Submitted!\",\n  \"data\": {\n    \"email\": \"shigeki@codecharley.com\",\n    \"type\": \"Request\",\n    \"time\": \"06/02/2025 13:07\",\n    \"json\": {\n      \"expType\": [\n        \"Borrower's assets\",\n        \"Credit Score\",\n        \"Condo questionnaire\",\n        \"Insurance\",\n        \"Loan Amount\"\n      ],\n      \"content\": \"exception request\",\n      \"factor\": [\n        \"DSCR =&gt; 1.3\",\n        \"2+ Borrowers on the loan\",\n        \"No Credit Events in past 48 months\",\n        \"5+ years Credit History\",\n        \"Revolving Debt is under 30%\",\n        \"LTV 10% below maximum\"\n      ],\n      \"applicationFiles\": [\n        {\n        \"id\": 1748883931081,\n        \"name\": \"Copy of BOL.pdf\",\n        \"fileKey\": \"v3/loan/4625/exceptions/Copy of BOL-1748883928661.pdf\",\n        \"status\": \"Not Reviewed\",\n        \"category\": \" \",\n        \"createdAt\": 1748883931081\n        }\n      ],\n      \"creditReportFiles\": [\n        {\n        \"id\": 1748883934614,\n        \"name\": \"Copy of BOL.pdf\",\n        \"fileKey\": \"v3/loan/4625/exceptions/Copy of BOL-1748883932136.pdf\",\n        \"status\": \"Not Reviewed\",\n        \"category\": \" \",\n        \"createdAt\": 1748883934614\n        }\n      ]\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","submitExceptionRequest"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f5c0aae-ef83-4e39-8a81-b40553c0be69"},{"name":"Submit exception response by Id","id":"504946a2-428e-4ee3-8267-610791bcf9f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"expResponse\": {\r\n    \"override\": true,\r\n    \"type\": \"product type\",\r\n    \"program\": \"program\",\r\n    \"rate\": \"11\",\r\n    \"price\": \"12\",\r\n    \"lockDays\": \"21\",\r\n    \"rateSpread\": \"50\",\r\n    \"exitFee\": \"17\",\r\n    \"note\": \"notes\",\r\n    \"isNonDscrProduct\": true\r\n  },\r\n  \"emailTo\": {\r\n    \"from\": \"default\",\r\n    \"wwtaojin93@gmail.com\": \"cc\",\r\n    \"taojin@codecahrley.com\": \"cc\",\r\n    \"james@codecharley.com\": \"to\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/submitExceptionResponse","description":"<h4 id=\"description\">Description</h4>\n<p>Submits a response to a previously requested loan exception. This endpoint handles the approval or rejection of exception requests, updates the loan process accordingly, and records the decision in the loan history.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure -&gt; ExceptionResponse</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"success\": true,\n  \"data\": {\n    \"email\": \"test@gmail.com\",\n    \"type\": \"Response\",\n    \"time\": \"06/02/2025 13:09\",\n    \"json\": {\n      \"override\": false,\n      \"note\": \"note\",\n      \"emailTo\": \"From: Default, To: , Cc: tester@gmail.com\"\n    }\n  }\n}\n</code></pre>\n","urlObject":{"path":["loan","submitExceptionResponse"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"504946a2-428e-4ee3-8267-610791bcf9f6"},{"name":"Get the loan Process Rate data by Id","id":"1d15b124-76a7-4d67-a620-31d01edccaa2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/getLoanProcessRate","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the current rate and pricing information for a loan's process. This endpoint provides access to the loan's rate details, including locked rate information, pricing data, and related process information.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; PropertyInformation, LoanStructure, Borrower -&gt; LoanOverview -&gt; BorrowerLoanDetail</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\"> {\n  \"success\": true,\n  \"data\": {\n    \"id\": 7553,\n    \"loanNumber\": 4625,\n    \"type\": null,\n    \"program\": null,\n    \"rate\": null,\n    \"price\": \"0\",\n    \"sheetDate\": null,\n    \"rateSpread\": null,\n    \"exitFee\": null,\n    \"lockDays\": null,\n    \"lockedDate\": null,\n    \"expireDate\": null,\n    \"rateLocked\": false,\n    \"extensions\": [],\n    \"exceptions\": [\n      {\n        \"json\": {\n          \"factor\": [\n            \"DSCR =&gt; 1.3\",\n            \"2+ Borrowers on the loan\",\n            \"No Credit Events in past 48 months\",\n            \"5+ years Credit History\",\n            \"Revolving Debt is under 30%\",\n            \"LTV 10% below maximum\"\n          ],\n          \"content\": \"exception request\",\n          \"expType\": [\n            \"Borrower's assets\",\n            \"Credit Score\",\n            \"Condo questionnaire\",\n            \"Insurance\",\n            \"Loan Amount\"\n          ],\n          \"applicationFiles\": [\n            {\n            \"id\": 1748883931081,\n            \"name\": \"Copy of BOL.pdf\",\n            \"status\": \"Not Reviewed\",\n            \"fileKey\": \"v3/loan/4625/exceptions/Copy of BOL-1748883928661.pdf\",\n            \"category\": \" \",\n            \"createdAt\": 1748883931081\n            }\n          ],\n          \"creditReportFiles\": [\n            {\n            \"id\": 1748883934614,\n            \"name\": \"Copy of BOL.pdf\",\n            \"status\": \"Not Reviewed\",\n            \"fileKey\": \"v3/loan/4625/exceptions/Copy of BOL-1748883932136.pdf\",\n            \"category\": \" \",\n            \"createdAt\": 1748883934614\n            }\n          ]\n        },\n        \"time\": \"06/02/2025 13:07\",\n        \"type\": \"Request\",\n        \"email\": \"test@gmail.com\"\n      },\n      {\n        \"json\": {\n          \"note\": \"note\",\n          \"emailTo\": \"From: Default, To: , Cc: test@gmail.com\",\n          \"override\": false\n        },\n        \"time\": \"06/02/2025 13:09\",\n        \"type\": \"Response\",\n        \"email\": \"test@gmail.com\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","getLoanProcessRate"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1d15b124-76a7-4d67-a620-31d01edccaa2"},{"name":"Get the recent LoanRatesheet data","id":"8e3f5928-ceae-45e7-bdfc-3635697e79ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/getLatestLoanRatesheet","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the most recent ratesheet for a given loan by loan number</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Borrower -&gt; LoanOverview -&gt; BorrowerLoanDetail, LoanStructure</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": false\n}\n\n</code></pre>\n","urlObject":{"path":["loan","getLatestLoanRatesheet"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8e3f5928-ceae-45e7-bdfc-3635697e79ee"},{"name":"Save the LoanRatesheet Data","id":"7ed15c0c-3646-42d0-b88f-2ddd633f07c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"ratesheetID\": 0,\r\n    \"data\": {\r\n        \"relockTimes\": 0,\r\n        \"prices\": [],\r\n        \"priceLoanTime\": \"\",\r\n        \"programs\": [],\r\n        \"products\": [],\r\n        \"priceAdjustments\": [],\r\n        \"selectedProgram\": [],\r\n        \"lockDays\": [],\r\n        \"limit\": {\r\n            \"aiv_ltv\": 87.353,\r\n            \"arv_ltv\": null,\r\n            \"ltc\": 87.353,\r\n            \"ltp\": 7.5\r\n        },\r\n        \"priceIndex\": {\r\n            \"index1\": -1,\r\n            \"index\": -1\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/saveLoanRatesheet","description":"<h4 id=\"description\">Description</h4>\n<p>Saves (or replaces) the ratesheet for a specified loan number.<br />If a ratesheet already exists for this loan number, it will be deleted and replaced with the new data</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure, LoanStructure -&gt; LoanResult</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   success: 1,\n}\n\n</code></pre>\n","urlObject":{"path":["loan","saveLoanRatesheet"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7ed15c0c-3646-42d0-b88f-2ddd633f07c3"},{"name":"Get the loan log by loan number and key","id":"e19136ce-2bd2-4299-895c-dd13f835fcf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/log/:key","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves a filtered list of log entries for a specified loan number and operation key.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>utils -&gt; modals -&gt; audit-log</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"value\": \"Fix &amp; Flip / Fix to Rent\",\n        \"email\": \"shigeki@codecharley.com\",\n        \"time\": \"2025-06-02T15:48:09.736Z\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["loan","log",":key"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"key"}]}},"response":[],"_postman_id":"e19136ce-2bd2-4299-895c-dd13f835fcf1"},{"name":"Get the Loan Process log by loan number and key","id":"2bed59ad-615c-443b-851f-3db2a1da680e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"<number>","type":"text"}],"url":"{{baseURL}}/loan/process_log/:key/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Fetches log entries from the process log for a specific loan number, filtered by an operation key.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>utils -&gt; modals -&gt; audit-log</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[]\n\n</code></pre>\n","urlObject":{"path":["loan","process_log",":key",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"key"},{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"2bed59ad-615c-443b-851f-3db2a1da680e"},{"name":"Update the process log by loan number and key","id":"64573d1e-113a-42da-9f27-d66f640f23d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"<number>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"index\": 0,\r\n    \"type\": \"time\",\r\n    \"value\": \"2025-06-05T00:57:00.000Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/process_log/:key/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Updates the process log for a given loan number and operation key.<br />Only admin can update process logs.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>utils -&gt; modals -&gt; audit-log</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[]\n\n</code></pre>\n","urlObject":{"path":["loan","process_log",":key",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"key"},{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"64573d1e-113a-42da-9f27-d66f640f23d8"},{"name":"Update the email contacts data by loan number","id":"8d0667a1-0c8a-4c4c-a2d0-caa69867e2ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"key\": \"emailContacts\",\r\n    \"value\": [\r\n        \"test@gmail.com\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/updateEmailContacts","description":"<h4 id=\"desription\">Desription</h4>\n<p>Updates a specific property of the loan process for the given loan number, records the update in the process log, and tracks the user activity.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Components -&gt; LoanProcessSelection</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   success: true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","updateEmailContacts"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d0667a1-0c8a-4c4c-a2d0-caa69867e2ab"},{"name":"Update the closing Date by loan number","id":"7335fb2b-9c71-4292-bc25-c14d5c10d1c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"key\": \"closingDate\",\r\n    \"value\": [\r\n        \"2022-11-02\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/updateClosingDate","description":"<h4 id=\"description\">Description</h4>\n<p>Updates the estimated closing date for a loan process.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Components -&gt; LoanProcessSelection</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   success: true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","updateClosingDate"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7335fb2b-9c71-4292-bc25-c14d5c10d1c8"},{"name":"Delete the loan data by loan number","id":"a95b116d-76af-4e3b-8766-2268eea62594","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[{"key":"loan-number","value":"<number>","type":"text"}],"url":"{{baseURL}}/loan/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>deletes a loan and all related tasks by setting their deleted flag to true.</p>\n<h4 id=\"path-path\">Path path</h4>\n<p>Pipeline</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["loan",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"a95b116d-76af-4e3b-8766-2268eea62594"},{"name":"Clone the loan data","id":"9359a16a-6b20-4fe1-9cb0-aa94ee48cda6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"loanStructure\": true,\r\n    \"loanApplication\": true,\r\n    \"loanSubmission\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/cloneFile","description":"<h4 id=\"description\">Description</h4>\n<p>Creates a deep copy (“clone”) of a loan and all related records (borrowers, asset tracking, loan submission, etc.) under a new loan number</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanOverview -&gt; CloneFileDialog</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": 1,\n    \"loanNumber\": 4663\n}\n\n</code></pre>\n","urlObject":{"path":["loan","cloneFile"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9359a16a-6b20-4fe1-9cb0-aa94ee48cda6"},{"name":"Get borrowers data by loan number","id":"41d260ed-2ed8-487e-884e-7ca8cc406f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"<number>","type":"text"}],"url":"{{baseURL}}/loan/borrowers","description":"<h4 id=\"description\">Description</h4>\n<p>Get the borrowers data</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>not used</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"borrower\": {\n        \"id\": 15076,\n        \"loanNumber\": 4661,\n        \"borrowerSeperator\": \"borrower\",\n        \"hasEntityTitle\": true,\n        \"entityTitle\": \"\",\n        \"entityAddress\": \"\",\n        \"residency\": \"US Citizen\",\n        \"borrowerType\": \"LLC\",\n        \"borrowerPosition\": \"\",\n        \"ownershipPercentage\": null,\n        \"titleVesting\": \"\",\n        \"entityTaxID\": \"\",\n        \"entityState\": \"\",\n        \"firstName\": \"Marisol\",\n        \"middleName\": \"\",\n        \"lastName\": \"Park\",\n        \"email\": \"\",\n        \"ssn\": \"\",\n        \"phone\": \"\",\n        \"dob\": \"\",\n        \"presentAddress\": \"\",\n        \"mailingAddress\": \"\",\n        \"ownership\": \"\",\n        \"ownedRentedYears\": \"\",\n        \"formerAddress\": \"\",\n        \"formerOwnership\": \"\",\n        \"formerOwnedRentedYears\": \"\",\n        \"maritalStatus\": \"\",\n        \"hasTrackRecord\": null,\n        \"isTrackRecordOverride\": false,\n        \"hasAdditionalMember\": false,\n        \"isPrimaryResidence\": true,\n        \"isHadOwnershipInterest\": null,\n        \"propertyOwn\": null,\n        \"holdTitle\": null,\n        \"isPurchaseTransaction\": null,\n        \"isBorrowingMoney\": null,\n        \"borrowingMoneyAmount\": null,\n        \"isMortageLoan\": null,\n        \"isNewCredit\": null,\n        \"isSubjectLien\": null,\n        \"isCoSigner\": null,\n        \"isJudgements\": null,\n        \"isDelinquent\": null,\n        \"isLawsuit\": null,\n        \"isForeclosure\": null,\n        \"isPreForeclosure\": null,\n        \"isForeclosed\": null,\n        \"isBankrupt\": null,\n        \"bankruptcyType\": null,\n        \"isObligated\": null,\n        \"isUsCitizen\": null,\n        \"isResidentAlien\": null,\n        \"isBorrower\": \"\",\n        \"informationProvidedVia\": null,\n        \"sex\": \"\",\n        \"sexCompletedBy\": null,\n        \"ethnicity\": \"\",\n        \"ethnicityCompletedBy\": null,\n        \"race\": \"\",\n        \"raceCompletedBy\": null,\n        \"creditRequestType\": \"\",\n        \"equifax\": \"\",\n        \"transunion\": \"\",\n        \"experian\": \"\",\n        \"priceScore\": \"\",\n        \"creditFileKey\": \"\",\n        \"creditJointBorrower\": null,\n        \"customInformation\": {\n            \"CustomInformation\": {}\n        },\n        \"creditRequestPaymentData\": null,\n        \"agreeToSign\": false,\n        \"informationToSign\": \"\",\n        \"exempt\": false,\n        \"override\": false,\n        \"handSignedDocuments\": [],\n        \"signUrlSignature\": \"\",\n        \"signUrlSignatureEmailResult\": {},\n        \"signedDate\": \"\",\n        \"signedPdfKey\": \"\",\n        \"signRequestSent\": false,\n        \"overriden\": false,\n        \"createdAt\": \"2025-06-03T16:15:22.618Z\",\n        \"updatedAt\": \"2025-06-03T16:15:22.618Z\"\n    },\n    \"coBorrower\": {\n        \"id\": 15075,\n        \"loanNumber\": 4661,\n        \"borrowerSeperator\": \"coBorrower\",\n        \"hasEntityTitle\": true,\n        \"entityTitle\": \"\",\n        \"entityAddress\": \"\",\n        \"residency\": \"\",\n        \"borrowerType\": \"\",\n        \"borrowerPosition\": \"\",\n        \"ownershipPercentage\": null,\n        \"titleVesting\": \"\",\n        \"entityTaxID\": \"\",\n        \"entityState\": \"\",\n        \"firstName\": \"\",\n        \"middleName\": \"\",\n        \"lastName\": \"\",\n        \"email\": \"\",\n        \"ssn\": \"\",\n        \"phone\": \"\",\n        \"dob\": \"\",\n        \"presentAddress\": \"\",\n        \"mailingAddress\": \"\",\n        \"ownership\": \"\",\n        \"ownedRentedYears\": \"\",\n        \"formerAddress\": \"\",\n        \"formerOwnership\": \"\",\n        \"formerOwnedRentedYears\": \"\",\n        \"maritalStatus\": \"\",\n        \"hasTrackRecord\": null,\n        \"isTrackRecordOverride\": false,\n        \"hasAdditionalMember\": false,\n        \"isPrimaryResidence\": true,\n        \"isHadOwnershipInterest\": null,\n        \"propertyOwn\": null,\n        \"holdTitle\": null,\n        \"isPurchaseTransaction\": null,\n        \"isBorrowingMoney\": null,\n        \"borrowingMoneyAmount\": null,\n        \"isMortageLoan\": null,\n        \"isNewCredit\": null,\n        \"isSubjectLien\": null,\n        \"isCoSigner\": null,\n        \"isJudgements\": null,\n        \"isDelinquent\": null,\n        \"isLawsuit\": null,\n        \"isForeclosure\": null,\n        \"isPreForeclosure\": null,\n        \"isForeclosed\": null,\n        \"isBankrupt\": null,\n        \"bankruptcyType\": null,\n        \"isObligated\": null,\n        \"isUsCitizen\": null,\n        \"isResidentAlien\": null,\n        \"isBorrower\": \"\",\n        \"informationProvidedVia\": null,\n        \"sex\": \"\",\n        \"sexCompletedBy\": null,\n        \"ethnicity\": \"\",\n        \"ethnicityCompletedBy\": null,\n        \"race\": \"\",\n        \"raceCompletedBy\": null,\n        \"creditRequestType\": \"\",\n        \"equifax\": \"\",\n        \"transunion\": \"\",\n        \"experian\": \"\",\n        \"priceScore\": \"\",\n        \"creditFileKey\": \"\",\n        \"creditJointBorrower\": null,\n        \"customInformation\": {\n            \"CustomInformation\": {}\n        },\n        \"creditRequestPaymentData\": null,\n        \"agreeToSign\": false,\n        \"informationToSign\": \"\",\n        \"exempt\": false,\n        \"override\": false,\n        \"handSignedDocuments\": [],\n        \"signUrlSignature\": \"\",\n        \"signUrlSignatureEmailResult\": {},\n        \"signedDate\": \"\",\n        \"signedPdfKey\": \"\",\n        \"signRequestSent\": false,\n        \"overriden\": false,\n        \"createdAt\": \"2025-06-03T16:15:22.617Z\",\n        \"updatedAt\": \"2025-06-03T16:15:22.617Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","borrowers"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"41d260ed-2ed8-487e-884e-7ca8cc406f71"},{"name":"Get the expirationDates configuration by loan number","id":"049ad800-2480-4957-9b4e-9c8336f7f107","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/expirationDates","description":"<h4 id=\"description\">Description</h4>\n<p>Fetches the expiration dates configuration for a specific loan</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Loan -&gt; Underwriting -&gt; ExpirationDates</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"appraisal\": {\n        \"date\": \"\",\n        \"days\": 90,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Appraisal Report\",\n        \"requirePass\": false\n    },\n    \"credit\": {\n        \"date\": \"\",\n        \"days\": 90,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Credit Report\",\n        \"requirePass\": false\n    },\n    \"title\": {\n        \"date\": \"\",\n        \"days\": 90,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Title Commitment\",\n        \"requirePass\": false\n    },\n    \"cpl\": {\n        \"date\": \"\",\n        \"days\": 60,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"CPL\",\n        \"requirePass\": false\n    },\n    \"condo\": {\n        \"date\": \"\",\n        \"days\": 60,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Condo Project Questionnaire\"\n    },\n    \"asset\": {\n        \"date\": \"\",\n        \"days\": 60,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Assets\",\n        \"requirePass\": false\n    },\n    \"income\": {\n        \"date\": \"\",\n        \"days\": 60,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Income\"\n    },\n    \"insurance\": {\n        \"date\": \"\",\n        \"days\": null,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Insurance\",\n        \"requirePass\": false,\n        \"startDatePass\": false\n    },\n    \"flood\": {\n        \"date\": \"\",\n        \"days\": 90,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Flood Certificate\",\n        \"requirePass\": false\n    },\n    \"certificate\": {\n        \"date\": \"\",\n        \"days\": 60,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Certificate of Good Standing\",\n        \"requirePass\": false\n    },\n    \"purchaseContract\": {\n        \"date\": \"\",\n        \"days\": 180,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Purchase Contract Date\",\n        \"requirePass\": false\n    },\n    \"sellerAcquired\": {\n        \"date\": \"\",\n        \"days\": 180,\n        \"type\": 0,\n        \"seasonType\": 1,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Seller Acquired Property (Purchase Only)\",\n        \"requirePass\": false\n    },\n    \"borrowerAcquired\": {\n        \"date\": \"\",\n        \"days\": 180,\n        \"type\": 0,\n        \"seasonType\": 1,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Borrower Acquired Property (Refinance Only)\"\n    },\n    \"lot\": {\n        \"date\": \"\",\n        \"days\": 90,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Lot Acquired Date\"\n    },\n    \"background\": {\n        \"date\": \"\",\n        \"days\": 60,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Background\",\n        \"requirePass\": false\n    },\n    \"newAppraised\": {\n        \"date\": \"\",\n        \"days\": 180,\n        \"type\": 0,\n        \"seasonType\": 1,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Cash Out Seasoning on New Appraised Value\"\n    },\n    \"titleInsurance\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Title E&amp;O Insurance\",\n        \"requirePass\": false\n    },\n    \"payoff\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Payoff\"\n    },\n    \"visa\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Visa\"\n    },\n    \"assetCoBorrower\": {\n        \"date\": \"\",\n        \"days\": 60,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Assets (CoBorrower) - 1\"\n    },\n    \"backgroundCoBorrower\": {\n        \"date\": \"\",\n        \"days\": 60,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Background (CoBorrower) - 1\"\n    },\n    \"visaCoBorrower\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Visa (CoBorrower) - 1\"\n    },\n    \"driverLicense\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Driver License\"\n    },\n    \"passport\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Passport\"\n    },\n    \"stateId\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"State ID\"\n    },\n    \"eadCard\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"EAD Card\"\n    },\n    \"alienCard\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 0,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Permanent Resident Alien Card\"\n    },\n    \"driverLicenseCoBorrower\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Driver License (CoBorrower) - 1\"\n    },\n    \"passportCoBorrower\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Passport (CoBorrower) - 1\"\n    },\n    \"stateIdCoBorrower\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"State ID (CoBorrower) - 1\"\n    },\n    \"eadCardCoBorrower\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"EAD Card (CoBorrower) - 1\"\n    },\n    \"alienCardCoBorrower\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Permanent Resident Alien Card (CoBorrower) - 1\"\n    },\n    \"assetCoBorrower2\": {\n        \"date\": \"\",\n        \"days\": 60,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Assets (CoBorrower) - 2\"\n    },\n    \"backgroundCoBorrower2\": {\n        \"date\": \"\",\n        \"days\": 60,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Background (CoBorrower) - 2\"\n    },\n    \"visaCoBorrower2\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Visa (CoBorrower) - 2\"\n    },\n    \"driverLicenseCoBorrower2\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Driver License (CoBorrower) - 2\"\n    },\n    \"passportCoBorrower2\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Passport (CoBorrower) - 2\"\n    },\n    \"stateIdCoBorrower2\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"State ID (CoBorrower) - 2\"\n    },\n    \"eadCardCoBorrower2\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"EAD Card (CoBorrower) - 2\"\n    },\n    \"alienCardCoBorrower2\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Permanent Resident Alien Card (CoBorrower) - 2\"\n    },\n    \"assetCoBorrower3\": {\n        \"date\": \"\",\n        \"days\": 60,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Assets (CoBorrower) - 3\"\n    },\n    \"backgroundCoBorrower3\": {\n        \"date\": \"\",\n        \"days\": 60,\n        \"type\": 0,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Background (CoBorrower) - 3\"\n    },\n    \"visaCoBorrower3\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Visa (CoBorrower) - 3\"\n    },\n    \"driverLicenseCoBorrower3\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Driver License (CoBorrower) - 3\"\n    },\n    \"passportCoBorrower3\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Passport (CoBorrower) - 3\"\n    },\n    \"stateIdCoBorrower3\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"State ID (CoBorrower) - 3\"\n    },\n    \"eadCardCoBorrower3\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"EAD Card (CoBorrower) - 3\"\n    },\n    \"alienCardCoBorrower3\": {\n        \"date\": \"\",\n        \"days\": 0,\n        \"type\": 1,\n        \"seasonType\": 0,\n        \"isCoBorrower\": 1,\n        \"isCustom\": 0,\n        \"expirationDate\": \"\",\n        \"status\": false,\n        \"reason\": \"\",\n        \"history\": [],\n        \"title\": \"Permanent Resident Alien Card (CoBorrower) - 3\"\n    },\n    \"custom\": {}\n}\n\n</code></pre>\n","urlObject":{"path":["loan","expirationDates"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"049ad800-2480-4957-9b4e-9c8336f7f107"},{"name":"Update the expireationDates configuration by loan number and type","id":"c476fbf6-e7c0-436b-9e1c-34a5769b92b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"date\": \"2025-03-10\",\r\n  \"days\": 30,\r\n  \"expirationDate\": \"08/10/2025\",\r\n  \"status\": true,\r\n  \"reason\": \"string\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/expirationDates/:type","description":"<h4 id=\"description\">Description</h4>\n<p>Updates a specific expiration date type for a given loan number</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Loan -&gt; Underwriting -&gt; ExpirationDates</p>\n<h4 id=\"response\">Response</h4>\n","urlObject":{"path":["loan","expirationDates",":type"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"type"}]}},"response":[],"_postman_id":"c476fbf6-e7c0-436b-9e1c-34a5769b92b4"},{"name":"Reset the expireationDates configuration with empty value by loan number and type","id":"0fb9f2c6-7b71-4880-aaed-b802ff914992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keys\" : [\r\n        \"date\",\r\n        \"days\",\r\n        \"expirationDate\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/expirationDates/:type","description":"<h4 id=\"description\">Description</h4>\n<p>Resets specified fields of an expiration date item for a given loan and type to empty values (\"\").<br />Each reset field is logged in the item’s change history, including user and timestamp.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Loan -&gt; Underwriting -&gt; ExpirationDates</p>\n<h4 id=\"reponse\">Reponse</h4>\n","urlObject":{"path":["loan","expirationDates",":type"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"type"}]}},"response":[],"_postman_id":"0fb9f2c6-7b71-4880-aaed-b802ff914992"},{"name":"Get the pricing data","id":"77e4c2ec-abbe-4132-badd-4d2441e4a7ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/rePricingInitData","description":"<h4 id=\"description\">Description</h4>\n<p>Fetches the current and locked ratesheet IDs for repricing a loan, combining data from the loan process, structure history, and external vendor systems.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure -&gt; RePriceLoan</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": 1,\n    \"data\": {\n        \"current\": 1694\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","rePricingInitData"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77e4c2ec-abbe-4132-badd-4d2441e4a7ca"},{"name":"Get the flood order data","id":"dcb6df6c-a431-4f51-ad4c-1bf21eabd501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/floodOrder","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves flood order data for a specific loan, combining borrower, co-borrower, and loan property details with the latest national flood service data.<br />If no prior flood order record exists, it creates one based on loan and address details.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Admin -&gt; Vendors -&gt; NationalFlood -&gt; NationalFlood</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"loanDetail\": {\n        \"firstName\": \"Marisol\",\n        \"middleName\": \"\",\n        \"lastName\": \"Park\",\n        \"includeCoborrower\": false,\n        \"coFirstName\": \"\",\n        \"coMiddleName\": \"\",\n        \"coLastName\": \"\",\n        \"subjectPropertyAddress\": \"212 E 141st Pl, Dolton, IL 60419\",\n        \"propertyCounty\": \"\"\n    },\n    \"data\": {\n        \"id\": 27,\n        \"loanNumber\": 4661,\n        \"info\": {\n            \"zip\": \"60419\",\n            \"city\": \"Dolton\",\n            \"state\": \"IL\",\n            \"county\": \"\",\n            \"street\": \"212 E 141st Pl\",\n            \"lastName\": \"Park\",\n            \"parcelNo\": \"\",\n            \"firstName\": \"Marisol\",\n            \"legalDesc\": \"\",\n            \"coLastName\": \"\",\n            \"middleName\": \"\",\n            \"coFirstName\": \"\",\n            \"coMiddleName\": \"\"\n        },\n        \"orders\": [\n        {\n                \"by\": \"charlesadmin@gmail.com\",\n                \"_name\": \"Complete\",\n                \"action\": \"New Order\",\n                \"pdfKey\": \"v3/loan/7000689/servicelink/Flood-1432398336-1218-1677682138578.pdf\",\n                \"result\": {\n                    \"RESPONSE_GROUP\": {\n                        \"att\": {\n                            \"MISMOVersionID\": \"2.1\"\n                        },\n                        \"RESPONSE\": [\n                            {\n                                \"KEY\": [\n                                    {\n                                        \"att\": {\n                                            \"_Name\": \"TransID\",\n                                            \"_Value\": \"1008\"\n                                        }\n                                    },\n                                    {\n                                        \"att\": {\n                                            \"_Name\": \"VerticalElevationDatum\",\n                                            \"_Value\": \"NAVD1988\"\n                                        }\n                                    }\n                                ],\n                                \"att\": {\n                                    \"ResponseDateTime\": \"03/01/2023 08:48:54\",\n                                    \"InternalAccountIdentifier\": \"1000262406\"\n                                },\n                                \"STATUS\": [\n                                    {\n                                        \"att\": {\n                                            \"_Code\": \"C\",\n                                            \"_Name\": \"Complete\",\n                                            \"_Condition\": \"Success\",\n                                            \"_Description\": \"Complete - Product Delivery\"\n                                        }\n                                    }\n                                ],\n                                \"RESPONSE_DATA\": [\n                                    {\n                                        \"FLOOD_RESPONSE\": [\n                                            {\n                                                \"BORROWER\": [\n                                                    {\n                                                        \"att\": {\n                                                            \"_LastName\": \"park\",\n                                                            \"_FirstName\": \"Charles\"\n                                                        }\n                                                    }\n                                                ],\n                                                \"PROPERTY\": [\n                                                    {\n                                                        \"att\": {\n                                                            \"_City\": \"OKLAHOMA CITY\",\n                                                            \"_State\": \"OK\",\n                                                            \"_County\": \"OKLAHOMA COUNTY\",\n                                                            \"_PostalCode\": \"73117\",\n                                                            \"_StreetAddress\": \"517 N MISSOURI AVE\",\n                                                            \"_StreetAddress2\": \"\",\n                                                            \"AssessorsParcelIdentifier\": \"\"\n                                                        },\n                                                        \"_LEGAL_DESCRIPTION\": [\n                                                            {\n                                                                \"att\": {\n                                                                    \"_Type\": \"Other\",\n                                                                    \"_TextDescription\": \"\",\n                                                                    \"_TypeOtherDescription\": \"Legal Description\"\n                                                                },\n                                                                \"PLATTED_LAND\": [\n                                                                    {\n                                                                        \"att\": {\n                                                                            \"PropertyLotIdentifier\": \"\",\n                                                                            \"PropertyBlockIdentifier\": \"\",\n                                                                            \"PropertySectionIdentifier\": \"\",\n                                                                            \"PropertySubdivisionIdentifier\": \"\"\n                                                                        }\n                                                                    }\n                                                                ],\n                                                                \"UNPLATTED_LAND\": [\n                                                                    {\n                                                                        \"att\": {\n                                                                            \"PropertyRangeIdentifier\": \"\",\n                                                                            \"PropertyTownshipIdentifier\": \"\"\n                                                                        }\n                                                                    }\n                                                                ]\n                                                            }\n                                                        ]\n                                                    }\n                                                ],\n                                                \"EMBEDDED_FILE\": [\n                                                    {\n                                                        \"att\": {\n                                                            \"_Name\": \"1432398336.PDF\",\n                                                            \"_Extension\": \"PDF\",\n                                                            \"_EncodingType\": \"base64\"\n                                                        }\n                                                    }\n                                                ],\n                                                \"MORTGAGE_TERMS\": [\n                                                    {\n                                                        \"att\": {\n                                                            \"LenderCaseIdentifier\": \"7000689\"\n                                                        }\n                                                    }\n                                                ],\n                                                \"FLOOD_DETERMINATION\": [\n                                                    {\n                                                        \"att\": {\n                                                            \"_LifeOfLoanIndicator\": \"N\",\n                                                            \"FloodProductCertifyDate\": \"09/21/2022\",\n                                                            \"FloodCertificationIdentifier\": \"1432398336\",\n                                                            \"SpecialFloodHazardAreaIndicator\": \"N\"\n                                                        },\n                                                        \"FULFILLMENT_PARTY\": [\n                                                            {\n                                                                \"att\": {\n                                                                    \"_City\": \"Arlington\",\n                                                                    \"_Name\": \"ServiceLink National Flood\",\n                                                                    \"_State\": \"TX\",\n                                                                    \"_County\": \"Tarrant County\",\n                                                                    \"_PostalCode\": \"76010\",\n                                                                    \"_StreetAddress\": \"500 E Border St\",\n                                                                    \"_StreetAddress2\": \"#300\"\n                                                                },\n                                                                \"CONTACT_DETAIL\": [\n                                                                    {\n                                                                        \"att\": {\n                                                                            \"_Name\": \"ServiceLink Customer Service\"\n                                                                        },\n                                                                        \"CONTACT_POINT\": [\n                                                                            {\n                                                                                \"att\": {\n                                                                                    \"_Type\": \"Phone\",\n                                                                                    \"_Value\": \"8008336347\"\n                                                                                }\n                                                                            },\n                                                                            {\n                                                                                \"att\": {\n                                                                                    \"_Type\": \"Fax\",\n                                                                                    \"_Value\": \"8006626347\"\n                                                                                }\n                                                                            },\n                                                                            {\n                                                                                \"att\": {\n                                                                                    \"_Type\": \"Email\",\n                                                                                    \"_Value\": \"flood@svclnk.com\"\n                                                                                }\n                                                                            }\n                                                                        ]\n                                                                    }\n                                                                ]\n                                                            }\n                                                        ],\n                                                        \"_BUILDING_INFORMATION\": [\n                                                            {\n                                                                \"att\": {\n                                                                    \"NFIPMapIndicator\": \"Y\",\n                                                                    \"NFIPMapPanelDate\": \"12/18/2009\",\n                                                                    \"NFIPMapIdentifier\": \"40109C\",\n                                                                    \"NFIPLetterOfMapDate\": \"\",\n                                                                    \"NFIPMapPanelIdentifier\": \"0305\",\n                                                                    \"NFIPFloodZoneIdentifier\": \"X\",\n                                                                    \"NFIPMapPanelSuffixIdentifier\": \"H\"\n                                                                }\n                                                            }\n                                                        ],\n                                                        \"_COMMUNITY_INFORMATION\": [\n                                                            {\n                                                                \"att\": {\n                                                                    \"NFIPCounty\": \"OKLAHOMA COUNTY\",\n                                                                    \"NFIPStateCode\": \"OK\",\n                                                                    \"NFIPCommunityName\": \"OKLAHOMA CITY, CITY OF\",\n                                                                    \"NFIPCommunityFirmDate\": \"07/14/1972\",\n                                                                    \"NFIPCommunityIdentifier\": \"405378\",\n                                                                    \"NFIPCommunityParticipationStartDate\": \"07/14/1972\"\n                                                                }\n                                                            }\n                                                        ],\n                                                        \"_INSURANCE_INFORMATION\": [\n                                                            {\n                                                                \"att\": {\n                                                                    \"ProtectedAreaIndicator\": \"N\",\n                                                                    \"ProtectedAreaDesignationDate\": \"\",\n                                                                    \"NFIPCommunityParticipationStatusType\": \"Regular\"\n                                                                }\n                                                            }\n                                                        ]\n                                                    }\n                                                ]\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ],\n                        \"RESPOND_TO_PARTY\": [\n                            {\n                                \"CONTACT_DETAIL\": [\n                                    {\n                                        \"att\": {\n                                            \"_Name\": \"Admin\"\n                                        },\n                                        \"CONTACT_POINT\": [\n                                            {\n                                                \"att\": {\n                                                    \"_Type\": \"Phone\",\n                                                    \"_Value\": \"3453453999\"\n                                                }\n                                            },\n                                            {\n                                                \"att\": {\n                                                    \"_Type\": \"Fax\",\n                                                    \"_Value\": \"3453453999\"\n                                                }\n                                            },\n                                            {\n                                                \"att\": {\n                                                    \"_Type\": \"Email\",\n                                                    \"_Value\": \"admin@gmail.com\"\n                                                }\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                },\n                \"product\": \"26\",\n                \"order_no\": 1218,\n                \"pdf_flag\": 1,\n                \"req_time\": \"03/01/2023 09:48\",\n                \"res_time\": \"03/01/2023 08:48:54\",\n                \"condition\": \"Success\",\n                \"description\": \"Complete - Product Delivery\",\n                \"certificate_number\": \"1432398336\",\n                \"vendor\": \"ServiceLink\"\n            },\n        ],\n        \"createdAt\": \"2025-06-04T01:40:15.962Z\",\n        \"updatedAt\": \"2025-06-04T01:40:15.962Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","floodOrder"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcb6df6c-a431-4f51-ad4c-1bf21eabd501"},{"name":"Create a flood order data","id":"bafec699-73b0-4e87-a02f-66404a0cdf87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"requestType\": \"Reissue\",\r\n    \"productType\": \"26\",\r\n    \"certificateNumber\": \"1437899587\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/floodOrder","description":"<h4 id=\"description\">Description</h4>\n<p>Creates a new flood order for the specified loan, updates the flood expiration date, and returns the updated flood order details.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Admin -&gt; Vendors -&gt; NationalFlood -&gt; NationalFlood</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"loanDetail\": {\n        \"firstName\": \"Marisol\",\n        \"middleName\": \"\",\n        \"lastName\": \"Park\",\n        \"includeCoborrower\": false,\n        \"coFirstName\": \"\",\n        \"coMiddleName\": \"\",\n        \"coLastName\": \"\",\n        \"subjectPropertyAddress\": \"212 E 141st Pl, Dolton, IL 60419\",\n        \"propertyCounty\": \"\"\n    },\n    \"data\": {\n        \"id\": 27,\n        \"loanNumber\": 4661,\n        \"info\": {\n            \"zip\": \"60419\",\n            \"city\": \"Dolton\",\n            \"state\": \"IL\",\n            \"county\": \"\",\n            \"street\": \"212 E 141st Pl\",\n            \"lastName\": \"Park\",\n            \"parcelNo\": \"\",\n            \"firstName\": \"Marisol\",\n            \"legalDesc\": \"\",\n            \"coLastName\": \"\",\n            \"middleName\": \"\",\n            \"coFirstName\": \"\",\n            \"coMiddleName\": \"\"\n        },\n        \"orders\": [],\n        \"createdAt\": \"2025-06-04T01:40:15.962Z\",\n        \"updatedAt\": \"2025-06-04T01:40:15.962Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","floodOrder"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bafec699-73b0-4e87-a02f-66404a0cdf87"},{"name":"Update the flood order data","id":"abc21d71-8654-45bc-ab6a-48a84e5f08a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"key\": \"comments\",\r\n    \"value\": \"comment\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/floodOrder","description":"<h4 id=\"description\">Description</h4>\n<p>Updates a specific field in the flood order info for the given loan.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Admin -&gt; Vendors -&gt; NationalFlood -&gt; NationalFlood</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","floodOrder"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"abc21d71-8654-45bc-ab6a-48a84e5f08a6"},{"name":"Sync the national flood data","id":"5c725f31-7484-4549-8b77-a54f1a59329c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/syncNationalFlood","description":"<h4 id=\"description\">Description</h4>\n<p>Synchronizes flood order information for the specified loan with the external BytePro system and returns a success status</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Admin -&gt; Vendors -&gt; NationalFlood -&gt; NationalFlood</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   success: true,\n   message: 'Sync is Done!'\n}\n\n</code></pre>\n","urlObject":{"path":["loan","syncNationalFlood"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c725f31-7484-4549-8b77-a54f1a59329c"},{"name":"Filter the national flood data","id":"3b424ca7-28c8-40d7-9dea-2789ef103622","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/findNationalFlood?query=<number>&pageNum=<number>&skip=<number>&count=<number>","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves a paginated list of loans with flood orders matching the search query, including the total count and loan details.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Admin -&gt; Vendors -&gt; NationalFlood -&gt; NationalFloodTab</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"total\": \"1\",\n    \"data\": [\n        {\n            \"loanNumber\": 1171,\n            \"orders\": [\n                {\n                    \"by\": \"charlesadmin@gmail.com\",\n                    \"_name\": \"Complete\",\n                    \"action\": \"New Order\",\n                    \"pdfKey\": \"v3/loan/1171/servicelink/Flood Cert - 1437899587 - 1014-1694481577698.pdf\",\n                    \"result\": {\n                        \"RESPONSE_GROUP\": {\n                            \"att\": {\n                                \"MISMOVersionID\": \"2.1\"\n                            },\n                            \"RESPONSE\": [\n                                {\n                                    \"KEY\": [\n                                        {\n                                            \"att\": {\n                                                \"_Name\": \"TransID\",\n                                                \"_Value\": \"1014\"\n                                            }\n                                        }\n                                    ],\n                                    \"att\": {\n                                        \"ResponseDateTime\": \"09/11/2023 20:19:37\",\n                                        \"InternalAccountIdentifier\": \"1000269430\"\n                                    },\n                                    \"STATUS\": [\n                                        {\n                                            \"att\": {\n                                                \"_Code\": \"C\",\n                                                \"_Name\": \"Complete\",\n                                                \"_Condition\": \"Success\",\n                                                \"_Description\": \"Complete - Product Delivery\"\n                                            }\n                                        }\n                                    ],\n                                    \"RESPONSE_DATA\": [\n                                        {\n                                            \"FLOOD_RESPONSE\": [\n                                                {\n                                                    \"BORROWER\": [\n                                                        {\n                                                            \"att\": {\n                                                                \"_LastName\": \"Snyman\",\n                                                                \"_FirstName\": \"Danny\"\n                                                            }\n                                                        }\n                                                    ],\n                                                    \"PROPERTY\": [\n                                                        {\n                                                            \"att\": {\n                                                                \"_City\": \"FORT LAUDERDALE\",\n                                                                \"_State\": \"FL\",\n                                                                \"_County\": \"BROWARD COUNTY\",\n                                                                \"_PostalCode\": \"33311-4878\",\n                                                                \"_StreetAddress\": \"1750 NW 3RD TER APT 306\",\n                                                                \"_StreetAddress2\": \"\",\n                                                                \"AssessorsParcelIdentifier\": \"\"\n                                                            },\n                                                            \"_LEGAL_DESCRIPTION\": [\n                                                                {\n                                                                    \"att\": {\n                                                                        \"_Type\": \"Other\",\n                                                                        \"_TextDescription\": \"\",\n                                                                        \"_TypeOtherDescription\": \"Legal Description\"\n                                                                    },\n                                                                    \"PLATTED_LAND\": [\n                                                                        {\n                                                                            \"att\": {\n                                                                                \"PropertyLotIdentifier\": \"\",\n                                                                                \"PropertyBlockIdentifier\": \"\",\n                                                                                \"PropertySectionIdentifier\": \"\",\n                                                                                \"PropertySubdivisionIdentifier\": \"\"\n                                                                            }\n                                                                        }\n                                                                    ],\n                                                                    \"UNPLATTED_LAND\": [\n                                                                        {\n                                                                            \"att\": {\n                                                                                \"PropertyRangeIdentifier\": \"\",\n                                                                                \"PropertyTownshipIdentifier\": \"\"\n                                                                            }\n                                                                        }\n                                                                    ]\n                                                                }\n                                                            ]\n                                                        }\n                                                    ],\n                                                    \"EMBEDDED_FILE\": [\n                                                        {\n                                                            \"att\": {\n                                                                \"_Name\": \"1437899587.PDF\",\n                                                                \"_Extension\": \"PDF\",\n                                                                \"_EncodingType\": \"base64\"\n                                                            }\n                                                        }\n                                                    ],\n                                                    \"MORTGAGE_TERMS\": [\n                                                        {\n                                                            \"att\": {\n                                                                \"LenderCaseIdentifier\": \"7000242\"\n                                                            }\n                                                        }\n                                                    ],\n                                                    \"FLOOD_DETERMINATION\": [\n                                                        {\n                                                            \"att\": {\n                                                                \"_LifeOfLoanIndicator\": \"Y\",\n                                                                \"FloodProductCertifyDate\": \"09/11/2023\",\n                                                                \"FloodCertificationIdentifier\": \"1437899587\",\n                                                                \"SpecialFloodHazardAreaIndicator\": \"Y\"\n                                                            },\n                                                            \"FULFILLMENT_PARTY\": [\n                                                                {\n                                                                    \"att\": {\n                                                                        \"_City\": \"Arlington\",\n                                                                        \"_Name\": \"ServiceLink National Flood\",\n                                                                        \"_State\": \"TX\",\n                                                                        \"_County\": \"Tarrant County\",\n                                                                        \"_PostalCode\": \"76010\",\n                                                                        \"_StreetAddress\": \"500 E Border St\",\n                                                                        \"_StreetAddress2\": \"#300\"\n                                                                    },\n                                                                    \"CONTACT_DETAIL\": [\n                                                                        {\n                                                                            \"att\": {\n                                                                                \"_Name\": \"ServiceLink Customer Service\"\n                                                                            },\n                                                                            \"CONTACT_POINT\": [\n                                                                                {\n                                                                                    \"att\": {\n                                                                                        \"_Type\": \"Phone\",\n                                                                                        \"_Value\": \"8008336347\"\n                                                                                    }\n                                                                                },\n                                                                                {\n                                                                                    \"att\": {\n                                                                                        \"_Type\": \"Fax\",\n                                                                                        \"_Value\": \"8006626347\"\n                                                                                    }\n                                                                                },\n                                                                                {\n                                                                                    \"att\": {\n                                                                                        \"_Type\": \"Email\",\n                                                                                        \"_Value\": \"flood@svclnk.com\"\n                                                                                    }\n                                                                                }\n                                                                            ]\n                                                                        }\n                                                                    ]\n                                                                }\n                                                            ],\n                                                            \"_BUILDING_INFORMATION\": [\n                                                                {\n                                                                    \"att\": {\n                                                                        \"NFIPMapIndicator\": \"Y\",\n                                                                        \"NFIPMapPanelDate\": \"08/18/2014\",\n                                                                        \"NFIPMapIdentifier\": \"12011C\",\n                                                                        \"NFIPLetterOfMapDate\": \"\",\n                                                                        \"NFIPMapPanelIdentifier\": \"0369\",\n                                                                        \"NFIPFloodZoneIdentifier\": \"AE\",\n                                                                        \"BaseFloodElevationFeetCount\": \"5\",\n                                                                        \"NFIPMapPanelSuffixIdentifier\": \"H\"\n                                                                    }\n                                                                }\n                                                            ],\n                                                            \"_COMMUNITY_INFORMATION\": [\n                                                                {\n                                                                    \"att\": {\n                                                                        \"NFIPCounty\": \"BROWARD COUNTY\",\n                                                                        \"NFIPStateCode\": \"FL\",\n                                                                        \"NFIPCommunityName\": \"FORT LAUDERDALE, CITY OF\",\n                                                                        \"NFIPCommunityFirmDate\": \"11/03/1972\",\n                                                                        \"NFIPCommunityIdentifier\": \"125105\",\n                                                                        \"NFIPCommunityParticipationStartDate\": \"11/03/1972\"\n                                                                    }\n                                                                }\n                                                            ],\n                                                            \"_INSURANCE_INFORMATION\": [\n                                                                {\n                                                                    \"att\": {\n                                                                        \"ProtectedAreaIndicator\": \"N\",\n                                                                        \"ProtectedAreaDesignationDate\": \"\",\n                                                                        \"NFIPCommunityParticipationStatusType\": \"Regular\"\n                                                                    }\n                                                                }\n                                                            ]\n                                                        }\n                                                    ]\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"RESPOND_TO_PARTY\": [\n                                {\n                                    \"CONTACT_DETAIL\": [\n                                        {\n                                            \"att\": {\n                                                \"_Name\": \"Charles Park\"\n                                            },\n                                            \"CONTACT_POINT\": [\n                                                {\n                                                    \"att\": {\n                                                        \"_Type\": \"Phone\",\n                                                        \"_Value\": \"1231231231\"\n                                                    }\n                                                },\n                                                {\n                                                    \"att\": {\n                                                        \"_Type\": \"Fax\",\n                                                        \"_Value\": \"1231231231\"\n                                                    }\n                                                },\n                                                {\n                                                    \"att\": {\n                                                        \"_Type\": \"Email\",\n                                                        \"_Value\": \"charlesadmin@gmail.com\"\n                                                    }\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    },\n                    \"product\": \"26\",\n                    \"order_no\": 1014,\n                    \"pdf_flag\": 1,\n                    \"req_time\": \"09/11/2023 21:19\",\n                    \"res_time\": \"09/11/2023 20:19:37\",\n                    \"condition\": \"Success\",\n                    \"description\": \"Complete - Product Delivery\",\n                    \"certificate_number\": \"1437899587\"\n                },\n                {\n                    \"by\": \"testadmin@nextres.com\",\n                    \"_name\": \"Complete\",\n                    \"action\": \"Reissue\",\n                    \"pdfKey\": \"v3/loan/1171/servicelink/Flood Cert - 1437899587 - 1015-1710989687010.pdf\",\n                    \"result\": {\n                        \"RESPONSE_GROUP\": {\n                            \"att\": {\n                                \"MISMOVersionID\": \"2.1\"\n                            },\n                            \"RESPONSE\": [\n                                {\n                                    \"KEY\": [\n                                        {\n                                            \"att\": {\n                                                \"_Name\": \"TransID\",\n                                                \"_Value\": \"1015\"\n                                            }\n                                        },\n                                        {\n                                            \"att\": {\n                                                \"_Name\": \"VerticalElevationDatum\",\n                                                \"_Value\": \"NAVD1988\"\n                                            }\n                                        }\n                                    ],\n                                    \"att\": {\n                                        \"ResponseDateTime\": \"03/20/2024 21:54:46\",\n                                        \"InternalAccountIdentifier\": \"1000269430\"\n                                    },\n                                    \"STATUS\": [\n                                        {\n                                            \"att\": {\n                                                \"_Code\": \"C\",\n                                                \"_Name\": \"Complete\",\n                                                \"_Condition\": \"Success\",\n                                                \"_Description\": \"Complete - Product Delivery\"\n                                            }\n                                        }\n                                    ],\n                                    \"RESPONSE_DATA\": [\n                                        {\n                                            \"FLOOD_RESPONSE\": [\n                                                {\n                                                    \"BORROWER\": [\n                                                        {\n                                                            \"att\": {\n                                                                \"_LastName\": \"Snyman\",\n                                                                \"_FirstName\": \"Danny\"\n                                                            }\n                                                        }\n                                                    ],\n                                                    \"PROPERTY\": [\n                                                        {\n                                                            \"att\": {\n                                                                \"_City\": \"FORT LAUDERDALE\",\n                                                                \"_State\": \"FL\",\n                                                                \"_County\": \"BROWARD COUNTY\",\n                                                                \"_PostalCode\": \"33311\",\n                                                                \"_StreetAddress\": \"1750 NW 3RD TER APT 306\",\n                                                                \"_StreetAddress2\": \"\",\n                                                                \"AssessorsParcelIdentifier\": \"\"\n                                                            },\n                                                            \"_LEGAL_DESCRIPTION\": [\n                                                                {\n                                                                    \"att\": {\n                                                                        \"_Type\": \"Other\",\n                                                                        \"_TextDescription\": \"\",\n                                                                        \"_TypeOtherDescription\": \"Legal Description\"\n                                                                    },\n                                                                    \"PLATTED_LAND\": [\n                                                                        {\n                                                                            \"att\": {\n                                                                                \"PropertyLotIdentifier\": \"\",\n                                                                                \"PropertyBlockIdentifier\": \"\",\n                                                                                \"PropertySectionIdentifier\": \"\",\n                                                                                \"PropertySubdivisionIdentifier\": \"\"\n                                                                            }\n                                                                        }\n                                                                    ],\n                                                                    \"UNPLATTED_LAND\": [\n                                                                        {\n                                                                            \"att\": {\n                                                                                \"PropertyRangeIdentifier\": \"\",\n                                                                                \"PropertyTownshipIdentifier\": \"\"\n                                                                            }\n                                                                        }\n                                                                    ]\n                                                                }\n                                                            ]\n                                                        }\n                                                    ],\n                                                    \"EMBEDDED_FILE\": [\n                                                        {\n                                                            \"att\": {\n                                                                \"_Name\": \"1437899587.PDF\",\n                                                                \"_Extension\": \"PDF\",\n                                                                \"_EncodingType\": \"base64\"\n                                                            }\n                                                        }\n                                                    ],\n                                                    \"MORTGAGE_TERMS\": [\n                                                        {\n                                                            \"att\": {\n                                                                \"LenderCaseIdentifier\": \"7000242\"\n                                                            }\n                                                        }\n                                                    ],\n                                                    \"FLOOD_DETERMINATION\": [\n                                                        {\n                                                            \"att\": {\n                                                                \"_LifeOfLoanIndicator\": \"Y\",\n                                                                \"FloodProductCertifyDate\": \"09/11/2023\",\n                                                                \"FloodCertificationIdentifier\": \"1437899587\",\n                                                                \"SpecialFloodHazardAreaIndicator\": \"Y\"\n                                                            },\n                                                            \"FULFILLMENT_PARTY\": [\n                                                                {\n                                                                    \"att\": {\n                                                                        \"_City\": \"Arlington\",\n                                                                        \"_Name\": \"ServiceLink National Flood\",\n                                                                        \"_State\": \"TX\",\n                                                                        \"_County\": \"Tarrant County\",\n                                                                        \"_PostalCode\": \"76010\",\n                                                                        \"_StreetAddress\": \"500 E Border St\",\n                                                                        \"_StreetAddress2\": \"#300\"\n                                                                    },\n                                                                    \"CONTACT_DETAIL\": [\n                                                                        {\n                                                                            \"att\": {\n                                                                                \"_Name\": \"ServiceLink Customer Service\"\n                                                                            },\n                                                                            \"CONTACT_POINT\": [\n                                                                                {\n                                                                                    \"att\": {\n                                                                                        \"_Type\": \"Phone\",\n                                                                                        \"_Value\": \"8008336347\"\n                                                                                    }\n                                                                                },\n                                                                                {\n                                                                                    \"att\": {\n                                                                                        \"_Type\": \"Fax\",\n                                                                                        \"_Value\": \"8006626347\"\n                                                                                    }\n                                                                                },\n                                                                                {\n                                                                                    \"att\": {\n                                                                                        \"_Type\": \"Email\",\n                                                                                        \"_Value\": \"flood@svclnk.com\"\n                                                                                    }\n                                                                                }\n                                                                            ]\n                                                                        }\n                                                                    ]\n                                                                }\n                                                            ],\n                                                            \"_BUILDING_INFORMATION\": [\n                                                                {\n                                                                    \"att\": {\n                                                                        \"NFIPMapIndicator\": \"Y\",\n                                                                        \"NFIPMapPanelDate\": \"08/18/2014\",\n                                                                        \"NFIPMapIdentifier\": \"12011C\",\n                                                                        \"NFIPLetterOfMapDate\": \"\",\n                                                                        \"NFIPMapPanelIdentifier\": \"0369\",\n                                                                        \"NFIPFloodZoneIdentifier\": \"AE\",\n                                                                        \"BaseFloodElevationFeetCount\": \"5\",\n                                                                        \"NFIPMapPanelSuffixIdentifier\": \"H\"\n                                                                    }\n                                                                }\n                                                            ],\n                                                            \"_COMMUNITY_INFORMATION\": [\n                                                                {\n                                                                    \"att\": {\n                                                                        \"NFIPCounty\": \"BROWARD COUNTY\",\n                                                                        \"NFIPStateCode\": \"FL\",\n                                                                        \"NFIPCommunityName\": \"FORT LAUDERDALE, CITY OF\",\n                                                                        \"NFIPCommunityFirmDate\": \"11/03/1972\",\n                                                                        \"NFIPCommunityIdentifier\": \"125105\",\n                                                                        \"NFIPCommunityParticipationStartDate\": \"11/03/1972\"\n                                                                    }\n                                                                }\n                                                            ],\n                                                            \"_INSURANCE_INFORMATION\": [\n                                                                {\n                                                                    \"att\": {\n                                                                        \"ProtectedAreaIndicator\": \"N\",\n                                                                        \"ProtectedAreaDesignationDate\": \"\",\n                                                                        \"NFIPCommunityParticipationStatusType\": \"Regular\"\n                                                                    }\n                                                                }\n                                                            ]\n                                                        }\n                                                    ]\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"RESPOND_TO_PARTY\": [\n                                {\n                                    \"CONTACT_DETAIL\": [\n                                        {\n                                            \"att\": {\n                                                \"_Name\": \"Charles Park\"\n                                            },\n                                            \"CONTACT_POINT\": [\n                                                {\n                                                    \"att\": {\n                                                        \"_Type\": \"Phone\",\n                                                        \"_Value\": \"1231231231\"\n                                                    }\n                                                },\n                                                {\n                                                    \"att\": {\n                                                        \"_Type\": \"Fax\",\n                                                        \"_Value\": \"1231231231\"\n                                                    }\n                                                },\n                                                {\n                                                    \"att\": {\n                                                        \"_Type\": \"Email\",\n                                                        \"_Value\": \"charlesadmin@gmail.com\"\n                                                    }\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    },\n                    \"product\": \"26\",\n                    \"order_no\": 1015,\n                    \"pdf_flag\": 1,\n                    \"req_time\": \"03/20/2024 22:54\",\n                    \"res_time\": \"03/20/2024 21:54:46\",\n                    \"condition\": \"Success\",\n                    \"description\": \"Complete - Product Delivery\",\n                    \"certificate_number\": \"1437899587\"\n                }\n            ]\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["loan","findNationalFlood"],"host":["{{baseURL}}"],"query":[{"key":"query","value":"<number>"},{"key":"pageNum","value":"<number>"},{"key":"skip","value":"<number>"},{"key":"count","value":"<number>"}],"variable":[]}},"response":[],"_postman_id":"3b424ca7-28c8-40d7-9dea-2789ef103622"},{"name":"Get the businessdays setting configuration","id":"05cd82ec-2b02-43ea-a4a0-4e11ab00b2e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/businessDays","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the value of a specified application setting, returning and initializing a default value if the setting does not exist.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Pipeline</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"key\": \"Loan Setup\",\n        \"value\": \"1\"\n    },\n    {\n        \"key\": \"Underwriting\",\n        \"value\": \"1\"\n    },\n    {\n        \"key\": \"Submit for CTC\",\n        \"value\": \"1\"\n    },\n    {\n        \"key\": \"Closing Docs\",\n        \"value\": \"1\"\n    },\n    {\n        \"key\": \"Condition Review\",\n        \"value\": \"1\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["loan","businessDays"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05cd82ec-2b02-43ea-a4a0-4e11ab00b2e3"},{"name":"Update the businessdays configuration","id":"d10307b5-4a81-498a-a322-8244b90859c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"values\": [\r\n        {\r\n            \"key\": \"Underwriting\",\r\n            \"value\": \"1\"\r\n        },\r\n        {\r\n            \"key\": \"Submit for CTC\",\r\n            \"value\": \"1\"\r\n        },\r\n        {\r\n            \"key\": \"Loan Setup\",\r\n            \"value\": \"1\"\r\n        },\r\n        {\r\n            \"key\": \"Closing Docs\",\r\n            \"value\": \"1\"\r\n        },\r\n        {\r\n            \"key\": \"Condition Review\",\r\n            \"value\": \"1\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/businessDays","description":"<h4 id=\"description\">Description</h4>\n<p>Sets or updates the value of a specified application setting.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Pipeline</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">true\n\n</code></pre>\n","urlObject":{"path":["loan","businessDays"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d10307b5-4a81-498a-a322-8244b90859c2"},{"name":"Delete the data related the loan number","id":"d48d179d-616f-4c8c-b614-b8f2488a0c81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{baseURL}}/loan/:loanNumber/all","description":"<h4 id=\"description\">Description</h4>\n<p>Permanently deletes a loan and all related records and tasks from the system</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Not used</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"result\": \"Success.\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan",":loanNumber","all"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"d48d179d-616f-4c8c-b614-b8f2488a0c81"},{"name":"Update the rushpayment by loan number","id":"6734a2f7-0605-499e-a5d6-d5f565f70bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/process/rushPayment","description":"<h4 id=\"description\">Description</h4>\n<p>Initiates or updates a rush payment request for the specified loan, optionally sends a payment link to the borrower, and records the payment details in the loan process</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission -&gt; InvoicePaymentModal</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"generatedMaps\": [],\n    \"raw\": [],\n    \"affected\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["loan","process","rushPayment"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6734a2f7-0605-499e-a5d6-d5f565f70bc8"},{"name":"Create USPS address","id":"7c12b830-bf5c-4aa4-84e1-7881f9f244ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"<number>","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"address\": \"address\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/createAddressDocument","description":"<h4 id=\"description\">Description</h4>\n<p>Generates and submits a USPS address verification document for the specified loan using the provided address</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>components -&gt; AutoComplete -&gt; AutoCompleteItem, components -&gt; GoogleAutoComplete -&gt; GoogleAutoComplete</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","createAddressDocument"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c12b830-bf5c-4aa4-84e1-7881f9f244ea"},{"name":"Generate a rural property verification PDF","id":"621e5bdc-b77d-451d-acc4-0df03909ed88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/download/rural","description":"<h4 id=\"description\">Description</h4>\n<p>Generates a rural property verification PDF for the specified loan, uploads it to storage, and returns the file key.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanStructure -&gt; LoanDetailInputs</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   success: true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","download","rural"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"621e5bdc-b77d-451d-acc4-0df03909ed88"},{"name":"Get the borrower global setting information","id":"5ee7c85d-e1a0-4427-a7f0-6f85e188bb53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/borrowerOutstandingItems","description":"<h4 id=\"description\">Description</h4>\n<p>This endpoint retrieves the outstanding items for the borrower associated with the current user.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>layout -&gt; temporary layout</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">charlespark4393@gmail.com\n{\n    \"data\": [\n        {\n            \"id\": 7544,\n            \"no\": 4615,\n            \"byteproFileName\": 0,\n            \"subjectPropertyAddress\": \"2310 N First St, San Jose, CA 95131\",\n            \"transactionType\": \"Refinance\",\n            \"productType\": \"Bridge\",\n            \"rush\": false,\n            \"asOf\": \"1736901538523\",\n            \"loanStatus\": \"prequal\",\n            \"rate\": null,\n            \"proposedLoanAmount\": null\n        },\n        {\n            \"id\": 7122,\n            \"no\": 1111,\n            \"byteproFileName\": 7000214,\n            \"subjectPropertyAddress\": \"230 5th Ave, New York, NY 10001, USA\",\n            \"transactionType\": \"Purchase\",\n            \"productType\": \"Long Term Rental(DSCR)\",\n            \"rush\": false,\n            \"asOf\": \"1668661200313\",\n            \"loanStatus\": \"prequal\",\n            \"rate\": \"10.5\",\n            \"proposedLoanAmount\": \"110225\"\n        },\n    ],\n    \"conditions\": {\n        \"1105\": [],\n        \"1109\": [\n            {\n                \"name\": \"UW - CREDIT ANALYSIS - Update\",\n                \"no\": 1011\n            },\n            {\n                \"name\": \"CASH OUT LOE\",\n                \"no\": 1014\n            }\n        ],\n        \"4615\": [\n            {\n                \"name\": \"DEAL NOTES\",\n                \"no\": 1010\n            },\n            {\n                \"name\": \"E-MAIL ADDRESS FOR BORROWER\",\n                \"no\": 1009\n            },\n            {\n                \"name\": \"test default\",\n                \"no\": 2035\n            },\n            {\n                \"name\": \"Requested TEST\",\n                \"no\": 2036\n            },\n            {\n                \"name\": \"INITIAL SIGNED DISCLOSURES\",\n                \"no\": 1008\n            }\n        ]\n    },\n    \"signedStatus\": {\n        \"4614\": {\n            \"signedDate\": \"\",\n            \"signRequestSent\": false\n        },\n        \"4615\": {\n            \"signedDate\": \"\",\n            \"signRequestSent\": false\n        }\n    },\n    \"assetStatus\": {\n        \"4614\": true,\n        \"4615\": true\n    },\n    \"borrowerRequiredParties\": {\n        \"4614\": {},\n        \"4615\": {}\n    },\n    \"documents\": {\n        \"4391\": [\n            {\n                \"key\": \"v3/loan/4391/hand_signed_pdf/application-1714664860079.pdf\",\n                \"name\": \"Loan Application Signed-Hand(05/02/2024 11:47)\",\n                \"status\": \"Not Reviewed\",\n                \"category\": \"Other\",\n                \"createdAt\": 1714664860991,\n                \"createdBy\": \"charlesadmin@gmail.com\",\n                \"generated\": false,\n                \"DocumentID\": 1000655,\n                \"conditionNo\": 0\n            },\n            {\n                \"key\": \"v3/loan/4391/credit_score_borrower/application-1714664880785.pdf\",\n                \"name\": \"CreditScore (borrower)(05/02/2024 11:48).pdf\",\n                \"intext\": false,\n                \"status\": \"Not Reviewed\",\n                \"category\": \"Credit Report\",\n                \"createdAt\": 1714664882117,\n                \"createdBy\": \"charlesadmin@gmail.com\",\n                \"DocumentID\": 1000656,\n                \"conditionNo\": 1015\n            }\n        ],\n        \"4614\": [],\n        \"4615\": []\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","borrowerOutstandingItems"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ee7c85d-e1a0-4427-a7f0-6f85e188bb53"}],"id":"ff3a8c5a-8dfd-44b3-947a-6772d2b4dc87","_postman_id":"ff3a8c5a-8dfd-44b3-947a-6772d2b4dc87","description":""}],"id":"c11c9196-ee0a-4736-b977-14e8f6f662d2","_postman_id":"c11c9196-ee0a-4736-b977-14e8f6f662d2","description":""},{"name":"application","item":[{"name":"loanApplication","item":[{"name":"Asset Information","item":[{"name":"Get the asset information by loan number","id":"e8c0d848-7ee4-4812-a7f1-e1abbfbe11af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/assetInformation","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves specific data from an asset track record for a given loan number.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation -&gt; AssetInformationVerificationPage</p>\n<h4 id=\"reponse\">Reponse</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"data\": [],\n    \"lastAssetReportAt\": 0\n}\n\n</code></pre>\n","urlObject":{"path":["loan","assetInformation"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8c0d848-7ee4-4812-a7f1-e1abbfbe11af"},{"name":"Create the asset information by loan number","id":"83d9249e-8a82-4c3a-97ea-8182c23eca15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"accountType\": 9,\r\n        \"institution\": \"test\",\r\n        \"accountNumber\": \"123\",\r\n        \"balance\": \"11\",\r\n        \"override\": true,\r\n        \"id\": \"1749050799232-0\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/assetInformation","description":"<h4 id=\"description\">Description</h4>\n<p>This API is part of the asset tracking system and handles creating/updating various types of loan-related data including assets, liabilities, property tracks, and additional information</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation</p>\n","urlObject":{"path":["loan","assetInformation"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"83d9249e-8a82-4c3a-97ea-8182c23eca15"},{"name":"Update the asset information by loan number","id":"165b476f-f92b-4a8a-971d-c1bc6aaa8165","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"accountType\": 9,\r\n    \"institution\": \"test\",\r\n    \"accountNumber\": \"123\",\r\n    \"balance\": \"100\",\r\n    \"override\": true,\r\n    \"id\": \"1749050799232-0\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/assetInformation","description":"<h4 id=\"description\">Description</h4>\n<p>Refreshes and updates the asset balances for a given loan by retrieving the latest account balances from Plaid for all associated assets. Compares current balances with previously stored values, updates if there are changes, and logs updates accordingly</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation</p>\n","urlObject":{"path":["loan","assetInformation"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"165b476f-f92b-4a8a-971d-c1bc6aaa8165"},{"name":"Reset the asset information by loan number","id":"13e6db55-94ca-496e-8d62-b1aa2106771b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/assetInformation/reset","description":"<h4 id=\"description\">Description</h4>\n<p>Resets a specified field (assets, tracks, additional members, or additional property info) to an empty array for a given loan number</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Not used</p>\n","urlObject":{"path":["loan","assetInformation","reset"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"13e6db55-94ca-496e-8d62-b1aa2106771b"},{"name":"Update the specific item with given key","id":"0bf14989-d714-4fa8-9216-01a48ea9eb6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": \"1748999624032-0\",\r\n    \"balance\": \"111\",\r\n    \"override\": true,\r\n    \"createdAt\": 1748999624150,\r\n    \"accountType\": 11,\r\n    \"institution\": \"test\",\r\n    \"creatorEmail\": \"shigeki@codecharley.com\",\r\n    \"accountNumber\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/assetInformation/:id","description":"<h4 id=\"description\">Description</h4>\n<p>Updates a specific item (by id) within a given key for a loan and logs the change.<br />If the item does not exist, it creates a new record for the loan. If the key is tracks, it also updates the borrower's track record</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation</p>\n<h4 id=\"response\">Response</h4>\n","urlObject":{"path":["loan","assetInformation",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"0bf14989-d714-4fa8-9216-01a48ea9eb6d"},{"name":"Verify the Bank statement by Id","id":"cea6629b-22d7-485c-a3d9-3fbf28bf7eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files[0]","type":"file","uuid":"43507fdf-bcab-48e1-a404-67f4a834d2ef","value":null}]},"url":"{{baseURL}}/loan/assetInformation/:id/verifyBankStatement","description":"<h4 id=\"description\">Description</h4>\n<p>Handles the submission and verification of a borrower's bank statement for asset information. Uploads the bank statement file, creates a Snappt applicant session, uploads the document to Snappt, updates asset information, and triggers a webhook if required</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation -&gt; VerifyingMethodModal</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": \"1749579324628-0\",\n    \"balance\": \"111\",\n    \"createdAt\": 1749579324763,\n    \"accountType\": 5,\n    \"institution\": \"test\",\n    \"creatorEmail\": \"shigeki@codecharley.com\",\n    \"accountNumber\": \"123\",\n    \"bankStatementFileKey\": \"v3/loan/4664/assets/1749579324628-0/Pricing Confirmation - 4655 (2025-06-02)-1749582017277.pdf\",\n    \"bankStatementData\": {\n        \"document\": {\n            \"id\": \"176e0ca7-98b7-4c72-a668-39270392056e\",\n            \"fileName\": \"Pricing Confirmation - 4655 (2025-06-02).pdf\",\n            \"unauthenticatedSessionId\": \"0b87f1ea-ffc5-4bee-8e08-26ea741c3c27\",\n            \"insertedAt\": \"2025-06-10T19:01:08.959Z\",\n            \"type\": \"BANK_STATEMENT\",\n            \"processStatus\": \"SUCCESS\",\n            \"result\": \"PENDING\"\n        },\n        \"appSession\": {\n            \"token\": \"53a5a2e2-3006-49dc-a3df-db180f765f29\",\n            \"id\": \"0b87f1ea-ffc5-4bee-8e08-26ea741c3c27\",\n            \"applicantDetailId\": \"bfd42ebe-9f40-4289-8ea1-9103f983a25f\"\n        },\n        \"applicantId\": \"4cae6670-15cd-469f-936a-4f5d802dc973\",\n        \"webhookReportData\": null\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","assetInformation",":id","verifyBankStatement"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"cea6629b-22d7-485c-a3d9-3fbf28bf7eb7"}],"id":"ccc705c1-5f1a-4575-a11c-b171091d0351","_postman_id":"ccc705c1-5f1a-4575-a11c-b171091d0351","description":""},{"name":"Asset Verification Email","item":[{"name":"Get the asset verification email logs by loan number","id":"8efa94b6-feb7-4cbb-a48e-415eb9ee73ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/assetInformation/log","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the history of asset verification email logs for a specific loan, identified by its loan number</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation -&gt; SendVerificationEmailModal</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"createdAt\": 1749052019584,\n        \"createdBy\": \"shigeki@codecharley.com\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["loan","assetInformation","log"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8efa94b6-feb7-4cbb-a48e-415eb9ee73ba"},{"name":"Send verification email by loan number","id":"6b19efe1-abe5-4f89-8ddc-bd5a44a3cbcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/assetInformation/verify","description":"<h4 id=\"description\">Description</h4>\n<p>Sends an asset verification email for a specific loan and records the action in the asset verification email history</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">true\n\n</code></pre>\n","urlObject":{"path":["loan","assetInformation","verify"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b19efe1-abe5-4f89-8ddc-bd5a44a3cbcc"},{"name":"Get the asset information verification link by loan number","id":"6d61bca0-5acb-4150-941d-6cf460be51e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/assetInformation/verify","description":"<h4 id=\"description\">Description</h4>\n<p>Generates an asset information verification link and retrieves the borrower's email for a specific loan.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"email\": \"\",\n    \"link\": \"http://localhost:3000/assetInformationVerification/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6IiIsInRlbXBhcmFyeSI6dHJ1ZSwibG9hbk51bWJlciI6NDY2Mywibm9IZWFkZXIiOnRydWUsIm5vQXV0aCI6dHJ1ZSwiaWF0IjoxNzQ5MDU1NzE1LCJleHAiOjE3NTE2NDc3MTV9.mQUaXVjuMX1cA2FQ34U5e0dfXwGpRUWpxd1hkxlJsD8/4663\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","assetInformation","verify"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d61bca0-5acb-4150-941d-6cf460be51e1"},{"name":"Create the asset information verification by loan number","id":"abb30ccb-1368-4b27-af80-a60881421325","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/assetInformation/verify","description":"<h4 id=\"description\">Description</h4>\n<p>Creates a portal task for asset information verification for a specific loan, assigning it to the appropriate user or team based on the loan's status.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation -&gt; AssetInformationVerificationPage</p>\n","urlObject":{"path":["loan","assetInformation","verify"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"abb30ccb-1368-4b27-af80-a60881421325"}],"id":"22d2d1d5-937c-410f-b9bd-d72d01b90eec","_postman_id":"22d2d1d5-937c-410f-b9bd-d72d01b90eec","description":""},{"name":"Liability Information","item":[{"name":"Create the liability Information by Id","id":"9ae05110-9e4c-4a08-9dc9-eb4471591f2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1749582750650,\r\n    \"liability\": \"liability\",\r\n    \"balance\": \"111\",\r\n    \"accountType\": \"Taxes\",\r\n    \"priority\": \"First Lien\",\r\n    \"toBePaid\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/liabilityInformation","description":"<h4 id=\"description\">Description</h4>\n<p>Adds a new item (or items) to a specified key for a loan.<br />Sets creation metadata, logs the change, and handles special logic for assets and tracks (including Plaid asset report creation and borrower track updates)</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation</p>\n","urlObject":{"path":["loan","liabilityInformation"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ae05110-9e4c-4a08-9dc9-eb4471591f2e"},{"name":"Update the liability Information by Id","id":"dc44365e-d98c-4bc3-9be1-b58f60ff1aeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"liability\": \"liability\",\r\n    \"balance\": \"123\",\r\n    \"accountType\": \"Installment\",\r\n    \"priority\": \"Second Lien\",\r\n    \"toBePaid\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/liabilityInformation/:id","description":"<h4 id=\"description\">Description</h4>\n<p>Updates a specific item (by id) for a loan.<br />Merges the provided data into the existing item, logs the change, and, if updating a track, also updates the borrower's track record</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation</p>\n","urlObject":{"path":["loan","liabilityInformation",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"dc44365e-d98c-4bc3-9be1-b58f60ff1aeb"},{"name":"Delete the liability Information by Id","id":"17081345-d050-40e0-9403-38892aece4a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/liabilityInformation/:id","description":"<h4 id=\"description\">Description</h4>\n<p>Deletes a specific item (by id) for a loan.<br />Handles special logic for assets (removing Plaid items if needed) and tracks (updating the borrower's track record), and logs the deletion</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation</p>\n","urlObject":{"path":["loan","liabilityInformation",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"17081345-d050-40e0-9403-38892aece4a6"}],"id":"6cb6e6b6-5019-431a-a539-6b6f91143bb2","_postman_id":"6cb6e6b6-5019-431a-a539-6b6f91143bb2","description":""},{"name":"Additional Property Informaiton","item":[{"name":"Get the additional Property Information by Id","id":"f6e1d6d6-7967-4681-93d2-1203289490c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/additionalPropertyInfo","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the data with a given loan number.<br />If the item or key does not exist, returns an empty array or a default object for assets</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; PropertyInformation</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": \"1701914940305\",\n        \"dscr\": 2.14,\n        \"asIsValue\": 343333,\n        \"occupancy\": \"Non Owner Occupied\",\n        \"monthlyRent\": 56,\n        \"propertyType\": \"SFR-Attached\",\n        \"annualHOAFees\": 89,\n        \"numberOfUnits\": 3,\n        \"purchasePrice\": \"341,333\",\n        \"floodInsurance\": 56,\n        \"annualTaxAmount\": 78,\n        \"insuranceAmount\": 90,\n        \"propertyAddress\": \"235 Hog Mountain Rd, Jefferson, GA 30549\"\n    },\n    {\n        \"id\": \"1702499662974\",\n        \"dscr\": 1.15,\n        \"asIsValue\": 343444,\n        \"occupancy\": \"Non Owner Occupied\",\n        \"monthlyRent\": 23234,\n        \"propertyType\": \"SFR-Attached\",\n        \"annualHOAFees\": 3434,\n        \"numberOfUnits\": 1,\n        \"purchasePrice\": \"24,242,222\",\n        \"floodInsurance\": 3443,\n        \"annualTaxAmount\": 2323,\n        \"insuranceAmount\": 232334,\n        \"propertyAddress\": \"45 E 45th St, New York, NY 10017\"\n    },\n    {\n        \"id\": 1748533833943,\n        \"propertyAddress\": \"street1, city1, FL 32606\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["loan","additionalPropertyInfo"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6e1d6d6-7967-4681-93d2-1203289490c9"},{"name":"Create additional Property Information by Id","id":"0c3c3ee3-b751-4ea5-9ae4-520371dc9f9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 1,\r\n  \"propertyAPN\": \"123-456-789\",\r\n  \"acquisitionDate\": \"2022-05-15\",\r\n  \"cdaValue\": 350000,\r\n  \"occupancy\": \"Tenant Occupied\",\r\n  \"monthlyRentFromAppraisal\": 2500,\r\n  \"dscrBasedOnAppraisal\": 1.25,\r\n  \"propertyAddress\": \"123 Main St, Springfield, IL 62704\",\r\n  \"propertyType\": \"Single Family\",\r\n  \"numberOfUnits\": 1,\r\n  \"asIsValue\": 400000,\r\n  \"monthlyRent\": 2400,\r\n  \"annualTaxAmount\": 3500,\r\n  \"annualHOAFees\": 1200,\r\n  \"insuranceAmount\": 900,\r\n  \"floodInsurance\": 0,\r\n  \"dscr\": 1.2,\r\n  \"createdAt\": 1710000000,\r\n  \"creatorEmail\": \"user@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/additionalPropertyInfo","description":"<h4 id=\"description\">Description</h4>\n<p>Adds a new item or items for a loan.<br />Sets creation metadata, logs the change, and handles special logic for assets (Plaid asset report creation) and tracks (borrower track update).</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; PropertyInformation</p>\n","urlObject":{"path":["loan","additionalPropertyInfo"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c3c3ee3-b751-4ea5-9ae4-520371dc9f9b"},{"name":"Update the additional Property information by Id","id":"ea44eb87-9af4-4a55-abb2-85ee8633d5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"id\": 1,\r\n  \"propertyAPN\": \"123-456-789\",\r\n  \"acquisitionDate\": \"2022-05-15\",\r\n  \"cdaValue\": 350000,\r\n  \"occupancy\": \"Tenant Occupied\",\r\n  \"monthlyRentFromAppraisal\": 2500,\r\n  \"dscrBasedOnAppraisal\": 1.25,\r\n  \"propertyAddress\": \"123 Main St, Springfield, IL 62704\",\r\n  \"propertyType\": \"Single Family\",\r\n  \"numberOfUnits\": 1,\r\n  \"asIsValue\": 400000,\r\n  \"monthlyRent\": 2400,\r\n  \"annualTaxAmount\": 3500,\r\n  \"annualHOAFees\": 1200,\r\n  \"insuranceAmount\": 900,\r\n  \"floodInsurance\": 0,\r\n  \"dscr\": 1.2,\r\n  \"createdAt\": 1710000000,\r\n  \"creatorEmail\": \"user@example.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/additionalPropertyInfo/:id","description":"<h4 id=\"description\">Description</h4>\n<p>Updates a specific item within a loan application, identified by its loanNumber and the item's id.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; PropertyInformation</p>\n","urlObject":{"path":["loan","additionalPropertyInfo",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"ea44eb87-9af4-4a55-abb2-85ee8633d5a1"},{"name":"Delete additional property information by Id","id":"291b9fe3-3153-496c-8cd1-487eb439713c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/additionalPropertyInfo/:id","description":"<h4 id=\"descrption\">Descrption</h4>\n<p>Deletes a specific item from a loan application, identified by its loanNumber and the item's id.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; PropertyInformation</p>\n","urlObject":{"path":["loan","additionalPropertyInfo",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"291b9fe3-3153-496c-8cd1-487eb439713c"},{"name":"Get the log of additional property information by field Name and Id","id":"e12507d9-7200-492c-903b-d52991abce46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/additionalPropertyInfo/log/:fieldName","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the change history (log) for a specific field (such as assets, liabilities, tracks, etc.) of a loan application, identified by its loanNumber</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; PropertyInformation</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"value\": [\n            {\n                \"id\": 1695823002152,\n                \"asRental\": false,\n                \"createdAt\": 1695823005997,\n                \"salesDate\": \"2023-09-30\",\n                \"salesPrice\": 65656,\n                \"creatorEmail\": \"charlesadmin@gmail.com\",\n                \"propertyType\": \"SFR-Attached\",\n                \"purchaseDate\": \"2023-09-30\",\n                \"purchasePrice\": 3424,\n                \"additionalNotes\": \"453\",\n                \"propertyAddress\": \"123 William St, New York, NY 10038\",\n                \"renovationBudget\": 4545\n            }\n        ],\n        \"email\": \"charlesadmin@gmail.com\",\n        \"time\": \"2023-09-27T13:56:48.706Z\"\n    },\n    {\n        \"value\": [\n            {\n                \"id\": 1695823002152,\n                \"asRental\": false,\n                \"createdAt\": 1695823005997,\n                \"salesDate\": \"2023-09-30\",\n                \"salesPrice\": 65656,\n                \"creatorEmail\": \"charlesadmin@gmail.com\",\n                \"propertyType\": \"SFR-Attached\",\n                \"purchaseDate\": \"2023-09-30\",\n                \"purchasePrice\": 3424,\n                \"additionalNotes\": \"453\",\n                \"propertyAddress\": \"123 William St, New York, NY 10038\",\n                \"renovationBudget\": 4545\n            },\n            {\n                \"id\": 1695823056987,\n                \"asRental\": true,\n                \"createdAt\": 1695823059045,\n                \"creatorEmail\": \"charlesadmin@gmail.com\",\n                \"propertyType\": \"Mixed-Use\",\n                \"purchaseDate\": \"2023-09-02\",\n                \"purchasePrice\": 5656,\n                \"additionalNotes\": \"45 asdf wer324 24342\",\n                \"propertyAddress\": \"45 E 45th St, New York, NY 10017\",\n                \"renovationBudget\": 3434\n            }\n        ],\n        \"email\": \"charlesadmin@gmail.com\",\n        \"time\": \"2023-09-27T13:57:40.565Z\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["loan","additionalPropertyInfo","log",":fieldName"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"fieldName"}]}},"response":[],"_postman_id":"e12507d9-7200-492c-903b-d52991abce46"},{"name":"Generate the excel file of the additional property information","id":"e121d040-08bc-4e09-821d-f737dcd68fdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/additionalPropertyInfo/download/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Generates and downloads an Excel file containing the \"Additional Property Information\" for a specific loan application.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; PropertyInformation</p>\n","urlObject":{"path":["loan","additionalPropertyInfo","download",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"e121d040-08bc-4e09-821d-f737dcd68fdf"},{"name":"Generates an excel file of additional property information and property data","id":"6b41e844-ecde-44d6-a6ae-b244db502a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/additionalPropertyInfo/totalDownload/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Generates and downloads an Excel file containing a comprehensive summary of \"Additional Property Information\" for a specific loan application, including both the main property and any additional properties</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; PropertyInformation</p>\n","urlObject":{"path":["loan","additionalPropertyInfo","totalDownload",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"6b41e844-ecde-44d6-a6ae-b244db502a43"}],"id":"c4ac4c85-d133-43b3-91a8-2df6bf3c96ab","_postman_id":"c4ac4c85-d133-43b3-91a8-2df6bf3c96ab","description":""},{"name":"Loan application Data","item":[{"name":"Create a new data to a loan application by loan Id","id":"d0ccc6df-f94c-4838-87a6-7ff04c9dbe58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": [\r\n        {\r\n            \"id\": 1749840004198,\r\n            \"propertyAddress\": \"street1, city1, DE 32606\",\r\n            \"propertyType\": \"2-4 Units\",\r\n            \"purchaseDate\": \"2025-06-12\",\r\n            \"purchasePrice\": \"123\",\r\n            \"renovationBudget\": \"456\",\r\n            \"asRental\": true,\r\n            \"titleHeldName\": \"name\",\r\n            \"ownershipPercent\": \"999\",\r\n            \"additionalNotes\": \"Additional Notes\",\r\n            \"override\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/trackRecord","description":"<h4 id=\"description\">Description</h4>\n<p>Adds new data (assets, liabilities, tracks, additional members, or additional property info) to a loan application, identified by its loanNumber</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication-&gt; TrackRecord</p>\n","urlObject":{"path":["loan","trackRecord"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0ccc6df-f94c-4838-87a6-7ff04c9dbe58"},{"name":"Update the item with in a loan application by loan Number and item's id","id":"157b2af5-1d82-4b97-90b6-a8c6a05db20e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"propertyAddress\": \"18038 Blue Sail Dr, Pacific Palisades, CA 90272\",\r\n    \"propertyType\": \"Multifamily 5+\",\r\n    \"purchaseDate\": \"2024-11-19\",\r\n    \"purchasePrice\": \"222\",\r\n    \"renovationBudget\": \"233\",\r\n    \"asRental\": true,\r\n    \"titleHeldName\": \"name\",\r\n    \"ownershipPercent\": \"555\",\r\n    \"additionalNotes\": \"additional notes\",\r\n    \"override\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/trackRecord/:id","description":"<h4 id=\"description\">Description</h4>\n<p>Updates a specific item (asset, liability, track, additional member, or additional property info) within a loan application, identified by its loanNumber and the item's id.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; TrackRecord</p>\n","urlObject":{"path":["loan","trackRecord",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"157b2af5-1d82-4b97-90b6-a8c6a05db20e"},{"name":"Delete a item from a loan application by loan number and item's id","id":"04a9b874-45d0-4ddd-8255-73894e749fcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/trackRecord/:id","description":"<h4 id=\"description\">Description</h4>\n<p>Deletes a specific item (asset, liability, track, track document, additional member, or additional property info) from a loan application, identified by its loanNumber and the item's id</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; TrackRecord</p>\n","urlObject":{"path":["loan","trackRecord",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"04a9b874-45d0-4ddd-8255-73894e749fcc"},{"name":"Get the asset track log by loan number and field name","id":"9ad073e4-6be0-4989-ab8e-abf11af68a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/assetTrack/log/:fieldName","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the change history (log) for a specific field (such as assets, liabilities, tracks, etc.) of a loan application, identified by its loanNumber.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>utils -&gt; modals -&gt; audit-log</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"value\": [\n            {\n                \"id\": \"1701221883593-0\",\n                \"balance\": \"2,324\",\n                \"createdAt\": 1701221885256,\n                \"accountType\": 9,\n                \"institution\": \"Test\",\n                \"creatorEmail\": \"charlesadmin@gmail.com\",\n                \"accountNumber\": \"2392390\"\n            }\n        ],\n        \"email\": \"kirk@nextres.com\",\n        \"time\": \"2023-11-29T01:46:54.615Z\"\n    },\n    {\n        \"value\": [\n            {\n                \"id\": \"1701294015042-0\",\n                \"createdAt\": 1701294016809,\n                \"accountType\": 2,\n                \"institution\": \"WF\",\n                \"creatorEmail\": \"charlesadmin@gmail.com\"\n            }\n        ],\n        \"email\": \"charlesadmin@gmail.com\",\n        \"time\": \"2023-11-29T21:40:16.818Z\"\n    },\n    {\n        \"value\": [\n            {\n                \"id\": \"1701294015042-0\",\n                \"balance\": 15731.27,\n                \"accountType\": 2,\n                \"institution\": \"Wells Fargo\",\n                \"accountNumber\": \"BUSINESS CHECKING ...1100 (···· 1100)\\t\"\n            }\n        ],\n        \"email\": \"charlesadmin@gmail.com\",\n        \"time\": \"2023-11-30T14:09:48.986Z\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["loan","assetTrack","log",":fieldName"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"fieldName"}]}},"response":[],"_postman_id":"9ad073e4-6be0-4989-ab8e-abf11af68a2b"},{"name":"Send the application by their email, borrower separator and loan number","id":"12dd05b5-b9b7-4863-9baf-4dad7bc7f718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"taojin1@gmail.com\",\r\n    \"borrowerSeperator\": \"borrower\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/sendApplicationTo","description":"<h4 id=\"description\">Description</h4>\n<p>Sends a loan application to a specific borrower for signature, identified by their email and borrower separator.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; BorrowerInformation</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","sendApplicationTo"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"12dd05b5-b9b7-4863-9baf-4dad7bc7f718"},{"name":"Copy the loan application Url by email, borrower separator and loan number","id":"4102fd39-ab68-4a20-90e9-2ab330cc76d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"test@gmail.com\",\r\n    \"borrowerSeperator\": \"borrower\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/copyApplicationToUrl","description":"<h4 id=\"description\">Description</h4>\n<p>Copies the loan application URL and sends it to a specific borrower, identified by their email and borrower separator</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; BorrowerInformation</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"link\": \"https://api.commercial.nextres.com/borrowerPipeline/application/4647\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","copyApplicationToUrl"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4102fd39-ab68-4a20-90e9-2ab330cc76d3"},{"name":"Delete item by id for a loan","id":"ff01c95f-0a10-4670-af47-aa8c8236aa6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/assetInformation/:id","description":"<h4 id=\"description\">Description</h4>\n<p>Deletes a specific item (by id) for a loan and logs the change.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation</p>\n<h4 id=\"response\">Response</h4>\n","urlObject":{"path":["loan","assetInformation",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"ff01c95f-0a10-4670-af47-aa8c8236aa6e"}],"id":"c6a02c73-892a-43d0-8cd6-765cab8a1ca7","_postman_id":"c6a02c73-892a-43d0-8cd6-765cab8a1ca7","description":""},{"name":"Borrower Data","item":[{"name":"Swap information between the primary borrower and co-borrower","id":"42aabf50-feeb-4569-b228-d0bf079bc182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"isReset\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/swapBorrowers","description":"<h4 id=\"description\">Description</h4>\n<p>Exchanges borrower information between the primary borrower and co-borrower in a loan application.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication</p>\n","urlObject":{"path":["loan","swapBorrowers"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"42aabf50-feeb-4569-b228-d0bf079bc182"},{"name":"Add a new co-borrower to a loan application by loan number","id":"9b11f238-37c1-429b-a161-2143d1f2edba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"<number>","type":"text"}],"url":"{{baseURL}}/loan/addCoBorrower","description":"<h4 id=\"description\">Description</h4>\n<p>Adds a new co-borrower to a loan application, automatically assigning the next available borrower type (like co-borrower or co-signer) while ensuring the total number of borrowers doesn't exceed four, and returns the newly created borrower record.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"data\": {\n        \"id\": 15084,\n        \"borrowerSeperator\": \"coBorrower3\",\n        \"hasEntityTitle\": true,\n        \"entityTitle\": \"\",\n        \"entityAddress\": \"\",\n        \"residency\": \"\",\n        \"borrowerType\": \"\",\n        \"borrowerPosition\": \"\",\n        \"titleVesting\": \"\",\n        \"entityTaxID\": \"\",\n        \"entityState\": \"\",\n        \"firstName\": \"\",\n        \"middleName\": \"\",\n        \"lastName\": \"\",\n        \"email\": \"\",\n        \"ssn\": \"\",\n        \"phone\": \"\",\n        \"dob\": \"\",\n        \"presentAddress\": \"\",\n        \"mailingAddress\": \"\",\n        \"ownership\": \"\",\n        \"ownedRentedYears\": \"\",\n        \"formerAddress\": \"\",\n        \"formerOwnership\": \"\",\n        \"formerOwnedRentedYears\": \"\",\n        \"maritalStatus\": \"\",\n        \"hasTrackRecord\": null,\n        \"isTrackRecordOverride\": false,\n        \"hasAdditionalMember\": false,\n        \"isPrimaryResidence\": null,\n        \"isHadOwnershipInterest\": null,\n        \"propertyOwn\": null,\n        \"holdTitle\": null,\n        \"isPurchaseTransaction\": null,\n        \"isBorrowingMoney\": null,\n        \"borrowingMoneyAmount\": null,\n        \"isMortageLoan\": null,\n        \"isNewCredit\": null,\n        \"isSubjectLien\": null,\n        \"isCoSigner\": null,\n        \"isJudgements\": null,\n        \"isDelinquent\": null,\n        \"isLawsuit\": null,\n        \"isForeclosure\": null,\n        \"isPreForeclosure\": null,\n        \"isForeclosed\": null,\n        \"isBankrupt\": null,\n        \"bankruptcyType\": null,\n        \"isObligated\": null,\n        \"isUsCitizen\": null,\n        \"isResidentAlien\": null,\n        \"isBorrower\": \"\",\n        \"informationProvidedVia\": null,\n        \"sex\": \"\",\n        \"sexCompletedBy\": null,\n        \"ethnicity\": \"\",\n        \"ethnicityCompletedBy\": null,\n        \"race\": \"\",\n        \"raceCompletedBy\": null,\n        \"creditRequestType\": \"\",\n        \"equifax\": \"\",\n        \"transunion\": \"\",\n        \"experian\": \"\",\n        \"priceScore\": \"\",\n        \"creditFileKey\": \"\",\n        \"creditJointBorrower\": null,\n        \"customInformation\": {},\n        \"creditRequestPaymentData\": null,\n        \"agreeToSign\": false,\n        \"informationToSign\": \"\",\n        \"exempt\": false,\n        \"override\": false,\n        \"handSignedDocuments\": [],\n        \"signUrlSignature\": \"\",\n        \"signUrlSignatureEmailResult\": {},\n        \"signedDate\": \"\",\n        \"signedPdfKey\": \"\",\n        \"signRequestSent\": false,\n        \"overriden\": false,\n        \"signedMldsDate\": \"\",\n        \"signedMldsPdfKey\": \"\",\n        \"createdAt\": \"2025-06-17T14:49:37.194Z\",\n        \"updatedAt\": \"2025-06-17T14:49:37.194Z\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","addCoBorrower"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9b11f238-37c1-429b-a161-2143d1f2edba"},{"name":"Remove a co-borrower from a loan application by loan number","id":"b035de71-730b-4197-9103-05e87eb55047","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/removeCoBorrower/:borrowerSeparator","description":"<h4 id=\"description\">Description</h4>\n<p>Removes a co-borrower from a loan application by deleting their borrower record and any associated entity member information, returning a success status if the removal is completed successfully.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","removeCoBorrower",":borrowerSeparator"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"borrowerSeparator"}]}},"response":[],"_postman_id":"b035de71-730b-4197-9103-05e87eb55047"},{"name":"Verify a borrower's tax Identification number","id":"2a4f6cca-b990-4186-9ded-1a1d105a930e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/verifyBorrowerTin?tin=<string>","description":"<h4 id=\"description\">Description</h4>\n<p>Verifies a borrower's Tax Identification Number (TIN) by checking it against the entity title, first looking for any previous verification history, and if none exists, validating the TIN through the Middesk service and storing the verification result for future reference.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>components -&gt; Input2</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","verifyBorrowerTin"],"host":["{{baseURL}}"],"query":[{"key":"tin","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"2a4f6cca-b990-4186-9ded-1a1d105a930e"},{"name":"Update the borrower information by loan number","id":"47bc91e1-0944-4704-b62a-280241ee733b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"override\": false,\r\n        \"overriden\": false,\r\n        \"signedDate\": \"\",\r\n        \"signRequestSent\": false,\r\n        \"borrowerSeperator\": \"borrower\"\r\n    },\r\n    \"isTriggerCondition\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/borrowerInfo","description":"<h4 id=\"description\">Description</h4>\n<p>Updates borrower information for a loan application.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; SignApplication</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","borrowerInfo"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"47bc91e1-0944-4704-b62a-280241ee733b"},{"name":"Get the borrower information by loan number","id":"830f3e3b-c393-4455-bd90-23f44f6e9f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/borrowerInfo","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves borrower and loan party information for a loan application.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; SignApplication</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"parties\": {\n        \"creator\": \"broker1@gmail.com\",\n        \"loanProcessor\": \"lp1@gmail.com\",\n        \"loanOfficer\": \"lo1@gmail.com\",\n        \"broker\": \"broker1@gmail.com\",\n        \"accountExecutive\": \"test@gmail.com\",\n        \"underwriter\": \"underwriter1@gmail.com\"\n    },\n    \"borrowerEmail\": \"test@gmail.com\",\n    \"coBorrowerEmail\": \"test@gmail.com\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","borrowerInfo"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"830f3e3b-c393-4455-bd90-23f44f6e9f81"},{"name":"Get the category of a loan application data by Id","id":"bd44b8b0-3991-4901-b0b2-a0b2a506cb1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/trackRecord","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves data for a specific category of a loan application, identified by its loanNumber</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Not used</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"tracks\": [\n        {\n            \"id\": \"1700494352448\",\n            \"asRental\": false,\n            \"override\": true,\n            \"salesDate\": \"2025-01-01\",\n            \"salesPrice\": 33333,\n            \"propertyType\": \"SFR-Attached\",\n            \"purchaseDate\": \"2023-10-31\",\n            \"purchasePrice\": 123,\n            \"additionalNotes\": \"123123\",\n            \"propertyAddress\": \"112 N Main St, Windsor, NJ 08561\",\n            \"renovationBudget\": 123\n        },\n        {\n            \"id\": \"1700494371695\",\n            \"asRental\": true,\n            \"override\": true,\n            \"propertyType\": \"Multifamily 5+\",\n            \"purchaseDate\": \"2024-11-20\",\n            \"purchasePrice\": 222,\n            \"propertyAddress\": \"18038 Blue Sail Dr, Pacific Palisades, CA 90272\",\n            \"renovationBudget\": 233\n        },\n        {\n            \"id\": \"1700732350192\",\n            \"asRental\": true,\n            \"override\": true,\n            \"propertyType\": \"SFR-Attached\",\n            \"purchaseDate\": \"2033-01-01\",\n            \"purchasePrice\": 45,\n            \"propertyAddress\": \"34th St, Brooklyn, NY 11232\",\n            \"renovationBudget\": 3453\n        },\n    ],\n    \"trackDocuments\": []\n}\n\n</code></pre>\n","urlObject":{"path":["loan","trackRecord"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd44b8b0-3991-4901-b0b2-a0b2a506cb1a"},{"name":"Generate the CSV file about the loan track data","id":"04e1a907-c24d-421f-af7e-3f6d19663a09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/trackRecord/download?isSample=<bool>&ext=<File Type>","description":"<h4 id=\"description\">Description</h4>\n<p>Generates and downloads a report of loan track data (or a sample report) in either CSV or Excel format</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication-&gt; TrackRecord</p>\n","urlObject":{"path":["loan","trackRecord","download"],"host":["{{baseURL}}"],"query":[{"key":"isSample","value":"<bool>"},{"key":"ext","value":"<File Type>"}],"variable":[]}},"response":[],"_postman_id":"04e1a907-c24d-421f-af7e-3f6d19663a09"},{"name":"Retrieves borrower details","id":"99be4940-feda-4836-8bb9-dee68fc4abfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/borrowerLogs/:borrowerSeperator/:fieldName","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves borrower details for specific fields in a loan application.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>utils -&gt; modals -&gt; audit-log</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"value\": true,\n        \"email\": \"admin@gmail.com\",\n        \"time\": \"2022-07-05T00:16:30.459Z\"\n    },\n    {\n        \"value\": false,\n        \"email\": \"admin@gmail.com\",\n        \"time\": \"2022-07-05T00:20:03.797Z\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["loan","borrowerLogs",":borrowerSeperator",":fieldName"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"borrowerSeperator"},{"type":"any","value":"","key":"fieldName"}]}},"response":[],"_postman_id":"99be4940-feda-4836-8bb9-dee68fc4abfe"},{"name":"Download a CSV file containing the audit log history","id":"09344f4a-7711-4b5c-a9cf-22410e07faf0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\": [\r\n        {\r\n            \"value\": \"Rent\",\r\n            \"email\": \"test@gmail.com\",\r\n            \"time\": \"2025-06-17T14:01:32.807Z\"\r\n        }\r\n    ],\r\n    \"table\": \"Borrower\",\r\n    \"field\": \"ownership\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/borrowerLogs/download/CSV","description":"<h4 id=\"description\">Description</h4>\n<p>Generates and downloads a CSV file containing the audit log history</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>utils -&gt; modals -&gt; audit-log</p>\n","urlObject":{"path":["loan","borrowerLogs","download","CSV"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"09344f4a-7711-4b5c-a9cf-22410e07faf0"},{"name":"Download a detailed PDF audit report","id":"3fe61052-3bc9-43a0-8fb7-aca3bdace92d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"data\": {\r\n        \"auditLog\": [\r\n            {\r\n                \"value\": \"Rent\",\r\n                \"email\": \"test@gmail.com\",\r\n                \"time\": \"2025-06-17T14:01:32.807Z\"\r\n            }\r\n        ]\r\n    },\r\n    \"table\": \"Borrower\",\r\n    \"field\": \"ownership\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/borrowerLogs/download/CSV","description":"<h4 id=\"descripton\">Descripton</h4>\n<p>Generates and downloads a detailed PDF audit report.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>utils -&gt; modals -&gt; audit-log</p>\n","urlObject":{"path":["loan","borrowerLogs","download","CSV"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3fe61052-3bc9-43a0-8fb7-aca3bdace92d"},{"name":"Check the signing status of a loan application by loan number","id":"05dfa23b-e869-41b9-bba8-c9ff7d898777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/getBorrowerSignAppStatus","description":"<h4 id=\"description\">Description</h4>\n<p>Checks the signing status of a loan application for the primary borrower</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": 1,\n    \"data\": {\n        \"signedDate\": \"\",\n        \"signedPdfKey\": \"\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","getBorrowerSignAppStatus"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"05dfa23b-e869-41b9-bba8-c9ff7d898777"},{"name":"Send a draw request to a specific borrower by email, borrower separator and loan number","id":"c7af235b-3b5d-4251-9d2c-9f49740c572e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"email\": \"test@gmail.com\",\r\n    \"borrowerSeperator\": \"borrower\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/sendDrawRequestTo","description":"<h4 id=\"description\">Description</h4>\n<p>Sends a draw request to a specific borrower, identified by their email and borrower separator.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; BorrowerInformation</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","sendDrawRequestTo"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7af235b-3b5d-4251-9d2c-9f49740c572e"},{"name":"Send a signature request to the borrower or cancal existing signature request","id":"933279cd-d11b-424f-ad48-bf008d77be24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"isSend\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/sendSignatureRequest","description":"<h4 id=\"description\">Description</h4>\n<p>Sends a signature request to the borrower or cancels an existing signature request for a loan application.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; SignApplication</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"message\": \"Successfully sent Sign Application Request!\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","sendSignatureRequest"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"933279cd-d11b-424f-ad48-bf008d77be24"}],"id":"f431ab3a-c6dd-45c0-a203-7e87eb2d57c7","_postman_id":"f431ab3a-c6dd-45c0-a203-7e87eb2d57c7","description":""},{"name":"Credit Data","item":[{"name":"(Not complete) Get credit report data in a few keys","id":"8014f351-d79c-46f1-8c40-86c5b5ff7d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"vendorId\": \"1724757466870\",\r\n    \"borrowerSeperator\": \"borrower\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/pullCreditReport","description":"<h4 id=\"description\">Description</h4>\n<p>Initiates a credit report pull for a specific borrower associated with a loan application.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; CreditScore</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"pullCreditScoreLevel\": 0,\n    \"success\": false\n}\n\n</code></pre>\n","urlObject":{"path":["loan","pullCreditReport"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8014f351-d79c-46f1-8c40-86c5b5ff7d1e"},{"name":"Get the credit request history by loan number and borrower seperator","id":"14e5a45d-db76-4989-a065-864f9be2d80c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/pullCreditReportHistory/:borrowerSeperator","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves a list of credit requests associated with a specific borrower for a given loan application.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; CreditScore</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": 2,\n        \"loanNumber\": 1124,\n        \"borrowerSeperator\": \"borrower\",\n        \"firstName\": \"tao\",\n        \"middleName\": \"\",\n        \"lastName\": \"jin\",\n        \"ssn\": \"232-32-3232\",\n        \"presentAddress\": \"230 5th Ave, New York, NY 10001, USA\",\n        \"emailBy\": \"broker1@gmail.com\",\n        \"comment\": \"Pull Credit Report\",\n        \"createdAt\": \"2022-10-21T17:29:50.401Z\",\n        \"updatedAt\": \"2022-10-21T17:29:50.401Z\"\n    },\n    {\n        \"id\": 3,\n        \"loanNumber\": 1124,\n        \"borrowerSeperator\": \"borrower\",\n        \"firstName\": \"charles\",\n        \"middleName\": \"\",\n        \"lastName\": \"park\",\n        \"ssn\": \"059-78-3614\",\n        \"presentAddress\": \"230 5th Ave, New York, NY 10001, USA\",\n        \"emailBy\": \"admin@gmail.com\",\n        \"comment\": \"Pull Credit Report\",\n        \"createdAt\": \"2022-10-25T19:40:27.625Z\",\n        \"updatedAt\": \"2022-10-25T19:40:27.625Z\"\n    },\n]\n\n</code></pre>\n","urlObject":{"path":["loan","pullCreditReportHistory",":borrowerSeperator"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"borrowerSeperator"}]}},"response":[],"_postman_id":"14e5a45d-db76-4989-a065-864f9be2d80c"},{"name":"Updates financial credit amounts in a loan application","id":"9fdd803c-4cd5-441b-a0ec-8969f0b1346b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"key\": \"earnestMoney\",\r\n    \"amount\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/mainCredits","description":"<h4 id=\"description\">Description</h4>\n<p>This API is a PUT endpoint that updates financial credit amounts in a loan application, synchronizing the data between the Bytepro loan system and internal asset tracking system when updating earnest money, while handling other credit types directly in the asset tracking system.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">true\n\n</code></pre>\n","urlObject":{"path":["loan","mainCredits"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9fdd803c-4cd5-441b-a0ec-8969f0b1346b"},{"name":"Purchase credit information in a loan application","id":"9bb9a353-3efd-4cdc-ad5a-08e8768408a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"employerAssistance\": 333\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/purchaseCredits","description":"<h4 id=\"description\">Description</h4>\n<p>This API is a PUT endpoint that updates the purchase credit information in a loan application, storing the credit data in the asset tracking system after ensuring the loan record exists.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AssetInformation</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">true\n\n</code></pre>\n","urlObject":{"path":["loan","purchaseCredits"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9bb9a353-3efd-4cdc-ad5a-08e8768408a9"}],"id":"4f8ee7fe-6ab5-4f78-b8a2-d262c9c1719e","_postman_id":"4f8ee7fe-6ab5-4f78-b8a2-d262c9c1719e","description":""},{"name":"Upload a pdf document and update the loan status","id":"2f8001d2-40b4-45bc-be1f-f2f3ed9ede43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"commercialJson\": {\r\n        \"institution\": \"\",\r\n        \"accountNumber\": \"\",\r\n        \"accountType\": \"\",\r\n        \"ABANumber\": \"\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/uploadSignedPdf","description":"<h4 id=\"description\">Description</h4>\n<p>Uploads a signed PDF document for a loan application, processes it, and updates the loan status accordingly.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; SignApplication</p>\n<p>####Response  </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"signedPdfKey\": \"v3/loan/4647/application/loan-1750086681793.pdf\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","uploadSignedPdf"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f8001d2-40b4-45bc-be1f-f2f3ed9ede43"},{"name":"Check the placeholders of loan application","id":"df16ec9d-d393-433a-a3e4-d1a44535b32f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/checkLoanAppPlaceholder","description":"<h4 id=\"description\">Description</h4>\n<p>Checks for missing/empty placeholders in a loan application document.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; SignApplication</p>\n","urlObject":{"path":["loan","checkLoanAppPlaceholder"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"df16ec9d-d393-433a-a3e4-d1a44535b32f"},{"name":"Add the hand signed PDF document","id":"5d912a7c-a0ec-4f19-b762-f76f013fde5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"fileKey\": \"v3/loan/4647/hand_signed_pdf/Copy of BOL-1750095628601.pdf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/addHandSignedPdf","description":"<h4 id=\"description\">Description</h4>\n<p>Adds a hand-signed PDF document to a loan application.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; SignApplication</p>\n<p>Response</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"message\": \"Successfully Uploaded.\",\n    \"data\": {\n        \"creator\": \"test@gmail.com\",\n        \"createdAt\": \"06/16/2025 13:40\",\n        \"fileKey\": \"v3/loan/4647/hand_signed_pdf/Copy of BOL-1750095628601.pdf\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","addHandSignedPdf"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5d912a7c-a0ec-4f19-b762-f76f013fde5e"},{"name":"Get temporary user information by loan number","id":"4198d2c9-196b-461f-b395-f5dc654b29c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/temporaryUserInfo","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves temporary user information associated with a loan application's primary borrower.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission -&gt; documents</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": 2,\n    \"no\": 92822,\n    \"fullName\": \"Kirk Sample\",\n    \"presentAddress\": \"32-26 168th St, Flushing, NY 11358\",\n    \"orgPassword\": \"11358\",\n    \"email\": \"test@gmail.com\",\n    \"phone\": \"(123) 123-1231\",\n    \"ssn\": \"123-12-3123\",\n    \"dateOfBirth\": \"\",\n    \"password\": \"$2b$10$VbBialFSu237IBGc5HXgnueTVJxiiTlihlvFWlV3wU6yqiH0mTdSW\",\n    \"requireReset\": false,\n    \"status\": 1,\n    \"documents\": [],\n    \"entities\": [],\n    \"tracks\": [],\n    \"createdAt\": \"2024-03-29T16:31:15.129Z\",\n    \"updatedAt\": \"2024-05-01T20:03:58.476Z\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","temporaryUserInfo"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4198d2c9-196b-461f-b395-f5dc654b29c7"},{"name":"Retrieves the geographical coordinates","id":"69af3f53-f230-4d39-81fd-4d2ed2e69c3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/geoLocation","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the geographical coordinates (latitude and longitude) for a loan's property address, fetching the coordinates from Google Maps<br />If they're not already stored in the loan record, and then saving them for future use.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Loan -&gt; Underwriting -&gt; UnderwritingSummary, LoanStructure -&gt; LoanDetailInputs, LoanStructure -&gt; RePriceLoan</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"lat\": 0,\n    \"lng\": 0\n}\n\n</code></pre>\n","urlObject":{"path":["loan","geoLocation"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"69af3f53-f230-4d39-81fd-4d2ed2e69c3f"},{"name":"Retrieves the history of Tax Identification by loan number","id":"4743573b-c86e-4b85-ac72-73cc5bea13ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/tinVerifyHistory","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the complete history of Tax Identification Number (TIN) verifications for a loan application, returning the records sorted by creation date in descending order (newest first).</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>utils -&gt; modals -&gt; tin-verify-history</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"id\": 2,\n        \"loanNumber\": 4655,\n        \"operator\": \"test@gmail.com\",\n        \"tin\": \"12-3456789\",\n        \"name\": \"ABC Investors, LLCA\",\n        \"value\": false,\n        \"createdAt\": \"2025-06-17T13:41:21.047Z\",\n        \"updatedAt\": \"2025-06-17T13:41:21.047Z\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["loan","tinVerifyHistory"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4743573b-c86e-4b85-ac72-73cc5bea13ea"},{"name":"Get the geographical location information for a give postal code","id":"654db774-1afa-4401-825a-f1238bc4c57d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/geoNames/:postalCode","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves geographical location information for a given postal code by making a request to an external service, returning the location data if successful or an empty array if the request fails.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; PropertyInformation</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[]\n\n</code></pre>\n","urlObject":{"path":["loan","geoNames",":postalCode"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"postalCode"}]}},"response":[],"_postman_id":"654db774-1afa-4401-825a-f1238bc4c57d"},{"name":"Generates the PDF file for a given loan application","id":"6e4a379d-d86a-4b33-a7ed-6f4872716628","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/mldsPdf","description":"<h4 id=\"description\">Description</h4>\n<p>Generates the RE885 PDF document for a given loan application by gathering all relevant loan, borrower, financial, and party information, formatting it into the required structure, and returning the completed PDF for download or further processing.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; MLDS</p>\n","urlObject":{"path":["loan","mldsPdf"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e4a379d-d86a-4b33-a7ed-6f4872716628"},{"name":"Get the MLDS data by loan number","id":"02a64d1f-7467-4d66-87b2-e8156b060a6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/mlds","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the MLDS (Mortgage Loan Disclosure Statement) data for a given loan number, initializing it with default configuration data if it doesn't already exist or is empty, and then returns the resulting record.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Admin -&gt; AdminTools -&gt; Configuration -&gt; MLDS</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"principalStatus\": [\n        false,\n        false,\n        false,\n        false,\n        false\n    ],\n    \"proposedLoan\": \"\",\n    \"typeAmortization\": \"\",\n    \"fixedRate\": 0,\n    \"fixedInterestRate\": 0,\n    \"fixedInitialRate1\": 0,\n    \"fixedInitialRate2\": 0,\n    \"interestFixedRate1\": 0,\n    \"interestFixedRate2\": 0,\n    \"adjustableRate1\": 0,\n    \"adjustableRate2\": 0,\n    \"adjustableRate3\": 0,\n    \"minMothlyPaymentYear\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"monthlyPaymentWithNoChange\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"monthlyPaymentwithRiseRate\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"minMonthlyPayment\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"grossIncome1\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"difference1\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"maxMothlyPaymentYear\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"grossIncome2\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"difference2\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"loanExpect\": [\n        0,\n        0,\n        0,\n        0,\n        0,\n        0\n    ],\n    \"balanceExpect\": [\n        0,\n        0,\n        0,\n        0\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["loan","mlds"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"02a64d1f-7467-4d66-87b2-e8156b060a6e"},{"name":"Update the mlds data","id":"1df730cd-e15f-4b64-808a-ede131baa56f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"principalStatus\": [\r\n        false,\r\n        false,\r\n        false,\r\n        false,\r\n        false\r\n    ],\r\n    \"proposedLoan\": \"\",\r\n    \"typeAmortization\": \"\",\r\n    \"fixedRate\": 0,\r\n    \"fixedInterestRate\": 0,\r\n    \"fixedInitialRate1\": 0,\r\n    \"fixedInitialRate2\": 0,\r\n    \"interestFixedRate1\": 0,\r\n    \"interestFixedRate2\": 0,\r\n    \"adjustableRate1\": 0,\r\n    \"adjustableRate2\": 0,\r\n    \"adjustableRate3\": 0,\r\n    \"minMothlyPaymentYear\": [\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n    ],\r\n    \"monthlyPaymentWithNoChange\": [\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n    ],\r\n    \"monthlyPaymentwithRiseRate\": [\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n    ],\r\n    \"minMonthlyPayment\": [\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n    ],\r\n    \"grossIncome1\": [\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n    ],\r\n    \"difference1\": [\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n    ],\r\n    \"maxMothlyPaymentYear\": [\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n    ],\r\n    \"grossIncome2\": [\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n    ],\r\n    \"difference2\": [\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n    ],\r\n    \"loanExpect\": [\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n    ],\r\n    \"balanceExpect\": [\r\n        0,\r\n        0,\r\n        0,\r\n        0\r\n    ],\r\n    \"mortgageBrokerFee\": \"123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/mlds","description":"<h4 id=\"description\">Description</h4>\n<p>Updates the MLDS (Mortgage Loan Disclosure Statement) data for a specified loan number with the provided data.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Admin -&gt; AdminTools -&gt; Configuration -&gt; MLDS</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">true\n\n</code></pre>\n","urlObject":{"path":["loan","mlds"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1df730cd-e15f-4b64-808a-ede131baa56f"},{"name":"Send MLDS Signature request","id":"c85c2a6a-2f4d-4364-b47f-8e936f7917c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/sendMldsSignatureRequest","description":"<h4 id=\"description\">Description</h4>\n<p>Logs the action and then initiates a request for the borrower to electronically sign the MLDS for a specified loan, typically by sending a signature request through the appropriate signing service.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; MLDS</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"message\": \"Successfully Sent Request!\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","sendMldsSignatureRequest"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c85c2a6a-2f4d-4364-b47f-8e936f7917c6"}],"id":"3685067e-217f-4323-be58-e6b300fa0d21","_postman_id":"3685067e-217f-4323-be58-e6b300fa0d21","description":""},{"name":"loanAdditionalMember","item":[{"name":"Get the Additional Member Information by loan number","id":"e70b78a0-d81d-4ee7-93d8-428f822d51ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/additionalMember?borrowerSeperator=<string>","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves additional members associated with a specific loan, filtered by the provided borrowerSeperator</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AdditionalMember</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"additionalMembers\": [\n        {\n            \"id\": 1751570639636,\n            \"dob\": \"2023-02-08\",\n            \"ssn\": \"000-00-0001\",\n            \"email\": \"test@gmail.com\",\n            \"phone\": \"(123) 456-7890\",\n            \"lastName\": \"Last Name\",\n            \"createdAt\": 1751570639746,\n            \"firstName\": \"First Name\",\n            \"creatorEmail\": \"shigeki@codecharley.com\",\n            \"presentAddress\": \"street1, city1, DE 32606\",\n            \"borrowerSeperator\": \"borrower\",\n            \"membershipPercentage\": \"20\"\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["loan","additionalMember"],"host":["{{baseURL}}"],"query":[{"key":"borrowerSeperator","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"e70b78a0-d81d-4ee7-93d8-428f822d51ef"},{"name":"Add the additional member information","id":"7c2e04fd-a74d-4951-a020-d524632f1219","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1751570639636,\r\n    \"firstName\": \"First Name\",\r\n    \"lastName\": \"Last Name\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"phone\": \"(123) 456-7890\",\r\n    \"dob\": \"2023-02-08\",\r\n    \"ssn\": \"000-00-0001\",\r\n    \"presentAddress\": \"street1, city1, DE 32606\",\r\n    \"membershipPercentage\": \"20\",\r\n    \"borrowerSeperator\": \"borrower\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/additionalMember","description":"<h4 id=\"description\">Description</h4>\n<p>Creates a new additional member for a loan application, automatically setting the creation timestamp and creator email before saving the member data</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AdditionalMember</p>\n","urlObject":{"path":["loan","additionalMember"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7c2e04fd-a74d-4951-a020-d524632f1219"},{"name":"Update the additional Member Information","id":"76508e35-bd71-4b75-b5e4-cdab6f818fcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1751570639636,\r\n    \"firstName\": \"First Name\",\r\n    \"lastName\": \"Last Name\",\r\n    \"email\": \"test@gmail.com\",\r\n    \"phone\": \"(123) 456-7890\",\r\n    \"dob\": \"2023-02-08\",\r\n    \"ssn\": \"000-00-0001\",\r\n    \"presentAddress\": \"street1, city1, DE 32606\",\r\n    \"membershipPercentage\": \"20\",\r\n    \"borrowerSeperator\": \"borrower\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/additionalMember/:id","description":"<h4 id=\"description\">Description</h4>\n<p>Updates an existing additional member's information for a loan application using the member's ID and the provided data.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AdditionalMember</p>\n","urlObject":{"path":["loan","additionalMember",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"76508e35-bd71-4b75-b5e4-cdab6f818fcf"},{"name":"Delete Additional Member","id":"2ac187b5-12e1-4da8-b3ec-555195931fe7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/additionalMember/:id","description":"<h4 id=\"description\">Description</h4>\n<p>Deletes an additional member from a loan application using the member's ID.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AdditionalMember</p>\n","urlObject":{"path":["loan","additionalMember",":id"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"2ac187b5-12e1-4da8-b3ec-555195931fe7"},{"name":"Send a signature request to an additional member","id":"eb325173-81f3-49d9-a8f8-38f3971bb5ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1751571594658,\r\n    \"sendEmail\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/additionalMember/sendSignatureRequest","description":"<h4 id=\"description\">Description</h4>\n<p>Sends a signature request to an additional member for a loan application, optionally sending an email notification and logging the action in the loan history</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AdditionalMember -&gt; MemberDetail</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"data\": {\n        \"signUrlSignature\": \"fe0e080c-5977-45bf-a641-79d85ba19125\",\n        \"signRequestedBy\": \"shigeki@codecharley.com\",\n        \"signRequestedAt\": 1751571754508,\n        \"signedDate\": 0,\n        \"signedPdfKey\": \"\",\n        \"signedBy\": \"\"\n    },\n    \"message\": \"Successfully sent Sign Application Request!\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","additionalMember","sendSignatureRequest"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb325173-81f3-49d9-a8f8-38f3971bb5ab"},{"name":"Overrides the signed PDF upload for an additional member","id":"2bfd50f7-dc54-42f6-bb48-69c3e7646323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"id\": 1751571594658,\r\n    \"fileKey\": \"v3/loan/4659/additionalMember/override/Copy of BOL-1751572027976.pdf\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/additionalMember/uploadSignedPdf","description":"<h4 id=\"description\">Description</h4>\n<p>Overrides the signed PDF upload for an additional member by accepting an existing file key and processing it as an override signature action.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AdditionalMember -&gt; OverrideSignDialog</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"signedPdfKey\": \"v3/loan/4659/additionalMember/override/Copy of BOL-1751572027976.pdf\",\n    \"signedDate\": 1751572030677,\n    \"signedBy\": \"shigeki@codecharley.com\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","additionalMember","uploadSignedPdf"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bfd50f7-dc54-42f6-bb48-69c3e7646323"},{"name":"Pulls a credit report for an additional member","id":"8dee7971-1823-44c1-afc7-f15f99c34127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"vendorId\": \"1739555007134\",\r\n    \"id\": 1751571594658\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/additionalMember/pullCreditReport","description":"<h4 id=\"description\">Description</h4>\n<p>Pulls a credit report for an additional member, checking payment requirements based on the user's credit score level before proceeding with the credit report retrieval</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanApplication -&gt; AdditionalMember -&gt; MemberDetail</p>\n<h4 id=\"response\">Response</h4>\n","urlObject":{"path":["loan","additionalMember","pullCreditReport"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dee7971-1823-44c1-afc7-f15f99c34127"}],"id":"fe947d4b-7cd5-4071-9ce6-047a6afaa5c4","_postman_id":"fe947d4b-7cd5-4071-9ce6-047a6afaa5c4","description":""}],"id":"bfab09c6-dcb6-4abd-ae78-4981003252b0","_postman_id":"bfab09c6-dcb6-4abd-ae78-4981003252b0","description":""},{"name":"submission","item":[{"name":"Get the loan submission documents","id":"fe6cb4a2-a790-42f7-974e-ac7580cc7582","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/getLoanSubmissionDocuments","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves loan submission documents for a specific loan number.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Loan -&gt; OrderAppraisals -&gt; Modals -&gt; documents, Admin -&gt; Accounting -&gt; Dashboard -&gt; ManageAccountings, LoanOverview -&gt; modal -&gt; PushDocumentsDialog</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": 1,\n    \"data\": [\n        {\n            \"category\": \"Other\",\n            \"name\": \"Additional Entity Credit Form 1751571594658.pdf\",\n            \"fileKey\": \"v3/loan/4659/additionalMember/override/Copy of BOL-1751572027976.pdf\",\n            \"status\": \"Not Reviewed\",\n            \"createdAt\": 1751572030814\n        },\n        {\n            \"category\": \"Credit Report\",\n            \"name\": \"Entity CreditScore (First Name Last Name).pdf\",\n            \"fileKey\": \"v3/loan/4659/Entity_CreditScore_1751571594658/Copy of BOL-1751572970917.pdf\",\n            \"status\": \"Not Reviewed\",\n            \"createdAt\": 1751572974367\n        }\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["loan","getLoanSubmissionDocuments"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe6cb4a2-a790-42f7-974e-ac7580cc7582"},{"name":"Get the loan submission data by loan number","id":"9162d2c7-ec2f-41d2-9831-3a8a2b07ab82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"<number>","description":"<p>This is a optional</p>\n","type":"text"}],"url":"{{baseURL}}/loan/submission?loanNumber=1171","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves loan submission data for a specific loan number.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Borrower -&gt; Submission -&gt; BorrowerOriginalTemplate, Loan -&gt; ClosingScreen -&gt; LightningDocs, LoanSubmission -&gt; BorrowerDocumentsUpload</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"id\": 7288,\n    \"loanNumber\": 4647,\n    \"templateNumber\": 0,\n    \"reviewStatus\": {},\n    \"conditions\": [],\n    \"deletedConditions\": [],\n    \"conditionOrder\": [],\n    \"documents\": [\n        {\n            \"key\": \"v3/loan/4647/hand_signed_pdf/Loan Details (1)-1750081961937.pdf\",\n            \"name\": \"Loan Application Signed-Hand(06/16/2025 09:52).pdf\",\n            \"status\": \"Not Reviewed\",\n            \"category\": \"Other\",\n            \"createdAt\": 1750081963318,\n            \"createdBy\": \"shigeki@codecharley.com\",\n            \"generated\": false,\n            \"conditionNo\": 0\n        },\n        {\n            \"key\": \"v3/loan/4647/hand_signed_pdf/pdf-1750084625447.pdf\",\n            \"name\": \"Loan Application Signed-Hand(06/16/2025 10:38).pdf\",\n            \"status\": \"Not Reviewed\",\n            \"category\": \"Other\",\n            \"createdAt\": 1750084686680,\n            \"createdBy\": \"shigeki@codecharley.com\",\n            \"generated\": false,\n            \"conditionNo\": 0\n        },\n    ],\n    \"createdAt\": \"2025-02-20T20:09:41.215Z\",\n    \"updatedAt\": \"2025-06-16T17:40:30.650Z\",\n    \"submissions\": [],\n    \"lastSubmittedAt\": \"0\",\n    \"conditionReviewNos\": {\n        \"1023\": {\n            \"key\": \"appraisalReview\",\n            \"label\": \"Submit Appraisal Review\"\n        },\n        \"2004\": {\n            \"key\": \"appraisalRenoCommercial\",\n            \"label\": \"Submit Appraisal Review\"\n        },\n    },\n    \"templates\": {\n        \"3001\": \"Wholesale DSCR Refinance\",\n        \"3002\": \"Wholesale DSCR Purchase\",\n        \"3003\": \"Wholesale Non QM Refinance\",\n        \"3004\": \"Wholesale Non QM Purchase\",\n        \"3101\": \"Hard Money Refinance\",\n    },\n    \"scopeOfWorkDone\": true,\n    \"brokerConditions\": [\n        {\n            \"id\": 12,\n            \"no\": 1019,\n            \"name\": \"OCCUPANCY CONCERNS\",\n            \"description\": \"UW to assess file for occupancy concerns and condition accordingly\",\n            \"requested\": false,\n            \"required\": false\n        },\n        {\n            \"id\": 11,\n            \"no\": 1018,\n            \"name\": \"LEASE\",\n            \"description\": \"An existing rental agreement or lease on the subject property is required for all DSCR Refinance transactions.  The underwriter should review lease terms to ensure nothing can impact first lien position on the property and the lease will subordinate to the new first mortgage.  If not, the tenants must waive their rights to the lease.  Escalate as necessary.  The lesser of the monthly lease of the appraisers opinion of monthly rent should be used for qualifying purposes.\",\n            \"requested\": false,\n            \"required\": true\n        },\n    ],\n    \"borrowerDocuments\": [],\n    \"showingTemplates\": {\n        \"3001\": \"Wholesale DSCR Refinance\",\n        \"3002\": \"Wholesale DSCR Purchase\",\n        \"3003\": \"Wholesale Non QM Refinance\",\n        \"3004\": \"Wholesale Non QM Purchase\",\n        \"3101\": \"Hard Money Refinance\",\n    },\n    \"conditionDisplayNo\": {}\n}\n\n</code></pre>\n","urlObject":{"path":["loan","submission"],"host":["{{baseURL}}"],"query":[{"key":"loanNumber","value":"1171"}],"variable":[]}},"response":[],"_postman_id":"9162d2c7-ec2f-41d2-9831-3a8a2b07ab82"},{"name":"Retrieves loan submission conditions specifically for temporary users","id":"22432ca8-7a7e-4ac2-b1e4-a1288e2de373","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/submission/conditionsForTemporaryUser","description":"<h4 id=\"description\">Description</h4>\n<p>Fetch loan conditions that are applicable to temporary users, likely including specific requirements, restrictions, or guidelines that temporary users need to follow during the loan submission process.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Borrower -&gt; LoanOverview</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"name\": \"DEAL NOTES\",\n        \"no\": 1010\n    },\n    {\n        \"name\": \"E-MAIL ADDRESS FOR BORROWER\",\n        \"no\": 1009\n    },\n    {\n        \"name\": \"UW - CREDIT ANALYSIS - Update\",\n        \"no\": 1011\n    },\n    {\n        \"name\": \"INITIAL SIGNED DISCLOSURES\",\n        \"no\": 1008\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["loan","submission","conditionsForTemporaryUser"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"22432ca8-7a7e-4ac2-b1e4-a1288e2de373"},{"name":"Retrieves a specific log entry for a loan submission","id":"df206dea-b82c-4c0a-9d04-4867b521d83a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/submission/log/:no","description":"<h4 id=\"description\">Description</h4>\n<p>Fetch specific log entries related to loan submission activities, likely including audit trails, activity history, or transaction logs that track changes and actions performed on the loan submission.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>utils -&gt; modals -&gt; audit-log</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"time\": 1726753848806,\n        \"email\": \"charlesadmin@gmail.com\",\n        \"value\": \"@@@Condition Create\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["loan","submission","log",":no"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"no"}]}},"response":[],"_postman_id":"df206dea-b82c-4c0a-9d04-4867b521d83a"},{"name":"Retrieves document history for a specific loan submission document","id":"abdb815e-cbb0-4e68-8e33-99d09b3c9b5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/submissionDocumentHistory?key=<string>","description":"<h4 id=\"description\">Description</h4>\n<p>Fetch the version history, changes, or audit trail for a specific document within a loan submission, allowing users to track modifications, updates, and the evolution of document content over time.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission -&gt; DocumentHistoryModal</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"type\": \"status\",\n        \"value\": \"Approved\",\n        \"createdAt\": 1728334064594,\n        \"createdBy\": \"taojin@codecharley.com\"\n    },\n    {\n        \"type\": \"category\",\n        \"value\": \"CD REQUEST\",\n        \"createdAt\": 1728334040715,\n        \"createdBy\": \"taojin@codecharley.com\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["loan","submissionDocumentHistory"],"host":["{{baseURL}}"],"query":[{"key":"key","value":"<string>"}],"variable":[]}},"response":[],"_postman_id":"abdb815e-cbb0-4e68-8e33-99d09b3c9b5a"},{"name":"Submits a review request for a specific document or loan component","id":"7045e99b-ccbe-4c65-9e22-22948e0f3860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/reviewRequest/:key","description":"<h4 id=\"description\">Description</h4>\n<p>Initiate review processes for loan documents or components, likely triggering workflows for approval, validation, or quality assurance checks within the loan processing system.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": 1,\n    \"data\": {\n        \"requestDate\": 1751652943586,\n        \"requestBy\": \"test@gmail.com\",\n        \"status\": 1\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","reviewRequest",":key"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"key"}]}},"response":[],"_postman_id":"7045e99b-ccbe-4c65-9e22-22948e0f3860"},{"name":"Updates loan submission data with validation and IP address tracking","id":"56ffe0a3-df41-4dd0-877e-c51361c77d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"conditions\": {},\r\n    \"documents\": {\r\n        \"update\": [\r\n            {\r\n                \"key\": \"v3/loan/4393/document/Audit log Details - InvestorLoan - undefined-1728998584315.PDF\",\r\n                \"name\": \"Audit log Details - InvestorLoan - undefined.PDF\",\r\n                \"status\": \"Not Reviewed\",\r\n                \"category\": \"\",\r\n                \"createdAt\": 1728998588888,\r\n                \"createdBy\": \"borrower123@gmail.com\",\r\n                \"generated\": false,\r\n                \"conditionNo\": 0,\r\n                \"uploadedByBorrower\": true\r\n            }\r\n        ]\r\n    },\r\n    \"conditionOrder\": {},\r\n    \"loanNumber\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/updateSubmission","description":"<h4 id=\"description\">Description</h4>\n<p>Update loan submission information with proper validation, audit tracking (IP address), and user authentication, ensuring data integrity and compliance with loan processing workflows.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Overview, LoanSubmission -&gt; BorrowerDocumentsUpload, LoanSubmission</p>\n","urlObject":{"path":["loan","updateSubmission"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"56ffe0a3-df41-4dd0-877e-c51361c77d57"},{"name":"Sets or updates the loan submission template for a specific loan","id":"5c2e25ba-fd30-4814-8f41-65396cf6f253","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{baseURL}}/loan/updateSubmission","description":"<h4 id=\"description\">Description</h4>\n<p>Assign or change the template configuration for a loan submission, which likely includes predefined sets of forms, documents, or processing requirements that are standardized across similar loan types or workflows.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"conditions\": [\n        {\n            \"id\": 2,\n            \"no\": 1009,\n            \"name\": \"E-MAIL ADDRESS FOR BORROWER\",\n            \"type\": \"APPLICATION\",\n            \"class\": \"PROCESSOR\",\n            \"intext\": false,\n            \"category\": \"PTD\",\n            \"requested\": true,\n            \"ConditionID\": 1005112,\n            \"description\": \"The underwriter to verify an accurate email address for the borrower.\",\n            \"requestedBy\": \"Nextres, LLC\",\n            \"requestedTo\": \"Borrower\",\n            \"borrowerName\": \"\",\n            \"requestedDate\": \"07/04/2025\",\n            \"responsibility\": \"Loan Setup\",\n            \"brokerDescription\": null,\n            \"borrowerDescription\": \"\",\n            \"documentCategory\": \"\"\n        },\n        {\n            \"id\": 4,\n            \"no\": 1011,\n            \"name\": \"UW - CREDIT ANALYSIS - Update\",\n            \"note\": \"wer1\",\n            \"type\": \"CRED\",\n            \"class\": \"UW\",\n            \"intext\": false,\n            \"cleared\": true,\n            \"category\": \"PTD\",\n            \"clearedBy\": \"Tao Jin\",\n            \"requested\": true,\n            \"ConditionID\": 1005113,\n            \"clearedDate\": \"10/14/2024\",\n            \"description\": \"The underwriter will complete a full credit review of the file.  Underwriter will review for late payments, derogatory credit, and insufficient history and condition accordingly.  Underwriter will ensure that all credit is accurately reported on the application.  \\n\\nUpdate\\ntest\",\n            \"requestedBy\": \"Nextres, LLC\",\n            \"requestedTo\": \"Borrower\",\n            \"showCleared\": false,\n            \"borrowerName\": \"\",\n            \"internalNote\": \"wer2\",\n            \"requestedDate\": \"07/04/2025\",\n            \"responsibility\": \"Underwriter\",\n            \"brokerDescription\": \"This is Broker Facing Descriptions.\",\n            \"borrowerDescription\": \"\",\n            \"documentCategory\": \"\"\n        },\n    ],\n    \"conditionOrder\": [\n        1009,\n        1011,\n        1050,\n        2000,\n        2006,\n        2034,\n        2036\n    ],\n    \"deletedConditions\": [\n        {\n            \"id\": 7,\n            \"no\": 1014,\n            \"name\": \"CASH OUT LOE\",\n            \"note\": \"\",\n            \"type\": \"CRED\",\n            \"class\": \"UW\",\n            \"intext\": false,\n            \"category\": \"PTD\",\n            \"requested\": true,\n            \"ConditionID\": 1005116,\n            \"description\": \"Guarantor to provide signed and dated cash out intent letter.\",\n            \"requestedBy\": \"Nextres, LLC\",\n            \"requestedTo\": \"Borrower\",\n            \"showCleared\": false,\n            \"borrowerName\": \"\",\n            \"requestedDate\": \"09/06/2024\",\n            \"showException\": false,\n            \"showRequested\": false,\n            \"responsibility\": \"Underwriter\",\n            \"documentCategory\": \"\",\n            \"brokerDescription\": null,\n            \"borrowerDescription\": \"\"\n        },\n    ]\n}\n\n</code></pre>\n","urlObject":{"path":["loan","updateSubmission"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c2e25ba-fd30-4814-8f41-65396cf6f253"},{"name":"Retrieves documents that have been uploaded by borrowers for a specific loan","id":"4a2018aa-0d9d-4dc9-9bc8-27d0f8d1c140","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/borrowerUploadedDocuments","description":"<h4 id=\"description\">Description</h4>\n<p>Fetch all documents that borrowers have uploaded for a specific loan, likely including financial statements, tax returns, pay stubs, bank statements, and other supporting documentation required for loan processing and underwriting.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission -&gt; BorrowerDocumentsUpload</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["loan","borrowerUploadedDocuments"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a2018aa-0d9d-4dc9-9bc8-27d0f8d1c140"},{"name":"Downloads loan submission documents of a specific type for a given loan number","id":"09744675-36d7-424b-a597-2a552eecd923","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/downloadSubmissionDocuments/:loanNumber/:type","description":"<h4 id=\"description\">Description</h4>\n<p>Download loan submission documents such as contracts, forms, agreements, or other supporting documentation that are part of the loan processing workflow.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission -&gt; documents</p>\n","urlObject":{"path":["loan","downloadSubmissionDocuments",":loanNumber",":type"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"loanNumber"},{"type":"any","value":"<string>","key":"type"}]}},"response":[],"_postman_id":"09744675-36d7-424b-a597-2a552eecd923"},{"name":"Sends loan submission documents via email to specified recipients.","id":"df301488-20ce-4536-81e2-92aefb835138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"emails\": {\r\n        \"test1@gmail.com\": \"cc\",\r\n        \"test2@gmail.com\": \"cc\",\r\n        \"test3@gmail.com\": \"to\"\r\n    },\r\n    \"content\": \"Notes\",\r\n    \"files\": [\r\n        {\r\n            \"id\": 1751898088965,\r\n            \"name\": \"Copy of BOL.pdf\",\r\n            \"fileKey\": \"v3//loan/4647/submission/Copy of BOL-1751898081851.pdf\",\r\n            \"status\": \"Not Reviewed\",\r\n            \"category\": \" \",\r\n            \"createdAt\": 1751898088965\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/sendLoanSubmissionDocumentEmail","description":"<h4 id=\"description\">Description</h4>\n<p>Send loan submission documents via email to borrowers, loan officers, underwriters, or other stakeholders involved in the loan processing workflow</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission -&gt; sendEmailDialog</p>\n","urlObject":{"path":["loan","sendLoanSubmissionDocumentEmail"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"df301488-20ce-4536-81e2-92aefb835138"},{"name":"Sends loan submission as a PDF via email with optional file attachments","id":"90e06278-680d-48d6-b51c-c207cc3cca82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"files[0]","type":"file","uuid":"b52cabc1-43cb-400d-baed-e473e3df6a90","value":null},{"key":"title","value":"<string>","type":"text","uuid":"3544641a-dfda-4f70-b5f6-df28ad09d451"},{"key":"emailType","value":"<string>","type":"text","uuid":"e01255ac-0039-4cfc-a903-a3fc4a263907"},{"key":"emails","value":"Record<string, string>","type":"text","uuid":"1094b0b5-8d9d-4825-9614-938acac9ae51"},{"key":"content","value":"<string>","type":"text","uuid":"3ba91a43-47b3-44b1-a740-49f750cebdea"},{"key":"isSsnIncludes","value":"<string>","type":"text","uuid":"8212f255-3826-4983-a731-a7c92138307d"},{"key":"pdfData","value":"<string>","type":"text","uuid":"b5fcb6a8-9b25-4f4f-8d9e-84176a92208f"},{"key":"pdfType","value":"<number>","type":"text","uuid":"cd397502-de9a-4d82-a1ec-9a04fbfb2693"}]},"url":"{{baseURL}}/loan/sendSubmissionPdfEmail","description":"<h4 id=\"description\">Description</h4>\n<p>Send comprehensive loan submission packages as PDF documents via email, typically for loan approval workflows, borrower communication, or regulatory compliance purposes</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission -&gt; SendPdfEmailDialog</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"message\": \"undefined Document is sent on email\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","sendSubmissionPdfEmail"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"90e06278-680d-48d6-b51c-c207cc3cca82"},{"name":"Submits a loan to the Account Executive (AE) for review and processing","id":"6eb42ba2-730a-4546-a19d-a4204233e021","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/submitToAE","description":"<h4 id=\"description\">Description</h4>\n<p>Advance a loan application to the Account Executive stage in the loan processing workflow.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"loanStatus\": \"inTakeReview\",\n    \"submissions\": [\n        {\n            \"time\": \"1725646002063\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Submit Loan\",\n            \"detail\": \"LoanStatus: Application Signed -&gt; Submitted\"\n        },\n        {\n            \"time\": \"1729691050795\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Send Link for Rush Loan Process\",\n            \"detail\": \"Payment for Rush File Request - $500.00 -&gt; Email To: test1@gmail.com\"\n        },\n        {\n            \"time\": \"1729734940883\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Send Link for Rush Loan Process\",\n            \"detail\": \"Payment for Rush File Request - $500.00 -&gt; Email To: test1@gmail.com\"\n        },\n        {\n            \"time\": \"1729735155304\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Send Link for Rush Loan Process\",\n            \"detail\": \"Payment for Rush File Request - $500.00 -&gt; Email To: test1@gmail.com\"\n        },\n        {\n            \"time\": \"1729787951347\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Rush Loan Process\",\n            \"detail\": \"Rush File Request - $ Payment Intent: pi_3QDTrvAmhvj6CK5U0uc8tJBB\"\n        },\n        {\n            \"time\": \"1729788644186\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Rush Loan Process\",\n            \"detail\": \"Rush File Request - $ Payment Intent: pi_3QDTrvAmhvj6CK5U0uc8tJBB\"\n        },\n        {\n            \"time\": \"1729788745094\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Submit Loan\",\n            \"detail\": \"LoanStatus: Restructure Release -&gt; Submitted\"\n        },\n        {\n            \"time\": \"1729790824272\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Rush Loan Process\",\n            \"detail\": \"Rush File Request - $ Payment Intent: pi_3QDTrvAmhvj6CK5U0uc8tJBB\"\n        },\n        {\n            \"time\": \"1729797184377\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Rush Loan Process\",\n            \"detail\": \"Rush File Request - $ Payment Intent: pi_3QDWSSAmhvj6CK5U1o1IT6cz\"\n        },\n        {\n            \"time\": \"1729800067400\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Rush Loan Process\",\n            \"detail\": \"Rush File Request + Transferred Request - $903.44 Payment Intent: pi_3QDXD4Amhvj6CK5U0iD5fJDM\"\n        },\n        {\n            \"time\": \"1729801139399\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Send Link for Rush Loan Process\",\n            \"detail\": \"Payment for Rush File Request + Transferred Request - $875.00 -&gt; Email To: test1@gmail.com\"\n        },\n        {\n            \"time\": \"1729801184489\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Rush Loan Process\",\n            \"detail\": \"Rush File Request + Transferred Request - $903.44 Payment Intent: pi_3QDXV2Amhvj6CK5U06WtYEE2\"\n        },\n        {\n            \"time\": \"1731695475136\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Rush Loan Process\",\n            \"detail\": \"Rush File Request - $500.00 Payment Intent: pi_3QLUIDAmhvj6CK5U1nk5gmUl\"\n        },\n        {\n            \"time\": \"1731695892646\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Rush Loan Process\",\n            \"detail\": \"Rush File Request - $500.00 Payment Intent: pi_3QLUOwAmhvj6CK5U16TJ0pDZ\"\n        },\n        {\n            \"time\": \"1751899261355\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Submit Loan\",\n            \"detail\": \"LoanStatus: Prequal -&gt; Loan Intake Review\"\n        }\n    ],\n    \"message\": \"Successfully Submitted!\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","submitToAE"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6eb42ba2-730a-4546-a19d-a4204233e021"},{"name":"Submit a loan to the underwriter","id":"1b6917cf-94f1-44c7-a417-3aeac0a22ad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/submitToUnderwriter","description":"<h4 id=\"description\">Description</h4>\n<p>Submits a loan to the underwriter for review and approval, requiring authentication and passing the loan number and user information to the ByteproService.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": 1,\n    \"loanStatus\": \"inTakeReview\",\n    \"submissions\": [\n        {\n            \"time\": \"1751898550635\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Send Document\",\n            \"detail\": \"undefined Document -&gt; Emails From: test@gmail.com, To: test1@gmail.com, Cc: test2@gmail.com, test3@gmail.com, test4@gmail.com\"\n        },\n        {\n            \"time\": \"1751898678791\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Send Document\",\n            \"detail\": \"undefined Document -&gt; Emails From: test@gmail.com, To: test5@gmail.com, Cc: test3@gmail.com\"\n        },\n        {\n            \"time\": \"1751899924768\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit to Underwriter\",\n            \"detail\": \"LoanStatus: Loan Intake Review -&gt; Loan Intake Review\"\n        }\n    ],\n    \"message\": \"Successfully Submitted!\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","submitToUnderwriter"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b6917cf-94f1-44c7-a417-3aeac0a22ad1"},{"name":"Submit a loan for CTC review","id":"c26af8ff-2cde-43c3-a58b-71206a116182","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/submitCTCReview","description":"<h4 id=\"description\">Description</h4>\n<p>Submits a loan for CTC (Clear to Close) review, requiring authentication and passing the loan number and user information to the ByteproService.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": 1,\n    \"submissions\": [\n        {\n            \"time\": \"1751898550635\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Send Document\",\n            \"detail\": \"undefined Document -&gt; Emails From: test@gmail.com, To: test1@gmail.com, Cc: test2@gmail.com, test3@gmail.com, test4@gmail.com\"\n        },\n        {\n            \"time\": \"1751898678791\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Send Document\",\n            \"detail\": \"undefined Document -&gt; Emails From: test@gmail.com, To: test5@gmail.com, Cc: test3@gmail.com\"\n        },\n        {\n            \"time\": \"1751899924768\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit to Underwriter\",\n            \"detail\": \"LoanStatus: Loan Intake Review -&gt; Loan Intake Review\"\n        },\n        {\n            \"time\": \"1751900311249\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit CTC Review\",\n            \"detail\": \"LoanStatus: Loan Intake Review -&gt; Underwriter Review\"\n        },\n        {\n            \"time\": \"1751900311249\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit CTC Review\",\n            \"detail\": \"\"\n        }\n    ],\n    \"loanStatus\": \"underwriterReview\",\n    \"message\": \"Successfully Submitted!\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","submitCTCReview"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c26af8ff-2cde-43c3-a58b-71206a116182"},{"name":"Submits a loan to confirm that all closing conditions are met","id":"9ebd530b-aeaa-4761-af00-044a8a32cfc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/submitClosingConditionCleared","description":"<h4 id=\"description\">Description</h4>\n<p>Submits a loan to indicate that all closing conditions have been cleared, requiring authentication and passing the loan number and user information to the ByteproService</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": 1,\n    \"message\": \"Successfully Submitted!\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","submitClosingConditionCleared"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ebd530b-aeaa-4761-af00-044a8a32cfc3"},{"name":"Submit a closed loan for review","id":"e9f4f027-afa8-4941-a015-50db18988240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/submitClosedLoanReview","description":"<h4 id=\"description\">Description</h4>\n<p>Submits a closed loan for review, requiring authentication and passing the loan number and user information to the ByteproService.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission</p>\n<p>Response  </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": 1,\n    \"byteproFileName\": 7000421,\n    \"loanStatus\": \"closedLoanReview\",\n    \"message\": \"Successfully Submitted!\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","submitClosedLoanReview"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e9f4f027-afa8-4941-a015-50db18988240"},{"name":"Submit a loan conditions","id":"9413e702-7acb-45fe-b202-3ce4a2dedf0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/submitConditions","description":"<h4 id=\"description\">Description</h4>\n<p>Submits loan conditions (likely conditions set by the underwriter that must be met before loan approval or closing) for processing, requiring authentication and passing the loan number and user information to the ByteproService</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": 1,\n    \"loanStatus\": \"underwriterReview\",\n    \"submissions\": [\n        {\n            \"time\": \"1751898550635\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Send Document\",\n            \"detail\": \"undefined Document -&gt; Emails From: test@gmail.com, To: test1@gmail.com, Cc: test2@gmail.com, test3@gmail.com, test4@gmail.com\"\n        },\n        {\n            \"time\": \"1751898678791\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Send Document\",\n            \"detail\": \"undefined Document -&gt; Emails From: test@gmail.com, To: test5@gmail.com, Cc: test3@gmail.com\"\n        },\n        {\n            \"time\": \"1751899924768\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit to Underwriter\",\n            \"detail\": \"LoanStatus: Loan Intake Review -&gt; Loan Intake Review\"\n        },\n        {\n            \"time\": \"1751900311249\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit CTC Review\",\n            \"detail\": \"LoanStatus: Loan Intake Review -&gt; Underwriter Review\"\n        },\n        {\n            \"time\": \"1751900311249\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit CTC Review\",\n            \"detail\": \"\"\n        },\n        {\n            \"time\": \"1751900540333\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Closing Conditions Cleared\",\n            \"detail\": \"\"\n        },\n        {\n            \"time\": \"1751901950174\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit Conditions\",\n            \"detail\": \"LoanStatus: Underwriter Review -&gt; Underwriter Review\"\n        },\n        {\n            \"time\": \"1751902505148\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Submit Closing Package Review\",\n            \"detail\": \"\"\n        },\n        {\n            \"time\": \"1751902971215\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit Conditions\",\n            \"detail\": \"LoanStatus: Closed Loan Review -&gt; Underwriter Review\"\n        }\n    ],\n    \"message\": \"Successfully Submitted!\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","submitConditions"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9413e702-7acb-45fe-b202-3ce4a2dedf0a"},{"name":"Submit a loan to the loan setup department","id":"cd33f86e-5de1-481e-8ba4-e217659c2c4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/submitToLoanSetup","description":"<h4 id=\"description\">Description</h4>\n<p>Submits a loan to the loan setup department for final processing and configuration before closing, requiring authentication and passing the loan number and user information to the ByteproService.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": 1,\n    \"byteproFileName\": 7000421,\n    \"loanStatus\": \"underwriterReview\",\n    \"submissions\": [\n        {\n            \"time\": \"1751898550635\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Send Document\",\n            \"detail\": \"undefined Document -&gt; Emails From: test@gmail.com, To: test1@gmail.com, Cc: test2@gmail.com, test3@gmail.com, test4@gmail.com\"\n        },\n        {\n            \"time\": \"1751898678791\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Send Document\",\n            \"detail\": \"undefined Document -&gt; Emails From: test@gmail.com, To: test5@gmail.com, Cc: test3@gmail.com\"\n        },\n        {\n            \"time\": \"1751899924768\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit to Underwriter\",\n            \"detail\": \"LoanStatus: Loan Intake Review -&gt; Loan Intake Review\"\n        },\n        {\n            \"time\": \"1751900311249\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit CTC Review\",\n            \"detail\": \"LoanStatus: Loan Intake Review -&gt; Underwriter Review\"\n        },\n        {\n            \"time\": \"1751900311249\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit CTC Review\",\n            \"detail\": \"\"\n        },\n        {\n            \"time\": \"1751900540333\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Closing Conditions Cleared\",\n            \"detail\": \"\"\n        },\n        {\n            \"time\": \"1751901950174\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit Conditions\",\n            \"detail\": \"LoanStatus: Underwriter Review -&gt; Underwriter Review\"\n        },\n        {\n            \"time\": \"1751902505148\",\n            \"email\": \"test@gmail.com\",\n            \"action\": \"Submit Closing Package Review\",\n            \"detail\": \"\"\n        },\n        {\n            \"time\": \"1751902971215\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit Conditions\",\n            \"detail\": \"LoanStatus: Closed Loan Review -&gt; Underwriter Review\"\n        },\n        {\n            \"time\": \"1751903394363\",\n            \"email\": \"test5@gmail.com\",\n            \"action\": \"Submit to LoanSetup\",\n            \"detail\": \"LoanStatus: Underwriter Review -&gt; Underwriter Review\"\n        }\n    ],\n    \"message\": \"Successfully Submitted!\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","submitToLoanSetup"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd33f86e-5de1-481e-8ba4-e217659c2c4d"},{"name":"Retrieves notification settings and information","id":"f6b833e4-e633-433a-bb4e-8c85210c7042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/submission/notify","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves notification settings and information for a loan submission, requiring authentication and returning the notification data from the LoanSubmissionService.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission -&gt; NotifyBorrower</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"notifyNotes\": {\n        \"Borrower\": \"\"\n    },\n    \"notifyEmail\": {\n        \"Borrower\": {}\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["submission","notify"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f6b833e4-e633-433a-bb4e-8c85210c7042"},{"name":"Updates notification settings for a loan submission","id":"5ff1eb64-b18d-4d9a-8c41-098c7ef191d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"notifyNotes\": {\r\n        \"Borrower\": \"note\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/submission/notify","description":"<h4 id=\"description\">Description</h4>\n<p>Sets notification preferences for a loan submission, accepting optional notification notes and email settings in the request body, requiring authentication and updating the notification configuration through the LoanSubmissionService</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission -&gt; NotifyBorrower</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"generatedMaps\": [],\n    \"raw\": [],\n    \"affected\": 1\n}\n\n</code></pre>\n","urlObject":{"path":["submission","notify"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ff1eb64-b18d-4d9a-8c41-098c7ef191d0"},{"name":"Sends a loan submission notification to a specified party","id":"253261f6-5f68-4ca6-b1e5-74994ecfb354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"party\": \"Hazard Insurance Company\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/submission/notify","description":"<h4 id=\"description\">Description</h4>\n<p>Sends a notification to a specific party regarding a loan submission, accepting the party name in the request body, requiring authentication and triggering the notification through the LoanSubmissionService using the current session user</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>LoanSubmission -&gt; NotifyBorrower</p>\n","urlObject":{"path":["submission","notify"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"253261f6-5f68-4ca6-b1e5-74994ecfb354"}],"id":"1da38399-a876-418d-a8ee-42d55867047a","_postman_id":"1da38399-a876-418d-a8ee-42d55867047a","description":""},{"name":"party","item":[{"name":"Retrieves party options for a specific loan based on a key parameter.","id":"da3c83a3-b1f1-4757-afe3-9064cbb5b734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/party/options/:key","description":"<h4 id=\"description\">Description</h4>\n<p>Populate dropdown menus or selection lists for party-related forms, where the key parameter specifies which set of options to display (e.g., different party types, roles, or categories).</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>components -&gt; LoanProcessSelection</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"data\": {}\n}\n\n</code></pre>\n","urlObject":{"path":["loan","party","options",":key"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"key"}]}},"response":[],"_postman_id":"da3c83a3-b1f1-4757-afe3-9064cbb5b734"},{"name":"Updates party information for a specific loan","id":"e660d8ea-420c-4381-9a84-3a6fb38e8954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"key\": \"broker\",\r\n    \"value\": \"test@gmail.com\",\r\n    \"override\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/party","description":"<h4 id=\"description\">Description</h4>\n<p>Modify existing party information for a loan, such as updating contact details, addresses, or other party-related data. The user information is passed to the service for tracking who made the changes</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>components -&gt; LoanProcessSelection</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"data\": {\n        \"id\": 9702,\n        \"email\": \"test@gmail.com\",\n        \"name\": \"Test name\",\n        \"phone\": \"(238) 923-8923\",\n        \"phoneExt\": \"(238) 923-8932\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","party"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e660d8ea-420c-4381-9a84-3a6fb38e8954"},{"name":"Get the party data by the loan number","id":"36bbae6e-f594-4811-a545-b1f72fe2c711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/party/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves parties associated with a specific loan number with comprehensive role-based access control.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Loan -&gt; Parties</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"PartyID\": 1038500,\n        \"CategoryID\": 1,\n        \"FirstName\": \"\",\n        \"MiddleName\": \"\",\n        \"LastName\": \"\",\n        \"Title\": \"\",\n        \"Company\": \"Nextres, LLC DBA Nextres Commercial\",\n        \"FullAddress\": \"12 Penns Trail, Suite 138, Newtown, PA 18940\",\n        \"CityStateZip\": \"Newtown, PA 18940\",\n        \"Street\": \"12 Penns Trail, Suite 138\",\n        \"City\": \"Newtown\",\n        \"State\": \"PA\",\n        \"Zip\": \"18940\",\n        \"EMail\": \"\",\n        \"WorkPhone\": \"\",\n        \"HomePhone\": \"\",\n        \"MobilePhone\": \"\",\n        \"OtherPhone\": \"\",\n        \"Pager\": \"\",\n        \"Fax\": \"\",\n        \"LicenseNo\": \"123456\",\n        \"CHUMSNo\": \"\",\n        \"FHAOrigOrSponsorID\": \"\",\n        \"BranchID\": \"\",\n        \"Notes\": \"\",\n        \"ContactNMLSID\": \"1111111\",\n        \"CompanyNMLSID\": \"\",\n        \"LockToUser\": true,\n        \"CompanyEIN\": \"\",\n        \"MobilePhoneSMSGateway\": \"\",\n        \"CompanyLicenseNo\": \"\",\n        \"WirePrimaryBankName\": \"\",\n        \"WirePrimaryBankFullAddress\": \"\",\n        \"WirePrimaryBankCityStateZip\": \"\",\n        \"WirePrimaryBankStreet\": \"\",\n        \"WirePrimaryBankCity\": \"\",\n        \"WirePrimaryBankState\": \"\",\n        \"WirePrimaryBankZip\": \"\",\n        \"WirePrimaryABANo\": \"\",\n        \"WirePrimaryAccountNo\": \"\",\n        \"WireFCTBankName\": \"\",\n        \"WireFCTBankFullAddress\": \"\",\n        \"WireFCTBankCityStateZip\": \"\",\n        \"WireFCTBankStreet\": \"\",\n        \"WireFCTBankCity\": \"\",\n        \"WireFCTBankState\": \"\",\n        \"WireFCTBankZip\": \"\",\n        \"WireFCTABANo\": \"\",\n        \"WireFCTAccountNo\": \"\",\n        \"SyncData\": false,\n        \"EAndOPolicyExpirationDate\": null,\n        \"LicensingAgencyCode\": \"\",\n        \"EMail2\": \"\",\n        \"EMail3\": \"\",\n        \"FileDataID\": 1000476,\n        \"Type\": \"Loan Officer\",\n        \"Name\": \"\",\n        \"CustomName\": \"\"\n    },\n    {\n        \"PartyID\": 1038501,\n        \"CategoryID\": 2,\n        \"FirstName\": \"\",\n        \"MiddleName\": \"\",\n        \"LastName\": \"\",\n        \"Title\": \"\",\n        \"Company\": \"\",\n        \"FullAddress\": \"\",\n        \"CityStateZip\": \"\",\n        \"Street\": \"\",\n        \"City\": \"\",\n        \"State\": \"\",\n        \"Zip\": \"\",\n        \"EMail\": \"\",\n        \"WorkPhone\": \"\",\n        \"HomePhone\": \"\",\n        \"MobilePhone\": \"\",\n        \"OtherPhone\": \"\",\n        \"Pager\": \"\",\n        \"Fax\": \"\",\n        \"LicenseNo\": \"\",\n        \"CHUMSNo\": \"\",\n        \"FHAOrigOrSponsorID\": \"\",\n        \"BranchID\": \"\",\n        \"Notes\": \"\",\n        \"ContactNMLSID\": \"\",\n        \"CompanyNMLSID\": \"\",\n        \"LockToUser\": true,\n        \"CompanyEIN\": \"\",\n        \"MobilePhoneSMSGateway\": \"\",\n        \"CompanyLicenseNo\": \"\",\n        \"WirePrimaryBankName\": \"\",\n        \"WirePrimaryBankFullAddress\": \"\",\n        \"WirePrimaryBankCityStateZip\": \"\",\n        \"WirePrimaryBankStreet\": \"\",\n        \"WirePrimaryBankCity\": \"\",\n        \"WirePrimaryBankState\": \"\",\n        \"WirePrimaryBankZip\": \"\",\n        \"WirePrimaryABANo\": \"\",\n        \"WirePrimaryAccountNo\": \"\",\n        \"WireFCTBankName\": \"\",\n        \"WireFCTBankFullAddress\": \"\",\n        \"WireFCTBankCityStateZip\": \"\",\n        \"WireFCTBankStreet\": \"\",\n        \"WireFCTBankCity\": \"\",\n        \"WireFCTBankState\": \"\",\n        \"WireFCTBankZip\": \"\",\n        \"WireFCTABANo\": \"\",\n        \"WireFCTAccountNo\": \"\",\n        \"SyncData\": false,\n        \"EAndOPolicyExpirationDate\": null,\n        \"LicensingAgencyCode\": \"\",\n        \"EMail2\": \"\",\n        \"EMail3\": \"\",\n        \"FileDataID\": 1000476,\n        \"Type\": \"Loan Processor\",\n        \"Name\": \"\",\n        \"CustomName\": \"\"\n    },\n    {\n        \"Type\": \"Owner\",\n        \"CustomName\": \"\"\n    },\n    {\n        \"Fax\": \"7574310515\",\n        \"Zip\": 23452,\n        \"City\": \"Virginia Beach\",\n        \"Type\": \"Test Party\",\n        \"EMail\": \"orders@prioritytitleus.com\",\n        \"Notes\": \"www.prioritytitleus.com\",\n        \"Pager\": \"\",\n        \"State\": \"VA\",\n        \"Title\": \"te\",\n        \"EMail2\": \"\",\n        \"EMail3\": \"\",\n        \"Street\": \"641 Lynnhaven Parkway, Suite 200\",\n        \"Company\": \"Priority Title and Escrow, LLC\",\n        \"BranchID\": \"\",\n        \"LastName\": \"Hellen4\",\n        \"FirstName\": \"Jeffrey4\",\n        \"HomePhone\": \"\",\n        \"LicenseNo\": \"713798\",\n        \"WorkPhone\": \"8552660988\",\n        \"CompanyEIN\": \"\",\n        \"MiddleName\": \"\",\n        \"OtherPhone\": \"\",\n        \"MobilePhone\": \"\",\n        \"CompanyNMLSID\": \"\",\n        \"ContactNMLSID\": \"\",\n        \"CompanyLicenseNo\": \"\",\n        \"CustomName\": \"\"\n    }\n]\n\n</code></pre>\n","urlObject":{"path":["loan","party",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"36bbae6e-f594-4811-a545-b1f72fe2c711"},{"name":"Get the party additional information by the type and loan number","id":"454f77a0-d126-407d-aaac-850e245af931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/party/additionalInfo/:type","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves additional information for a specific party type on a loan.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>loan -&gt; Parties -&gt; Modal -&gt; PartyModal</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Company\": \"ABC Investors, LLCA\",\n    \"Street\": \"street1\",\n    \"City\": null,\n    \"State\": null,\n    \"Zip\": \"12321\",\n    \"Title\": \"Limited Partner\",\n    \"FirstName\": \"Tao1\",\n    \"MiddleName\": \"\",\n    \"LastName\": \"Jin1\",\n    \"WorkPhone\": \"(232) 390-2390\",\n    \"EMail\": \"test@gmail.com\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","party","additionalInfo",":type"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<string>","key":"type"}]}},"response":[],"_postman_id":"454f77a0-d126-407d-aaac-850e245af931"},{"name":"Update the party information by loan number and party Id","id":"9e2e6be5-75bd-4241-bc35-6122e96a28bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PartyID\": 1038548,\r\n    \"CategoryID\": 622,\r\n    \"FirstName\": \"ratail1\",\r\n    \"MiddleName\": \"\",\r\n    \"LastName\": \"branch1\",\r\n    \"Title\": \"title\",\r\n    \"Company\": \"Retail1 Company\",\r\n    \"FullAddress\": \"\",\r\n    \"CityStateZip\": \"\",\r\n    \"Street\": \"street\",\r\n    \"City\": \"city\",\r\n    \"State\": \"CA\",\r\n    \"Zip\": \"123456\",\r\n    \"EMail\": \"branch1@gmail.com\",\r\n    \"WorkPhone\": \"2382389239\",\r\n    \"HomePhone\": \"2382389239\",\r\n    \"MobilePhone\": \"2382389239\",\r\n    \"OtherPhone\": \"2382389239\",\r\n    \"Pager\": \"\",\r\n    \"Fax\": \"\",\r\n    \"LicenseNo\": \"\",\r\n    \"CHUMSNo\": \"\",\r\n    \"FHAOrigOrSponsorID\": \"\",\r\n    \"BranchID\": \"\",\r\n    \"Notes\": \"\",\r\n    \"ContactNMLSID\": \"23423\",\r\n    \"CompanyNMLSID\": \"23421\",\r\n    \"LockToUser\": false,\r\n    \"CompanyEIN\": \"\",\r\n    \"MobilePhoneSMSGateway\": \"\",\r\n    \"CompanyLicenseNo\": \"\",\r\n    \"WirePrimaryBankName\": \"\",\r\n    \"WirePrimaryBankFullAddress\": \"\",\r\n    \"WirePrimaryBankCityStateZip\": \"\",\r\n    \"WirePrimaryBankStreet\": \"\",\r\n    \"WirePrimaryBankCity\": \"\",\r\n    \"WirePrimaryBankState\": \"\",\r\n    \"WirePrimaryBankZip\": \"\",\r\n    \"WirePrimaryABANo\": \"\",\r\n    \"WirePrimaryAccountNo\": \"\",\r\n    \"WireFCTBankName\": \"\",\r\n    \"WireFCTBankFullAddress\": \"\",\r\n    \"WireFCTBankCityStateZip\": \"\",\r\n    \"WireFCTBankStreet\": \"\",\r\n    \"WireFCTBankCity\": \"\",\r\n    \"WireFCTBankState\": \"\",\r\n    \"WireFCTBankZip\": \"\",\r\n    \"WireFCTABANo\": \"\",\r\n    \"WireFCTAccountNo\": \"\",\r\n    \"SyncData\": true,\r\n    \"EAndOPolicyExpirationDate\": null,\r\n    \"LicensingAgencyCode\": \"\",\r\n    \"EMail2\": \"\",\r\n    \"EMail3\": \"\",\r\n    \"FileDataID\": 1000476,\r\n    \"Type\": \"Account Executive\",\r\n    \"Name\": \"ratail1  branch1\",\r\n    \"CustomName\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/party/:loanNumber/:PartyID","description":"<h4 id=\"description\">Description</h4>\n<p>Updates a specific party's information for a loan using the party's unique ID</p>\n<p>if you don't use Bytepro, use PartyID as <code>0</code>.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>loan -&gt; Parties -&gt; Modal -&gt; PartyModal</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true,\n    \"request\": {\n        \"FileDataID\": 1000476,\n        \"FileData\": {\n            \"FileDataID\": 1000476,\n            \"LoanID\": 1000477,\n            \"OrganizationID\": 1000006\n        },\n        \"Parties\": [\n            {\n                \"FileDataID\": 1000476,\n                \"PartyID\": 1038548,\n                \"FirstName\": \"ratail1\",\n                \"MiddleName\": \"\",\n                \"LastName\": \"branch1\",\n                \"Title\": \"title\",\n                \"Company\": \"Retail1 Company\",\n                \"Street\": \"street\",\n                \"City\": \"city\",\n                \"State\": \"CA\",\n                \"Zip\": \"123456\",\n                \"LicenseNo\": \"\",\n                \"CompanyLicenseNo\": \"\",\n                \"BranchID\": \"\",\n                \"EMail\": \"branch1@gmail.com\",\n                \"EMail2\": \"\",\n                \"EMail3\": \"\",\n                \"WorkPhone\": \"2382389239\",\n                \"HomePhone\": \"2382389239\",\n                \"MobilePhone\": \"2382389239\",\n                \"OtherPhone\": \"2382389239\",\n                \"Pager\": \"\",\n                \"Fax\": \"\",\n                \"CompanyEIN\": \"\",\n                \"ContactNMLSID\": \"23423\",\n                \"CompanyNMLSID\": \"23421\",\n                \"Notes\": \"\",\n                \"LockToUser\": false,\n                \"SyncData\": true\n            }\n        ]\n    },\n    \"response\": {},\n    \"url\": \"Post - /loanfile\"\n}\n\n</code></pre>\n","urlObject":{"path":["loan","party",":loanNumber",":PartyID"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"1171","key":"loanNumber"},{"type":"any","value":"<number>","key":"PartyID"}]}},"response":[],"_postman_id":"9e2e6be5-75bd-4241-bc35-6122e96a28bf"},{"name":"Add a party by loan number","id":"1a66e0b4-1ba5-4138-be74-a16a4db417c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"new party type\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/party/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Adds a new party to a specific loan</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>loan -&gt; Parties</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","party",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"1a66e0b4-1ba5-4138-be74-a16a4db417c8"},{"name":"Delete a party by loan number","id":"b28471dd-89bb-4eb6-9925-ed31f5705f9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"type\": \"new party type\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/party/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Deletes a party from a specific loan based on the party type.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>loan -&gt; Parties</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","party",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"<number>","key":"loanNumber"}]}},"response":[],"_postman_id":"b28471dd-89bb-4eb6-9925-ed31f5705f9c"},{"name":"Get the available party Ids","id":"3abb029f-67d8-45e1-a005-b01cee8f49f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{baseURL}}/loan/party/ids","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the available party ID constants/definitions</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>loan -&gt; Parties</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"PartyIDs\": {\n        \"1\": \"Loan Officer\",\n        \"2\": \"Loan Processor\",\n        \"3\": \"Closer\",\n        \"4\": \"Underwriter\",\n        \"10\": \"Lender\",\n        \"11\": \"Mortgagee for Insurance\",\n        \"12\": \"FHA Sponsoring Lender\",\n        \"13\": \"FHA Originating Lender\",\n        \"21\": \"Listing Agent\",\n        \"22\": \"Selling Agent\",\n        \"25\": \"Builder or Seller\",\n        \"26\": \"Warrantor\",\n        \"31\": \"Hazard Insurance Company\",\n        \"32\": \"Mortgage Insurance Company\",\n        \"33\": \"Flood Insurance Company\",\n        \"34\": \"Flood Determination Company\",\n        \"40\": \"Title Company\",\n        \"42\": \"Appraiser\",\n        \"44\": \"Escrow Company\",\n        \"46\": \"Survey Company\",\n        \"48\": \"Credit Bureau\",\n        \"60\": \"Borrower Attorney\",\n        \"61\": \"Seller Attorney\",\n        \"62\": \"Lender Attorney\",\n        \"70\": \"Inspector\",\n        \"71\": \"Pest Inspector\",\n        \"84\": \"Loan Seller\",\n        \"85\": \"Investor\",\n        \"86\": \"Contractor\",\n        \"102\": \"Loan Correspondent\",\n        \"103\": \"Referral Source\",\n        \"104\": \"Home Owner's Association\",\n        \"105\": \"Settlement Company\",\n        \"107\": \"Post Closer\",\n        \"108\": \"Funder\",\n        \"109\": \"Mortgagee for Title\",\n        \"110\": \"Broker\",\n        \"111\": \"Appraiser 2\",\n        \"112\": \"Tax Service Company\",\n        \"113\": \"Hazard Insurance Company 2\",\n        \"114\": \"Trustee\",\n        \"115\": \"FHA Agent\",\n        \"116\": \"FHA Post Closing Mortgagee Rep\",\n        \"117\": \"FHA Mortgagee Rep\",\n        \"501\": \"Borrowing Entity\",\n        \"502\": \"Warehouse Lender\",\n        \"503\": \"Employer\",\n        \"504\": \"Other Party 4\",\n        \"505\": \"DPA/Grant/Bond/MCC Provider\",\n        \"600\": \"Opener\",\n        \"601\": \"Disclosure Specialist\",\n        \"602\": \"Quality Control\",\n        \"603\": \"Compliance\",\n        \"605\": \"COC\",\n        \"611\": \"Loan Processor Assistant\",\n        \"612\": \"Closing Assistant\",\n        \"613\": \"Mortgagee Officer\",\n        \"614\": \"Government Insurer\",\n        \"615\": \"UWPC\",\n        \"616\": \"Underwriter Assistant\",\n        \"617\": \"Appraisal Reviewer\",\n        \"618\": \"Project/POA Reviewer\",\n        \"619\": \"Hard Money Processor\",\n        \"620\": \"2nd UW Reviewer\",\n        \"621\": \"Servicer\",\n        \"622\": \"Account Executive\",\n        \"623\": \"Account Manager\",\n        \"624\": \"VP Sales\",\n        \"625\": \"Transaction Speciallist\"\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","party","ids"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3abb029f-67d8-45e1-a005-b01cee8f49f2"},{"name":"Get the borrower required parties","id":"9ca287c0-a164-4b11-9a3a-22487e3b02fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/party/borrowerRequired","description":"<h4 id=\"description\">Description</h4>\n<p>Retrieves the list of parties that are required for borrowers on a specific loan</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>Borrower -&gt; LoanOverview -&gt; BorrowerLoanOverview</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Cond Party2\": {\n        \"Fax\": \"\",\n        \"Zip\": 76063,\n        \"City\": \"Mansfield\",\n        \"Name\": \"\",\n        \"Type\": \"Cond Party2\",\n        \"EMail\": \"\",\n        \"Notes\": \"\",\n        \"Pager\": \"\",\n        \"State\": \"TX\",\n        \"Title\": \"\",\n        \"EMail2\": \"\",\n        \"EMail3\": \"\",\n        \"Street\": \"1405 N. Highway 287 #101\",\n        \"Company\": \"Old Republic National Title Insurance Company\",\n        \"BranchID\": \"\",\n        \"LastName\": \"\",\n        \"FirstName\": \"\",\n        \"HomePhone\": \"\",\n        \"LicenseNo\": \"\",\n        \"WorkPhone\": \"8174538104\",\n        \"CompanyEIN\": \"\",\n        \"MiddleName\": \"\",\n        \"OtherPhone\": \"\",\n        \"MobilePhone\": \"\",\n        \"CompanyNMLSID\": \"\",\n        \"ContactNMLSID\": \"\",\n        \"CompanyLicenseNo\": \"\",\n        \"borrowerRequired\": true\n    },\n    \"Cond Temp Test Party 1\": {\n        \"Fax\": \"\",\n        \"Zip\": 18940,\n        \"City\": \"Newtown\",\n        \"Type\": \"Cond Temp Test Party 1\",\n        \"EMail\": \"customerservice@nextres.com\",\n        \"Notes\": \"Nextres, LLC ISAOA/ATIMA 12 Penns Trail, Suite 138 Newtown, PA 18940\",\n        \"Pager\": \"\",\n        \"State\": \"PA\",\n        \"Title\": \"test\",\n        \"EMail2\": \"\",\n        \"EMail3\": \"\",\n        \"Street\": \"12 Penns Trail, Suite 138\",\n        \"Company\": \"Nextres, LLC\",\n        \"BranchID\": \"\",\n        \"LastName\": \"Test\",\n        \"FirstName\": \"Test\",\n        \"HomePhone\": \"\",\n        \"LicenseNo\": \"\",\n        \"WorkPhone\": \"8336394140\",\n        \"CompanyEIN\": \"\",\n        \"MiddleName\": \"\",\n        \"OtherPhone\": \"\",\n        \"MobilePhone\": \"\",\n        \"CompanyNMLSID\": \"2321794\",\n        \"ContactNMLSID\": \"\",\n        \"CompanyLicenseNo\": \"\",\n        \"borrowerRequired\": true\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["loan","party","borrowerRequired"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ca287c0-a164-4b11-9a3a-22487e3b02fd"},{"name":"Download a party data for a specific loan","id":"a9a06828-2d75-4e58-8675-283d97ce901e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"loan-number","value":"1171","type":"text"}],"url":"{{baseURL}}/loan/party/download/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Downloads party data for a specific loan, either as actual data or a sample template</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>loan -&gt; Parties</p>\n","urlObject":{"path":["loan","party","download",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"a9a06828-2d75-4e58-8675-283d97ce901e"},{"name":"Import a party data for a specific loan","id":"de20835b-c14d-4d42-b1a2-f40ea470b335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[{"key":"loan-number","value":"1171","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Type\": \"2nd UW Reviewer\",\r\n        \"Company\": \"Elite Appraisals, LLC\",\r\n        \"WebsiteUrl\": \"https://nextres.com\",\r\n        \"FirstName\": \"Jeffrey\",\r\n        \"MiddleName\": \"Michael\",\r\n        \"LastName\": \"Hellen\",\r\n        \"Title\": \"CEO\",\r\n        \"Street\": \"123 Main Street\",\r\n        \"City\": \"Beverly Hills\",\r\n        \"State\": \"CA\",\r\n        \"Zip\": \"90210\",\r\n        \"LicenseNo\": \"LIC-987654\",\r\n        \"CompanyLicenseNo\": \"CL-112233\",\r\n        \"BranchID\": \"BR12345\",\r\n        \"HomePhone\": \"(310) 555-1234\",\r\n        \"OtherPhone\": \"(310) 555-9999\",\r\n        \"WorkPhone\": \"(310) 555-5678\",\r\n        \"MobilePhone\": \"(310) 555-7890\",\r\n        \"Pager\": \"555-555-5555\",\r\n        \"Fax\": \"123-456-7890\",\r\n        \"EMail\": \"jeff.hellen@example.com\",\r\n        \"EMail2\": \"jeff.secondary@example.com\",\r\n        \"EMail3\": \"jeff.alt@example.com\",\r\n        \"CompanyEIN\": \"12-3456789\",\r\n        \"CompanyNMLSID\": \"NMLS-54321\",\r\n        \"ContactNMLSID\": \"NMLS-98765\",\r\n        \"Notes\": \"Reviewed and approved.\",\r\n        \"Name\": \"Jeffrey Michael Hellen\",\r\n        \"PartyID\": 1038546\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/loan/party/import/:loanNumber","description":"<h4 id=\"description\">Description</h4>\n<p>Imports party data for a specific loan from an array of party records.</p>\n<h4 id=\"page-path\">Page path</h4>\n<p>loan -&gt; Parties</p>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"success\": true\n}\n\n</code></pre>\n","urlObject":{"path":["loan","party","import",":loanNumber"],"host":["{{baseURL}}"],"query":[],"variable":[{"type":"any","value":"1171","key":"loanNumber"}]}},"response":[],"_postman_id":"de20835b-c14d-4d42-b1a2-f40ea470b335"}],"id":"ebf42ccf-0338-4843-905d-98310aed3ae1","_postman_id":"ebf42ccf-0338-4843-905d-98310aed3ae1","description":""}],"id":"28fd0fe4-63fa-4902-befd-709edd07bd9a","_postman_id":"28fd0fe4-63fa-4902-befd-709edd07bd9a","description":""},{"name":"RTL Trader","item":[{"name":"Admin","item":[{"name":"Account","item":[{"name":"get Accounts","id":"b47d60b5-f86f-4c35-aa21-0f2e57c4e87d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[{"key":"query","value":"<string>","description":"<p>A search keyword used to filter the list of users based on their name and email address.</p>\n","equals":true},{"key":"orderBy","value":"<string>","description":"<p>The field name by which the results should be sorted (e.g. name, email).</p>\n","equals":true},{"key":"orderDir","value":"<number>","description":"<p>The direction of sorting. Use 1 for ascending order and -1 for descending order.</p>\n","equals":true},{"key":"skip","value":"<number>","description":"<p>The number of records to skip. Used for pagination to control the starting point of the results.</p>\n","equals":true},{"key":"count","value":"<number>","description":"<p>The maximum number of records to return. Used for pagination to limit the number of results. Server caps this at 50.</p>\n","equals":true}],"url":"{{RTLBaseUrl}}/admin/account","description":"<p>Lists user accounts with search, sort, and pagination.</p>\n","urlObject":{"path":["admin","account"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"613d2289-190b-4ed5-97ed-d8747acf885c","name":"get Accounts","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{RTLBaseUrl}}/admin/account?query=&orderBy=createdAt&orderDir=-1&skip=0&count=1","host":["{{RTLBaseUrl}}"],"path":["admin","account"],"query":[{"key":"query","value":""},{"key":"orderBy","value":"createdAt"},{"key":"orderDir","value":"-1"},{"key":"skip","value":"0"},{"key":"count","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"total\": 21,\r\n    \"data\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"John Doe\",\r\n            \"userType\": \"admin\",\r\n            \"email\": \"johnDoe@nexys.com\",\r\n            \"password\": \"$2b$10$oh8efaxSngRmT/2VTkA6v.HY0MwX9HoJUnLEmwwkmLuDC0C0sBXVG\",\r\n            \"resetPasswordToken\": null,\r\n            \"resetPasswordExpires\": null,\r\n            \"createdAt\": \"2025-03-05T14:17:14.712Z\",\r\n            \"updatedAt\": \"2025-03-05T14:17:14.712Z\",\r\n            \"companyID\": 0\r\n        }\r\n    ]\r\n}"}],"_postman_id":"b47d60b5-f86f-4c35-aa21-0f2e57c4e87d"},{"name":"add Account","id":"5a572456-bcaa-49c3-b1a5-9aaef7ada95b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"<string>","description":"<p>Name of the account user.</p>\n","type":"text","uuid":"d565117e-16a6-429a-bbe2-59a82fa56860"},{"key":"email","value":"<string>","description":"<p>Login email for the account.</p>\n","type":"text","uuid":"6ce5e3ef-fa75-4caf-a781-43cf97233863"},{"key":"userType","value":"<string>","description":"<p>Account role: admin | programmer | investor | associate.</p>\n","type":"text","uuid":"ea8e1c4d-e032-4838-8a7c-b31536324ad7"},{"key":"companyID","value":"<number>","description":"<p>Company the account belongs to. Required in practice for investor/associate accounts.</p>\n","type":"text","uuid":"86a7e56b-64d0-4adc-88d0-cef631d94875"}]},"url":"{{RTLBaseUrl}}/admin/account","description":"<p>Creates a new user account with the given name, email, type, and optional company. A default hashed password is assigned on create.</p>\n","urlObject":{"path":["admin","account"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"005d10ff-a8a4-4999-abbe-fb29039a6036","name":"add Account","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"John Doe","type":"text","uuid":"d565117e-16a6-429a-bbe2-59a82fa56860"},{"key":"email","value":"johndoe@nexys.com","type":"text","uuid":"6ce5e3ef-fa75-4caf-a781-43cf97233863"},{"key":"userType","value":"programmer","type":"text","uuid":"ea8e1c4d-e032-4838-8a7c-b31536324ad7"},{"key":"companyID","value":"1","type":"text","uuid":"86a7e56b-64d0-4adc-88d0-cef631d94875"}]},"url":"{{RTLBaseUrl}}/admin/account"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"5a572456-bcaa-49c3-b1a5-9aaef7ada95b"},{"name":"update Account","id":"17c27742-a488-41e3-b7b1-51bab1af3485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"<string>","description":"<p>Name of the account user.</p>\n","type":"text","uuid":"d565117e-16a6-429a-bbe2-59a82fa56860"},{"key":"email","value":"<string>","description":"<p>Login email for the account.</p>\n","type":"text","uuid":"6ce5e3ef-fa75-4caf-a781-43cf97233863"},{"key":"userType","value":"<string>","description":"<p>Account role: admin | programmer | investor | associate.</p>\n","type":"text","uuid":"ea8e1c4d-e032-4838-8a7c-b31536324ad7"},{"key":"companyID","value":"<number>","description":"<p>Company the account belongs to. Required in practice for investor/associate accounts.</p>\n","type":"text","uuid":"86a7e56b-64d0-4adc-88d0-cef631d94875"}]},"url":"{{RTLBaseUrl}}/admin/account/:id","description":"<p>Updates account fields (name, email, type, company) for account by ID. Does not change the password.</p>\n","urlObject":{"path":["admin","account",":id"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Account ID to be updated</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[{"id":"5772ef61-dcb8-480f-a77b-65a506d77d72","name":"update Account","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"John Doe","type":"text","uuid":"d565117e-16a6-429a-bbe2-59a82fa56860"},{"key":"email","value":"johndoe@nexys.com","type":"text","uuid":"6ce5e3ef-fa75-4caf-a781-43cf97233863"},{"key":"userType","value":"programmer","type":"text","uuid":"ea8e1c4d-e032-4838-8a7c-b31536324ad7"},{"key":"companyID","value":"1","type":"text","uuid":"86a7e56b-64d0-4adc-88d0-cef631d94875"}]},"url":{"raw":"{{RTLBaseUrl}}/admin/account/:id","host":["{{RTLBaseUrl}}"],"path":["admin","account",":id"],"variable":[{"key":"id","value":"1"}]}},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":""}],"_postman_id":"17c27742-a488-41e3-b7b1-51bab1af3485"},{"name":"delete Account","id":"df08ab71-1084-484c-9886-c296838bfe8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{RTLBaseUrl}}/admin/account/:id","description":"<p>Permanently deletes the account by account ID.</p>\n","urlObject":{"path":["admin","account",":id"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Account ID to be deleted</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"df08ab71-1084-484c-9886-c296838bfe8e"},{"name":"reset Password","id":"df821ba1-b3e8-4bc8-9007-47d2a2271139","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"password","value":"<string>","type":"text","uuid":"731ab2d4-1492-4251-b236-55c61e094fe0","description":"<p>New password for reset</p>\n"}]},"url":"{{RTLBaseUrl}}/admin/account/:id","description":"<p>This API is used for reset password of account by account ID.</p>\n","urlObject":{"path":["admin","account",":id"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Account ID for password reset</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"df821ba1-b3e8-4bc8-9007-47d2a2271139"}],"id":"6dc3f67e-bc1f-4d97-a6fc-63e841bef34a","_postman_id":"6dc3f67e-bc1f-4d97-a6fc-63e841bef34a","description":""},{"name":"Loan Program","item":[{"name":"get Products and Programs of company","id":"77ec13d2-4e19-4230-8c1b-0544057bfe31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{RTLBaseUrl}}/admin/loan/productsPrograms/:companyID","description":"<p>This API returns product types and the linked programs for the given company. Used to drive product/program selectors in admin.</p>\n","urlObject":{"path":["admin","loan","productsPrograms",":companyID"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Company ID which products and programs are fetched from.</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"companyID"}]}},"response":[{"id":"22f72ec6-55fa-4c8a-8650-377a73a552f3","name":"get Products and Programs of company","originalRequest":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":{"raw":"{{RTLBaseUrl}}/admin/loan/productsPrograms/:companyID","host":["{{RTLBaseUrl}}"],"path":["admin","loan","productsPrograms",":companyID"],"variable":[{"key":"companyID","value":"29"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"products\": [\n        \"6 months IO\",\n        \"12 months IO\",\n        \"18 months IO\"\n    ],\n    \"programs\": {\n        \"1025\": \"MultiFlow +\",\n        \"1026\": \"Optimal - Foreign National\",\n        \"1027\": \"Optimal - Blanket Cross\"\n    },\n    \"programsData\": [\n        {\n            \"ID\": 1027,\n            \"Name\": \"Optimal - Blanket Cross\",\n            \"ProductType\": \"DSCR\"\n        },\n        {\n            \"ID\": 1026,\n            \"Name\": \"Optimal - Foreign National\",\n            \"ProductType\": \"DSCR\"\n        },\n        {\n            \"ID\": 1062,\n            \"Name\": \"Optimal Fix & Flip\",\n            \"ProductType\": \"FixAndFlip\"\n        }\n    ]\n}"}],"_postman_id":"77ec13d2-4e19-4230-8c1b-0544057bfe31"},{"name":"get loan programs by company ID","id":"ddd8e429-a4b7-49aa-b053-4667db6d5adc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"query","value":"<string>","description":"<p>A search keyword used to filter loan programs.</p>\n","type":"text","uuid":"ffcd24fb-35fb-4a74-b8a4-7ba5c7867811"},{"key":"limit","value":"<number>","description":"<p>The maximum number of records to return per page.</p>\n","type":"text","uuid":"52818399-d7e8-4bf4-ba54-96d5138832f4"},{"key":"page","value":"<number>","description":"<p>The page number for pagination (1-based).</p>\n","type":"text","uuid":"8919307b-3bbb-47a7-b5ea-09fc7519e4ec"},{"key":"order","value":"<string, string>","description":"<p>Sort map of field name → direction (e.g. { \"createdAt\": \"ASC\" }).</p>\n","type":"text","uuid":"0f971d94-9da7-4468-84c2-a20800d08e33"}]},"url":"{{RTLBaseUrl}}/admin/loan/loanPrograms/:companyID","description":"<p>This API is used to get loan programs for a company. Supports query text, ordering, and pagination.</p>\n","urlObject":{"path":["admin","loan","loanPrograms",":companyID"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Company ID which loan programs are fetched from.</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"companyID"}]}},"response":[{"id":"5f8e9eb8-d25a-4887-87e4-e333c201f354","name":"get loan programs by company ID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"query\": \"\",\r\n    \"limit\": 2,\r\n    \"page\": 1,\r\n    \"order\": {\"createdAt\": \"ASC\"}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{RTLBaseUrl}}/admin/loan/loanPrograms/:companyID","host":["{{RTLBaseUrl}}"],"path":["admin","loan","loanPrograms",":companyID"],"variable":[{"key":"companyID","value":"29"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"loanPrograms\": [\r\n        {\r\n            \"id\": 64,\r\n            \"no\": \"1061\",\r\n            \"programCode\": \"ODSCRF30\",\r\n            \"productName\": \"30yr Fixed\",\r\n            \"programID\": 1090,\r\n            \"mortgageType\": \"Conventional\",\r\n            \"loanTerm\": \"360\",\r\n            \"amortizationType\": \"Fixed\",\r\n            \"interestOnly\": false,\r\n            \"ballonPayment\": null,\r\n            \"negativeAmortization\": null,\r\n            \"otherNonAmortizingFeature\": null,\r\n            \"ioMonths\": null,\r\n            \"jumbo\": \"No\",\r\n            \"ARMIndexValue\": null,\r\n            \"ARMIntRateFixedFor\": null,\r\n            \"ARMIntRateAdjustAt\": null,\r\n            \"ARMIndexValuesLocked\": null,\r\n            \"ARMLifeCap\": null,\r\n            \"ARMFloor\": null,\r\n            \"ARMNoAdjCap\": null,\r\n            \"ARMAdjustCapFirst\": null,\r\n            \"ARMAdjustCapSubsequent\": null,\r\n            \"ARMRounding\": null,\r\n            \"ARMMaxRate\": null,\r\n            \"ARMCommonRenewal\": null,\r\n            \"ARMMargin\": \"0\",\r\n            \"ARMHasNegAmFeature\": null,\r\n            \"ARMIndexType\": null,\r\n            \"ARMIndexNameOV\": null,\r\n            \"ARMIndexPublished\": null,\r\n            \"ARMIndexValueForWeekEnding\": null,\r\n            \"ARMLookbackDays\": null,\r\n            \"ARMInterestRateChangesDescOV\": \"\",\r\n            \"ARMPaymentChangesDescOV\": \"\",\r\n            \"ARMNegAmDesc\": \"\",\r\n            \"ARMAddFeatures\": \"\",\r\n            \"DemandFeature\": null,\r\n            \"ARMCarryover\": null,\r\n            \"ARMConversationOption\": null,\r\n            \"createdAt\": \"2024-09-05T16:22:03.604Z\",\r\n            \"updatedAt\": \"2024-09-05T16:22:03.604Z\"\r\n        },\r\n        {\r\n            \"id\": 65,\r\n            \"no\": \"1062\",\r\n            \"programCode\": \"ODSCR40F\",\r\n            \"productName\": \"40yr Fixed\",\r\n            \"programID\": 1090,\r\n            \"mortgageType\": \"Conventional\",\r\n            \"loanTerm\": \"480\",\r\n            \"amortizationType\": \"Fixed\",\r\n            \"interestOnly\": false,\r\n            \"ballonPayment\": null,\r\n            \"negativeAmortization\": null,\r\n            \"otherNonAmortizingFeature\": null,\r\n            \"ioMonths\": null,\r\n            \"jumbo\": \"No\",\r\n            \"ARMIndexValue\": null,\r\n            \"ARMIntRateFixedFor\": null,\r\n            \"ARMIntRateAdjustAt\": null,\r\n            \"ARMIndexValuesLocked\": null,\r\n            \"ARMLifeCap\": null,\r\n            \"ARMFloor\": null,\r\n            \"ARMNoAdjCap\": null,\r\n            \"ARMAdjustCapFirst\": null,\r\n            \"ARMAdjustCapSubsequent\": null,\r\n            \"ARMRounding\": null,\r\n            \"ARMMaxRate\": null,\r\n            \"ARMCommonRenewal\": null,\r\n            \"ARMMargin\": \"0\",\r\n            \"ARMHasNegAmFeature\": null,\r\n            \"ARMIndexType\": null,\r\n            \"ARMIndexNameOV\": null,\r\n            \"ARMIndexPublished\": null,\r\n            \"ARMIndexValueForWeekEnding\": null,\r\n            \"ARMLookbackDays\": null,\r\n            \"ARMInterestRateChangesDescOV\": \"\",\r\n            \"ARMPaymentChangesDescOV\": \"\",\r\n            \"ARMNegAmDesc\": \"\",\r\n            \"ARMAddFeatures\": \"\",\r\n            \"DemandFeature\": null,\r\n            \"ARMCarryover\": null,\r\n            \"ARMConversationOption\": null,\r\n            \"createdAt\": \"2024-09-05T16:22:27.310Z\",\r\n            \"updatedAt\": \"2024-09-05T16:22:27.310Z\"\r\n        }\r\n    ],\r\n    \"programCount\": {\r\n        \"1064\": \"1\",\r\n        \"1070\": \"8\",\r\n        \"1082\": \"8\",\r\n        \"1084\": \"8\",\r\n        \"1085\": \"8\",\r\n        \"1086\": \"7\",\r\n        \"1087\": \"8\",\r\n        \"1088\": \"8\",\r\n        \"1090\": \"8\"\r\n    },\r\n    \"totalNum\": 64,\r\n    \"success\": true\r\n}"}],"_postman_id":"ddd8e429-a4b7-49aa-b053-4667db6d5adc"},{"name":"get loan programs by company ID and program ID","id":"5783557a-f58d-4011-8d4d-1dd04b2f955f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"query","value":"<string>","description":"<p>A search keyword used to filter loan programs.</p>\n","type":"text","uuid":"ffcd24fb-35fb-4a74-b8a4-7ba5c7867811"},{"key":"limit","value":"<number>","description":"<p>The maximum number of records to return per page.</p>\n","type":"text","uuid":"52818399-d7e8-4bf4-ba54-96d5138832f4"},{"key":"page","value":"<number>","description":"<p>The page number for pagination (1-based).</p>\n","type":"text","uuid":"8919307b-3bbb-47a7-b5ea-09fc7519e4ec"},{"key":"order","value":"<string, string>","description":"<p>Sort map of field name → direction (e.g. { \"createdAt\": \"ASC\" }).</p>\n","type":"text","uuid":"0f971d94-9da7-4468-84c2-a20800d08e33"}]},"url":"{{RTLBaseUrl}}/admin/loan/loanPrograms/:companyID/:programID","description":"<p>This API is used to get loan programs for a company by ratesheet program ID. Supports query text, ordering, and pagination.</p>\n","urlObject":{"path":["admin","loan","loanPrograms",":companyID",":programID"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Company ID which loan programs are fetched from.</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"companyID"},{"description":{"content":"<p>Program ID which loan programs are fetched by.</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"programID"}]}},"response":[{"id":"86634379-614d-4dbc-a227-a656e4b7936e","name":"get loan programs by company ID and program ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"query\": \"\",\r\n    \"limit\": 2,\r\n    \"page\": 1,\r\n    \"order\": {\"createdAt\": \"ASC\"}\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{RTLBaseUrl}}/admin/loan/loanPrograms/:companyID/:programID","host":["{{RTLBaseUrl}}"],"path":["admin","loan","loanPrograms",":companyID",":programID"],"variable":[{"key":"companyID","value":"29"},{"key":"programID","value":"1082"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"loanPrograms\": [\n        {\n            \"id\": 15,\n            \"no\": \"1001\",\n            \"programCode\": \"VDSCR56A30\",\n            \"productName\": \"5/6 30yr ARM SOFR\",\n            \"programID\": 1082,\n            \"mortgageType\": \"Conventional\",\n            \"loanTerm\": \"360\",\n            \"amortizationType\": \"ARM\",\n            \"interestOnly\": false,\n            \"ballonPayment\": null,\n            \"negativeAmortization\": null,\n            \"otherNonAmortizingFeature\": null,\n            \"ioMonths\": null,\n            \"jumbo\": \"No\",\n            \"ARMIndexValue\": \"1.85\",\n            \"ARMIntRateFixedFor\": \"60\",\n            \"ARMIntRateAdjustAt\": \"6\",\n            \"ARMIndexValuesLocked\": false,\n            \"ARMLifeCap\": \"5\",\n            \"ARMFloor\": \"6\",\n            \"ARMNoAdjCap\": false,\n            \"ARMAdjustCapFirst\": \"2\",\n            \"ARMAdjustCapSubsequent\": \"1\",\n            \"ARMRounding\": \"2\",\n            \"ARMMaxRate\": \"5\",\n            \"ARMCommonRenewal\": \"0\",\n            \"ARMMargin\": \"6\",\n            \"ARMHasNegAmFeature\": false,\n            \"ARMIndexType\": \"29\",\n            \"ARMIndexNameOV\": \"SOFR\",\n            \"ARMIndexPublished\": \"Wall Street Journal\",\n            \"ARMIndexValueForWeekEnding\": \"2024-09-03\",\n            \"ARMLookbackDays\": \"45\",\n            \"ARMInterestRateChangesDescOV\": \"\",\n            \"ARMPaymentChangesDescOV\": \"\",\n            \"ARMNegAmDesc\": \"\",\n            \"ARMAddFeatures\": \"\",\n            \"DemandFeature\": false,\n            \"ARMCarryover\": false,\n            \"ARMConversationOption\": false,\n            \"createdAt\": \"2024-08-27T20:58:14.154Z\",\n            \"updatedAt\": \"2024-09-04T15:19:08.531Z\"\n        },\n        {\n            \"id\": 33,\n            \"no\": \"1022\",\n            \"programCode\": \"VDSCRF30\",\n            \"productName\": \"30yr Fixed\",\n            \"programID\": 1082,\n            \"mortgageType\": \"Conventional\",\n            \"loanTerm\": \"360\",\n            \"amortizationType\": \"Fixed\",\n            \"interestOnly\": false,\n            \"ballonPayment\": null,\n            \"negativeAmortization\": null,\n            \"otherNonAmortizingFeature\": null,\n            \"ioMonths\": null,\n            \"jumbo\": \"No\",\n            \"ARMIndexValue\": null,\n            \"ARMIntRateFixedFor\": null,\n            \"ARMIntRateAdjustAt\": null,\n            \"ARMIndexValuesLocked\": null,\n            \"ARMLifeCap\": null,\n            \"ARMFloor\": null,\n            \"ARMNoAdjCap\": null,\n            \"ARMAdjustCapFirst\": null,\n            \"ARMAdjustCapSubsequent\": null,\n            \"ARMRounding\": null,\n            \"ARMMaxRate\": null,\n            \"ARMCommonRenewal\": null,\n            \"ARMMargin\": \"0\",\n            \"ARMHasNegAmFeature\": null,\n            \"ARMIndexType\": null,\n            \"ARMIndexNameOV\": null,\n            \"ARMIndexPublished\": null,\n            \"ARMIndexValueForWeekEnding\": null,\n            \"ARMLookbackDays\": null,\n            \"ARMInterestRateChangesDescOV\": \"\",\n            \"ARMPaymentChangesDescOV\": \"\",\n            \"ARMNegAmDesc\": \"\",\n            \"ARMAddFeatures\": \"\",\n            \"DemandFeature\": null,\n            \"ARMCarryover\": null,\n            \"ARMConversationOption\": null,\n            \"createdAt\": \"2024-09-04T14:34:34.272Z\",\n            \"updatedAt\": \"2024-09-04T14:34:34.272Z\"\n        }\n    ],\n    \"totalNum\": 8\n}"}],"_postman_id":"5783557a-f58d-4011-8d4d-1dd04b2f955f"},{"name":"create loan program","id":"a5bc47ed-6d1c-4fd2-b7e9-aac20a0fa9f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"programCode","value":"<string>","type":"text","uuid":"44bbad48-899d-403d-ba25-b0787e890014","description":"<p>Unique program code.</p>\n"},{"key":"productName","value":"<string>","type":"text","uuid":"cc3f413e-f64d-467e-9aa9-0aed98ad266f","description":"<p>Product display name.</p>\n"},{"key":"programID","value":"<number>","type":"text","uuid":"0a32155c-9ce3-4810-9b53-94902b221c84","description":"<p>Numeric program identifier.</p>\n"},{"key":"mortgageType","value":"<string>","type":"text","uuid":"9e9ec423-524f-45ef-8180-51c2850a3283","description":"<p>Mortgage type classification.</p>\n"},{"key":"loanTerm","value":"<string>","type":"text","uuid":"807cf478-366e-4662-9926-d3dccf63af1f","description":"<p>Loan term description (e.g. months/years label).</p>\n"},{"key":"amortizationType","value":"<string>","type":"text","uuid":"881dc232-683e-419c-9654-6af51dd15f86","description":"<p>Amortization type.</p>\n"},{"key":"interestOnly","value":"<boolean>","type":"text","uuid":"de93f28b-a4ce-4634-b20b-331badbb7aab","description":"<p>Whether the program is interest-only program.</p>\n"},{"key":"ballonPayment","value":"<boolean>","type":"text","uuid":"9ccf9638-2b51-402e-922e-008ddd5d265a","description":"<p>Whether a balloon payment applies.</p>\n"},{"key":"negativeAmortization","value":"<boolean>","type":"text","uuid":"2e5b3f95-2021-4496-96b2-39e6d5771726","description":"<p>Whether negative amortization is allowed.</p>\n"},{"key":"otherNonAmortizingFeature","value":"<boolean>","type":"text","uuid":"d36c1c6b-f976-49f5-8e22-dcb6de92561e","description":"<p>Whether other non-amortizing features apply.</p>\n"},{"key":"jumbo","value":"<string>","type":"text","uuid":"98e0b303-6732-4c17-9bd7-15c487bca6b3","description":"<p>Jumbo loan flag / classification.</p>\n"}]},"url":"{{RTLBaseUrl}}/admin/loan/loanPrograms/:companyID","description":"<p>This API is used to add a new loan program definition for the company.</p>\n<p>Following fields are required fields and ioMonths, ARM / DemandFeature fields are optional fields.</p>\n","urlObject":{"path":["admin","loan","loanPrograms",":companyID"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Company ID which loan program is added to.</p>\n","type":"text/plain"},"type":"any","value":"<string>","key":"companyID"}]}},"response":[],"_postman_id":"a5bc47ed-6d1c-4fd2-b7e9-aac20a0fa9f6"},{"name":"update loan program","id":"e6a88fb8-fcee-4f8e-9a7e-e6ffeb92403c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"programCode","value":"<string>","type":"text","uuid":"44bbad48-899d-403d-ba25-b0787e890014","description":"<p>Unique program code.</p>\n"},{"key":"productName","value":"<string>","type":"text","uuid":"cc3f413e-f64d-467e-9aa9-0aed98ad266f","description":"<p>Product display name.</p>\n"},{"key":"programID","value":"<number>","type":"text","uuid":"0a32155c-9ce3-4810-9b53-94902b221c84","description":"<p>Numeric program identifier.</p>\n"},{"key":"mortgageType","value":"<string>","type":"text","uuid":"9e9ec423-524f-45ef-8180-51c2850a3283","description":"<p>Mortgage type classification.</p>\n"},{"key":"loanTerm","value":"<string>","type":"text","uuid":"807cf478-366e-4662-9926-d3dccf63af1f","description":"<p>Loan term description (e.g. months/years label).</p>\n"},{"key":"amortizationType","value":"<string>","type":"text","uuid":"881dc232-683e-419c-9654-6af51dd15f86","description":"<p>Amortization type.</p>\n"},{"key":"interestOnly","value":"<boolean>","type":"text","uuid":"de93f28b-a4ce-4634-b20b-331badbb7aab","description":"<p>Whether the program is interest-only program.</p>\n"},{"key":"ballonPayment","value":"<boolean>","type":"text","uuid":"9ccf9638-2b51-402e-922e-008ddd5d265a","description":"<p>Whether a balloon payment applies.</p>\n"},{"key":"negativeAmortization","value":"<boolean>","type":"text","uuid":"2e5b3f95-2021-4496-96b2-39e6d5771726","description":"<p>Whether negative amortization is allowed.</p>\n"},{"key":"otherNonAmortizingFeature","value":"<boolean>","type":"text","uuid":"d36c1c6b-f976-49f5-8e22-dcb6de92561e","description":"<p>Whether other non-amortizing features apply.</p>\n"},{"key":"jumbo","value":"<string>","type":"text","uuid":"98e0b303-6732-4c17-9bd7-15c487bca6b3","description":"<p>Jumbo loan flag / classification.</p>\n"}]},"url":"{{RTLBaseUrl}}/admin/loan/loanPrograms/:companyID/:id","description":"<p>This API is used to update the loan program definition for the company by ID.</p>\n<p>Following fields are required fields and ioMonths, ARM / DemandFeature fields are optional fields.</p>\n","urlObject":{"path":["admin","loan","loanPrograms",":companyID",":id"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Company ID where loan program is belongs to.</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"companyID"},{"description":{"content":"<p>Loan program ID to be updated.</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"e6a88fb8-fcee-4f8e-9a7e-e6ffeb92403c"},{"name":"delete loan program","id":"78cc7bb3-eaec-45e7-883c-0a42b42a601f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"url":"{{RTLBaseUrl}}/admin/loan/loanPrograms/:companyID/:id","description":"<p>This API is used to delete the loan program definition for the company by ID.</p>\n","urlObject":{"path":["admin","loan","loanPrograms",":companyID",":id"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Company ID where loan program is belongs to</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"companyID"},{"description":{"content":"<p>Loan program ID to be deleted.</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"id"}]}},"response":[],"_postman_id":"78cc7bb3-eaec-45e7-883c-0a42b42a601f"}],"id":"f122063c-80d3-4eb4-89d8-1cc388413f93","_postman_id":"f122063c-80d3-4eb4-89d8-1cc388413f93","description":""},{"name":"get cities","id":"abb3c4ca-9ffb-4236-9c72-a9d570c3c1ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{RTLBaseUrl}}/admin/state/cities","description":"<p>Returns the full aggregated city list from state reference data.</p>\n","urlObject":{"path":["admin","state","cities"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"abb3c4ca-9ffb-4236-9c72-a9d570c3c1ba"},{"name":"get counties","id":"6ba2ec52-e350-4fd3-b9b5-2cbf036f75c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"GET","header":[],"url":"{{RTLBaseUrl}}/admin/state/counties","description":"<p>Returns the full aggregated county list from state reference data.</p>\n","urlObject":{"path":["admin","state","counties"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ba2ec52-e350-4fd3-b9b5-2cbf036f75c9"},{"name":"get MSAs","id":"ffa531e6-9122-432b-ab2c-7dd5cc08aca7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"limit","value":"<number>","description":"<p>The maximum number of records to return. Used for pagination to limit the number of results.</p>\n","type":"text","uuid":"26e9db64-89be-49d7-828e-b65353649f03"},{"key":"page","value":"<number>","description":"<p>The page number for pagination (1-based).</p>\n","type":"text","uuid":"850053cd-bb3b-494b-b0aa-7dcf5f4d721b"},{"key":"msaName","value":"<string>","description":"<p>Search string to filter by MSA name.</p>\n","type":"text","uuid":"8434f6c0-1d79-418f-a2d2-57cb8189f47e"},{"key":"sortRank","value":"<number>","description":"<p>Sort direction for MSA rank. Use 1 for ascending and -1 for descending.</p>\n","type":"text","uuid":"95dc155a-2508-4952-9388-400fd35d38d5"},{"key":"sortMsa","value":"<number>","description":"<p>Sort direction for MSA name. Use 1 for ascending and -1 for descending.</p>\n","type":"text","uuid":"4f6806c3-f320-43f2-a0c4-132d4a5aa13b"}]},"url":"{{RTLBaseUrl}}/admin/state/msas","description":"<p>Searches and pages MSAs by name with optional sort by rank or MSA name. Returns matching Metropolitan Statistical Area records.</p>\n","urlObject":{"path":["admin","state","msas"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9dc94243-eaf4-4605-bec2-62a8b70100c2","name":"get MSAs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"limit\": 2,\r\n    \"page\": 1,\r\n    \"msaName\": \"\",\r\n    \"sortRank\": 1,\r\n    \"sortMsa\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{RTLBaseUrl}}/admin/state/msas"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"total\": 385,\r\n    \"msa\": [\r\n        {\r\n            \"msa\": {\r\n                \"name\": \"Abilene\",\r\n                \"ranking\": 244\r\n            },\r\n            \"states\": [\r\n                \"TX\"\r\n            ]\r\n        },\r\n        {\r\n            \"msa\": {\r\n                \"name\": \"Akron\",\r\n                \"ranking\": 85\r\n            },\r\n            \"states\": [\r\n                \"OH\"\r\n            ]\r\n        }\r\n    ]\r\n}"}],"_postman_id":"ffa531e6-9122-432b-ab2c-7dd5cc08aca7"},{"name":"add MSA","id":"6badf64f-70d4-437a-b140-5289f39dfcc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"newMsa\": {\r\n        \"states\": [\"\"],\r\n        \"msa\": {\r\n            \"name\": \"\",\r\n            \"ranking\": 1\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{RTLBaseUrl}}/admin/state/msa","description":"<p>Adds a new MSA entry to the geographic reference data. Body includes the MSA payload.</p>\n","urlObject":{"path":["admin","state","msa"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6badf64f-70d4-437a-b140-5289f39dfcc3"},{"name":"update MSA","id":"a4fc6914-e449-4eda-aaf2-59506241aebb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"newMsa\": {\r\n        \"states\": [\"\"],\r\n        \"msa\": {\r\n            \"name\": \"\",\r\n            \"ranking\": 1\r\n        }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{RTLBaseUrl}}/admin/state/msa","description":"<p>Updates an existing MSA identified by rank. Can change rank and MSA details.</p>\n","urlObject":{"path":["admin","state","msa"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a4fc6914-e449-4eda-aaf2-59506241aebb"},{"name":"delete MSA","id":"64d78ac2-20d1-4feb-bf8b-41c52a849f11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{RTLBaseUrl}}/admin/state/msa/:rank","description":"<p>Removes the MSA entry for the given rank from reference data.</p>\n","urlObject":{"path":["admin","state","msa",":rank"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>Rank of MSA to be deleted.</p>\n","type":"text/plain"},"type":"any","value":"<number>","key":"rank"}]}},"response":[],"_postman_id":"64d78ac2-20d1-4feb-bf8b-41c52a849f11"},{"name":"add city","id":"e200901f-4ea5-4426-a6b1-0e08d56a382f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"state","value":"<string>","description":"<p>State code where new city is belongs to.</p>\n","type":"text","uuid":"6c76059c-177a-474e-a29b-6bfd29b50e3f"},{"key":"cityName","value":"<string>","description":"<p>New city name to be added.</p>\n","type":"text","uuid":"68c95c18-593c-4dd7-a14c-9c2036b77056"}]},"url":"{{RTLBaseUrl}}/admin/state/city","description":"<p>This API is used to add a new city.</p>\n","urlObject":{"path":["admin","state","city"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e200901f-4ea5-4426-a6b1-0e08d56a382f"},{"name":"remove city","id":"91dec363-a21c-4710-a30b-5621dd6f9326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"state","value":"<string>","description":"<p>State code where the city is belongs to.</p>\n","type":"text","uuid":"6c76059c-177a-474e-a29b-6bfd29b50e3f"},{"key":"cityName","value":"<string>","description":"<p>The city name to be removed.</p>\n","type":"text","uuid":"68c95c18-593c-4dd7-a14c-9c2036b77056"}]},"url":"{{RTLBaseUrl}}/admin/state/city","description":"<p>This API is used to remove the existing city.</p>\n","urlObject":{"path":["admin","state","city"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"91dec363-a21c-4710-a30b-5621dd6f9326"},{"name":"update city","id":"75527b11-f210-4a64-b363-3399030d1e85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"state","value":"<string>","description":"<p>State code where the city is belongs to.</p>\n","type":"text","uuid":"6c76059c-177a-474e-a29b-6bfd29b50e3f"},{"key":"originName","value":"<string>","description":"<p>The origin city name to be updated.</p>\n","type":"text","uuid":"68c95c18-593c-4dd7-a14c-9c2036b77056"},{"key":"newName","value":"<string>","description":"<p>New city name.</p>\n","type":"text","uuid":"a72b57b7-adf2-4864-9fa3-e93fc753153b"}]},"url":"{{RTLBaseUrl}}/admin/state/updateCity","description":"<p>This API is used to update the existing city.</p>\n","urlObject":{"path":["admin","state","updateCity"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"75527b11-f210-4a64-b363-3399030d1e85"},{"name":"add county","id":"44b789e7-ab30-4044-bc92-27d8775e4399","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"state","value":"<string>","description":"<p>State code where the county is belongs to.</p>\n","type":"text","uuid":"6c76059c-177a-474e-a29b-6bfd29b50e3f"},{"key":"countyName","value":"<string>","description":"<p>New county name to be added.</p>\n","type":"text","uuid":"68c95c18-593c-4dd7-a14c-9c2036b77056"}]},"url":"{{RTLBaseUrl}}/admin/state/county","description":"<p>This API is used to add a new county.</p>\n","urlObject":{"path":["admin","state","county"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"44b789e7-ab30-4044-bc92-27d8775e4399"},{"name":"remove county","id":"3268bb8c-2adb-4fa2-8d7d-efb1b684c8c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"state","value":"<string>","description":"<p>State code where the county is belongs to.</p>\n","type":"text","uuid":"6c76059c-177a-474e-a29b-6bfd29b50e3f"},{"key":"countyName","value":"<string>","description":"<p>The county name to be removed.</p>\n","type":"text","uuid":"68c95c18-593c-4dd7-a14c-9c2036b77056"}]},"url":"{{RTLBaseUrl}}/admin/state/county","description":"<p>This API is used to remove an existing county.</p>\n","urlObject":{"path":["admin","state","county"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3268bb8c-2adb-4fa2-8d7d-efb1b684c8c6"},{"name":"update county","id":"b583c6b3-0684-4ba2-bc38-72c127d50d27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"state","value":"<string>","description":"<p>State code where the county is belongs to.</p>\n","type":"text","uuid":"6c76059c-177a-474e-a29b-6bfd29b50e3f"},{"key":"originName","value":"<string>","description":"<p>The origin county name to be updated.</p>\n","type":"text","uuid":"68c95c18-593c-4dd7-a14c-9c2036b77056"},{"key":"newName","value":"<string>","description":"<p>New county name.</p>\n","type":"text","uuid":"e20d4e1f-22e1-46ab-9e87-5538c5aee14d"}]},"url":"{{RTLBaseUrl}}/admin/state/updateCounty","description":"<p>This API is used to update an existing county.</p>\n","urlObject":{"path":["admin","state","updateCounty"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b583c6b3-0684-4ba2-bc38-72c127d50d27"},{"name":"get state data","id":"a903217c-9003-44c8-a7db-992a4e171e2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"state","value":"<string>","description":"<p>State code to be searched.</p>\n","type":"text","uuid":"6c76059c-177a-474e-a29b-6bfd29b50e3f"},{"key":"key","value":"<string>","description":"<p>The search key for state.</p>\n","type":"text","uuid":"68c95c18-593c-4dd7-a14c-9c2036b77056"}]},"url":"{{RTLBaseUrl}}/admin/state/data","description":"<p>This API returns state-specific geographic data for the given key (e.g. cities, counties, or MSAs) for one state.</p>\n","urlObject":{"path":["admin","state","data"],"host":["{{RTLBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a903217c-9003-44c8-a7db-992a4e171e2b"}],"id":"112956a0-4cc4-4852-b0b5-2de11d064452","_postman_id":"112956a0-4cc4-4852-b0b5-2de11d064452","description":""}],"id":"ce0408b6-1df8-4de7-8583-7163c669f571","_postman_id":"ce0408b6-1df8-4de7-8583-7163c669f571","description":""},{"name":"Verify Asset Information","id":"92202409-0b67-4399-8804-4d1454fa5533","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"92202409-0b67-4399-8804-4d1454fa5533"},{"name":"Plaid Asset Webhook","id":"2a6afb9e-09ac-41ff-a991-582ef79b9080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"webhook_type\": \"ASSETS\",\r\n    \"webhook_code\": \"PRODUCT_READY\",\r\n    \"asset_report_id\": \"\",\r\n    \"environment\": \"production\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.commercial.nextres.com/webhooks/plaid/assets","urlObject":{"protocol":"https","path":["webhooks","plaid","assets"],"host":["api","commercial","nextres","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a6afb9e-09ac-41ff-a991-582ef79b9080"}],"variable":[{"key":"token","value":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImJpZ2x1Y2t5cGFsQGdtYWlsLmNvbSIsImxhc3RJcEFkZHJlc3MiOiI6OmZmZmY6MTI3LjAuMC4xIiwiaWF0IjoxNzU0NTc0OTEzLCJleHAiOjE3NTQ4MzQxMTN9.SlecCirO07QE9dqOjXDPHgh8NdDTyuatE83Inm6Gfwc","type":"default"},{"key":"loannumber","value":"1171","type":"default"}]}