{"info":{"_postman_id":"0ce9b8b6-f35e-44eb-a855-1ead508cd910","name":"RLS - Lenders - v1","description":"<html><head></head><body><h2 id=\"connecting\">Connecting</h2>\n<p>Authentication requires your client id and client secret and that will be provided by Renovation Lending Software.</p>\n<h2 id=\"conventions\">Conventions</h2>\n<p>\"ThreadId\" is very important to RLS and how we store the identity of objects. Most \"updates\" will require the use of a threadId. This is essentually a guid/uuid without the dashes. If you would like to store it on your end, store it as a string. Some parts of our solution use a shorter version.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12109218","collectionId":"0ce9b8b6-f35e-44eb-a855-1ead508cd910","publishedId":"TVes7mHs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-11-19T05:21:30.000Z"},"item":[{"name":"Access Token","id":"e2c02507-f653-4f8f-9107-269e34dcef79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/token?grant_type=client_credentials&client_secret={{client_secret}}&client_id={{client_id}}","description":"<p>Use this to get an access token for future API calls. This token is good for the expiration interval returned in the response body (typically 8 hours). You must have a valid token to access the other APIs.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","token"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[{"description":{"content":"<p>This will always be client_credentials</p>\n","type":"text/plain"},"key":"grant_type","value":"client_credentials"},{"description":{"content":"<p>The client secret created by RLS</p>\n","type":"text/plain"},"key":"client_secret","value":"{{client_secret}}"},{"description":{"content":"<p>The client id is provided by RLS</p>\n","type":"text/plain"},"key":"client_id","value":"{{client_id}}"}],"variable":[]}},"response":[{"id":"abab66c4-9d72-47fe-a157-7a07981cdc0c","name":"Access Token Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://banking.local.com/api/v1/token?grant_type=client_credentials&client_secret={{client_secret}}&client_id={{client_id}}","protocol":"http","host":["banking","local","com"],"path":["api","v1","token"],"query":[{"key":"grant_type","value":"client_credentials","description":"This will always be client_credentials"},{"key":"client_secret","value":"{{client_secret}}","description":"The client secret created by RLS"},{"key":"client_id","value":"{{client_id}}","description":"The client id is provided by RLS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 18 Nov 2020 15:47:12 GMT"},{"key":"Date","value":"Thu, 19 Nov 2020 03:47:12 GMT"},{"key":"Content-Length","value":"421"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJhbGciOiJodHRwOi8vd3d3LnczLm9yZy8yMDAxLzA0L3htbGRzaWctbW9yZSNobWFjLXNoYTI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2MDU3NTc2MzIuNTUxMzkxMSwiZXhwIjoxNjA1Nzg2NDMyLjU1MTM5MTEsImNsaWVudF9pZCI6IjA1M2JmOTI3MzE0ODRkOGJiODljMTY0YmUwYjM1NjUwIn0.J5gOUAoow4BizbUeL_RSUB02Ltt8GYXLkGogr42Ph6g\",\n    \"expires_in\": 28800,\n    \"token_type\": \"Bearer\",\n    \"issued_at\": \"2020-11-19T03:47:12.5513912Z\",\n    \"expires_at\": \"2020-11-19T11:47:12.5513912Z\"\n}"},{"id":"9e4dfa71-4d2f-4aa2-a334-795cfea391a0","name":"Access Token Failed","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://banking.local.com/api/v1/token?grant_type=client_credentials&client_secret={{client_secret}}&client_id={{client_id}}","protocol":"http","host":["banking","local","com"],"path":["api","v1","token"],"query":[{"key":"grant_type","value":"client_credentials","description":"This will always be client_credentials"},{"key":"client_secret","value":"{{client_secret}}","description":"The client secret created by RLS"},{"key":"client_id","value":"{{client_id}}","description":"The client id is provided by RLS"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Thu, 19 Nov 2020 03:58:15 GMT"},{"key":"Content-Length","value":"111"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"invalid_client\",\n    \"error_description\": \"client_secret is not valid for this client_id\",\n    \"error_uri\": null\n}"},{"id":"b6b61d49-6fba-4918-b7ba-f5ceca00c2dc","name":"Access Token Service Not Available","originalRequest":{"method":"POST","header":[],"url":{"raw":"http://banking.local.com/api/v1/token?grant_type=client_credentials&client_secret={{client_secret}}&client_id={{client_id}}","protocol":"http","host":["banking","local","com"],"path":["api","v1","token"],"query":[{"key":"grant_type","value":"client_credentials","description":"This will always be client_credentials"},{"key":"client_secret","value":"{{client_secret}}","description":"The client secret created by RLS"},{"key":"client_id","value":"{{client_id}}","description":"The client id is provided by RLS"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=us-ascii"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Date","value":"Thu, 19 Nov 2020 03:55:42 GMT"},{"key":"Connection","value":"close"},{"key":"Content-Length","value":"326"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\"http://www.w3.org/TR/html4/strict.dtd\">\n<HTML>\n    <HEAD>\n        <TITLE>Service Unavailable</TITLE>\n        <META HTTP-EQUIV=\"Content-Type\" Content=\"text/html; charset=us-ascii\">\n    </HEAD>\n    <BODY>\n        <h2>Service Unavailable</h2>\n        <hr>\n        <p>HTTP Error 503. The service is unavailable.</p>\n    </BODY>\n</HTML>"}],"_postman_id":"e2c02507-f653-4f8f-9107-269e34dcef79"},{"name":"Loan Create","id":"3d797379-bf99-4da3-a86f-c624c4b73a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/create","description":"<p>This will create a base empty loan object for you to store and modify. \nUse this return as a template for future loan updates and requests.\nAny fields you want to set on the new loan should be supplied to a subsequent call to <strong>Loan Update</strong> with the <strong>ThreadId</strong> returned in the response body.</p>\n<p><strong>ThreadId is very important, this is how we keep track of the loan's identity.</strong></p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","create"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"61ffb04a-60c8-4a74-a56f-7a0f8b12f824","name":"Loan Create Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer ","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://training.renovationlendingsoftware.com/api/v1/loan/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 21 Aug 2019 09:50:53 GMT"},{"key":"Date","value":"Wed, 21 Aug 2019 21:50:53 GMT"},{"key":"Content-Length","value":"5218"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 291,\n    \"BankId\": 28,\n    \"LoanNumber\": \"api_10312dd7f1d7bce7\",\n    \"ThreadId\": \"69cd578717fb4217b717c6e5c8835956\",\n    \"Address1\": null,\n    \"Address2\": null,\n    \"City\": null,\n    \"StateCode\": null,\n    \"ZipCode\": null,\n    \"DateCreated\": \"2019-08-21T21:50:50.357\",\n    \"Details\": {\n        \"MortgageEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"TitleEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"InspectionEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"ReleaseToBorrower\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Holdback\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-08-21T21:50:51.3552481Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-08-21T21:50:51.3552481Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-08-21T21:50:52.3552481Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-08-21T21:50:52.3552481Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-08-21T21:50:53.3552481Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-08-21T21:50:53.3552481Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"MortgagePrincipalReduction\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Repairs\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-08-21T21:50:51.3552481Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-08-21T21:50:51.3552481Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-08-21T21:50:52.3552481Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-08-21T21:50:52.3552481Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Inspection Fees\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-08-21T21:50:53.3552481Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-08-21T21:50:53.3552481Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Title Updates\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-08-21T21:50:54.3552481Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-08-21T21:50:54.3552481Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Mortgage Pmt\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-08-21T21:50:55.3552481Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-08-21T21:50:55.3552481Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-08-21T21:50:56.3552481Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-08-21T21:50:56.3552481Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"EscrowTotal\": 0,\n        \"EscrowRemaining\": 0,\n        \"ReceivedDate\": \"0001-01-01T00:00:00\",\n        \"SOROrderDate\": \"0001-01-01T00:00:00\",\n        \"IntroCallToHODate\": \"0001-01-01T00:00:00\",\n        \"DocsToUnderwritingDate\": \"0001-01-01T00:00:00\"\n    },\n    \"LoanTypeId\": 0,\n    \"LoanPurposeId\": 0,\n    \"LoanOccupancyId\": 0,\n    \"ClosingDate\": \"0001-01-01T00:00:00\",\n    \"CompletionDate\": \"0001-01-01T00:00:00\",\n    \"FHACaseNumber\": null,\n    \"FundedDate\": \"0001-01-01T00:00:00\",\n    \"ClosedOutWithInvestor\": \"0001-01-01T00:00:00\",\n    \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n    \"TotalLoanAmount\": 0,\n    \"LoanStatusId\": 0,\n    \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n    \"SORDate\": \"0001-01-01T00:00:00\",\n    \"EstCompletionDate\": \"0001-01-01T00:00:00\",\n    \"AddressFlat\": \"\",\n    \"AddressLatLng\": null,\n    \"Contacts\": [],\n    \"LoanContractors\": [],\n    \"LoanConsultants\": [],\n    \"LoanInvestor\": null,\n    \"Bids\": [],\n    \"ChangeOrders\": [],\n    \"Draws\": [],\n    \"ApprovedBid\": null,\n    \"HudExpenseTypeFunds\": null,\n    \"MortgagePayments\": [],\n    \"TitlePayments\": [],\n    \"InspectionPayments\": [],\n    \"OtherFees\": [\n        {\n            \"Id\": 1669,\n            \"LoanId\": 291,\n            \"Name\": \"Architectural & Eng. Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2019-08-21T21:50:50.947\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2019-08-21T21:50:50.947\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1670,\n            \"LoanId\": 291,\n            \"Name\": \"Independent Consultant Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2019-08-21T21:50:51.017\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2019-08-21T21:50:51.017\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1671,\n            \"LoanId\": 291,\n            \"Name\": \"Permits\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2019-08-21T21:50:51.083\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2019-08-21T21:50:51.083\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1672,\n            \"LoanId\": 291,\n            \"Name\": \"Plan Reviewer Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2019-08-21T21:50:51.147\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2019-08-21T21:50:51.147\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1673,\n            \"LoanId\": 291,\n            \"Name\": \"Supplemental Origination Fee\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2019-08-21T21:50:51.213\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2019-08-21T21:50:51.213\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1674,\n            \"LoanId\": 291,\n            \"Name\": \"Discount Pts. on Repair Costs\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2019-08-21T21:50:51.283\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2019-08-21T21:50:51.283\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        }\n    ],\n    \"Positions\": [],\n    \"TransferLinks\": [],\n    \"CheckList\": null,\n    \"Borrower\": null,\n    \"CoBorrower\": null,\n    \"Bank\": {\n        \"Id\": 28,\n        \"Name\": \"Mortgage Possible\",\n        \"WebsiteUrl\": \"www.swmc.com\",\n        \"ThreadId\": \"fe218d254fac43148e83c460534a26ae\",\n        \"DateCreated\": \"2018-08-16T19:24:59.467\",\n        \"Active\": true,\n        \"ZipCode\": \"08053\",\n        \"Address1\": \"76 East Main St\",\n        \"Address2\": \" \",\n        \"City\": \"Marlton\",\n        \"StateCode\": \"NJ\"\n    },\n    \"Disbursements\": []\n}"}],"_postman_id":"3d797379-bf99-4da3-a86f-c624c4b73a43"},{"name":"Loan Get","id":"c8c1635b-20cc-446e-bab5-603288e3dad6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan?loan_number=API20260211A","description":"<p>This will get information about the requested loan. </p>\n<p>Supply exclusively either:</p>\n<ol>\n<li>The ThreadId (<code>loan_threadId</code>) returned from an earlier <strong>Loan Create</strong> operation.</li>\n<li>The LoanNumber (<code>loan_number</code>) of the loan you're searching for. You can also optionally supply a DivisionThreadID (<code>division_threadId</code>) to filter by division.</li>\n</ol>\n<p>The body will contain data about the loan, and can be used to verify information changed by a <strong>Loan Update</strong> operation was written to the loan.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[{"disabled":true,"description":{"content":"<p>The \"ThreadId\" field given by the Loan Create Process. Do not supply LoanNumber if you supply this value.</p>\n","type":"text/plain"},"key":"loan_threadId","value":""},{"disabled":true,"description":{"content":"<p>Optional. If supplied alongside a loan_number, this will ensure that the loan_number resides in the division supplied. Does nothing if ThreadId supplied.</p>\n","type":"text/plain"},"key":"division_threadId","value":""},{"key":"loan_number","value":"API20260211A"}],"variable":[]}},"response":[{"id":"50f25764-b823-4746-bc94-16560f42f4f6","name":"Loan Get Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"http://banking.local.com/api/v1/loan?loan_threadId=d2488498ce6740ca95b11dde66b9c1c8&loan_number=&division_threadId=","protocol":"http","host":["banking","local","com"],"path":["api","v1","loan"],"query":[{"key":"loan_threadId","value":"d2488498ce6740ca95b11dde66b9c1c8","description":"The \"ThreadId\" field given by the Loan Create Process. Do not supply LoanNumber if you supply this value."},{"key":"loan_number","value":"","description":"The \"LoanNumber\" field value. The first matching loan will be returned. Do not supply ThreadId if you supply this value."},{"key":"division_threadId","value":"","description":"Optional. If supplied alongside a loan_number, this will ensure that the loan_number resides in the division supplied. Does nothing if ThreadId supplied."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Tue, 05 Jan 2021 09:53:45 GMT"},{"key":"Date","value":"Tue, 05 Jan 2021 21:53:45 GMT"},{"key":"Content-Length","value":"45176"}],"cookie":[],"responseTime":null,"body":"{\n    \"BrokerThreadId\": \"655256780ca04856950d2454c9a2dcd6\",\n    \"Id\": 285,\n    \"BankId\": 28,\n    \"LoanNumber\": \"119186008700 \",\n    \"ThreadId\": \"d2488498ce6740ca95b11dde66b9c1c8\",\n    \"PermitDocumentThreadId\": \"bacf303af3fe4ee6b34cd67ef6133670\",\n    \"Address1\": \"123 Elm\",\n    \"Address2\": null,\n    \"City\": \"Indianapolis\",\n    \"StateCode\": \"IN\",\n    \"ZipCode\": \"46201\",\n    \"DateCreated\": \"2019-07-22T15:39:20.857\",\n    \"Details\": {\n        \"MortgageEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"TitleEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"InspectionEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"ReleaseToBorrower\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Holdback\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-07-22T15:39:21.85731Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-07-22T15:39:21.85731Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": {\n                    \"DrawId\": 0,\n                    \"Escrow\": 0\n                },\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-07-22T15:39:22.85731Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-07-22T15:39:22.85731Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": {\n                    \"DrawId\": 0,\n                    \"Escrow\": 0\n                },\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-07-22T15:39:23.85731Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-07-22T15:39:23.85731Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": {\n                    \"DrawId\": 0,\n                    \"Escrow\": 0\n                },\n                \"Remaining\": 0\n            }\n        ],\n        \"MortgagePrincipalReduction\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Repairs\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-07-22T15:39:21.85731Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-07-22T15:39:21.85731Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": {\n                    \"DrawId\": 0,\n                    \"Escrow\": 0\n                },\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-07-22T15:39:22.85731Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-07-22T15:39:22.85731Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": {\n                    \"DrawId\": 0,\n                    \"Escrow\": 0\n                },\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Inspection Fees\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-07-22T15:39:23.85731Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-07-22T15:39:23.85731Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": {\n                    \"DrawId\": 0,\n                    \"Escrow\": 0\n                },\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Title Updates\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-07-22T15:39:24.85731Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-07-22T15:39:24.85731Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": {\n                    \"DrawId\": 0,\n                    \"Escrow\": 0\n                },\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Mortgage Pmt\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-07-22T15:39:25.85731Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-07-22T15:39:25.85731Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": {\n                    \"DrawId\": 0,\n                    \"Escrow\": 0\n                },\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2019-07-22T15:39:26.85731Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2019-07-22T15:39:26.85731Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": {\n                    \"DrawId\": 0,\n                    \"Escrow\": 0\n                },\n                \"Remaining\": 0\n            }\n        ],\n        \"EscrowTotal\": 0,\n        \"EscrowRemaining\": 0,\n        \"ReceivedDate\": \"2019-07-19T04:00:00Z\",\n        \"SOROrderDate\": \"0001-01-01T00:00:00\",\n        \"IntroCallToHODate\": \"2019-07-22T04:00:00Z\",\n        \"DocsToUnderwritingDate\": \"0001-01-01T00:00:00\",\n        \"InterestEscrow\": {\n            \"InterestRate\": 4,\n            \"TotalInterest\": 580.82,\n            \"EscrowLines\": [\n                {\n                    \"StartAt\": \"2019-01-28T05:00:00Z\",\n                    \"EndAt\": \"2019-02-26T05:00:00Z\",\n                    \"NoOfDays\": 29,\n                    \"CostEscrow\": 100000,\n                    \"InterestEarned\": 317.81\n                },\n                {\n                    \"StartAt\": \"2019-02-26T05:00:00Z\",\n                    \"EndAt\": \"2019-03-28T05:00:00Z\",\n                    \"NoOfDays\": 30,\n                    \"CostEscrow\": 80000,\n                    \"InterestEarned\": 263.01\n                }\n            ]\n        },\n        \"AltAddress1\": null,\n        \"AltAddress2\": null,\n        \"AltCity\": null,\n        \"AltStateCode\": null,\n        \"AltZipCode\": null\n    },\n    \"EscrowContacts\": [],\n    \"EscrowReplyContacts\": [],\n    \"LoanTypeId\": 1,\n    \"LoanPurposeId\": 1,\n    \"LoanOccupancyId\": 1,\n    \"ClosingDate\": \"0001-01-01T00:00:00\",\n    \"CompletionDate\": \"0001-01-01T00:00:00\",\n    \"FHACaseNumber\": null,\n    \"FundedDate\": \"0001-01-01T00:00:00\",\n    \"ClosedOutWithInvestor\": \"0001-01-01T00:00:00\",\n    \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n    \"TotalLoanAmount\": 0,\n    \"LoanStatusId\": 1,\n    \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n    \"SORDate\": \"0001-01-01T00:00:00\",\n    \"EstCompletionDate\": \"0001-01-01T00:00:00\",\n    \"EscrowReasonRepairType\": null,\n    \"EscrowFinalAppraisal\": null,\n    \"EscrowAppraisalMgmtCompany\": null,\n    \"EscrowStatus\": null,\n    \"EscrowStatusChanged\": null,\n    \"EscrowStatusLastAccountThreadID\": null,\n    \"EscrowStatusLastBy\": \"\",\n    \"EscrowStatusLastUpdatedAt\": null,\n    \"EscrowReminder\": null,\n    \"EscrowDaysToComplete\": null,\n    \"EscrowFundingSource\": null,\n    \"DivisionThreadId\": \"7056c75061f743c9ad1d61a1ef24ec38\",\n    \"DrawAdminAcceptedChanged\": null,\n    \"DrawAdminAccepted\": null,\n    \"DrawAdminAcceptedAt\": null,\n    \"AddressFlat\": \"121 N STATE AVE,INDIANAPOLIS,IN,46201\",\n    \"AddressCSZ\": \"Indianapolis, IN 46201\",\n    \"AddressLatLng\": null,\n    \"Contacts\": [\n        {\n            \"Id\": 972,\n            \"BankId\": 28,\n            \"ExternalId\": null,\n            \"FirstName\": \"Jason\",\n            \"LastName\": \"Jasonson\",\n            \"FullName\": \"Jason Jasonson\",\n            \"Username\": \"ajadventures@test.test\",\n            \"Email\": \"ajadventures@test.test\",\n            \"IsActive\": true,\n            \"ProfileImageFileId\": 0,\n            \"DateCreated\": \"2019-07-22T15:44:34.13\",\n            \"IsEmailValidated\": false,\n            \"ZipCode\": \"46205\",\n            \"Address1\": \"123 Elm\",\n            \"Address2\": \"Unit b7\",\n            \"City\": \"Indianapolis\",\n            \"StateCode\": \"IN\",\n            \"AddressDisplay\": \"Do Not Use\",\n            \"TypeId\": 2,\n            \"PhonePrimary\": \"5555552345\",\n            \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n            \"PhoneSecondary\": \"\",\n            \"DivisionThreadIds\": null,\n            \"Permissions\": null,\n            \"AccountType_e\": 2,\n            \"ThreadId\": \"55ea3e1a65024ff491ae6c35255c5a75\",\n            \"AccountDetails\": null\n        },\n        {\n            \"Id\": 973,\n            \"BankId\": 0,\n            \"ExternalId\": null,\n            \"FirstName\": \"Robert\",\n            \"LastName\": \"Robertson\",\n            \"FullName\": \"Robert Robertson\",\n            \"Username\": \"robertson@test.test\",\n            \"Email\": \"robertson@test.test\",\n            \"IsActive\": true,\n            \"ProfileImageFileId\": 0,\n            \"DateCreated\": \"2019-04-06T14:01:49.957\",\n            \"IsEmailValidated\": false,\n            \"ZipCode\": \"47905\",\n            \"Address1\": \"123 Elm\",\n            \"Address2\": null,\n            \"City\": \"Lafayette\",\n            \"StateCode\": \"IN\",\n            \"AddressDisplay\": \"Do Not Use\",\n            \"TypeId\": 3,\n            \"PhonePrimary\": \"5555552345\",\n            \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n            \"PhoneSecondary\": null,\n            \"DivisionThreadIds\": null,\n            \"Permissions\": null,\n            \"AccountType_e\": 3,\n            \"ThreadId\": \"a29a35ae55af4e16b42b9aba8fa175ca\",\n            \"AccountDetails\": null\n        }\n    ],\n    \"LoanContractors\": [\n        {\n            \"LoanId\": 285,\n            \"ContractorId\": 466,\n            \"ThreadId\": \"af8aa4f23bc14aaf85d281f09c42144d\",\n            \"DateCreated\": \"2020-10-06T01:34:18.37\",\n            \"Details\": null,\n            \"Contractor\": {\n                \"Id\": 466,\n                \"BankId\": 0,\n                \"NameLegal\": null,\n                \"NameDisplay\": \"A-1 Development Group\",\n                \"PhonePrimary\": \"5555552345\",\n                \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                \"PhoneSecondary\": null,\n                \"PhoneFax\": null,\n                \"PhoneFaxDisplay\": \"\",\n                \"EmailPrimary\": \"fredson@test.test\",\n                \"EmailCC\": null,\n                \"WebsiteUrl\": \"\",\n                \"Approved\": false,\n                \"DateCreated\": \"2019-05-09T17:11:47.647\",\n                \"TaxIdNumber\": \"\",\n                \"RenosContractorId\": null,\n                \"Address1\": \"123 Elm\",\n                \"Address2\": \"\",\n                \"City\": \"San Antonio\",\n                \"StateCode\": \"TX\",\n                \"ZipCode\": \"78250\",\n                \"ThreadId\": \"1b540ab988b246a39a9404f09075803d\",\n                \"Details\": {\n                    \"YearStarted\": 0,\n                    \"Certified_203KContractors\": null,\n                    \"Certified_RenovationsMadeEasy\": null,\n                    \"StoredFileFolder\": {\n                        \"ThreadId\": \"debe95f935cd47768720a54e1ac4eb0d\",\n                        \"StoredFiles\": [],\n                        \"History\": []\n                    },\n                    \"NoEmailAddress\": false,\n                    \"LicenseNumber\": null,\n                    \"LicenseIssuer\": null\n                },\n                \"AddressCSZ\": \"San Antonio, TX 78250\",\n                \"AddressFlat\": \"9211 CHADDSFORD ,SAN ANTONIO,TX,78250\",\n                \"AddressLatLng\": null,\n                \"TotalLoanFiles\": 0,\n                \"LenderLoanFiles\": 3,\n                \"Contacts\": [\n                    {\n                        \"AccountId\": 0,\n                        \"ContractorId\": 0,\n                        \"IsPrimary\": true,\n                        \"Contractor\": null,\n                        \"Id\": 887,\n                        \"BankId\": 0,\n                        \"ExternalId\": null,\n                        \"FirstName\": \"Fred Fredson\",\n                        \"LastName\": \"\",\n                        \"FullName\": \"Fred Fredson\",\n                        \"Username\": \"fredson@test.test\",\n                        \"Email\": \"fredson@test.test\",\n                        \"IsActive\": true,\n                        \"ProfileImageFileId\": 0,\n                        \"DateCreated\": \"2019-05-09T17:11:46.457\",\n                        \"IsEmailValidated\": false,\n                        \"ZipCode\": \"78250\",\n                        \"Address1\": \"123 Elm\",\n                        \"Address2\": \"\",\n                        \"City\": \"San Antonio\",\n                        \"StateCode\": \"TX\",\n                        \"AddressDisplay\": \"Do Not Use\",\n                        \"TypeId\": 5,\n                        \"PhonePrimary\": \"5555552345\",\n                        \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                        \"PhoneSecondary\": null,\n                        \"DivisionThreadIds\": null,\n                        \"Permissions\": [],\n                        \"AccountType_e\": 5,\n                        \"ThreadId\": \"27579c8323b34f5f9f614a53cacacdc9\",\n                        \"AccountDetails\": null\n                    }\n                ],\n                \"PrimaryContact\": {\n                    \"AccountId\": 0,\n                    \"ContractorId\": 0,\n                    \"IsPrimary\": true,\n                    \"Contractor\": null,\n                    \"Id\": 887,\n                    \"BankId\": 0,\n                    \"ExternalId\": null,\n                    \"FirstName\": \"Fred Fredson\",\n                    \"LastName\": \"\",\n                    \"FullName\": \"Fred Fredson\",\n                    \"Username\": \"fredson@test.test\",\n                    \"Email\": \"fredson@test.test\",\n                    \"IsActive\": true,\n                    \"ProfileImageFileId\": 0,\n                    \"DateCreated\": \"2019-05-09T17:11:46.457\",\n                    \"IsEmailValidated\": false,\n                    \"ZipCode\": \"78250\",\n                    \"Address1\": \"123 Elm\",\n                    \"Address2\": \"\",\n                    \"City\": \"San Antonio\",\n                    \"StateCode\": \"TX\",\n                    \"AddressDisplay\": \"Do Not Use\",\n                    \"TypeId\": 5,\n                    \"PhonePrimary\": \"5555552345\",\n                    \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                    \"PhoneSecondary\": null,\n                    \"DivisionThreadIds\": null,\n                    \"Permissions\": [],\n                    \"AccountType_e\": 5,\n                    \"ThreadId\": \"27579c8323b34f5f9f614a53cacacdc9\",\n                    \"AccountDetails\": null\n                },\n                \"Lender_Contractor\": {\n                    \"LenderId\": 0,\n                    \"ContractorId\": 0,\n                    \"ThreadId\": null,\n                    \"LenderOverwrite\": null,\n                    \"LenderLoanFiles\": 0\n                }\n            },\n            \"Validations\": []\n        }\n    ],\n    \"LoanConsultants\": [\n        {\n            \"LoanId\": 285,\n            \"ConsultantId\": 2581,\n            \"ThreadId\": \"8360d9172809499d8c22fe77f066da0f\",\n            \"DateCreated\": \"2019-07-22T15:53:42.833\",\n            \"Consultant\": {\n                \"Id\": 2581,\n                \"HudId\": \"A0859\",\n                \"NameDisplay\": \"ATD Home Inspection\",\n                \"NameContact\": \"Robert Robertson\",\n                \"PhonePrimary\": \"5555555123\",\n                \"EmailPrimary\": \"robertson@test.test\",\n                \"WebsiteUrl\": \"www.atdhomeinspection.com\",\n                \"Address1\": \"123 Elm\",\n                \"Address2\": null,\n                \"City\": \"Lafayette\",\n                \"StateCode\": \"IN\",\n                \"ZipCode\": \"47905\",\n                \"AddressFlat\": \"1030 WESTRIDGE CIR,LAFAYETTE,IN,47905\",\n                \"AddressCSZ\": \"Lafayette, IN 47905\",\n                \"AddressLatLng\": null,\n                \"Details\": {\n                    \"YearStarted\": 2009,\n                    \"HUDReportingSoftware\": \"Renovation Lending Software\",\n                    \"Insured\": \"Yes\",\n                    \"RegularInspections\": \"Yes\",\n                    \"SORBeforeBid\": \"No\",\n                    \"Active\": \"Active\",\n                    \"CommittedToInspections\": null,\n                    \"CommittedToReports\": null,\n                    \"CompanyLogo\": null,\n                    \"CompanyLogoUrl\": \"https://app.renovationlendingsoftware.com/img/brand/Logo300w.png\",\n                    \"StoredFileFolder\": {\n                        \"ThreadId\": \"a34b12e3bfcf4a4e9a737f362f950adf\",\n                        \"StoredFiles\": [],\n                        \"History\": []\n                    }\n                },\n                \"TotalLoanFiles\": 0,\n                \"Lender_Consultant\": null,\n                \"Contacts\": [\n                    {\n                        \"accountId\": 0,\n                        \"consultantId\": 0,\n                        \"isPrimary\": true,\n                        \"approved\": false,\n                        \"approvedById\": 0,\n                        \"approveDate\": \"0001-01-01T00:00:00\",\n                        \"Consultant\": null,\n                        \"Id\": 1075,\n                        \"BankId\": 0,\n                        \"ExternalId\": null,\n                        \"FirstName\": \"Robert\",\n                        \"LastName\": \"Robertson\",\n                        \"FullName\": \"Robert Robertson\",\n                        \"Username\": \"robertson@test.test\",\n                        \"Email\": \"robertson@test.test\",\n                        \"IsActive\": true,\n                        \"ProfileImageFileId\": 0,\n                        \"DateCreated\": \"2019-04-06T14:01:49.957\",\n                        \"IsEmailValidated\": false,\n                        \"ZipCode\": \"47905\",\n                        \"Address1\": \"123 Elm\",\n                        \"Address2\": null,\n                        \"City\": \"Lafayette\",\n                        \"StateCode\": \"IN\",\n                        \"AddressDisplay\": \"Do Not Use\",\n                        \"TypeId\": 3,\n                        \"PhonePrimary\": \"5555552345\",\n                        \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                        \"PhoneSecondary\": null,\n                        \"DivisionThreadIds\": null,\n                        \"Permissions\": null,\n                        \"AccountType_e\": 3,\n                        \"ThreadId\": \"a29a35ae55af4e16b42b9aba8fa175ca\",\n                        \"AccountDetails\": null\n                    }\n                ],\n                \"ThreadId\": \"8104aa3268844321a5211b28f3a8a58d\",\n                \"IsDrawInspector\": false,\n                \"HudIdOrInspectorId\": \"A0859\"\n            }\n        }\n    ],\n    \"LoanInvestor\": null,\n    \"Bids\": [\n        {\n            \"Id\": 281,\n            \"LoanId\": 285,\n            \"ContractorId\": 466,\n            \"BidDate\": \"2020-10-06T01:35:17.417\",\n            \"ApprovedDate\": null,\n            \"ApprovedBy\": 0,\n            \"ThreadId\": \"1162f0a09cd74e6cacd372cb1f0e3dee\",\n            \"Approved\": 1222,\n            \"Contingency\": 122.2,\n            \"ContingencyPercentage\": 10,\n            \"Locked\": false,\n            \"CompletedDate\": null,\n            \"CompletedById\": 0,\n            \"LineItems\": [\n                {\n                    \"Id\": 2366,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 23,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2367,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 24,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2368,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 25,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2369,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 26,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2370,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 27,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2371,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 28,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2372,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 29,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2373,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 30,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2374,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 31,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2375,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 32,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2376,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 33,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2377,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 34,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2378,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 35,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2379,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 36,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2380,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 37,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2381,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 38,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2382,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 39,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2383,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 40,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2384,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 41,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2385,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 42,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2386,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 43,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2387,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 44,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2388,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 45,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2389,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 46,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2390,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 47,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2391,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 48,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2392,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 49,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2393,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 50,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2394,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 51,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2395,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 52,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2396,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 53,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2397,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 54,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2398,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 55,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2399,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 56,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2400,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 57,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2401,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 58,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2402,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 59,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2403,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 60,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2404,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 61,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2405,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 62,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2406,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 63,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2407,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 64,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2408,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 65,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2409,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 66,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2410,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 67,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2411,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 68,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2412,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 69,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2413,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 70,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2414,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 71,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2415,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 72,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2416,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 73,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2417,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 74,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2418,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 75,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2419,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 76,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2420,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 77,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2421,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 78,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2422,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 79,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2423,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 80,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2424,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 81,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2425,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 82,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2426,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 83,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2427,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 84,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2428,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 85,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2429,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 86,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2430,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 87,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2431,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 88,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2432,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 89,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2433,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 90,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2434,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 91,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                },\n                {\n                    \"Id\": 2435,\n                    \"BidId\": 281,\n                    \"Hud_Expense_Type_Id\": 92,\n                    \"Description\": \"\",\n                    \"Labor\": 0,\n                    \"Materials\": 0,\n                    \"Total\": 0,\n                    \"HudExpenseType\": null\n                }\n            ],\n            \"Options\": {\n                \"HoldBackPercentage\": 0,\n                \"ContingencyPercentage\": 0,\n                \"CreatedDate\": \"2019-11-22T19:24:56.5752942Z\",\n                \"Name\": \"CTP (RLS - Standard Template)\",\n                \"ThreadId\": \"5511498354dd477c8eca46eeba74d038\",\n                \"Bid_LumpSumEdit\": false,\n                \"Bid_MaterialsLabor\": false,\n                \"DisplayNameWithId\": false,\n                \"AllowAddItem\": true,\n                \"CopyEnabled\": true,\n                \"ReadOnly\": true,\n                \"DrawStyle\": 2,\n                \"BidDrawCategories\": [\n                    {\n                        \"Id\": 1,\n                        \"Name\": \"Architect / Plan\"\n                    },\n                    {\n                        \"Id\": 2,\n                        \"Name\": \"Permits\"\n                    },\n                    {\n                        \"Id\": 3,\n                        \"Name\": \"Soils Report\"\n                    },\n                    {\n                        \"Id\": 4,\n                        \"Name\": \"Insurance / Builder's Risk\"\n                    },\n                    {\n                        \"Id\": 5,\n                        \"Name\": \"Title 24 (CA only)\"\n                    },\n                    {\n                        \"Id\": 6,\n                        \"Name\": \"Survey\"\n                    },\n                    {\n                        \"Id\": 7,\n                        \"Name\": \"Termite Treatment\"\n                    },\n                    {\n                        \"Id\": 8,\n                        \"Name\": \"General Conditions (Port-o-Pots, Temp Power, Temp Water, Etc)\"\n                    },\n                    {\n                        \"Id\": 9,\n                        \"Name\": \"Demolition\"\n                    },\n                    {\n                        \"Id\": 10,\n                        \"Name\": \"Excavating\"\n                    },\n                    {\n                        \"Id\": 11,\n                        \"Name\": \"Site Grading\"\n                    },\n                    {\n                        \"Id\": 12,\n                        \"Name\": \"Site Trenching\"\n                    },\n                    {\n                        \"Id\": 13,\n                        \"Name\": \"Sewer / Water Lines\"\n                    },\n                    {\n                        \"Id\": 14,\n                        \"Name\": \"Septic System\"\n                    },\n                    {\n                        \"Id\": 15,\n                        \"Name\": \"Well System\"\n                    },\n                    {\n                        \"Id\": 16,\n                        \"Name\": \"Propane Tank\"\n                    },\n                    {\n                        \"Id\": 17,\n                        \"Name\": \"Foundation\"\n                    },\n                    {\n                        \"Id\": 18,\n                        \"Name\": \"Foundation Waterproofing\"\n                    },\n                    {\n                        \"Id\": 19,\n                        \"Name\": \"Footings\"\n                    },\n                    {\n                        \"Id\": 20,\n                        \"Name\": \"Miscellaneous Foundation Cost\"\n                    },\n                    {\n                        \"Id\": 21,\n                        \"Name\": \"Window Wells\"\n                    },\n                    {\n                        \"Id\": 22,\n                        \"Name\": \"Interior Exterior Framing\"\n                    },\n                    {\n                        \"Id\": 23,\n                        \"Name\": \"Framing Materials\"\n                    },\n                    {\n                        \"Id\": 24,\n                        \"Name\": \"Framing Labor\"\n                    },\n                    {\n                        \"Id\": 25,\n                        \"Name\": \"Structural Steel Work\"\n                    },\n                    {\n                        \"Id\": 26,\n                        \"Name\": \"Trusses\"\n                    },\n                    {\n                        \"Id\": 27,\n                        \"Name\": \"Roofing\"\n                    },\n                    {\n                        \"Id\": 28,\n                        \"Name\": \"Plumbing Rough In\"\n                    },\n                    {\n                        \"Id\": 29,\n                        \"Name\": \"Sprinkler System\"\n                    },\n                    {\n                        \"Id\": 30,\n                        \"Name\": \"Electrical Rough In\"\n                    },\n                    {\n                        \"Id\": 31,\n                        \"Name\": \"HVAC Rough In\"\n                    },\n                    {\n                        \"Id\": 32,\n                        \"Name\": \"Radiant Flooring\"\n                    },\n                    {\n                        \"Id\": 33,\n                        \"Name\": \"Windows\"\n                    },\n                    {\n                        \"Id\": 34,\n                        \"Name\": \"Exterior Doors\"\n                    },\n                    {\n                        \"Id\": 35,\n                        \"Name\": \"Pre-Fab Bath & Showers\"\n                    },\n                    {\n                        \"Id\": 36,\n                        \"Name\": \"Jacuzzi Tub\"\n                    },\n                    {\n                        \"Id\": 37,\n                        \"Name\": \"Fireplaces\"\n                    },\n                    {\n                        \"Id\": 38,\n                        \"Name\": \"Pocket / Folding Doors\"\n                    },\n                    {\n                        \"Id\": 39,\n                        \"Name\": \"Stucco\"\n                    },\n                    {\n                        \"Id\": 40,\n                        \"Name\": \"Siding Wood / Composite\"\n                    },\n                    {\n                        \"Id\": 41,\n                        \"Name\": \"Siding Miscellaneous\"\n                    },\n                    {\n                        \"Id\": 42,\n                        \"Name\": \"Exterior Masonry\"\n                    },\n                    {\n                        \"Id\": 43,\n                        \"Name\": \"Insulation\"\n                    },\n                    {\n                        \"Id\": 44,\n                        \"Name\": \"Drywall Tape and Textrure\"\n                    },\n                    {\n                        \"Id\": 45,\n                        \"Name\": \"Interior Doors\"\n                    },\n                    {\n                        \"Id\": 46,\n                        \"Name\": \"Electrical Finish\"\n                    },\n                    {\n                        \"Id\": 47,\n                        \"Name\": \"Plumbing Finish\"\n                    },\n                    {\n                        \"Id\": 48,\n                        \"Name\": \"HVAC Finish\"\n                    },\n                    {\n                        \"Id\": 49,\n                        \"Name\": \"Soffit and Fascia\"\n                    },\n                    {\n                        \"Id\": 50,\n                        \"Name\": \"Kitchen Cabinets\"\n                    },\n                    {\n                        \"Id\": 51,\n                        \"Name\": \"Kitchen Countertops\"\n                    },\n                    {\n                        \"Id\": 52,\n                        \"Name\": \"Bathroom Cabinets/Countertops\"\n                    },\n                    {\n                        \"Id\": 53,\n                        \"Name\": \"Other Cabinetry\"\n                    },\n                    {\n                        \"Id\": 54,\n                        \"Name\": \"Kitchen Tile Work\"\n                    },\n                    {\n                        \"Id\": 55,\n                        \"Name\": \"Bathroom Tile Work\"\n                    },\n                    {\n                        \"Id\": 56,\n                        \"Name\": \"Exterior Paint\"\n                    },\n                    {\n                        \"Id\": 57,\n                        \"Name\": \"Interior Paint\"\n                    },\n                    {\n                        \"Id\": 58,\n                        \"Name\": \"Interior Masonry\"\n                    },\n                    {\n                        \"Id\": 59,\n                        \"Name\": \"Millwork\"\n                    },\n                    {\n                        \"Id\": 60,\n                        \"Name\": \"Tile Work\"\n                    },\n                    {\n                        \"Id\": 61,\n                        \"Name\": \"Carpet Floor Covering\"\n                    },\n                    {\n                        \"Id\": 62,\n                        \"Name\": \"Tile Floor Covering\"\n                    },\n                    {\n                        \"Id\": 63,\n                        \"Name\": \"Hardwood Floor Covering\"\n                    },\n                    {\n                        \"Id\": 64,\n                        \"Name\": \"Linoleum / Vinyl Flooring\"\n                    },\n                    {\n                        \"Id\": 65,\n                        \"Name\": \"Miscellaneous Floor Covering \"\n                    },\n                    {\n                        \"Id\": 66,\n                        \"Name\": \"Gutters & Downspouts\"\n                    },\n                    {\n                        \"Id\": 67,\n                        \"Name\": \"Appliances\"\n                    },\n                    {\n                        \"Id\": 68,\n                        \"Name\": \"Door Hardware\"\n                    },\n                    {\n                        \"Id\": 69,\n                        \"Name\": \"Garage Doors\"\n                    },\n                    {\n                        \"Id\": 70,\n                        \"Name\": \"Shower Doors / Mirrors / Hardware\"\n                    },\n                    {\n                        \"Id\": 71,\n                        \"Name\": \"Interior Trim\"\n                    },\n                    {\n                        \"Id\": 72,\n                        \"Name\": \"Central Vacuum\"\n                    },\n                    {\n                        \"Id\": 73,\n                        \"Name\": \"Alarm\"\n                    },\n                    {\n                        \"Id\": 74,\n                        \"Name\": \"Light Fixtures Interior  / Exterior\"\n                    },\n                    {\n                        \"Id\": 75,\n                        \"Name\": \"Water Softener\"\n                    },\n                    {\n                        \"Id\": 76,\n                        \"Name\": \"Accessories\"\n                    },\n                    {\n                        \"Id\": 77,\n                        \"Name\": \"Hardware - Finish\"\n                    },\n                    {\n                        \"Id\": 78,\n                        \"Name\": \"Solar\"\n                    },\n                    {\n                        \"Id\": 79,\n                        \"Name\": \"Closet Finish\"\n                    },\n                    {\n                        \"Id\": 80,\n                        \"Name\": \"Driveway and Walkways\"\n                    },\n                    {\n                        \"Id\": 81,\n                        \"Name\": \"Patio\"\n                    },\n                    {\n                        \"Id\": 82,\n                        \"Name\": \"Decks\"\n                    },\n                    {\n                        \"Id\": 83,\n                        \"Name\": \"Landscaping\"\n                    },\n                    {\n                        \"Id\": 84,\n                        \"Name\": \"Fencing\"\n                    },\n                    {\n                        \"Id\": 85,\n                        \"Name\": \"Barn / Shed\"\n                    },\n                    {\n                        \"Id\": 86,\n                        \"Name\": \"Outbuilding / Carport\"\n                    },\n                    {\n                        \"Id\": 87,\n                        \"Name\": \"Theater\"\n                    },\n                    {\n                        \"Id\": 88,\n                        \"Name\": \"Pool\"\n                    },\n                    {\n                        \"Id\": 89,\n                        \"Name\": \"Public Sidewalk / Curbs\"\n                    },\n                    {\n                        \"Id\": 90,\n                        \"Name\": \"Cleanup and Dumpsters\"\n                    },\n                    {\n                        \"Id\": 91,\n                        \"Name\": \"Supervision Fee\"\n                    },\n                    {\n                        \"Id\": 92,\n                        \"Name\": \"Builder Profit & Overhead\"\n                    }\n                ]\n            },\n            \"Contractor\": {\n                \"Id\": 466,\n                \"BankId\": 0,\n                \"NameLegal\": null,\n                \"NameDisplay\": \"A-1 Development Group\",\n                \"PhonePrimary\": \"5555552345\",\n                \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                \"PhoneSecondary\": null,\n                \"PhoneFax\": null,\n                \"PhoneFaxDisplay\": \"\",\n                \"EmailPrimary\": \"fredson@test.test\",\n                \"EmailCC\": null,\n                \"WebsiteUrl\": \"\",\n                \"Approved\": false,\n                \"DateCreated\": \"2019-05-09T17:11:47.647\",\n                \"TaxIdNumber\": \"\",\n                \"RenosContractorId\": null,\n                \"Address1\": \"123 Elm\",\n                \"Address2\": \"\",\n                \"City\": \"San Antonio\",\n                \"StateCode\": \"TX\",\n                \"ZipCode\": \"78250\",\n                \"ThreadId\": \"1b540ab988b246a39a9404f09075803d\",\n                \"Details\": {\n                    \"YearStarted\": 0,\n                    \"Certified_203KContractors\": null,\n                    \"Certified_RenovationsMadeEasy\": null,\n                    \"StoredFileFolder\": {\n                        \"ThreadId\": \"debe95f935cd47768720a54e1ac4eb0d\",\n                        \"StoredFiles\": [],\n                        \"History\": []\n                    },\n                    \"NoEmailAddress\": false,\n                    \"LicenseNumber\": null,\n                    \"LicenseIssuer\": null\n                },\n                \"AddressCSZ\": \"San Antonio, TX 78250\",\n                \"AddressFlat\": \"9211 CHADDSFORD ,SAN ANTONIO,TX,78250\",\n                \"AddressLatLng\": null,\n                \"TotalLoanFiles\": 0,\n                \"LenderLoanFiles\": 3,\n                \"Contacts\": [\n                    {\n                        \"AccountId\": 0,\n                        \"ContractorId\": 0,\n                        \"IsPrimary\": true,\n                        \"Contractor\": null,\n                        \"Id\": 887,\n                        \"BankId\": 0,\n                        \"ExternalId\": null,\n                        \"FirstName\": \"Fred Fredson\",\n                        \"LastName\": \"\",\n                        \"FullName\": \"Fred Fredson\",\n                        \"Username\": \"fredson@test.test\",\n                        \"Email\": \"fredson@test.test\",\n                        \"IsActive\": true,\n                        \"ProfileImageFileId\": 0,\n                        \"DateCreated\": \"2019-05-09T17:11:46.457\",\n                        \"IsEmailValidated\": false,\n                        \"ZipCode\": \"78250\",\n                        \"Address1\": \"123 Elm\",\n                        \"Address2\": \"\",\n                        \"City\": \"San Antonio\",\n                        \"StateCode\": \"TX\",\n                        \"AddressDisplay\": \"Do Not Use\",\n                        \"TypeId\": 5,\n                        \"PhonePrimary\": \"5555552345\",\n                        \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                        \"PhoneSecondary\": null,\n                        \"DivisionThreadIds\": null,\n                        \"Permissions\": [],\n                        \"AccountType_e\": 5,\n                        \"ThreadId\": \"27579c8323b34f5f9f614a53cacacdc9\",\n                        \"AccountDetails\": null\n                    }\n                ],\n                \"PrimaryContact\": {\n                    \"AccountId\": 0,\n                    \"ContractorId\": 0,\n                    \"IsPrimary\": true,\n                    \"Contractor\": null,\n                    \"Id\": 887,\n                    \"BankId\": 0,\n                    \"ExternalId\": null,\n                    \"FirstName\": \"Fred Fredson\",\n                    \"LastName\": \"\",\n                    \"FullName\": \"Fred Fredson\",\n                    \"Username\": \"fredson@test.test\",\n                    \"Email\": \"fredson@test.test\",\n                    \"IsActive\": true,\n                    \"ProfileImageFileId\": 0,\n                    \"DateCreated\": \"2019-05-09T17:11:46.457\",\n                    \"IsEmailValidated\": false,\n                    \"ZipCode\": \"78250\",\n                    \"Address1\": \"123 Elm\",\n                    \"Address2\": \"\",\n                    \"City\": \"San Antonio\",\n                    \"StateCode\": \"TX\",\n                    \"AddressDisplay\": \"Do Not Use\",\n                    \"TypeId\": 5,\n                    \"PhonePrimary\": \"5555552345\",\n                    \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                    \"PhoneSecondary\": null,\n                    \"DivisionThreadIds\": null,\n                    \"Permissions\": [],\n                    \"AccountType_e\": 5,\n                    \"ThreadId\": \"27579c8323b34f5f9f614a53cacacdc9\",\n                    \"AccountDetails\": null\n                },\n                \"Lender_Contractor\": {\n                    \"LenderId\": 0,\n                    \"ContractorId\": 0,\n                    \"ThreadId\": null,\n                    \"LenderOverwrite\": null,\n                    \"LenderLoanFiles\": 0\n                }\n            }\n        }\n    ],\n    \"ChangeOrders\": [],\n    \"Draws\": [],\n    \"ApprovedBid\": null,\n    \"HudExpenseTypeFunds\": null,\n    \"MortgagePayments\": [],\n    \"TitlePayments\": [],\n    \"InspectionPayments\": [],\n    \"OtherFees\": [\n        {\n            \"Id\": 1633,\n            \"LoanId\": 285,\n            \"Name\": \"Architectural & Eng. Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2019-07-22T15:39:20.87\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2019-07-22T15:39:20.87\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1634,\n            \"LoanId\": 285,\n            \"Name\": \"Independent Consultant Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2019-07-22T15:39:20.887\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2019-07-22T15:39:20.887\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1635,\n            \"LoanId\": 285,\n            \"Name\": \"Permits\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2019-07-22T15:39:20.887\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2019-07-22T15:39:20.887\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1636,\n            \"LoanId\": 285,\n            \"Name\": \"Plan Reviewer Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2019-07-22T15:39:20.887\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2019-07-22T15:39:20.887\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1637,\n            \"LoanId\": 285,\n            \"Name\": \"Supplemental Origination Fee\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2019-07-22T15:39:20.9\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2019-07-22T15:39:20.9\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1638,\n            \"LoanId\": 285,\n            \"Name\": \"Discount Pts. on Repair Costs\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2019-07-22T15:39:20.9\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2019-07-22T15:39:20.9\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        }\n    ],\n    \"Positions\": [\n        {\n            \"PositionId\": 4,\n            \"LoanId\": 285,\n            \"AccountId\": 650,\n            \"CreatedDate\": \"0001-01-01T00:00:00\",\n            \"CreatedBy\": 0,\n            \"Position\": {\n                \"Id\": 4,\n                \"Name\": \"Loan Officer\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": true,\n                \"ColumnAlias\": \"LoanOfficer\"\n            },\n            \"PositionName\": \"Loan Officer\",\n            \"Account\": {\n                \"Id\": 650,\n                \"BankId\": 28,\n                \"ExternalId\": null,\n                \"FirstName\": \"Richie\",\n                \"LastName\": \"Rich\",\n                \"FullName\": \"Richie Rich\",\n                \"Username\": \"richie.rich@test.test\",\n                \"Email\": \"richie.rich@test.test\",\n                \"IsActive\": true,\n                \"ProfileImageFileId\": 0,\n                \"DateCreated\": \"2018-09-27T21:08:30.093\",\n                \"IsEmailValidated\": false,\n                \"ZipCode\": \"08060\",\n                \"Address1\": \"\",\n                \"Address2\": \"\",\n                \"City\": \"Mount Holly\",\n                \"StateCode\": \"NJ\",\n                \"AddressDisplay\": \"Do Not Use\",\n                \"TypeId\": 1,\n                \"PhonePrimary\": \"5555552345\",\n                \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                \"PhoneSecondary\": \"\",\n                \"DivisionThreadIds\": null,\n                \"Permissions\": [\n                    {\n                        \"PermissionId\": 2,\n                        \"AccountThreadId\": \"6b4491cb8d534ed8b2ab9574ed1ab0d8\",\n                        \"Permission\": {\n                            \"Id\": 2,\n                            \"Name\": \"Lender Admin\",\n                            \"Description\": \"This allows the user to admin the lender\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 3,\n                        \"AccountThreadId\": \"6b4491cb8d534ed8b2ab9574ed1ab0d8\",\n                        \"Permission\": {\n                            \"Id\": 3,\n                            \"Name\": \"Lender Edit\",\n                            \"Description\": \"Edit details about the lender\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 4,\n                        \"AccountThreadId\": \"6b4491cb8d534ed8b2ab9574ed1ab0d8\",\n                        \"Permission\": {\n                            \"Id\": 4,\n                            \"Name\": \"Loan_Create\",\n                            \"Description\": \"Allows the user to create loan files\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 5,\n                        \"AccountThreadId\": \"6b4491cb8d534ed8b2ab9574ed1ab0d8\",\n                        \"Permission\": {\n                            \"Id\": 5,\n                            \"Name\": \"Contractor_Create\",\n                            \"Description\": \"Allows the user to add contractors\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 6,\n                        \"AccountThreadId\": \"6b4491cb8d534ed8b2ab9574ed1ab0d8\",\n                        \"Permission\": {\n                            \"Id\": 6,\n                            \"Name\": \"Investor Create\",\n                            \"Description\": \"This allows the user to add an investor\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 7,\n                        \"AccountThreadId\": \"6b4491cb8d534ed8b2ab9574ed1ab0d8\",\n                        \"Permission\": {\n                            \"Id\": 7,\n                            \"Name\": \"Password Change\",\n                            \"Description\": \"This allows the user to change their password\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    }\n                ],\n                \"AccountType_e\": 1,\n                \"ThreadId\": \"6b4491cb8d534ed8b2ab9574ed1ab0d8\",\n                \"AccountDetails\": null\n            },\n            \"Created\": {\n                \"Id\": 0,\n                \"BankId\": 1,\n                \"ExternalId\": null,\n                \"FirstName\": \"Renovation Lending Software\",\n                \"LastName\": \"System\",\n                \"FullName\": \"Renovation Lending Software System\",\n                \"Username\": \"system@renovationlendingsoftware.com\",\n                \"Email\": \"system@renovationlendingsoftware.com\",\n                \"IsActive\": false,\n                \"ProfileImageFileId\": 0,\n                \"DateCreated\": \"0001-01-01T00:00:00\",\n                \"IsEmailValidated\": false,\n                \"ZipCode\": null,\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"StateCode\": null,\n                \"AddressDisplay\": \"Do Not Use\",\n                \"TypeId\": 1,\n                \"PhonePrimary\": null,\n                \"PhonePrimaryDisplay\": \"\",\n                \"PhoneSecondary\": null,\n                \"DivisionThreadIds\": null,\n                \"Permissions\": [\n                    {\n                        \"PermissionId\": 0,\n                        \"AccountThreadId\": null,\n                        \"Permission\": {\n                            \"Id\": 0,\n                            \"Name\": \"System_Admin\",\n                            \"Description\": null,\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    }\n                ],\n                \"AccountType_e\": 1,\n                \"ThreadId\": null,\n                \"AccountDetails\": null\n            },\n            \"LoanPosition_e\": 4\n        },\n        {\n            \"PositionId\": 6,\n            \"LoanId\": 285,\n            \"AccountId\": 661,\n            \"CreatedDate\": \"0001-01-01T00:00:00\",\n            \"CreatedBy\": 0,\n            \"Position\": {\n                \"Id\": 6,\n                \"Name\": \"This is new\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 4,\n                \"Visible\": false,\n                \"ColumnAlias\": \"LoanPosition_6\"\n            },\n            \"PositionName\": \"This is new\",\n            \"Account\": {\n                \"Id\": 661,\n                \"BankId\": 28,\n                \"ExternalId\": null,\n                \"FirstName\": \"Brendan \",\n                \"LastName\": \"Brendanson\",\n                \"FullName\": \"Brendan Brendanson\",\n                \"Username\": \"brendan.brendanson@test.test\",\n                \"Email\": \"brendan.brendanson@test.test\",\n                \"IsActive\": true,\n                \"ProfileImageFileId\": 0,\n                \"DateCreated\": \"2018-10-17T19:42:32.84\",\n                \"IsEmailValidated\": false,\n                \"ZipCode\": \"90620\",\n                \"Address1\": \"\",\n                \"Address2\": \"\",\n                \"City\": \"Buena Park\",\n                \"StateCode\": \"CA\",\n                \"AddressDisplay\": \"Do Not Use\",\n                \"TypeId\": 1,\n                \"PhonePrimary\": \"5555552345\",\n                \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                \"PhoneSecondary\": \"\",\n                \"DivisionThreadIds\": null,\n                \"Permissions\": [],\n                \"AccountType_e\": 1,\n                \"ThreadId\": \"745baecc1f1f4f60a5fc4a170abb37d1\",\n                \"AccountDetails\": null\n            },\n            \"Created\": {\n                \"Id\": 0,\n                \"BankId\": 1,\n                \"ExternalId\": null,\n                \"FirstName\": \"Renovation Lending Software\",\n                \"LastName\": \"System\",\n                \"FullName\": \"Renovation Lending Software System\",\n                \"Username\": \"system@renovationlendingsoftware.com\",\n                \"Email\": \"system@renovationlendingsoftware.com\",\n                \"IsActive\": false,\n                \"ProfileImageFileId\": 0,\n                \"DateCreated\": \"0001-01-01T00:00:00\",\n                \"IsEmailValidated\": false,\n                \"ZipCode\": null,\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"StateCode\": null,\n                \"AddressDisplay\": \"Do Not Use\",\n                \"TypeId\": 1,\n                \"PhonePrimary\": null,\n                \"PhonePrimaryDisplay\": \"\",\n                \"PhoneSecondary\": null,\n                \"DivisionThreadIds\": null,\n                \"Permissions\": [\n                    {\n                        \"PermissionId\": 0,\n                        \"AccountThreadId\": null,\n                        \"Permission\": {\n                            \"Id\": 0,\n                            \"Name\": \"System_Admin\",\n                            \"Description\": null,\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    }\n                ],\n                \"AccountType_e\": 1,\n                \"ThreadId\": null,\n                \"AccountDetails\": null\n            },\n            \"LoanPosition_e\": 6\n        },\n        {\n            \"PositionId\": 1,\n            \"LoanId\": 285,\n            \"AccountId\": 658,\n            \"CreatedDate\": \"0001-01-01T00:00:00\",\n            \"CreatedBy\": 0,\n            \"Position\": {\n                \"Id\": 1,\n                \"Name\": \"Processor\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 1,\n                \"Visible\": true,\n                \"ColumnAlias\": \"Processor\"\n            },\n            \"PositionName\": \"Processor\",\n            \"Account\": {\n                \"Id\": 658,\n                \"BankId\": 28,\n                \"ExternalId\": null,\n                \"FirstName\": \"Katie\",\n                \"LastName\": \"Katieson\",\n                \"FullName\": \"Katie Katieson\",\n                \"Username\": \"katie.katieson@test.test\",\n                \"Email\": \"katie.katieson@test.test\",\n                \"IsActive\": true,\n                \"ProfileImageFileId\": 0,\n                \"DateCreated\": \"2018-10-16T15:03:48.753\",\n                \"IsEmailValidated\": false,\n                \"ZipCode\": \"08053\",\n                \"Address1\": \"\",\n                \"Address2\": \"\",\n                \"City\": \"Marlton\",\n                \"StateCode\": \"NJ\",\n                \"AddressDisplay\": \"Do Not Use\",\n                \"TypeId\": 1,\n                \"PhonePrimary\": \"5555552345\",\n                \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                \"PhoneSecondary\": \"\",\n                \"DivisionThreadIds\": null,\n                \"Permissions\": [],\n                \"AccountType_e\": 1,\n                \"ThreadId\": \"e0daa42aade74abfa78709afb2de0eb8\",\n                \"AccountDetails\": null\n            },\n            \"Created\": {\n                \"Id\": 0,\n                \"BankId\": 1,\n                \"ExternalId\": null,\n                \"FirstName\": \"Renovation Lending Software\",\n                \"LastName\": \"System\",\n                \"FullName\": \"Renovation Lending Software System\",\n                \"Username\": \"system@renovationlendingsoftware.com\",\n                \"Email\": \"system@renovationlendingsoftware.com\",\n                \"IsActive\": false,\n                \"ProfileImageFileId\": 0,\n                \"DateCreated\": \"0001-01-01T00:00:00\",\n                \"IsEmailValidated\": false,\n                \"ZipCode\": null,\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"StateCode\": null,\n                \"AddressDisplay\": \"Do Not Use\",\n                \"TypeId\": 1,\n                \"PhonePrimary\": null,\n                \"PhonePrimaryDisplay\": \"\",\n                \"PhoneSecondary\": null,\n                \"DivisionThreadIds\": null,\n                \"Permissions\": [\n                    {\n                        \"PermissionId\": 0,\n                        \"AccountThreadId\": null,\n                        \"Permission\": {\n                            \"Id\": 0,\n                            \"Name\": \"System_Admin\",\n                            \"Description\": null,\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    }\n                ],\n                \"AccountType_e\": 1,\n                \"ThreadId\": null,\n                \"AccountDetails\": null\n            },\n            \"LoanPosition_e\": 1\n        },\n        {\n            \"PositionId\": 3,\n            \"LoanId\": 285,\n            \"AccountId\": 639,\n            \"CreatedDate\": \"0001-01-01T00:00:00\",\n            \"CreatedBy\": 0,\n            \"Position\": {\n                \"Id\": 3,\n                \"Name\": \"Draw Administrator\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 3,\n                \"Visible\": true,\n                \"ColumnAlias\": \"DrawAdmin\"\n            },\n            \"PositionName\": \"Draw Administrator\",\n            \"Account\": {\n                \"Id\": 639,\n                \"BankId\": 28,\n                \"ExternalId\": null,\n                \"FirstName\": \"Scott\",\n                \"LastName\": \"Scottson\",\n                \"FullName\": \"Scott Scottson\",\n                \"Username\": \"scott.scottson@test.test\",\n                \"Email\": \"scott.scottson@test.test\",\n                \"IsActive\": true,\n                \"ProfileImageFileId\": 0,\n                \"DateCreated\": \"2018-09-20T15:13:01.373\",\n                \"IsEmailValidated\": false,\n                \"ZipCode\": \"6131\",\n                \"Address1\": \"\",\n                \"Address2\": \"\",\n                \"City\": \"\",\n                \"StateCode\": \"\",\n                \"AddressDisplay\": \"Do Not Use\",\n                \"TypeId\": 1,\n                \"PhonePrimary\": \"5555552345\",\n                \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                \"PhoneSecondary\": \"\",\n                \"DivisionThreadIds\": null,\n                \"Permissions\": [\n                    {\n                        \"PermissionId\": 2,\n                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                        \"Permission\": {\n                            \"Id\": 2,\n                            \"Name\": \"Lender Admin\",\n                            \"Description\": \"This allows the user to admin the lender\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 3,\n                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                        \"Permission\": {\n                            \"Id\": 3,\n                            \"Name\": \"Lender Edit\",\n                            \"Description\": \"Edit details about the lender\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 4,\n                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                        \"Permission\": {\n                            \"Id\": 4,\n                            \"Name\": \"Loan_Create\",\n                            \"Description\": \"Allows the user to create loan files\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 5,\n                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                        \"Permission\": {\n                            \"Id\": 5,\n                            \"Name\": \"Contractor_Create\",\n                            \"Description\": \"Allows the user to add contractors\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 7,\n                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                        \"Permission\": {\n                            \"Id\": 7,\n                            \"Name\": \"Password Change\",\n                            \"Description\": \"This allows the user to change their password\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 8,\n                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                        \"Permission\": {\n                            \"Id\": 8,\n                            \"Name\": \"SystemGranted_Lender_Invoice_View\",\n                            \"Description\": \"This allows the user to view the Invoices for the lender\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 31,\n                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                        \"Permission\": {\n                            \"Id\": 31,\n                            \"Name\": \"Lender Management - API\",\n                            \"Description\": \"Show or Hide the Lender Management - API Tab\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 41,\n                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                        \"Permission\": {\n                            \"Id\": 41,\n                            \"Name\": \"Lender File - Details - Escrow Holdback\",\n                            \"Description\": \"Show or Hide Escrow Holdback Module\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    },\n                    {\n                        \"PermissionId\": 43,\n                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                        \"Permission\": {\n                            \"Id\": 43,\n                            \"Name\": \"Draw – Draw Acceptance Time Stamp\",\n                            \"Description\": \"Show or Hide the Draw Acceptance checkbox and time stamp\",\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    }\n                ],\n                \"AccountType_e\": 1,\n                \"ThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                \"AccountDetails\": null\n            },\n            \"Created\": {\n                \"Id\": 0,\n                \"BankId\": 1,\n                \"ExternalId\": null,\n                \"FirstName\": \"Renovation Lending Software\",\n                \"LastName\": \"System\",\n                \"FullName\": \"Renovation Lending Software System\",\n                \"Username\": \"system@renovationlendingsoftware.com\",\n                \"Email\": \"system@renovationlendingsoftware.com\",\n                \"IsActive\": false,\n                \"ProfileImageFileId\": 0,\n                \"DateCreated\": \"0001-01-01T00:00:00\",\n                \"IsEmailValidated\": false,\n                \"ZipCode\": null,\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"StateCode\": null,\n                \"AddressDisplay\": \"Do Not Use\",\n                \"TypeId\": 1,\n                \"PhonePrimary\": null,\n                \"PhonePrimaryDisplay\": \"\",\n                \"PhoneSecondary\": null,\n                \"DivisionThreadIds\": null,\n                \"Permissions\": [\n                    {\n                        \"PermissionId\": 0,\n                        \"AccountThreadId\": null,\n                        \"Permission\": {\n                            \"Id\": 0,\n                            \"Name\": \"System_Admin\",\n                            \"Description\": null,\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    }\n                ],\n                \"AccountType_e\": 1,\n                \"ThreadId\": null,\n                \"AccountDetails\": null\n            },\n            \"LoanPosition_e\": 3\n        }\n    ],\n    \"TransferLinks\": [\n        {\n            \"Id\": 20,\n            \"ThreadId\": \"601508c3e8c14eea866d649401ef2b35\",\n            \"Status\": 1,\n            \"BankId\": 28,\n            \"LoanId\": 285,\n            \"LoanDatabaseThreadId\": \"fe218d254fac43148e83c460534a26ae\",\n            \"ReporterFileId\": 536,\n            \"LoanLinkRequestSentAt\": \"2019-07-23T17:09:56.653\",\n            \"LoanLinkRequestLenderAccountId\": 639,\n            \"ConsultantLinked\": true,\n            \"ConsultantThreadId\": \"8104aa3268844321a5211b28f3a8a58d\",\n            \"PendingConsultantAccountId\": null,\n            \"LastLinkedAt\": \"2019-07-23T17:10:02.273\",\n            \"LastLinkedConsultantAccountId\": 1075,\n            \"LastUnlinkedAt\": null,\n            \"LastUnlinkedConsultantAccountId\": null,\n            \"LastUnlinkedLenderAccountId\": null,\n            \"Snapshots\": null\n        }\n    ],\n    \"Permits\": [\n        {\n            \"LoanId\": 285,\n            \"Name\": \"Electrical Permit\",\n            \"ThreadId\": \"78ce56c52fcc472685397e7e633411aa\",\n            \"Cost\": 11,\n            \"DateCreated\": \"2020-10-06T03:12:07.22\",\n            \"AccountCreatedThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n            \"Locked\": false,\n            \"Approved\": false,\n            \"DocumentId\": 0\n        }\n    ],\n    \"CheckList\": [\n        {\n            \"ThreadId\": \"2490d40922ef43229ab7d116d2555870\",\n            \"Name\": \"GROUP\",\n            \"Abbreviation\": null,\n            \"Ordinal\": 0,\n            \"Color\": \"\",\n            \"DocumentTags\": [\n                {\n                    \"ThreadId\": \"87b0749a92a1486b9f64a04f61e818ff\",\n                    \"GroupThreadId\": \"2490d40922ef43229ab7d116d2555870\",\n                    \"Name\": \"HERO\",\n                    \"Abbreviation\": \"\",\n                    \"Ordinal\": 0,\n                    \"Required\": true,\n                    \"Color\": \"\",\n                    \"Locked\": false,\n                    \"MissingFileDefaultText\": \"No File Uploaded\",\n                    \"LoanTypeRequired\": [],\n                    \"StoredFiles\": [\n                        {\n                            \"Id\": 44674,\n                            \"Name\": \"fake_logo\",\n                            \"Description\": \"fdsafdsafdsa\",\n                            \"StoredContainer\": \"thread\",\n                            \"StoredFolder\": \"e2488498ce6740ca95b11dde66b9c1c8\",\n                            \"StoredName\": \"e2488498ce6740ca95b11dde66b9c1c8/6b2473ea-533d-42de-b0c6-66c9fdac5fc6.png\",\n                            \"StoredUrl\": \"https://redacted.url.test\",\n                            \"DateCreated\": \"2020-10-06T01:40:01.3\",\n                            \"UploadedById\": 639,\n                            \"UploadedBy\": {\n                                \"Id\": 639,\n                                \"BankId\": 28,\n                                \"ExternalId\": null,\n                                \"FirstName\": \"Scott\",\n                                \"LastName\": \"Scottson\",\n                                \"FullName\": \"Scott Scottson\",\n                                \"Username\": null,\n                                \"Email\": \"scott.scottson@test.test\",\n                                \"IsActive\": true,\n                                \"ProfileImageFileId\": 0,\n                                \"DateCreated\": \"2018-09-20T15:13:01.373\",\n                                \"IsEmailValidated\": false,\n                                \"ZipCode\": \"6131\",\n                                \"Address1\": \"\",\n                                \"Address2\": \"\",\n                                \"City\": \"\",\n                                \"StateCode\": \"\",\n                                \"AddressDisplay\": \"Do Not Use\",\n                                \"TypeId\": 1,\n                                \"PhonePrimary\": \"5555552345\",\n                                \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                                \"PhoneSecondary\": \"\",\n                                \"DivisionThreadIds\": null,\n                                \"Permissions\": [\n                                    {\n                                        \"PermissionId\": 2,\n                                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                                        \"Permission\": {\n                                            \"Id\": 2,\n                                            \"Name\": \"Lender Admin\",\n                                            \"Description\": \"This allows the user to admin the lender\",\n                                            \"GroupName\": null,\n                                            \"Details\": {\n                                                \"OnText\": \"On\",\n                                                \"OffText\": \"Off\"\n                                            }\n                                        }\n                                    },\n                                    {\n                                        \"PermissionId\": 3,\n                                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                                        \"Permission\": {\n                                            \"Id\": 3,\n                                            \"Name\": \"Lender Edit\",\n                                            \"Description\": \"Edit details about the lender\",\n                                            \"GroupName\": null,\n                                            \"Details\": {\n                                                \"OnText\": \"On\",\n                                                \"OffText\": \"Off\"\n                                            }\n                                        }\n                                    },\n                                    {\n                                        \"PermissionId\": 4,\n                                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                                        \"Permission\": {\n                                            \"Id\": 4,\n                                            \"Name\": \"Loan_Create\",\n                                            \"Description\": \"Allows the user to create loan files\",\n                                            \"GroupName\": null,\n                                            \"Details\": {\n                                                \"OnText\": \"On\",\n                                                \"OffText\": \"Off\"\n                                            }\n                                        }\n                                    },\n                                    {\n                                        \"PermissionId\": 5,\n                                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                                        \"Permission\": {\n                                            \"Id\": 5,\n                                            \"Name\": \"Contractor_Create\",\n                                            \"Description\": \"Allows the user to add contractors\",\n                                            \"GroupName\": null,\n                                            \"Details\": {\n                                                \"OnText\": \"On\",\n                                                \"OffText\": \"Off\"\n                                            }\n                                        }\n                                    },\n                                    {\n                                        \"PermissionId\": 6,\n                                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                                        \"Permission\": {\n                                            \"Id\": 6,\n                                            \"Name\": \"Investor Create\",\n                                            \"Description\": \"This allows the user to add an investor\",\n                                            \"GroupName\": null,\n                                            \"Details\": {\n                                                \"OnText\": \"On\",\n                                                \"OffText\": \"Off\"\n                                            }\n                                        }\n                                    },\n                                    {\n                                        \"PermissionId\": 7,\n                                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                                        \"Permission\": {\n                                            \"Id\": 7,\n                                            \"Name\": \"Password Change\",\n                                            \"Description\": \"This allows the user to change their password\",\n                                            \"GroupName\": null,\n                                            \"Details\": {\n                                                \"OnText\": \"On\",\n                                                \"OffText\": \"Off\"\n                                            }\n                                        }\n                                    },\n                                    {\n                                        \"PermissionId\": 8,\n                                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                                        \"Permission\": {\n                                            \"Id\": 8,\n                                            \"Name\": \"SystemGranted_Lender_Invoice_View\",\n                                            \"Description\": \"This allows the user to view the Invoices for the lender\",\n                                            \"GroupName\": null,\n                                            \"Details\": {\n                                                \"OnText\": \"On\",\n                                                \"OffText\": \"Off\"\n                                            }\n                                        }\n                                    },\n                                    {\n                                        \"PermissionId\": 31,\n                                        \"AccountThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                                        \"Permission\": {\n                                            \"Id\": 31,\n                                            \"Name\": \"Lender Management - API\",\n                                            \"Description\": \"Show or Hide the Lender Management - API Tab\",\n                                            \"GroupName\": null,\n                                            \"Details\": {\n                                                \"OnText\": \"On\",\n                                                \"OffText\": \"Off\"\n                                            }\n                                        }\n                                    }\n                                ],\n                                \"AccountType_e\": 1,\n                                \"ThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                                \"AccountDetails\": null\n                            },\n                            \"Details\": {\n                                \"DocuSignEnvelope\": null,\n                                \"LenderDocumentTag\": {\n                                    \"ThreadId\": \"87b0749a92a1486b9f64a04f61e818ff\",\n                                    \"GroupThreadId\": \"2490d40922ef43229ab7d116d2555870\",\n                                    \"Name\": \"HERO\",\n                                    \"Abbreviation\": \"\",\n                                    \"Ordinal\": 0,\n                                    \"Required\": true,\n                                    \"Color\": \"\",\n                                    \"Locked\": false,\n                                    \"MissingFileDefaultText\": \"No File Uploaded\",\n                                    \"LoanTypeRequired\": [],\n                                    \"StoredFiles\": []\n                                },\n                                \"Thumbnails\": []\n                            },\n                            \"Validations\": [\n                                {\n                                    \"StoredFileId\": 44674,\n                                    \"DateCreated\": \"2020-10-06T01:40:04.32\",\n                                    \"StatusId\": 1,\n                                    \"AccountId\": 639,\n                                    \"Note\": \"Validation Started\",\n                                    \"StatusName\": \"Pending\",\n                                    \"FileValidationStatus_e\": 1,\n                                    \"Account\": {\n                                        \"Id\": 0,\n                                        \"BankId\": 28,\n                                        \"ExternalId\": null,\n                                        \"FirstName\": \"Scott\",\n                                        \"LastName\": \"Scottson\",\n                                        \"FullName\": \"Scott Scottson\",\n                                        \"Username\": null,\n                                        \"Email\": \"scott.scottson@test.test\",\n                                        \"IsActive\": true,\n                                        \"ProfileImageFileId\": 0,\n                                        \"DateCreated\": \"2018-09-20T15:13:01.373\",\n                                        \"IsEmailValidated\": false,\n                                        \"ZipCode\": \"6131\",\n                                        \"Address1\": \"\",\n                                        \"Address2\": \"\",\n                                        \"City\": \"\",\n                                        \"StateCode\": \"\",\n                                        \"AddressDisplay\": \"Do Not Use\",\n                                        \"TypeId\": 1,\n                                        \"PhonePrimary\": \"5555552345\",\n                                        \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n                                        \"PhoneSecondary\": \"\",\n                                        \"DivisionThreadIds\": null,\n                                        \"Permissions\": null,\n                                        \"AccountType_e\": 1,\n                                        \"ThreadId\": \"225cc47a625547f787ff6e8cfd7be29c\",\n                                        \"AccountDetails\": null\n                                    }\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    ],\n    \"Borrower\": {\n        \"Id\": 972,\n        \"BankId\": 28,\n        \"ExternalId\": null,\n        \"FirstName\": \"Jason\",\n        \"LastName\": \"Jasonson\",\n        \"FullName\": \"Jason Jasonson\",\n        \"Username\": \"ajadventures@test.test\",\n        \"Email\": \"ajadventures@test.test\",\n        \"IsActive\": true,\n        \"ProfileImageFileId\": 0,\n        \"DateCreated\": \"2019-07-22T15:44:34.13\",\n        \"IsEmailValidated\": false,\n        \"ZipCode\": \"46205\",\n        \"Address1\": \"123 Elm\",\n        \"Address2\": \"Unit b7\",\n        \"City\": \"Indianapolis\",\n        \"StateCode\": \"IN\",\n        \"AddressDisplay\": \"Do Not Use\",\n        \"TypeId\": 2,\n        \"PhonePrimary\": \"5555552345\",\n        \"PhonePrimaryDisplay\": \"(555) 555-2345\",\n        \"PhoneSecondary\": \"\",\n        \"DivisionThreadIds\": null,\n        \"Permissions\": null,\n        \"AccountType_e\": 2,\n        \"ThreadId\": \"55ea3e1a65024ff491ae6c35255c5a75\",\n        \"AccountDetails\": null\n    },\n    \"CoBorrower\": null,\n    \"Bank\": {\n        \"Id\": 28,\n        \"Name\": \"Mortgage Possible\",\n        \"WebsiteUrl\": \"www.swmc.com\",\n        \"ThreadId\": \"fe218d254fac43148e83c460534a26ae\",\n        \"DateCreated\": \"2018-08-16T19:24:59.467\",\n        \"Active\": true,\n        \"ZipCode\": \"08053\",\n        \"Address1\": \"123 Elm\",\n        \"Address2\": \" \",\n        \"City\": \"Marlton\",\n        \"StateCode\": \"NJ\",\n        \"AddressCSZ\": \"Marlton, NJ 08053\",\n        \"IsSystemBank\": false\n    },\n    \"Disbursements\": []\n}"},{"id":"3ee3695c-7806-44ee-841e-f865f324c95c","name":"Loan Get Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":""},"url":{"raw":"http://banking.local.com/api/v1/loan?loan_threadId=c46672c89ce84b2bb8b8c75d0414a989","protocol":"http","host":["banking","local","com"],"path":["api","v1","loan"],"query":[{"key":"loan_threadId","value":"c46672c89ce84b2bb8b8c75d0414a989","description":"The \"ThreadId\" field given by the Loan Create Process"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Thu, 19 Nov 2020 03:59:15 GMT"},{"key":"Content-Length","value":"93"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No loan for loan_threadId exists\",\n    \"error_uri\": null\n}"}],"_postman_id":"c8c1635b-20cc-446e-bab5-603288e3dad6"},{"name":"Loan List","id":"0077b066-4d75-45d5-a677-848d4883ae0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"select\": \"LoanNumber,Borrowers/FirstName\",\r\n    \"ending_before\": null,\r\n    \"limit\": 3\r\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/list","description":"<p>Gets a list of loans for a lender or division, optionally paged and with specific fields. Inputs and outputs follow the <a href=\"https://github.com/omniti-labs/jsend/blob/master/README.md\">JSend standard</a>, and uses cursor-based pagination instead of offset-based. It is similar to <a href=\"https://learn.microsoft.com/en-us/ef/core/querying/pagination#keyset-pagination\">keyset pagination</a>, but uses opaque cursors instead.</p>\n<h2 id=\"inputs\">Inputs</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>select</code></td>\n<td><em>Optional.</em> A list of comma-delimited fields to explicitly request. See loan list documentation for valid values. Invalid fields are ignored. <a href=\"https://app.renovationlendingsoftware.com/Reference/LoanList\">View available fields</a>.</td>\n</tr>\n<tr>\n<td><code>division_thread_id</code></td>\n<td><em>Optional.</em> The division to filter results for. If not present, loans for all lender divisions will be retrieved.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td><em>Optional.</em> The number of records per page. If set to 0, a <code>total</code> is returned instead of <code>data</code> on success.</td>\n</tr>\n<tr>\n<td><code>starting_after</code></td>\n<td><em>Optional.</em> A cursor the represents your place in the list for pagination. Supplied by output to retrieve further pages (ascending data).</td>\n</tr>\n<tr>\n<td><code>ending_before</code></td>\n<td><em>Optional.</em> A cursor the represents your place in the list for pagination. Supplied by output to retrieve further pages (descending data).</td>\n</tr>\n<tr>\n<td><code>query_name</code></td>\n<td><em>Optional.</em> Can be supplied with the name of pre-configured queries to refine results further. Function not available yet, value is ignored.</td>\n</tr>\n<tr>\n<td><code>scope_name</code></td>\n<td><em>Optional.</em> Can be used with some queries to drill-down results further. Function not available yet, value is ignored.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Some pre-configured queries (<code>query_name</code>) may have query-specific additional arguments.</p>\n<h2 id=\"outputs\">Outputs</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Property</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>status</code></td>\n<td>Set to \"success\" when operation succeeds. Set to \"fail\" when data supplied does not meet preconditions. Set to \"error\" when a problem occurs processing the request.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>Set to results of the search on the \"success\" <code>status</code>. Set to an array of error strings on the \"fail\" <code>status</code>. Not present or null for \"error\" <code>status</code>.</td>\n</tr>\n<tr>\n<td><code>has_more</code></td>\n<td>True if more records exist beyond those returned. If no records remain, it is false. Not present or null for N/A scenarios (total mode, error status, fail status).</td>\n</tr>\n<tr>\n<td><code>more_before</code></td>\n<td>If data is sorted descendingly and more exists, this will be populated with a value to provide to <code>ending_before</code> for further pages of data. Otherwise, it is not present or null.</td>\n</tr>\n<tr>\n<td><code>more_after</code></td>\n<td>If data is sorted ascendingly and more exists, this will be populated with a value to provide to <code>starting_after</code> for further pages of data. Otherwise, it is not present or null.</td>\n</tr>\n<tr>\n<td><code>total</code></td>\n<td>If <code>limit</code> was supplied as 0, this will be set to the total number of records. Otherwise, it is not present or null.</td>\n</tr>\n<tr>\n<td><code>object</code></td>\n<td>If results are being returned (not <code>limit</code> zero scenario), this will be the type of result. Otherwise, it is not present or null.</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>An error message. Should be set when <code>status</code> is \"error\". Otherwise, it is not present or null.</td>\n</tr>\n<tr>\n<td><code>request_id</code></td>\n<td>Set when <code>status</code> is not \"success\". Otherwise, it is not present or null. This can be used for support requests.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>Set when data is returned. This is the effective limit that was applied. It may be different than the requested limit, if the input was out of range.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","list"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"ba9705c3-5e34-42a6-ae8c-ecf8769b7cf9","name":"Loan List Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"select\": \"LoanNumber\",\r\n    \"ending_before\": \"29000126,\\\"2025-04-28T20:41:04.793\\\"\",\r\n    \"limit\": 5\r\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"703"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Mon, 30 Jun 2025 11:09:56 GMT"},{"key":"Date","value":"Mon, 30 Jun 2025 23:09:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"has_more\": true,\n    \"more_before\": \"29000125,\\\"2025-04-23T03:08:47.703\\\"\",\n    \"object\": \"Loan\",\n    \"status\": \"success\",\n    \"code\": 200,\n    \"data\": [\n        {\n            \"LoanNumber\": \"Test123\",\n            \"ThreadId\": \"14eeb8d31d794ec5adad1ef1b8257241\",\n            \"DateCreated\": \"2025-04-23T03:08:47.703\"\n        },\n        {\n            \"LoanNumber\": \"Test456\",\n            \"ThreadId\": \"1648bdaf0b1646d89cb6c0392511e3bd\",\n            \"DateCreated\": \"2025-04-23T02:47:50.977\"\n        },\n        {\n            \"LoanNumber\": \"LCoMoHaJu\",\n            \"ThreadId\": \"2d12edc63693412e99abb561aa76d010\",\n            \"DateCreated\": \"2025-03-28T20:13:52.73\"\n        },\n        {\n            \"LoanNumber\": \"LTrinNoCtr\",\n            \"ThreadId\": \"94981cb8c5c744f9988783aad92b45cc\",\n            \"DateCreated\": \"2025-03-26T15:36:44.357\"\n        },\n        {\n            \"LoanNumber\": \"LTrinNoBid\",\n            \"ThreadId\": \"af2bfec5a33d41b9922f9dd307d7343a\",\n            \"DateCreated\": \"2025-03-26T15:23:45.05\"\n        }\n    ]\n}"}],"_postman_id":"0077b066-4d75-45d5-a677-848d4883ae0c"},{"name":"Loan Update","id":"041e6c59-ad05-4252-a862-d1b6a37f7980","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"loan\": {\r\n        \"ThreadId\": \"04592b24c4fa4523abc5b99d9e79bf0f\",\r\n        \"LoanNumber\": \"API20260211A\",\r\n        \"Address1\": \"1234 Fake St\",\r\n        \"Address2\": null,\r\n        \"City\": \"Washington\",\r\n        \"StateCode\": \"DC\",\r\n        \"ZipCode\": \"20013\",\r\n        \"LoanTypeId\": 1,\r\n        \"LoanPurposeId\": 2,\r\n        \"LoanOccupancyId\": 1,\r\n        \"ClosingDate\": \"0001-01-01T00:00:00\",\r\n        \"CompletionDate\": \"0001-01-01T00:00:00\",\r\n        \"FHACaseNumber\": null,\r\n        \"FundedDate\": \"0001-01-01T00:00:00\",\r\n        \"ClosedOutWithInvestor\": \"2023-10-31T00:00:00\",\r\n        \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\r\n        \"TotalLoanAmount\": 255000,\r\n        \"LoanStatusId\": 1,\r\n        \"WorkOrderDate\": \"0001-01-01T00:00:00\",\r\n        \"SORDate\": \"0001-01-01T00:00:00\",\r\n        \"EstCompletionDate\": \"0001-01-01T00:00:00\",\r\n        \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\"\r\n        // \"Changes\": [\"Address1\", \"TotalLoanAmount\"]\r\n    }\r\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/update","description":"<p>This uses a simplified loan object and can only update a few fields on the loan. There are other methods to do other tasks such as adding a borrower or loading files into the loan.</p>\n<p>You can either send in the full loan object or the simplified version, no matter which you send only the simplified values will be updated.</p>\n<p><strong>Important:</strong> Unless you are supplying a \"DivisionThreadId\", take care to copy the returned \"DivisionThreadId\" value from the LoanCreate or LoanGet APIs when calling this method.</p>\n<p><strong>Loan Type Id's</strong></p>\n<ul>\n<li><p>1 - 203k Full</p>\n</li>\n<li><p>2 - 203k Limited</p>\n</li>\n<li><p>3 - HomeStyle - Fannie Mae</p>\n</li>\n<li><p>4 - Escrow Holdback</p>\n</li>\n<li><p>5 - VA Renovation</p>\n</li>\n<li><p>6 - Construction to Perm</p>\n</li>\n<li><p>7 - SONYMA-Remodel NY</p>\n</li>\n<li><p>8 - Choice Reno - Freddie Mac</p>\n</li>\n<li><p>9 - Private Funding</p>\n</li>\n<li><p>10 - USDA Renovation</p>\n</li>\n<li><p>15 - Repair Escrow</p>\n</li>\n<li><p>16 - HomeReady</p>\n</li>\n<li><p>17 - 3 Step</p>\n</li>\n<li><p>18 - VA Alterations</p>\n</li>\n<li><p>19 - Renovation Express</p>\n</li>\n<li><p>20 - Jumbo Renovation</p>\n</li>\n<li><p>22 - Portfolio</p>\n</li>\n<li><p>23 - CTP - One Time Close</p>\n</li>\n<li><p>24 - CTP - Two Time Close</p>\n</li>\n</ul>\n<p><strong>Agency Id's</strong></p>\n<ul>\n<li><p>1 - FHA</p>\n</li>\n<li><p>2 - USDA</p>\n</li>\n<li><p>3 - VA</p>\n</li>\n<li><p>4 - Fannie</p>\n</li>\n<li><p>5 - Freddie</p>\n</li>\n<li><p>6 - Other</p>\n</li>\n</ul>\n<p><strong>Loan Status Id's</strong></p>\n<ul>\n<li><p>1 - Pre-Closing</p>\n</li>\n<li><p>2 - Post-Closing</p>\n</li>\n<li><p>3 - Finished</p>\n</li>\n<li><p>4 - Cancelled</p>\n</li>\n</ul>\n<p><strong>Loan Occupancy Id's</strong></p>\n<ul>\n<li><p>1 - Primary Residence</p>\n</li>\n<li><p>2 - 2nd Home</p>\n</li>\n<li><p>3 - Non-Owner Occupied</p>\n</li>\n</ul>\n<p><strong>Loan Purpose Id's</strong></p>\n<ul>\n<li><p>1 - Purchase</p>\n</li>\n<li><p>2 - Refinance</p>\n</li>\n</ul>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","update"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"109cbba9-2eaf-4f19-8b16-edb708f2c484","name":"Loan Update Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer ","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"loan\": {\n        \"ThreadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n        \"LoanNumber\": \"LOANNUMBER123\",\n        \"Address1\": \"123 Elm\",\n        \"Address2\": \"\",\n        \"City\": \"Topeka\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66604\",\n        \"LoanTypeId\": 1,\n        \"LoanPurposeId\": 1,\n        \"LoanOccupancyId\": 1,\n        \"ClosingDate\": \"0001-01-01T00:00:00\",\n        \"CompletionDate\": \"0001-01-01T00:00:00\",\n        \"FHACaseNumber\": \"FHA123\",\n        \"FundedDate\": \"0001-01-01T00:00:00\",\n        \"ClosedOutWithInvestor\": \"0001-01-01T00:00:00\",\n        \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n        \"TotalLoanAmount\": 0,\n        \"LoanStatusId\": 0,\n        \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n        \"SORDate\": \"0001-01-01T00:00:00\",\n        \"EstCompletionDate\": \"0001-01-01T00:00:00\",\n        \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\"\n    }\n}"},"url":"http://banking.local.com/api/v1/loan/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 18 Nov 2020 15:46:37 GMT"},{"key":"Date","value":"Thu, 19 Nov 2020 03:46:37 GMT"},{"key":"Content-Length","value":"6015"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 184,\n    \"BankId\": 27,\n    \"LoanNumber\": \"LOANNUMBER123\",\n    \"ThreadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"PermitDocumentThreadId\": \"7b64cc3817304404b7df6e110df4d699\",\n    \"Address1\": \"123 Elm\",\n    \"Address2\": \"\",\n    \"City\": \"Topeka\",\n    \"StateCode\": \"KS\",\n    \"ZipCode\": \"66604\",\n    \"DateCreated\": \"2020-11-19T02:09:00.183\",\n    \"Details\": {\n        \"MortgageEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"TitleEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"InspectionEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"ReleaseToBorrower\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Holdback\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"MortgagePrincipalReduction\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Repairs\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Inspection Fees\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Title Updates\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:04.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:04.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Mortgage Pmt\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:05.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:05.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:06.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:06.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"EscrowTotal\": 0,\n        \"EscrowRemaining\": 0,\n        \"ReceivedDate\": \"0001-01-01T00:00:00\",\n        \"SOROrderDate\": \"0001-01-01T00:00:00\",\n        \"IntroCallToHODate\": \"0001-01-01T00:00:00\",\n        \"DocsToUnderwritingDate\": \"0001-01-01T00:00:00\",\n        \"InterestEscrow\": null,\n        \"AltAddress1\": null,\n        \"AltAddress2\": null,\n        \"AltCity\": null,\n        \"AltStateCode\": null,\n        \"AltZipCode\": null\n    },\n    \"EscrowContacts\": null,\n    \"EscrowReplyContacts\": null,\n    \"LoanTypeId\": 1,\n    \"LoanPurposeId\": 1,\n    \"LoanOccupancyId\": 1,\n    \"ClosingDate\": \"0001-01-01T00:00:00\",\n    \"CompletionDate\": \"0001-01-01T00:00:00\",\n    \"FHACaseNumber\": \"FHA123\",\n    \"FundedDate\": \"0001-01-01T00:00:00\",\n    \"ClosedOutWithInvestor\": \"0001-01-01T00:00:00\",\n    \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n    \"TotalLoanAmount\": 0,\n    \"LoanStatusId\": 0,\n    \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n    \"SORDate\": \"0001-01-01T00:00:00\",\n    \"EstCompletionDate\": \"0001-01-01T00:00:00\",\n    \"EscrowReasonRepairType\": null,\n    \"EscrowFinalAppraisal\": null,\n    \"EscrowAppraisalMgmtCompany\": null,\n    \"EscrowStatus\": null,\n    \"EscrowStatusChanged\": null,\n    \"EscrowStatusLastAccountThreadID\": null,\n    \"EscrowStatusLastBy\": \"\",\n    \"EscrowStatusLastUpdatedAt\": null,\n    \"EscrowReminder\": null,\n    \"EscrowDaysToComplete\": null,\n    \"EscrowFundingSource\": null,\n    \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\",\n    \"DrawAdminAcceptedChanged\": null,\n    \"DrawAdminAccepted\": null,\n    \"DrawAdminAcceptedAt\": null,\n    \"AddressFlat\": \"123 ELM,TOPEKA,KS,66604\",\n    \"AddressCSZ\": \"Topeka, KS 66604\",\n    \"AddressLatLng\": null,\n    \"Contacts\": [],\n    \"LoanContractors\": [],\n    \"LoanConsultants\": [],\n    \"LoanInvestor\": null,\n    \"Bids\": [],\n    \"ChangeOrders\": [],\n    \"Draws\": [],\n    \"ApprovedBid\": null,\n    \"HudExpenseTypeFunds\": null,\n    \"MortgagePayments\": [],\n    \"TitlePayments\": [],\n    \"InspectionPayments\": [],\n    \"OtherFees\": [\n        {\n            \"Id\": 1015,\n            \"LoanId\": 184,\n            \"Name\": \"Architectural & Eng. Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.23\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.23\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1016,\n            \"LoanId\": 184,\n            \"Name\": \"Independent Consultant Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.283\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.283\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1017,\n            \"LoanId\": 184,\n            \"Name\": \"Permits\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.337\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.337\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1018,\n            \"LoanId\": 184,\n            \"Name\": \"Plan Reviewer Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.4\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.4\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1019,\n            \"LoanId\": 184,\n            \"Name\": \"Supplemental Origination Fee\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.457\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.457\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1020,\n            \"LoanId\": 184,\n            \"Name\": \"Discount Pts. on Repair Costs\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.507\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.507\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        }\n    ],\n    \"Positions\": [],\n    \"TransferLinks\": [],\n    \"Permits\": [],\n    \"CheckList\": null,\n    \"Borrower\": null,\n    \"CoBorrower\": null,\n    \"Bank\": {\n        \"Id\": 27,\n        \"Name\": \"Sample Bank\",\n        \"WebsiteUrl\": \"\",\n        \"ThreadId\": \"053bf92731484d8bb89c164be0b35650\",\n        \"DateCreated\": \"2018-07-17T00:00:00\",\n        \"Active\": true,\n        \"ZipCode\": \"08830\",\n        \"Address1\": \"194 Week Avenue South\",\n        \"Address2\": \"\",\n        \"City\": \"Iselin\",\n        \"StateCode\": \"NJ\",\n        \"AddressCSZ\": \"Iselin, NJ 08830\",\n        \"IsSystemBank\": false\n    },\n    \"Disbursements\": []\n}"},{"id":"0f8f6faa-68cb-45d7-bf9c-39605817545c","name":"Loan Update Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"loan\": {\n        \"ThreadId\": \"493f96a7b90549d1b6453dc482e4bbe9\",\n        \"LoanNumber\": \"LOANNUMBER123\",\n        \"Address1\": \"123 Elm\",\n        \"Address2\": \"\",\n        \"City\": \"Topeka\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66604\",\n        \"LoanTypeId\": 1,\n        \"LoanPurposeId\": 1,\n        \"LoanOccupancyId\": 1,\n        \"ClosingDate\": \"0001-01-01T00:00:00\",\n        \"CompletionDate\": \"0001-01-01T00:00:00\",\n        \"FHACaseNumber\": \"FHA123\",\n        \"FundedDate\": \"0001-01-01T00:00:00\",\n        \"ClosedOutWithInvestor\": \"0001-01-01T00:00:00\",\n        \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n        \"TotalLoanAmount\": 0,\n        \"LoanStatusId\": 0,\n        \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n        \"SORDate\": \"0001-01-01T00:00:00\",\n        \"EstCompletionDate\": \"0001-01-01T00:00:00\",\n        \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\"\n    }\n}"},"url":"http://banking.local.com/api/v1/loan/update"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Thu, 19 Nov 2020 03:59:49 GMT"},{"key":"Content-Length","value":"104"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No loan can be found for the ThreadId given\",\n    \"error_uri\": null\n}"}],"_postman_id":"041e6c59-ad05-4252-a862-d1b6a37f7980"},{"name":"Loan Upsert","id":"17f10fed-8890-4b32-a82d-07a4f15768ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"loan\": {\r\n        \"LoanNumber\": \"API20260211A\",\r\n        \"Address1\": \"1234 SE North St\",\r\n        \"Address2\": null,\r\n        \"City\": \"Washington\",\r\n        \"StateCode\": \"DC\",\r\n        \"ZipCode\": \"20013\",\r\n        \"LoanTypeId\": 1,\r\n        \"AgencyId\": 0,\r\n        \"ClosingDate\": \"2026-01-30T00:00:00\",\r\n        \"CompletionDate\": \"2026-02-02T00:00:00\",\r\n        \"FHACaseNumber\": \"FHA20260211A\",\r\n        \"BuildTerm\": \"1\",\r\n        \"BranchNumber\": \"2\",\r\n        \"ExternalLoanOfficer\": \"Barry\",\r\n        \"HasLien\": true,\r\n        \"FundedDate\": \"2026-01-31T00:00:00\",\r\n        \"ClosedOutWithInvestor\": \"2026-01-28T00:00:00\",\r\n        \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\r\n        \"TotalLoanAmount\": 123.4500,\r\n        \"LoanPurposeId\": 2,\r\n        \"LoanOccupancyId\": 1,\r\n        \"StructureTypeId\": 3,\r\n        \"PropertyTypeId\": 2,\r\n        \"LoanStatusId\": 1,\r\n        \"WorkOrderDate\": \"0001-01-01T00:00:00\",\r\n        \"SORDate\": \"0001-01-01T00:00:00\",\r\n        \"EstCompletionDate\": \"2026-02-01T00:00:00\",\r\n        \"EscrowReasonRepairType\": \"Weather\",\r\n        \"EscrowFinalAppraisal\": \"As Is\",\r\n        \"EscrowFundedHeldBy\": \"Title\",\r\n        \"EscrowFundingSource\": \"Seller\",\r\n        \"InspectionFeePaidBy\": \"Seller\",\r\n        \"ResponsibleForWork\": \"Borrower\",\r\n        \"FinalInspectionType\": \"Appraiser Inspection\",\r\n        \"EscrowAppraisalMgmtCompany\": \"Contoso LLC Appraisals\",\r\n        \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\"\r\n        // \"Changes\": [\"EscrowAppraisalMgmtCompany\"]\r\n    }\r\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/upsert","description":"<p>Takes same data as Loan Update, but will insert a new loan if the loan does not exist.</p>\n<p>Checks for existing loans by ThreadId, and then LoanNumber if ThreadId was not supplied.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","upsert"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"cf82744a-5917-46e9-a819-6ca8057fb1d8","name":"Loan Upsert Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"loan\": {\r\n        \"LoanNumber\": \"UPSERT_API_LOAN_20240503\",\r\n        \"Address1\": \"8855 22nd Street\",\r\n        \"Address2\": null,\r\n        \"City\": \"Washington\",\r\n        \"StateCode\": \"DC\",\r\n        \"ZipCode\": \"20013\",\r\n        \"LoanTypeId\": 1,\r\n        \"LoanPurposeId\": 2,\r\n        \"LoanOccupancyId\": 1,\r\n        \"FHACaseNumber\": null,\r\n        \"FundedDate\": \"2024-01-02T00:00:00\",\r\n        \"ClosedOutWithInvestor\": \"2024-01-03T00:00:00\",\r\n        \"TotalLoanAmount\": 425000,\r\n        \"LoanStatusId\": 1\r\n    }\r\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/upsert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Fri, 03 May 2024 16:18:36 GMT"},{"key":"Date","value":"Sat, 04 May 2024 04:18:36 GMT"},{"key":"Content-Length","value":"7882"}],"cookie":[],"responseTime":null,"body":"{\n    \"BrokerThreadId\": null,\n    \"BrokerNMLSNumber\": null,\n    \"BrokerIdNumber\": null,\n    \"CloseoutFHADate\": \"2024-01-03T00:00:00\",\n    \"Id\": 29000071,\n    \"BankId\": 28,\n    \"LoanNumber\": \"UPSERT_API_LOAN_20240503\",\n    \"ThreadId\": \"1440bc45953f430da7d44dee78f87171\",\n    \"PermitDocumentThreadId\": \"502eb1d103b24fbda2061f7fcce67496\",\n    \"Address1\": \"8855 22nd Street\",\n    \"Address2\": null,\n    \"City\": \"Washington\",\n    \"StateCode\": \"DC\",\n    \"ZipCode\": \"20013\",\n    \"DateCreated\": \"2024-05-04T04:09:23.7\",\n    \"Financial\": {\n        \"MortgageEscrowTotal\": 0,\n        \"MortgageEscrow\": [],\n        \"TitleEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"InspectionEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"InterestEscrow\": null,\n        \"ReleaseToBorrower\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Holdback\",\n                \"Description\": null,\n                \"CreatedDate\": \"2024-05-04T04:09:24.7014778Z\",\n                \"RowCreatedAt\": \"0001-01-01T00:00:00\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2024-05-04T04:09:24.7014778Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"IsAggregate\": false,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2024-05-04T04:09:25.7014778Z\",\n                \"RowCreatedAt\": \"0001-01-01T00:00:00\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2024-05-04T04:09:25.7014778Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"IsAggregate\": false,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2024-05-04T04:09:26.7014778Z\",\n                \"RowCreatedAt\": \"0001-01-01T00:00:00\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2024-05-04T04:09:26.7014778Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"IsAggregate\": false,\n                \"Remaining\": 0\n            }\n        ],\n        \"MortgagePrincipalReduction\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Repairs\",\n                \"Description\": null,\n                \"CreatedDate\": \"2024-05-04T04:09:24.7014778Z\",\n                \"RowCreatedAt\": \"0001-01-01T00:00:00\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2024-05-04T04:09:24.7014778Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"IsAggregate\": false,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2024-05-04T04:09:25.7014778Z\",\n                \"RowCreatedAt\": \"0001-01-01T00:00:00\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2024-05-04T04:09:25.7014778Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"IsAggregate\": false,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Inspection Fees\",\n                \"Description\": null,\n                \"CreatedDate\": \"2024-05-04T04:09:26.7014778Z\",\n                \"RowCreatedAt\": \"0001-01-01T00:00:00\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2024-05-04T04:09:26.7014778Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"IsAggregate\": false,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Title Updates\",\n                \"Description\": null,\n                \"CreatedDate\": \"2024-05-04T04:09:27.7014778Z\",\n                \"RowCreatedAt\": \"0001-01-01T00:00:00\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2024-05-04T04:09:27.7014778Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"IsAggregate\": false,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Mortgage Pmt\",\n                \"Description\": null,\n                \"CreatedDate\": \"2024-05-04T04:09:28.7014778Z\",\n                \"RowCreatedAt\": \"0001-01-01T00:00:00\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2024-05-04T04:09:28.7014778Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"IsAggregate\": false,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2024-05-04T04:09:29.7014778Z\",\n                \"RowCreatedAt\": \"0001-01-01T00:00:00\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2024-05-04T04:09:29.7014778Z\",\n                \"ApprovedBy\": 0,\n                \"Details\": null,\n                \"IsAggregate\": false,\n                \"Remaining\": 0\n            }\n        ],\n        \"EscrowTotal\": 0,\n        \"EscrowRemaining\": 0,\n        \"PaidTotal\": 0,\n        \"BorrowerOtherPaidTotal\": 0,\n        \"RemainingTotal\": 0,\n        \"OtherFeesEscrow\": 0\n    },\n    \"Alternate\": {\n        \"AltAddress1\": null,\n        \"AltAddress2\": null,\n        \"AltCity\": null,\n        \"AltStateCode\": null,\n        \"AltZipCode\": null\n    },\n    \"Dates\": {\n        \"Id\": 0,\n        \"LoanId\": 29000071,\n        \"ReceivedDate\": null,\n        \"SOROrderDate\": null,\n        \"IntroCallToHODate\": null,\n        \"IntroCallToContractorDate\": null,\n        \"ContractorsValidatedDate\": null,\n        \"BidReceivedDate\": null,\n        \"H2OUpdateRequestDate\": null,\n        \"FollowUpDate\": null,\n        \"DocsToUnderwritingDate\": null,\n        \"AppraisalClearedDate\": null,\n        \"AppraisalReceivedReviewedDate\": null,\n        \"CollateralReviewCompletedDate\": null,\n        \"ClosingConsultationCompleteDate\": null,\n        \"ClosingReviewCompletedDate\": null,\n        \"FullRenovationApprovalCompletedDate\": null,\n        \"FinalAppraisalOrderedDate\": null,\n        \"FinalAppraisalReceivedDate\": null,\n        \"FHACloseoutDate\": null,\n        \"FHAOrderedDate\": null,\n        \"FinalTitleUpdateOrderedDate\": null,\n        \"LoanModificationDate\": null,\n        \"TitleUpdateOrderedDate\": null,\n        \"Form1004DOrderedDate\": null,\n        \"Form1004DReceivedDate\": null,\n        \"OnboardingCompletedDate\": null\n    },\n    \"Trinity\": {\n        \"AppraisedValue\": null,\n        \"AppraisedOn\": null,\n        \"NameOfAppraiser\": null,\n        \"AssessorsParcelNumber\": null,\n        \"LockBoxCode\": null,\n        \"LegalDescription\": null,\n        \"ProjectTypeId\": 0,\n        \"PropertyTypeId\": 0\n    },\n    \"EscrowContacts\": null,\n    \"EscrowReplyContacts\": null,\n    \"OtherContacts\": [],\n    \"LoanTypeId\": 1,\n    \"AgencyId\": 0,\n    \"LoanPurposeId\": 2,\n    \"LoanOccupancyId\": 1,\n    \"StructureTypeId\": 0,\n    \"ChallengedInventoryFlagId\": null,\n    \"ClosingDate\": \"0001-01-01T00:00:00\",\n    \"CompletionDate\": \"0001-01-01T00:00:00\",\n    \"FHACaseNumber\": null,\n    \"BuildTerm\": null,\n    \"FundedDate\": \"2024-01-02T00:00:00\",\n    \"ClosedOutWithInvestor\": \"2024-01-03T00:00:00\",\n    \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n    \"TotalLoanAmount\": 425000,\n    \"LoanStatusId\": 1,\n    \"DetailedStatusId\": 0,\n    \"LoanStatusIdChanged\": 0,\n    \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n    \"SORDate\": \"0001-01-01T00:00:00\",\n    \"EstCompletionDate\": \"0001-01-01T00:00:00\",\n    \"TrinityLoanId\": 0,\n    \"EscrowReasonRepairType\": null,\n    \"EscrowFinalAppraisal\": null,\n    \"EscrowAppraisalMgmtCompany\": null,\n    \"EscrowStatus\": null,\n    \"EscrowStatusChanged\": null,\n    \"EscrowStatusLastAccountThreadID\": null,\n    \"EscrowStatusLastBy\": \"\",\n    \"EscrowStatusLastUpdatedAt\": null,\n    \"EscrowReminder\": null,\n    \"EscrowDaysToComplete\": null,\n    \"EscrowFundingSource\": null,\n    \"DivisionThreadId\": \"7056c75061f743c9ad1d61a1ef24ec38\",\n    \"DrawAdminAcceptedChanged\": null,\n    \"DrawAdminAccepted\": null,\n    \"DrawAdminAcceptedAt\": null,\n    \"InvestorLinkId\": null,\n    \"InvestorLinkCanSend\": null,\n    \"InvestorLinkCanImport\": null,\n    \"InvestorLinkActive\": null,\n    \"AddressDisplay\": \"8855 22nd Street\\r\\nWashington, DC 20013\",\n    \"AddressFlat\": \"8855 22ND STREET,WASHINGTON,DC,20013\",\n    \"AddressCSZ\": \"Washington, DC 20013\",\n    \"AddressLatLng\": null,\n    \"Contacts\": [],\n    \"LoanContractors\": [],\n    \"LoanConsultants\": [],\n    \"LoanInvestor\": null,\n    \"LoanInvestee\": null,\n    \"Bids\": [],\n    \"ChangeOrders\": [],\n    \"Draws\": [],\n    \"ApprovedBid\": null,\n    \"BrokerInfo\": null,\n    \"HudExpenseTypeFunds\": null,\n    \"MortgagePayments\": [],\n    \"TitlePayments\": [],\n    \"InspectionPayments\": [],\n    \"OtherFeeCategories\": [\n        {\n            \"Id\": 29000426,\n            \"LoanId\": 29000071,\n            \"CreatedBy\": 0,\n            \"Fixed\": false,\n            \"Name\": \"Architectural & Eng. Fees\",\n            \"Cost\": 0,\n            \"Total\": 0,\n            \"Units\": 0,\n            \"ImportId\": 0,\n            \"RowCreatedAt\": \"2024-05-04T04:09:23.893\",\n            \"Payments\": []\n        },\n        {\n            \"Id\": 29000427,\n            \"LoanId\": 29000071,\n            \"CreatedBy\": 0,\n            \"Fixed\": false,\n            \"Name\": \"Independent Consultant Fees\",\n            \"Cost\": 0,\n            \"Total\": 0,\n            \"Units\": 0,\n            \"ImportId\": 0,\n            \"RowCreatedAt\": \"2024-05-04T04:09:24.02\",\n            \"Payments\": []\n        },\n        {\n            \"Id\": 29000428,\n            \"LoanId\": 29000071,\n            \"CreatedBy\": 0,\n            \"Fixed\": false,\n            \"Name\": \"Permits\",\n            \"Cost\": 0,\n            \"Total\": 0,\n            \"Units\": 0,\n            \"ImportId\": 0,\n            \"RowCreatedAt\": \"2024-05-04T04:09:24.13\",\n            \"Payments\": []\n        },\n        {\n            \"Id\": 29000429,\n            \"LoanId\": 29000071,\n            \"CreatedBy\": 0,\n            \"Fixed\": false,\n            \"Name\": \"Plan Reviewer Fees\",\n            \"Cost\": 0,\n            \"Total\": 0,\n            \"Units\": 0,\n            \"ImportId\": 0,\n            \"RowCreatedAt\": \"2024-05-04T04:09:24.24\",\n            \"Payments\": []\n        },\n        {\n            \"Id\": 29000430,\n            \"LoanId\": 29000071,\n            \"CreatedBy\": 0,\n            \"Fixed\": true,\n            \"Name\": \"Supplemental Orig./Admin Fee\",\n            \"Cost\": 0,\n            \"Total\": 0,\n            \"Units\": 0,\n            \"ImportId\": 0,\n            \"RowCreatedAt\": \"2024-05-04T04:09:24.353\",\n            \"Payments\": []\n        },\n        {\n            \"Id\": 29000431,\n            \"LoanId\": 29000071,\n            \"CreatedBy\": 0,\n            \"Fixed\": false,\n            \"Name\": \"Discount Pts. on Repair Costs\",\n            \"Cost\": 0,\n            \"Total\": 0,\n            \"Units\": 0,\n            \"ImportId\": 0,\n            \"RowCreatedAt\": \"2024-05-04T04:09:24.463\",\n            \"Payments\": []\n        }\n    ],\n    \"Positions\": [],\n    \"TransferLinks\": [],\n    \"Permits\": [],\n    \"ExpiredFiles\": [],\n    \"CheckList\": null,\n    \"CheckListMatched\": false,\n    \"Borrower\": null,\n    \"CoBorrower\": null,\n    \"Bank\": {\n        \"Id\": 28,\n        \"Name\": \"Sample Bank\",\n        \"WebsiteUrl\": \"www.sample-bank.org\",\n        \"ThreadId\": \"fe218d254fac43148e83c460534a26ae\",\n        \"DateCreated\": \"2018-08-16T19:24:59.467\",\n        \"Active\": true,\n        \"ZipCode\": \"08053\",\n        \"Address1\": \"76 East Main St\",\n        \"Address2\": \" \",\n        \"City\": \"Marlton\",\n        \"StateCode\": \"NJ\",\n        \"AddressCSZ\": \"Marlton, NJ 08053\",\n        \"IsSystemBank\": false,\n        \"Configuration\": null\n    },\n    \"Disbursements\": [],\n    \"ExtensionRequests\": [],\n    \"PreClosingNote\": null\n}"},{"id":"6e290d21-fbc8-4e5e-98ac-f4366253c6d8","name":"Loan Upsert Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"loan\": {\r\n        \"LoanNumber\": \"\",\r\n        \"Address1\": \"8855 22nd Street\",\r\n        \"Address2\": null,\r\n        \"City\": \"Washington\",\r\n        \"StateCode\": \"DC\",\r\n        \"ZipCode\": \"20013\",\r\n        \"LoanTypeId\": 1,\r\n        \"LoanPurposeId\": 2,\r\n        \"LoanOccupancyId\": 1,\r\n        \"FHACaseNumber\": null,\r\n        \"FundedDate\": \"2024-01-02T00:00:00\",\r\n        \"ClosedOutWithInvestor\": \"2024-01-03T00:00:00\",\r\n        \"TotalLoanAmount\": 425000,\r\n        \"LoanStatusId\": 1\r\n    }\r\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/upsert"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Sat, 04 May 2024 04:20:09 GMT"},{"key":"Content-Length","value":"155"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"{\\\"error\\\":\\\"unprocessable entity\\\",\\\"error_description\\\":\\\"Upserted Loans must have a LoanNumber or ThreadId supplied.\\\",\\\"error_uri\\\":null}\"\n}"}],"_postman_id":"17f10fed-8890-4b32-a82d-07a4f15768ad"},{"name":"Loan Bulk","id":"09ea4029-f6b2-48ef-a266-846ad424499e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"upsert\", // Also supports \"create\" and \"update\".\r\n        // \"ThreadId\": \"22446688001133557799aacceebbddff\", Do not supply for create mode. Optional on updates if LoanNumber present.\r\n        \"LoanNumber\": \"LOAN20231219A\",\r\n        \"Address1\": \"8876 SW Wood Ct\",\r\n        \"City\": \"Dickinson\",\r\n        \"StateCode\": \"ND\",\r\n        \"ZipCode\": \"58601\",\r\n        \"LoanTypeId\": 1,\r\n        \"ClosingDate\": \"2023-12-30T00:00:00\",\r\n        \"CompletionDate\": null,\r\n        \"FHACaseNumber\": \"FHA20260211C\",\r\n        \"FundedDate\": \"2023-12-20T00:00:00\",\r\n        \"ClosedOutWithInvestor\": null,\r\n        \"FinalTitleUpdateDate\": null,\r\n        \"TotalLoanAmount\": 0,\r\n        \"LoanPurposeId\": 1,\r\n        \"LoanOccupancyId\": 1,\r\n        \"LoanStatusId\": 0,\r\n        \"WorkOrderDate\": null,\r\n        \"SORDate\": null,\r\n        \"EstCompletionDate\": null\r\n        // \"Changes\": [\"FHACaseNumber\"]\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/bulk","description":"<p>Submit new loans and updates to existing loans in bulk.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","bulk"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"98b9026e-c5f4-4d0f-b70c-33b920c303b4","name":"Loan Bulk - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"create\", // Also supports \"update\".\r\n        // \"ThreadId\": \"22446688001133557799aacceebbddff\", Do not supply for create mode. Optional on updates if LoanNumber present.\r\n        \"LoanNumber\": \"LOAN20231219A\",\r\n        \"Address1\": \"8876 SW Wood Ct\",\r\n        \"City\": \"Dickinson\",\r\n        \"StateCode\": \"ND\",\r\n        \"ZipCode\": \"58601\",\r\n        \"LoanTypeId\": 1,\r\n        \"ClosingDate\": \"2023-12-30T00:00:00\",\r\n        \"CompletionDate\": null,\r\n        \"FHACaseNumber\": \"FHA20231219A\",\r\n        \"FundedDate\": \"2023-12-20T00:00:00\",\r\n        \"ClosedOutWithInvestor\": null,\r\n        \"FinalTitleUpdateDate\": null,\r\n        \"TotalLoanAmount\": 0,\r\n        \"LoanPurposeId\": 1,\r\n        \"LoanOccupancyId\": 1,\r\n        \"LoanStatusId\": 0,\r\n        \"WorkOrderDate\": null,\r\n        \"SORDate\": null,\r\n        \"EstCompletionDate\": null\r\n    }\r\n]"},"url":"https://local.renovationlendingsoftware.com/api/v1/loan/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 09:30:54 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 21:30:54 GMT"},{"key":"Content-Length","value":"343"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-201T05:00:00\",\n    \"EndedAt\": \"2023-12-20T05:00:02\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 1,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 0,\n    \"NumUpdateFailure\": 0,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 0,\n    \"Problems\": null\n}"},{"id":"f55e18f0-1e27-4fa8-ac6e-37beaf6b4016","name":"Loan Bulk - Problems","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"update\",\r\n        \"LoanNumber\": \"LOAN20231219B\",\r\n        \"Address1\": \"123 SW Metal St\",\r\n        \"City\": \"Bismarck\",\r\n        \"StateCode\": \"ND\",\r\n        \"ZipCode\": \"58501\",\r\n        \"LoanTypeId\": 1,\r\n        \"TotalLoanAmount\": 0,\r\n        \"LoanPurposeId\": 1,\r\n        \"LoanOccupancyId\": 1,\r\n        \"LoanStatusId\": 0\r\n    },\r\n    {\r\n        \"Mode\": \"create\",\r\n        \"LoanNumber\": \"\",\r\n        \"Address1\": \"234 SW Missing Blvd\",\r\n        \"City\": \"Bismarck\",\r\n        \"StateCode\": \"ND\",\r\n        \"ZipCode\": \"58502\",\r\n        \"LoanTypeId\": 1,\r\n        \"TotalLoanAmount\": 0,\r\n        \"LoanPurposeId\": 1,\r\n        \"LoanOccupancyId\": 1,\r\n        \"LoanStatusId\": 0\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 09:40:33 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 21:40:33 GMT"},{"key":"Content-Length","value":"478"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 2,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-201T05:00:00\",\n    \"EndedAt\": \"2023-12-20T05:00:02\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 0,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 1,\n    \"NumUpdateFailure\": 1,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 0,\n    \"Problems\": [\n        {\n            \"Index\": 0,\n            \"Message\": \"No Loan can be found for the LoanNumber given.\"\n        },\n        {\n            \"Index\": 1,\n            \"Message\": \"New Loans must have a LoanNumber supplied.\"\n        }\n    ]\n}"}],"_postman_id":"09ea4029-f6b2-48ef-a266-846ad424499e"},{"name":"Employee Get","id":"3f4e19bc-48d1-4298-8462-5563e2a03921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"employee\": {\n        \"ThreadId\": \"41cbd0b399b14010937329b836746668\"\n        // OR \"ExternalId\": \"an_external_api_id\"\n        // OR \"Email\": \"SampleDel1235@fake.com\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/employee","description":"<p>This looks up an employee by the employee's account ThreadId, ExternalId, or Email supplied. <strong>Supply only one.</strong></p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","employee"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"4963003f-53fa-458f-b6a9-9b5db03e1463","name":"Employee Get (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee\": {\n        \"ThreadId\": \"41cbd0b399b14010937329b836746668\"\n        // OR \"ExternalId\": \"an_external_api_id\"\n        // OR \"Email\": \"SampleDel1235@fake.com\"\n    }\n}"},"url":"http://banking.local.com/api/v1/employee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Sun, 27 Dec 2020 19:47:46 GMT"},{"key":"Date","value":"Mon, 28 Dec 2020 07:47:46 GMT"},{"key":"Content-Length","value":"705"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1017,\n    \"BankId\": 28,\n    \"ExternalId\": \"\",\n    \"FirstName\": \"Some\",\n    \"LastName\": \"Employee\",\n    \"FullName\": \"Some Employee\",\n    \"Username\": \"sampleemp1234@fake.com\",\n    \"Email\": \"sampleemp1234@fake.com\",\n    \"IsActive\": true,\n    \"ProfileImageFileId\": 0,\n    \"DateCreated\": \"2020-12-28T07:41:11.383\",\n    \"IsEmailValidated\": false,\n    \"ZipCode\": \"66502\",\n    \"Address1\": \"123 Elm\",\n    \"Address2\": \"Suite C\",\n    \"City\": \"Manhattan\",\n    \"StateCode\": \"KS\",\n    \"AddressDisplay\": \"123 Elm\\r\\nSuite C\\r\\nManhattan, KS 66502\",\n    \"TypeId\": 1,\n    \"PhonePrimary\": \"5555555123\",\n    \"PhonePrimaryDisplay\": \"(555) 555-5123\",\n    \"PhoneSecondary\": \"5555555123\",\n    \"DivisionThreadIds\": [\n        \"7056c75061f743c9ad1d61a1ef24ec38\"\n    ],\n    \"Permissions\": [],\n    \"AccountType_e\": 1,\n    \"ThreadId\": \"41cbd0b399b14010937329b836746668\",\n    \"AccountDetails\": null\n}"},{"id":"db5f78af-07a1-4b6b-8812-25b8133c268c","name":"Employee Get (Failed)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee\": {\n        \"ThreadId\": \"91c8783099ca41f865a5854d5b13290\"\n        // OR \"ExternalId\": \"an_external_api_id\"\n        // OR \"Email\": \"SampleDel1235@fake.com\"\n    }\n}"},"url":"http://banking.local.com/api/v1/employee"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Mon, 28 Dec 2020 06:56:09 GMT"},{"key":"Content-Length","value":"87"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No matching employee found\",\n    \"error_uri\": null\n}"}],"_postman_id":"3f4e19bc-48d1-4298-8462-5563e2a03921"},{"name":"Employee Create","id":"851a0afb-b4e7-438d-9ba1-74e9f4ca2d63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee\": {\n        \"DivisionThreadIds\": [\"b7e873022a3148acb2ed8f8e82b9001d\"],\n        \"FirstName\": \"Some\",\n        \"LastName\": \"Employee 3\",\n        \"MiddleInit\": null,\n        \"NameSuffix\": null,\n        \"ExternalId\": \"extern_20260211b\",\n        \"Email\": \"SampleEmp20260211b@fake.com\",\n        \"Address1\": \"1235 Elm\",\n        \"Address2\": \"Suite C\",\n        \"City\": \"Colby\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67701\",\n        \"PhonePrimary\": \"5555555766\",\n        \"PhoneSecondary\": \"5555555766\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/employee/create","description":"<p>This creates an employee account in RLS, as long as the email and external id are unique. Do not supply a ThreadId value.</p>\n<p><strong>The ThreadId returned in the response body is very important, this is how we keep track of the employee's identity.</strong></p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","employee","create"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"7f456c68-e4d0-4eb6-bd60-37c6ee99fb72","name":"Employee Create (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"employee\": {\n        \"DivisionThreadIds\": [\"6056c75061f743c9ad1d61a1ef24ec38\"],\n        \"FirstName\": \"Some\",\n        \"LastName\": \"Employee\",\n        \"ExternalId\": \"an_api_employee_id\",\n        \"Email\": \"SampleEmp2345@fake.com\",\n        \"Address1\": \"123 Elm\",\n        \"Address2\": \"Suite C\",\n        \"City\": \"Colby\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67701\",\n        \"PhonePrimary\": \"5555555123\",\n        \"PhoneSecondary\": \"5555555123\"\n    }\n}"},"url":"http://banking.local.com/api/v1/employee/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Mon, 28 Dec 2020 16:49:36 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNca2VuZGFsXHNvdXJjZVxyZXBvc1xiYW5raW5nXEJhbmtpbmcuV2ViXGFwaVx2MVxlbXBsb3llZVxjcmVhdGU=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 29 Dec 2020 04:49:36 GMT"},{"key":"Content-Length","value":"820"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1026,\n    \"BankId\": 28,\n    \"ExternalId\": \"an_api_employee_id\",\n    \"FirstName\": \"Some\",\n    \"LastName\": \"Employee\",\n    \"FullName\": \"Some Employee\",\n    \"Username\": \"sampleemp2345@fake.com\",\n    \"Email\": \"sampleemp2345@fake.com\",\n    \"IsActive\": true,\n    \"ProfileImageFileId\": 0,\n    \"DateCreated\": \"2020-12-29T04:47:22.543\",\n    \"IsEmailValidated\": false,\n    \"ZipCode\": \"67701\",\n    \"Address1\": \"123 Elm\",\n    \"Address2\": \"Suite C\",\n    \"City\": \"Colby\",\n    \"StateCode\": \"KS\",\n    \"AddressDisplay\": \"123 Elm\\r\\nSuite C\\r\\nColby, KS 67701\",\n    \"TypeId\": 1,\n    \"PhonePrimary\": \"5555555123\",\n    \"PhonePrimaryDisplay\": \"(555) 555-5123\",\n    \"PhoneSecondary\": \"5555555123\",\n    \"DivisionThreadIds\": [\n        \"6056c75061f743c9ad1d61a1ef24ec38\"\n    ],\n    \"Permissions\": [],\n    \"AccountType_e\": 1,\n    \"ThreadId\": \"6ceac38473624610bdded20813e6fbf5\",\n    \"AccountDetails\": null\n}"}],"_postman_id":"851a0afb-b4e7-438d-9ba1-74e9f4ca2d63"},{"name":"Employee Update","id":"c7881359-dd83-43eb-b408-5c208a3e54ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee\": {\n        \"ThreadId\": \"0c1dfd4afcb7450aaf6d70549b30c6bd\",\n        \"FirstName\": \"Some\",\n        \"LastName\": \"Manager\",\n        \"MiddleInit\": null,\n        \"NameSuffix\": null,\n        \"ExternalId\": \"an_api_external_id\",\n        \"Email\": \"SampleEmp1234@fake.com\",\n        \"Address1\": \"123 Elm\",\n        \"Address2\": \"Suite E\",\n        \"City\": \"Manhattan\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66502\",\n        \"PhonePrimary\": \"5555555123\",\n        \"PhoneSecondary\": \"5555555123\"\n        // \"Changes\": [\"ZipCode\", \"City\", \"StateCode\"]\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/employee/update","description":"<p>This updates an employee account in the RLS system. If a ThreadId is not supplied, an ExternalId must be supplied.</p>\n<p><strong>ThreadId is very important, this is how we keep track of the employee's identity.</strong></p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","employee","update"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"2549861b-f19a-4695-a1f6-c56b66bc8a0f","name":"Employee Update (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee\": {\n        \"ThreadId\": \"0c1dfd4afcb7450aaf6d70549b30c6bd\",\n        \"FirstName\": \"Some\",\n        \"LastName\": \"Manager\",\n        \"ExternalId\": \"an_api_external_id\",\n        \"Email\": \"SampleEmp1234@fake.com\",\n        \"Address1\": \"123 Elm\",\n        \"Address2\": \"Suite E\",\n        \"City\": \"Manhattan\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66502\",\n        \"PhonePrimary\": \"5555555123\",\n        \"PhoneSecondary\": \"5555555123\"\n    }\n}"},"url":"http://banking.local.com/api/v1/employee/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Sun, 27 Dec 2020 19:54:25 GMT"},{"key":"Date","value":"Mon, 28 Dec 2020 07:54:25 GMT"},{"key":"Content-Length","value":"721"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1018,\n    \"BankId\": 28,\n    \"ExternalId\": \"an_api_external_id\",\n    \"FirstName\": \"Some\",\n    \"LastName\": \"Manager\",\n    \"FullName\": \"Some Manager\",\n    \"Username\": \"sampleemp1234@fake.com\",\n    \"Email\": \"sampleemp1234@fake.com\",\n    \"IsActive\": true,\n    \"ProfileImageFileId\": 0,\n    \"DateCreated\": \"2020-12-28T07:49:57.337\",\n    \"IsEmailValidated\": false,\n    \"ZipCode\": \"66502\",\n    \"Address1\": \"123 Elm\",\n    \"Address2\": \"Suite E\",\n    \"City\": \"Manhattan\",\n    \"StateCode\": \"KS\",\n    \"AddressDisplay\": \"123 Elm\\r\\nSuite E\\r\\nManhattan, KS 66502\",\n    \"TypeId\": 1,\n    \"PhonePrimary\": \"5555555123\",\n    \"PhonePrimaryDisplay\": \"(555) 555-5123\",\n    \"PhoneSecondary\": \"5555555123\",\n    \"DivisionThreadIds\": [\n        \"6056c75061f743c9ad1d61a1ef24ec38\"\n    ],\n    \"Permissions\": [],\n    \"AccountType_e\": 1,\n    \"ThreadId\": \"0c1dfd4afcb7450aaf6d70549b30c6bd\",\n    \"AccountDetails\": null\n}"},{"id":"3e954775-263c-4bb3-8c4f-b71d5dde9885","name":"Employee Update (Failed)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee\": {\n        \"ThreadId\": \"6056c75061f743c9ad1d61a1ef24ec38\",\n        \"FirstName\": \"Some\",\n        \"LastName\": \"Manager\",\n        \"ExternalId\": \"an_api_external_id\",\n        \"Email\": \"SampleEmp1234@fake.com\",\n        \"Address1\": \"123 Elm\",\n        \"Address2\": \"Suite E\",\n        \"City\": \"Manhattan\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66502\",\n        \"PhonePrimary\": \"5555555123\",\n        \"PhoneSecondary\": \"5555555123\"\n    }\n}"},"url":"https://{{env}}.renovationlendingsoftware.com/api/v1/employee/update"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"101"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Mon, 28 Dec 2020 07:52:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No employee for supplied ThreadId exists\",\n    \"error_uri\": null\n}"}],"_postman_id":"c7881359-dd83-43eb-b408-5c208a3e54ac"},{"name":"Employee Upsert","id":"3d182a52-17b9-4a1a-8488-0bce1fe3aa6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee\": {\n        \"FirstName\": \"Frank\",\n        \"LastName\": \"Worker\",\n        \"ExternalId\": \"frank_worker_20240503\",\n        \"Email\": \"frank_worker_20240503@fake.com\",\n        \"Address1\": \"101 Madison St\",\n        \"City\": \"Derby\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67037\",\n        \"PhonePrimary\": \"5552589091\",\n        \"PhoneSecondary\": \"5555555456\"\n        // \"Changes\": [\"PhonePrimary\", \"Address1\"]\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/employee/upsert","description":"<p>Takes same data as Employee Update, but will insert a new record if one does not exist.</p>\n<p>Checks for existing employees by ThreadId, and then ExternalId if ThreadId was not supplied.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","employee","upsert"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"acf5f904-eb48-4a87-baef-e55d52ccc95a","name":"Employee Upsert (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee\": {\n        \"FirstName\": \"Frank\",\n        \"LastName\": \"Worker\",\n        \"ExternalId\": \"frank_worker_20240503\",\n        \"Email\": \"frank_worker_20240503@fake.com\",\n        \"Address1\": \"123 Madison St\",\n        \"City\": \"Derby\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67037\",\n        \"PhonePrimary\": \"5555555234\",\n        \"PhoneSecondary\": \"5555555456\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/employee/upsert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Fri, 03 May 2024 16:25:33 GMT"},{"key":"Date","value":"Sat, 04 May 2024 04:25:33 GMT"},{"key":"Content-Length","value":"816"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 29000389,\n    \"BankId\": 28,\n    \"ExternalId\": \"frank_worker_20240503\",\n    \"FirstName\": \"Frank\",\n    \"LastName\": \"Worker\",\n    \"MiddleInit\": null,\n    \"NameSuffix\": null,\n    \"FullName\": \"Frank Worker\",\n    \"Title\": null,\n    \"Username\": \"frank_worker_20240503@fake.com\",\n    \"Email\": \"frank_worker_20240503@fake.com\",\n    \"EmailCC\": null,\n    \"IsActive\": true,\n    \"DateCreated\": \"2024-05-04T04:24:49.493\",\n    \"ZipCode\": \"67037\",\n    \"Address1\": \"123 Madison St\",\n    \"Address2\": null,\n    \"City\": \"Derby\",\n    \"StateCode\": \"KS\",\n    \"AddressDisplay\": \"123 Madison St\\r\\nDerby, KS 67037\",\n    \"AddressCSZ\": \"Derby, KS 67037\",\n    \"TypeId\": 1,\n    \"PhonePrimary\": \"5555555234\",\n    \"PhonePrimaryDisplay\": \"(555) 555-5234\",\n    \"PhoneSecondary\": \"5555555456\",\n    \"PayeeCode\": null,\n    \"PayeeCode2\": null,\n    \"DivisionThreadIds\": [\n        \"7056c75061f743c9ad1d61a1ef24ec38\"\n    ],\n    \"Permissions\": [],\n    \"AccountDetails\": null,\n    \"AccountType_e\": 1,\n    \"ThreadId\": \"0d80ca22113e40e487ecf8c72dbeea89\"\n}"},{"id":"8563a4f8-f245-43b8-9370-a07c28876234","name":"Employee Upsert (Failure)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"employee\": {\n        \"FirstName\": \"Frank\",\n        \"LastName\": \"Worker\",\n        \"ExternalId\": \"\",\n        \"Email\": \"frank_worker_20240503@fake.com\",\n        \"Address1\": \"123 Madison St\",\n        \"City\": \"Derby\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67037\",\n        \"PhonePrimary\": \"5555555234\",\n        \"PhoneSecondary\": \"5555555456\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/employee/upsert"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Sat, 04 May 2024 04:26:10 GMT"},{"key":"Content-Length","value":"159"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"{\\\"error\\\":\\\"unprocessable entity\\\",\\\"error_description\\\":\\\"Upserted Employees must have a ThreadId or ExternalId supplied.\\\",\\\"error_uri\\\":null}\"\n}"}],"_postman_id":"3d182a52-17b9-4a1a-8488-0bce1fe3aa6e"},{"name":"Employee Bulk","id":"5c40917d-daa2-466e-b793-8d07c36cdf9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"upsert\",\r\n        \"ExternalId\": \"Employee20231219A\",\r\n        \"FirstName\": \"Bulky\",\r\n        \"LastName\": \"Bulkinson\",\r\n        \"Email\": \"20231219a@employee.test\",\r\n        \"Address1\": \"456 E Vine St\",\r\n        \"City\": \"Gering\",\r\n        \"StateCode\": \"NE\",\r\n        \"ZipCode\": \"69341\",\r\n        \"PhonePrimary\": \"5555555544\"\r\n        // \"Changes\": [\"FirstName\", \"LastName\"]\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/employee/bulk","description":"<p>Submit new employees and updates to existing employees in bulk.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","employee","bulk"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"df9bc6de-00f9-457a-8c97-423d9a265da1","name":"Employee Bulk - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"create\",\r\n        \"ExternalId\": \"Employee20231219A\",\r\n        \"FirstName\": \"Some\",\r\n        \"LastName\": \"Employee\",\r\n        \"Email\": \"20231219a@employee.test\",\r\n        \"Address1\": \"456 E Vine St\",\r\n        \"City\": \"Gering\",\r\n        \"StateCode\": \"NE\",\r\n        \"ZipCode\": \"69341\",\r\n        \"PhonePrimary\": \"5555555544\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/employee/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 09:56:54 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 21:56:54 GMT"},{"key":"Content-Length","value":"360"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T21:56:53.8544922Z\",\n    \"EndedAt\": \"2023-12-20T21:56:54.8591942Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 1,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 0,\n    \"NumUpdateFailure\": 0,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 0,\n    \"Problems\": []\n}"},{"id":"cc093c77-585a-42e5-8bd7-f0b7a7e37819","name":"Employee Bulk - Problems","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"update\",\r\n        \"ExternalId\": \"Employee20231219B\",\r\n        \"FirstName\": \"Missing\",\r\n        \"LastName\": \"Employee\",\r\n        \"Email\": \"20231219b@employee.test\",\r\n        \"Address1\": \"789 E Climb St\",\r\n        \"City\": \"Scottsbluff\",\r\n        \"StateCode\": \"NE\",\r\n        \"ZipCode\": \"69361\",\r\n        \"PhonePrimary\": \"5555555545\"\r\n    },\r\n    {\r\n        \"Mode\": \"create\",\r\n        \"ExternalId\": \"\"\r\n    },\r\n    {\r\n        \"Mode\": \"invalid\",\r\n        \"ExternalId\": \"\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/employee/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 10:01:47 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 22:01:47 GMT"},{"key":"Content-Length","value":"558"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T22:01:47.2608176Z\",\n    \"EndedAt\": \"2023-12-20T22:01:47.3551494Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 0,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 1,\n    \"NumUpdateFailure\": 1,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 1,\n    \"Problems\": [\n        {\n            \"Index\": 0,\n            \"Message\": \"No Employee for supplied ExternalId exists.\"\n        },\n        {\n            \"Index\": 1,\n            \"Message\": \"New Employees must have an ExternalId supplied.\"\n        },\n        {\n            \"Index\": 2,\n            \"Message\": \"Mode \\\"invalid\\\" is not supported.\"\n        }\n    ]\n}"}],"_postman_id":"5c40917d-daa2-466e-b793-8d07c36cdf9e"},{"name":"Loan Positions","id":"1f8a6dc5-fe1b-482a-bf73-1ecca36e30ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    // include one (and only) of these:\n    \"loan_threadId\": \"d99683c4577a454e9cfa732998a777cb\"\n    // \"loan_number\": \"3103001234\"\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/positions","description":"<p>Send one loan identifier (<code>loan_threadId</code> or <code>loan_number</code>).</p>\n<p>This will return the names of the available positions that employees can be tied to. Position available vary by what division a loan is for.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","positions"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"78a0968d-60f9-4c2b-9554-3d07446bdda9","name":"Loan Positions (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"0efbdedcefe941eaaf9db99726772313\"\n}"},"url":"http://banking.local.com/api/v1/loan/positions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Sun, 27 Dec 2020 20:06:08 GMT"},{"key":"Date","value":"Mon, 28 Dec 2020 08:06:08 GMT"},{"key":"Content-Length","value":"116"}],"cookie":[],"responseTime":null,"body":"{\n    \"Names\": [\n        \"AE\",\n        \"AEA\",\n        \"Broker\",\n        \"Closer\",\n        \"Draw Administrator\",\n        \"Loan Officer\",\n        \"Processor\",\n        \"This is new\",\n        \"Underwriter\"\n    ]\n}"}],"_postman_id":"1f8a6dc5-fe1b-482a-bf73-1ecca36e30ae"},{"name":"Lookup Divisions","id":"9ae0721f-5254-476c-aa26-56fbe4925427","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/divisions","description":"<p>This will return the ThreadId, Editable Name, and System Name of available divisions for the lender.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","lookup","divisions"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"0afb2f82-57b1-4f79-9270-9c5322ef9352","name":"Lookup Divisions - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","description":"The access token given through authentication","type":"text"}],"url":"https://local.renovationlendingsoftware.com/api/v1/lookup/divisions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 09:08:34 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 21:08:34 GMT"},{"key":"Content-Length","value":"470"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"DivisionThreadId\": \"11223344556677889900aabbccddeeff\",\n        \"SystemName\": \"default\",\n        \"EditableName\": \"MyLender\"\n    },\n    {\n        \"DivisionThreadId\": \"ffeeddccbbaa00998877665544332211\",\n        \"SystemName\": \"mylender_retail\",\n        \"EditableName\": \"MyLender Retail\"\n    }\n]"}],"_postman_id":"9ae0721f-5254-476c-aa26-56fbe4925427"},{"name":"Lookup Positions","id":"4e543935-53b0-420a-b044-15959ad673b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/positions","description":"<p>This will return the Name and DivisionThreadId for every position available for the lender.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","lookup","positions"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"96ab6c46-68b8-41bb-9094-22f9b2c4e60f","name":"Lookup Positions - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/positions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 09:11:22 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 21:11:22 GMT"},{"key":"Content-Length","value":"2331"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"DivisionThreadId\": \"11223344556677889900aabbccddeeff\",\n        \"Name\": \"Underwriter\"\n    },\n    {\n        \"DivisionThreadId\": \"11223344556677889900aabbccddeeff\",\n        \"Name\": \"Draw Administrator\"\n    },\n    {\n        \"DivisionThreadId\": \"11223344556677889900aabbccddeeff\",\n        \"Name\": \"Loan Officer\"\n    },\n    {\n        \"DivisionThreadId\": \"ffeeddccbbaa00998877665544332211\",\n        \"Name\": \"Underwriter\"\n    },\n    {\n        \"DivisionThreadId\": \"ffeeddccbbaa00998877665544332211\",\n        \"Name\": \"Draw Administrator\"\n    },\n    {\n        \"DivisionThreadId\": \"ffeeddccbbaa00998877665544332211\",\n        \"Name\": \"Loan Officer\"\n    },\n    {\n        \"DivisionThreadId\": \"ffeeddccbbaa00998877665544332211\",\n        \"Name\": \"Validation Reviewer\"\n    },\n    {\n        \"DivisionThreadId\": \"ffeeddccbbaa00998877665544332211\",\n        \"Name\": \"Closer\"\n    },\n    {\n        \"DivisionThreadId\": \"ffeeddccbbaa00998877665544332211\",\n        \"Name\": \"Accounting\"\n    }\n]"}],"_postman_id":"4e543935-53b0-420a-b044-15959ad673b9"},{"name":"Lookup Loan Occupancies","id":"822ea308-2415-4459-ab9f-b625f48d7303","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/loan_occupancies","description":"<p>This will available values (Name and Id) to use with <code>LoanOccupancyId</code>.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","lookup","loan_occupancies"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"51e5d501-015a-43e7-a277-d968146d9c52","name":"Lookup Loan Occupancies - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/loan_occupancies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 09:16:55 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 21:16:55 GMT"},{"key":"Content-Length","value":"101"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1,\n        \"Name\": \"Primary Residence\"\n    },\n    {\n        \"Id\": 2,\n        \"Name\": \"2nd Home\"\n    },\n    {\n        \"Id\": 3,\n        \"Name\": \"Non-Owner Occupied\"\n    }\n]"}],"_postman_id":"822ea308-2415-4459-ab9f-b625f48d7303"},{"name":"Lookup Loan Purposes","id":"4b1c8823-5736-4469-a262-b2518cf21af1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/loan_purposes","description":"<p>This will available values (Name and Id) to use with <code>LoanPurposeId</code>.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","lookup","loan_purposes"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"9ebbbc6d-fd73-4a17-8cc2-b078ab73255a","name":"Lookup Loan Purposes - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/loan_purposes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 09:17:20 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 21:17:20 GMT"},{"key":"Content-Length","value":"56"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1,\n        \"Name\": \"Purchase\"\n    },\n    {\n        \"Id\": 2,\n        \"Name\": \"Refinance\"\n    }\n]"}],"_postman_id":"4b1c8823-5736-4469-a262-b2518cf21af1"},{"name":"Lookup Loan Statuses","id":"3212e539-cf59-4e36-bc17-3a68a385e5e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/loan_statuses","description":"<p>This will available values (Name and Id) to use with <code>LoanStatusId</code>.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","lookup","loan_statuses"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"20174638-67d3-4d8f-9274-92d0d4b2edde","name":"Lookup Loan Statuses - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/loan_statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 09:17:39 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 21:17:39 GMT"},{"key":"Content-Length","value":"117"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1,\n        \"Name\": \"Pre-Closing\"\n    },\n    {\n        \"Id\": 2,\n        \"Name\": \"Post-Closing\"\n    },\n    {\n        \"Id\": 3,\n        \"Name\": \"Finished\"\n    },\n    {\n        \"Id\": 4,\n        \"Name\": \"Cancelled\"\n    }\n]"}],"_postman_id":"3212e539-cf59-4e36-bc17-3a68a385e5e9"},{"name":"Lookup Loan Types","id":"0f53b6b7-87a9-4ea9-ac25-f72987e65922","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/loan_types","description":"<p>This will available values (Name and Id) to use with <code>LoanTypeId</code>.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","lookup","loan_types"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"81072362-6050-4e26-a432-1f1292cf08b5","name":"Lookup Loan Types - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/loan_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 09:24:02 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 21:24:02 GMT"},{"key":"Content-Length","value":"716"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1,\n        \"Name\": \"203k Full\"\n    },\n    {\n        \"Id\": 2,\n        \"Name\": \"203k Limited\"\n    },\n    {\n        \"Id\": 3,\n        \"Name\": \"HomeStyle - Fannie Mae\"\n    },\n    {\n        \"Id\": 4,\n        \"Name\": \"Escrow Holdback\"\n    },\n    {\n        \"Id\": 5,\n        \"Name\": \"VA Renovation\"\n    },\n    {\n        \"Id\": 6,\n        \"Name\": \"Construction to Perm\"\n    },\n    {\n        \"Id\": 7,\n        \"Name\": \"SONYMA-Remodel NY\"\n    },\n    {\n        \"Id\": 8,\n        \"Name\": \"Choice Reno - Freddie Mac\"\n    },\n    {\n        \"Id\": 9,\n        \"Name\": \"Private Funding\"\n    },\n    {\n        \"Id\": 10,\n        \"Name\": \"USDA Renovation\"\n    },\n    {\n        \"Id\": 11,\n        \"Name\": \"Repair Escrow - VA\"\n    },\n    {\n        \"Id\": 12,\n        \"Name\": \"Repair Escrow - FHA\"\n    },\n    {\n        \"Id\": 13,\n        \"Name\": \"Repair Escrow - FNMA\"\n    },\n    {\n        \"Id\": 14,\n        \"Name\": \"Repair Escrow - USDA\"\n    },\n    {\n        \"Id\": 15,\n        \"Name\": \"Repair Escrow - Other\"\n    },\n    {\n        \"Id\": 16,\n        \"Name\": \"HomeReady\"\n    },\n    {\n        \"Id\": 17,\n        \"Name\": \"3-Step\"\n    },\n    {\n        \"Id\": 18,\n        \"Name\": \"VA Alterations\"\n    },\n    {\n        \"Id\": 19,\n        \"Name\": \"Renovation Express\"\n    },\n    {\n        \"Id\": 20,\n        \"Name\": \"Jumbo Renovation\"\n    }\n]"}],"_postman_id":"0f53b6b7-87a9-4ea9-ac25-f72987e65922"},{"name":"Lookup Checklist Tags","id":"4601836c-8a9a-4f37-b20a-f9d223184e07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/checklist_tags","description":"<p>This lists the system checklist tags, both by their label (may change) and internal system name (fixed / immutable).</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","lookup","checklist_tags"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"6c1c8af8-4933-47b5-9a15-d3abe95163bf","name":"Lookup Checklist Tags - Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/checklist_tags"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Mon, 19 Jan 2026 08:45:49 GMT"},{"key":"Date","value":"Mon, 19 Jan 2026 20:45:49 GMT"},{"key":"Content-Length","value":"4438"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"Acknowledgment\",\n        \"SystemName\": \"ack\"\n    },\n    {\n        \"Name\": \"Appraisal\",\n        \"SystemName\": \"appraisal\"\n    },\n    {\n        \"Name\": \"Architectural Drawing\",\n        \"SystemName\": \"arch_drawing\"\n    },\n    {\n        \"Name\": \"Borrower Acknowledgment\",\n        \"SystemName\": \"borrow_ack\"\n    },\n    {\n        \"Name\": \"Budget Tool\",\n        \"SystemName\": \"apm_budget\"\n    },\n    {\n        \"Name\": \"Builder Contract\",\n        \"SystemName\": \"builder_contract\"\n    },\n    {\n        \"Name\": \"Builder Deposit \",\n        \"SystemName\": \"builder_deposit\"\n    },\n    {\n        \"Name\": \"Builder Information Report\",\n        \"SystemName\": \"bir\"\n    },\n    {\n        \"Name\": \"Builders Risk Insurance\",\n        \"SystemName\": \"builder_risk_ins\"\n    },\n    {\n        \"Name\": \"CD - Closing Disclosure\",\n        \"SystemName\": \"closing_disclose\"\n    },\n    {\n        \"Name\": \"Change Order\",\n        \"SystemName\": \"change_order\"\n    },\n    {\n        \"Name\": \"Check Request\",\n        \"SystemName\": \"check_req\"\n    },\n    {\n        \"Name\": \"Completed PIR\",\n        \"SystemName\": \"completed_pir\"\n    },\n    {\n        \"Name\": \"Consultant Invoice\",\n        \"SystemName\": \"cons_inv\"\n    },\n    {\n        \"Name\": \"Consultant W-9\",\n        \"SystemName\": \"cons_w9\"\n    },\n    {\n        \"Name\": \"Consumer Tips\",\n        \"SystemName\": \"consumer_tips\"\n    },\n    {\n        \"Name\": \"Contractor / Builder Bid\",\n        \"SystemName\": \"ctr_bid\"\n    },\n    {\n        \"Name\": \"Contractor / Builder License\",\n        \"SystemName\": \"ctr_lic_reg\"\n    },\n    {\n        \"Name\": \"Contractor / Builder W-9\",\n        \"SystemName\": \"ctr_w9\"\n    },\n    {\n        \"Name\": \"Contractor ACH / Wiring Instructions\",\n        \"SystemName\": \"ctr_ach_form\"\n    },\n    {\n        \"Name\": \"Contractor Acknowledgement\",\n        \"SystemName\": \"ctr_ack\"\n    },\n    {\n        \"Name\": \"Contractor Assets / Initial Draw \",\n        \"SystemName\": \"ctr_assets\"\n    },\n    {\n        \"Name\": \"Contractor Attestation\",\n        \"SystemName\": \"ctr_attest\"\n    },\n    {\n        \"Name\": \"Contractor LexisNexis Report\",\n        \"SystemName\": \"ctr_lexis_nexis_rept\"\n    },\n    {\n        \"Name\": \"Contractor Profile / Questionnaire\",\n        \"SystemName\": \"ctr_prof_questionnaire\"\n    },\n    {\n        \"Name\": \"Contractor Registration\",\n        \"SystemName\": \"\"\n    },\n    {\n        \"Name\": \"Disbursement Instructions\",\n        \"SystemName\": \"disburse_instruct\"\n    },\n    {\n        \"Name\": \"Disclosure Statement for Residential Construction Contract (TX Loans Only)\",\n        \"SystemName\": \"disclose_res_construct_contract_tx\"\n    },\n    {\n        \"Name\": \"Draw Authorization \",\n        \"SystemName\": \"draw_auth\"\n    },\n    {\n        \"Name\": \"Draw Schedule \",\n        \"SystemName\": \"draw_sched\"\n    },\n    {\n        \"Name\": \"FHA Closeout\",\n        \"SystemName\": \"fha_closeout\"\n    },\n    {\n        \"Name\": \"FHA Extension\",\n        \"SystemName\": \"fha_ext\"\n    },\n    {\n        \"Name\": \"Final Reno Package\",\n        \"SystemName\": \"reno_pkg_final\"\n    },\n    {\n        \"Name\": \"Final Report\",\n        \"SystemName\": \"rept_final\"\n    },\n    {\n        \"Name\": \"Funding Recap\",\n        \"SystemName\": \"funding_recap\"\n    },\n    {\n        \"Name\": \"GL Insurance\",\n        \"SystemName\": \"ctr_liab_ins\"\n    },\n    {\n        \"Name\": \"HOCA\",\n        \"SystemName\": \"hoca\"\n    },\n    {\n        \"Name\": \"Identity of Interest\",\n        \"SystemName\": \"ioi\"\n    },\n    {\n        \"Name\": \"Identity of Interest (Borrower)\",\n        \"SystemName\": \"borrow_ioi\"\n    },\n    {\n        \"Name\": \"Identity of Interest (Consultant)\",\n        \"SystemName\": \"cons_ioi\"\n    },\n    {\n        \"Name\": \"Identity of Interest (Contractor)\",\n        \"SystemName\": \"ctr_ioi\"\n    },\n    {\n        \"Name\": \"Invoice\",\n        \"SystemName\": \"inv\"\n    },\n    {\n        \"Name\": \"IRS Validation\",\n        \"SystemName\": \"irs_val\"\n    },\n    {\n        \"Name\": \"Land Deed \",\n        \"SystemName\": \"land_deed\"\n    },\n    {\n        \"Name\": \"Lead Based Paint Cert.\",\n        \"SystemName\": \"lead_paint_cert\"\n    },\n    {\n        \"Name\": \"Letter of Completion\",\n        \"SystemName\": \"ltr_of_complete\"\n    },\n    {\n        \"Name\": \"Lien Waiver / Release\",\n        \"SystemName\": \"lien_waive\"\n    },\n    {\n        \"Name\": \"Material Advance\",\n        \"SystemName\": \"material_adv\"\n    },\n    {\n        \"Name\": \"Material Draw Letter\",\n        \"SystemName\": \"draw_letter\"\n    },\n    {\n        \"Name\": \"Misc - 3rd Party Bids\",\n        \"SystemName\": \"third_party_bids\"\n    },\n    {\n        \"Name\": \"MMW\",\n        \"SystemName\": \"fnma_1035\"\n    },\n    {\n        \"Name\": \"Notice to Contractor \",\n        \"SystemName\": \"notice_to_ctr\"\n    },\n    {\n        \"Name\": \"Other (Loan Documents)\",\n        \"SystemName\": \"other_ld\"\n    },\n    {\n        \"Name\": \"Other (Project Docs)\",\n        \"SystemName\": \"other_pd\"\n    },\n    {\n        \"Name\": \"Other (Resume, LOX ETC)\",\n        \"SystemName\": \"other_rl\"\n    },\n    {\n        \"Name\": \"Permit Certification\",\n        \"SystemName\": \"permit_cert\"\n    },\n    {\n        \"Name\": \"Permits\",\n        \"SystemName\": \"permit_cert_form\"\n    },\n    {\n        \"Name\": \"Plans / Specs\",\n        \"SystemName\": \"plans_specs\"\n    },\n    {\n        \"Name\": \"Prelim Title Report\",\n        \"SystemName\": \"prelim_title_rept\"\n    },\n    {\n        \"Name\": \"Principal Reduction Request\",\n        \"SystemName\": \"principal_reduct_req\"\n    },\n    {\n        \"Name\": \"Project Approval - CAR\",\n        \"SystemName\": \"project_approve_car\"\n    },\n    {\n        \"Name\": \"Reference Checks\",\n        \"SystemName\": \"reference_checks\"\n    },\n    {\n        \"Name\": \"Rehab. Loan Agreement\",\n        \"SystemName\": \"rehab_loan_agree\"\n    },\n    {\n        \"Name\": \"Rehab. Loan Rider\",\n        \"SystemName\": \"rehab_loan_rider\"\n    },\n    {\n        \"Name\": \"Renovation Contract (FNMA 3730)\",\n        \"SystemName\": \"reno_contract_3730\"\n    },\n    {\n        \"Name\": \"Renovation Loan Agreement (Form 3731)\",\n        \"SystemName\": \"reno_form_3731\"\n    },\n    {\n        \"Name\": \"Site / Plot Plan\",\n        \"SystemName\": \"site_plot_plan\"\n    },\n    {\n        \"Name\": \"SOR / WWU / SOW (Consultant Report)\",\n        \"SystemName\": \"sor\"\n    },\n    {\n        \"Name\": \"Structural Engineer Report\",\n        \"SystemName\": \"structural_engineer_rept\"\n    },\n    {\n        \"Name\": \"Survey\",\n        \"SystemName\": \"survey\"\n    },\n    {\n        \"Name\": \"Title Update\",\n        \"SystemName\": \"title_update\"\n    },\n    {\n        \"Name\": \"VA Registration Number\",\n        \"SystemName\": \"va_reg\"\n    },\n    {\n        \"Name\": \"Verification with Contractor\",\n        \"SystemName\": \"verify_with_ctr\"\n    },\n    {\n        \"Name\": \"WC Insurance\",\n        \"SystemName\": \"ctr_work_comp_ins\"\n    }\n]"}],"_postman_id":"4601836c-8a9a-4f37-b20a-f9d223184e07"},{"name":"Lookup Checklist Tag Config","id":"b572be05-f696-4712-b66f-f0ddddd2105d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/checklist_tag_config","description":"<p>This lists the checklists enabled and what loan types are using them for the supplied <code>DivisionThreadId</code>.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","lookup","checklist_tag_config"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"c58d7824-2490-4a99-8018-02cd7afd17aa","name":"Lookup Checklist Tag Config - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/lookup/checklist_tag_config"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Mon, 19 Jan 2026 08:38:01 GMT"},{"key":"Date","value":"Mon, 19 Jan 2026 20:38:01 GMT"},{"key":"Content-Length","value":"7009"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Name\": \"Contractor Registration\",\n        \"SystemName\": \"\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Acknowledgment\",\n        \"SystemName\": \"ack\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Budget Tool\",\n        \"SystemName\": \"apm_budget\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Appraisal\",\n        \"SystemName\": \"appraisal\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Architectural Drawing\",\n        \"SystemName\": \"arch_drawing\",\n        \"Enabled\": true,\n        \"LoanTypeIds\": [\n            6\n        ]\n    },\n    {\n        \"Name\": \"Builder Information Report\",\n        \"SystemName\": \"bir\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Borrower Acknowledgment\",\n        \"SystemName\": \"borrow_ack\",\n        \"Enabled\": true,\n        \"LoanTypeIds\": [\n            1\n        ]\n    },\n    {\n        \"Name\": \"Identity of Interest (Borrower)\",\n        \"SystemName\": \"borrow_ioi\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Builder Contract\",\n        \"SystemName\": \"builder_contract\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Builder Deposit \",\n        \"SystemName\": \"builder_deposit\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Builders Risk Insurance\",\n        \"SystemName\": \"builder_risk_ins\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Change Order\",\n        \"SystemName\": \"change_order\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Check Request\",\n        \"SystemName\": \"check_req\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"CD - Closing Disclosure\",\n        \"SystemName\": \"closing_disclose\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Completed PIR\",\n        \"SystemName\": \"completed_pir\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Consultant Invoice\",\n        \"SystemName\": \"cons_inv\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Identity of Interest (Consultant)\",\n        \"SystemName\": \"cons_ioi\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Consultant W-9\",\n        \"SystemName\": \"cons_w9\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Consumer Tips\",\n        \"SystemName\": \"consumer_tips\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Contractor ACH / Wiring Instructions\",\n        \"SystemName\": \"ctr_ach_form\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Contractor Acknowledgement\",\n        \"SystemName\": \"ctr_ack\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Contractor Assets / Initial Draw \",\n        \"SystemName\": \"ctr_assets\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Contractor Attestation\",\n        \"SystemName\": \"ctr_attest\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Contractor / Builder Bid\",\n        \"SystemName\": \"ctr_bid\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Identity of Interest (Contractor)\",\n        \"SystemName\": \"ctr_ioi\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Contractor LexisNexis Report\",\n        \"SystemName\": \"ctr_lexis_nexis_rept\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"GL Insurance\",\n        \"SystemName\": \"ctr_liab_ins\",\n        \"Enabled\": true,\n        \"LoanTypeIds\": [\n            1,\n            2,\n            3,\n            5,\n            4,\n            6,\n            7,\n            8,\n            23,\n            21,\n            20,\n            9,\n            15,\n            13,\n            10,\n            24,\n            22,\n            12,\n            11\n        ]\n    },\n    {\n        \"Name\": \"Contractor / Builder License\",\n        \"SystemName\": \"ctr_lic_reg\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Contractor Profile / Questionnaire\",\n        \"SystemName\": \"ctr_prof_questionnaire\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Contractor / Builder W-9\",\n        \"SystemName\": \"ctr_w9\",\n        \"Enabled\": true,\n        \"LoanTypeIds\": [\n            1,\n            2,\n            3,\n            5,\n            4,\n            7,\n            6,\n            8,\n            17,\n            16,\n            19,\n            14,\n            24,\n            23,\n            21,\n            20,\n            9,\n            22,\n            12,\n            13,\n            15,\n            11,\n            10\n        ]\n    },\n    {\n        \"Name\": \"WC Insurance\",\n        \"SystemName\": \"ctr_work_comp_ins\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Disbursement Instructions\",\n        \"SystemName\": \"disburse_instruct\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Disclosure Statement for Residential Construction Contract (TX Loans Only)\",\n        \"SystemName\": \"disclose_res_construct_contract_tx\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Draw Authorization \",\n        \"SystemName\": \"draw_auth\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Material Draw Letter\",\n        \"SystemName\": \"draw_letter\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Draw Schedule \",\n        \"SystemName\": \"draw_sched\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"FHA Closeout\",\n        \"SystemName\": \"fha_closeout\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"FHA Extension\",\n        \"SystemName\": \"fha_ext\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"MMW\",\n        \"SystemName\": \"fnma_1035\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Funding Recap\",\n        \"SystemName\": \"funding_recap\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"HOCA\",\n        \"SystemName\": \"hoca\",\n        \"Enabled\": true,\n        \"LoanTypeIds\": [\n            1,\n            2\n        ]\n    },\n    {\n        \"Name\": \"Invoice\",\n        \"SystemName\": \"inv\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Identity of Interest\",\n        \"SystemName\": \"ioi\",\n        \"Enabled\": true,\n        \"LoanTypeIds\": [\n            1,\n            2,\n            3,\n            5,\n            4,\n            6,\n            7,\n            8,\n            24,\n            22,\n            12\n        ]\n    },\n    {\n        \"Name\": \"IRS Validation\",\n        \"SystemName\": \"irs_val\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Land Deed \",\n        \"SystemName\": \"land_deed\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Lead Based Paint Cert.\",\n        \"SystemName\": \"lead_paint_cert\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Lien Waiver / Release\",\n        \"SystemName\": \"lien_waive\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Letter of Completion\",\n        \"SystemName\": \"ltr_of_complete\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Material Advance\",\n        \"SystemName\": \"material_adv\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Notice to Contractor \",\n        \"SystemName\": \"notice_to_ctr\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Other (Loan Documents)\",\n        \"SystemName\": \"other_ld\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Other (Project Docs)\",\n        \"SystemName\": \"other_pd\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Other (Resume, LOX ETC)\",\n        \"SystemName\": \"other_rl\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Permit Certification\",\n        \"SystemName\": \"permit_cert\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Permits\",\n        \"SystemName\": \"permit_cert_form\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Plans / Specs\",\n        \"SystemName\": \"plans_specs\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Prelim Title Report\",\n        \"SystemName\": \"prelim_title_rept\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Principal Reduction Request\",\n        \"SystemName\": \"principal_reduct_req\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Project Approval - CAR\",\n        \"SystemName\": \"project_approve_car\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Reference Checks\",\n        \"SystemName\": \"reference_checks\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Rehab. Loan Agreement\",\n        \"SystemName\": \"rehab_loan_agree\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Rehab. Loan Rider\",\n        \"SystemName\": \"rehab_loan_rider\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Renovation Contract (FNMA 3730)\",\n        \"SystemName\": \"reno_contract_3730\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Renovation Loan Agreement (Form 3731)\",\n        \"SystemName\": \"reno_form_3731\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Final Reno Package\",\n        \"SystemName\": \"reno_pkg_final\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Final Report\",\n        \"SystemName\": \"rept_final\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Site / Plot Plan\",\n        \"SystemName\": \"site_plot_plan\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"SOR / WWU / SOW (Consultant Report)\",\n        \"SystemName\": \"sor\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Structural Engineer Report\",\n        \"SystemName\": \"structural_engineer_rept\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Survey\",\n        \"SystemName\": \"survey\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Misc - 3rd Party Bids\",\n        \"SystemName\": \"third_party_bids\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Title Update\",\n        \"SystemName\": \"title_update\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"VA Registration Number\",\n        \"SystemName\": \"va_reg\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    },\n    {\n        \"Name\": \"Verification with Contractor\",\n        \"SystemName\": \"verify_with_ctr\",\n        \"Enabled\": false,\n        \"LoanTypeIds\": []\n    }\n]"}],"_postman_id":"b572be05-f696-4712-b66f-f0ddddd2105d"},{"name":"Loan Position Add","id":"877e565f-c8d2-4453-b20a-29d8d558e055","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    // include one (and only) of these:\n    \"loan_threadId\": \"d99683c4577a454e9cfa732998a777cb\",\n    // \"loan_number\": \"3103001234\",\n\n    // include one (and only) of these:\n    \"account_threadId\": \"2d8c936450f44c92bfde385d85680134\",\n    // \"account_externalId\": \"APITEST3003\",\n\n    // always include:\n    \"positionName\": \"AE\"\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/positionadd","description":"<p>Will add an employee to a position on the loan.</p>\n<p>Send one loan identifier (<code>loan_threadId</code> or <code>loan_number</code>), one employee identifier (<code>account_threadId</code> or <code>account_externalId</code>), and the position name (<code>positionName</code>).</p>\n<p>Behaviors:</p>\n<ul>\n<li>The account must be an employee or the operation will be rejected. Other types of accounts (e.g. Borrower) cannot be used as employees.</li>\n<li>If another account is already tied to the named position, they will be replaced by the supplied account.</li>\n</ul>\n<p>This will return a full loan object.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","positionadd"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"8b0ba9fa-4488-45be-bb35-ffeb40bfdd0c","name":"Loan Position Add (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"0efbdedcefe941eaaf9db99726772313\",\n    \"account_threadId\": \"0c1dfd4afcb7450aaf6d70549b30c6bd\",\n    \"positionName\": \"AEA\"\n}"},"url":"http://banking.local.com/api/v1/loan/positionadd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Sun, 27 Dec 2020 20:02:23 GMT"},{"key":"Date","value":"Mon, 28 Dec 2020 08:02:23 GMT"},{"key":"Content-Length","value":"7792"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 303,\n    \"BankId\": 28,\n    \"LoanNumber\": \"Test Borrower Login #3\",\n    \"ThreadId\": \"0efbdedcefe941eaaf9db99726772313\",\n    \"PermitDocumentThreadId\": \"32d29fbcb2e447ccaecc75044fe38fd6\",\n    \"Address1\": null,\n    \"Address2\": null,\n    \"City\": null,\n    \"StateCode\": null,\n    \"ZipCode\": null,\n    \"DateCreated\": \"2020-12-24T17:33:28.467\",\n    \"Details\": {\n        \"MortgageEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"TitleEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"InspectionEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"ReleaseToBorrower\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Holdback\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:29.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:29.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:30.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:30.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:31.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:31.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"MortgagePrincipalReduction\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Repairs\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:29.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:29.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:30.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:30.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Inspection Fees\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:31.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:31.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Title Updates\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:32.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:32.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Mortgage Pmt\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:33.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:33.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:34.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:34.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"EscrowTotal\": 0,\n        \"EscrowRemaining\": 0,\n        \"ReceivedDate\": \"0001-01-01T00:00:00\",\n        \"SOROrderDate\": \"0001-01-01T00:00:00\",\n        \"IntroCallToHODate\": \"0001-01-01T00:00:00\",\n        \"DocsToUnderwritingDate\": \"0001-01-01T00:00:00\",\n        \"InterestEscrow\": null,\n        \"AltAddress1\": null,\n        \"AltAddress2\": null,\n        \"AltCity\": null,\n        \"AltStateCode\": null,\n        \"AltZipCode\": null\n    },\n    \"EscrowContacts\": null,\n    \"EscrowReplyContacts\": null,\n    \"LoanTypeId\": 0,\n    \"LoanPurposeId\": 0,\n    \"LoanOccupancyId\": 0,\n    \"ClosingDate\": \"0001-01-01T00:00:00\",\n    \"CompletionDate\": \"0001-01-01T00:00:00\",\n    \"FHACaseNumber\": null,\n    \"FundedDate\": \"0001-01-01T00:00:00\",\n    \"ClosedOutWithInvestor\": \"0001-01-01T00:00:00\",\n    \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n    \"TotalLoanAmount\": 0,\n    \"LoanStatusId\": 0,\n    \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n    \"SORDate\": \"0001-01-01T00:00:00\",\n    \"EstCompletionDate\": \"0001-01-01T00:00:00\",\n    \"EscrowReasonRepairType\": null,\n    \"EscrowFinalAppraisal\": null,\n    \"EscrowAppraisalMgmtCompany\": null,\n    \"EscrowStatus\": null,\n    \"EscrowStatusChanged\": null,\n    \"EscrowStatusLastAccountThreadID\": null,\n    \"EscrowStatusLastBy\": \"\",\n    \"EscrowStatusLastUpdatedAt\": null,\n    \"EscrowReminder\": null,\n    \"EscrowDaysToComplete\": null,\n    \"EscrowFundingSource\": null,\n    \"DivisionThreadId\": \"7056c75061f743c9ad1d61a1ef24ec38\",\n    \"DrawAdminAcceptedChanged\": null,\n    \"DrawAdminAccepted\": null,\n    \"DrawAdminAcceptedAt\": null,\n    \"AddressFlat\": \"\",\n    \"AddressCSZ\": \"\",\n    \"AddressLatLng\": null,\n    \"Contacts\": [],\n    \"LoanContractors\": [],\n    \"LoanConsultants\": [],\n    \"LoanInvestor\": null,\n    \"Bids\": [],\n    \"ChangeOrders\": [],\n    \"Draws\": [],\n    \"ApprovedBid\": null,\n    \"HudExpenseTypeFunds\": null,\n    \"MortgagePayments\": [],\n    \"TitlePayments\": [],\n    \"InspectionPayments\": [],\n    \"OtherFees\": [\n        {\n            \"Id\": 1742,\n            \"LoanId\": 303,\n            \"Name\": \"Architectural & Eng. Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-12-24T17:33:28.573\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-12-24T17:33:28.573\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1743,\n            \"LoanId\": 303,\n            \"Name\": \"Independent Consultant Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-12-24T17:33:28.593\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-12-24T17:33:28.593\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1744,\n            \"LoanId\": 303,\n            \"Name\": \"Permits\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-12-24T17:33:28.593\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-12-24T17:33:28.593\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1745,\n            \"LoanId\": 303,\n            \"Name\": \"Plan Reviewer Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-12-24T17:33:28.607\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-12-24T17:33:28.607\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1746,\n            \"LoanId\": 303,\n            \"Name\": \"Supplemental Origination Fee\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-12-24T17:33:28.607\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-12-24T17:33:28.607\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1747,\n            \"LoanId\": 303,\n            \"Name\": \"Discount Pts. on Repair Costs\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-12-24T17:33:28.607\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-12-24T17:33:28.607\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        }\n    ],\n    \"Positions\": [\n        {\n            \"PositionId\": 8,\n            \"LoanId\": 303,\n            \"AccountId\": 1018,\n            \"CreatedDate\": \"0001-01-01T00:00:00\",\n            \"CreatedBy\": 0,\n            \"Position\": {\n                \"Id\": 8,\n                \"Name\": \"AEA\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 7,\n                \"Visible\": true,\n                \"ColumnAlias\": \"LoanPosition_8\"\n            },\n            \"PositionName\": \"AEA\",\n            \"Account\": {\n                \"Id\": 1018,\n                \"BankId\": 28,\n                \"ExternalId\": \"an_api_external_id\",\n                \"FirstName\": \"Some\",\n                \"LastName\": \"Manager\",\n                \"FullName\": \"Some Manager\",\n                \"Username\": \"sampleemp1234@fake.com\",\n                \"Email\": \"sampleemp1234@fake.com\",\n                \"IsActive\": true,\n                \"ProfileImageFileId\": 0,\n                \"DateCreated\": \"2020-12-28T07:49:57.337\",\n                \"IsEmailValidated\": false,\n                \"ZipCode\": \"66502\",\n                \"Address1\": \"123 Elm\",\n                \"Address2\": \"Suite E\",\n                \"City\": \"Manhattan\",\n                \"StateCode\": \"KS\",\n                \"AddressDisplay\": \"123 Elm\\r\\nSuite E\\r\\nManhattan, KS 66502\",\n                \"TypeId\": 1,\n                \"PhonePrimary\": \"5555555123\",\n                \"PhonePrimaryDisplay\": \"(555) 555-5123\",\n                \"PhoneSecondary\": \"5555555123\",\n                \"DivisionThreadIds\": null,\n                \"Permissions\": [],\n                \"AccountType_e\": 1,\n                \"ThreadId\": \"0c1dfd4afcb7450aaf6d70549b30c6bd\",\n                \"AccountDetails\": null\n            },\n            \"Created\": {\n                \"Id\": 0,\n                \"BankId\": 1,\n                \"ExternalId\": null,\n                \"FirstName\": \"Renovation Lending Software\",\n                \"LastName\": \"System\",\n                \"FullName\": \"Renovation Lending Software System\",\n                \"Username\": \"system@renovationlendingsoftware.com\",\n                \"Email\": \"system@renovationlendingsoftware.com\",\n                \"IsActive\": false,\n                \"ProfileImageFileId\": 0,\n                \"DateCreated\": \"0001-01-01T00:00:00\",\n                \"IsEmailValidated\": false,\n                \"ZipCode\": null,\n                \"Address1\": null,\n                \"Address2\": null,\n                \"City\": null,\n                \"StateCode\": null,\n                \"AddressDisplay\": \"\\r\\n,  \",\n                \"TypeId\": 1,\n                \"PhonePrimary\": null,\n                \"PhonePrimaryDisplay\": \"\",\n                \"PhoneSecondary\": null,\n                \"DivisionThreadIds\": null,\n                \"Permissions\": [\n                    {\n                        \"PermissionId\": 0,\n                        \"AccountThreadId\": null,\n                        \"Permission\": {\n                            \"Id\": 0,\n                            \"Name\": \"System_Admin\",\n                            \"Description\": null,\n                            \"GroupName\": null,\n                            \"Details\": {\n                                \"OnText\": \"On\",\n                                \"OffText\": \"Off\"\n                            }\n                        }\n                    }\n                ],\n                \"AccountType_e\": 1,\n                \"ThreadId\": null,\n                \"AccountDetails\": null\n            },\n            \"LoanPosition_e\": 8\n        }\n    ],\n    \"TransferLinks\": [],\n    \"Permits\": [],\n    \"CheckList\": null,\n    \"Borrower\": null,\n    \"CoBorrower\": null,\n    \"Bank\": {\n        \"Id\": 28,\n        \"Name\": \"Mortgage Possible\",\n        \"WebsiteUrl\": \"www.swmc.com\",\n        \"ThreadId\": \"fe218d254fac43148e83c460534a26ae\",\n        \"DateCreated\": \"2018-08-16T19:24:59.467\",\n        \"Active\": true,\n        \"ZipCode\": \"08053\",\n        \"Address1\": \"76 East Main St\",\n        \"Address2\": \" \",\n        \"City\": \"Marlton\",\n        \"StateCode\": \"NJ\",\n        \"AddressCSZ\": \"Marlton, NJ 08053\",\n        \"IsSystemBank\": false\n    },\n    \"Disbursements\": []\n}"},{"id":"0384c9df-876a-49a5-a3a6-c1bfeb816bca","name":"Loan Position Add (Failed)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"account_threadId\": \"8b9e729e6fac4e4e8fd493da22895f12\",\n    \"positionName\": \"AEA\"\n}"},"url":"https://{{env}}.renovationlendingsoftware.com/api/v1/loan/positionadd"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"109"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Mon, 28 Dec 2020 08:00:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No loan can be found for the loan threadId given\",\n    \"error_uri\": null\n}"}],"_postman_id":"877e565f-c8d2-4453-b20a-29d8d558e055"},{"name":"Loan Position Remove","id":"e9b71b27-d963-4f12-9c0e-88fb726dd6c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    // include one (and only) of these:\n    \"loan_threadId\": \"d99683c4577a454e9cfa732998a777cb\",\n    // \"loan_number\": \"3103001234\",\n\n    // include one (and only) of these:\n    \"account_threadId\": \"2d8c936450f44c92bfde385d85680134\",\n    // \"account_externalId\": \"APITEST3003\",\n\n    // always include:\n    \"positionName\": \"AE\"\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/positionremove","description":"<p>Will remove an employee from a position on the loan.</p>\n<p>Send one loan identifier (<code>loan_threadId</code> or <code>loan_number</code>), one employee identifier (<code>account_threadId</code> or <code>account_externalId</code>), and the position name (<code>positionName</code>).</p>\n<p>If the supplied account isn't tied to the named position, no operation will be performed except returning the loan object.</p>\n<p>This will return a full loan object.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","positionremove"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"40ce44c3-2dfa-4aa9-a1d6-9cc649fa5562","name":"Loan Position Remove (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"0efbdedcefe941eaaf9db99726772313\",\n    \"account_threadId\": \"0c1dfd4afcb7450aaf6d70549b30c6bd\",\n    \"positionName\": \"AEA\"\n}"},"url":"https://training.renovationlendingsoftware.com/api/v1/loan/positionremove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1781"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"Sun, 27 Dec 2020 20:03:24 GMT"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 28 Dec 2020 08:03:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 303,\n    \"BankId\": 28,\n    \"LoanNumber\": \"Test Borrower Login #3\",\n    \"ThreadId\": \"0efbdedcefe941eaaf9db99726772313\",\n    \"PermitDocumentThreadId\": \"32d29fbcb2e447ccaecc75044fe38fd6\",\n    \"Address1\": null,\n    \"Address2\": null,\n    \"City\": null,\n    \"StateCode\": null,\n    \"ZipCode\": null,\n    \"DateCreated\": \"2020-12-24T17:33:28.467\",\n    \"Details\": {\n        \"MortgageEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"TitleEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"InspectionEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"ReleaseToBorrower\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Holdback\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:29.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:29.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:30.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:30.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:31.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:31.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"MortgagePrincipalReduction\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Repairs\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:29.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:29.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:30.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:30.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Inspection Fees\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:31.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:31.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Title Updates\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:32.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:32.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Mortgage Pmt\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:33.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:33.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-12-24T17:33:34.4652332Z\",\n                \"CreatedBy\": 639,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-12-24T17:33:34.4652332Z\",\n                \"ApprovedBy\": 639,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"EscrowTotal\": 0,\n        \"EscrowRemaining\": 0,\n        \"ReceivedDate\": \"0001-01-01T00:00:00\",\n        \"SOROrderDate\": \"0001-01-01T00:00:00\",\n        \"IntroCallToHODate\": \"0001-01-01T00:00:00\",\n        \"DocsToUnderwritingDate\": \"0001-01-01T00:00:00\",\n        \"InterestEscrow\": null,\n        \"AltAddress1\": null,\n        \"AltAddress2\": null,\n        \"AltCity\": null,\n        \"AltStateCode\": null,\n        \"AltZipCode\": null\n    },\n    \"EscrowContacts\": null,\n    \"EscrowReplyContacts\": null,\n    \"LoanTypeId\": 0,\n    \"LoanPurposeId\": 0,\n    \"LoanOccupancyId\": 0,\n    \"ClosingDate\": \"0001-01-01T00:00:00\",\n    \"CompletionDate\": \"0001-01-01T00:00:00\",\n    \"FHACaseNumber\": null,\n    \"FundedDate\": \"0001-01-01T00:00:00\",\n    \"ClosedOutWithInvestor\": \"0001-01-01T00:00:00\",\n    \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n    \"TotalLoanAmount\": 0,\n    \"LoanStatusId\": 0,\n    \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n    \"SORDate\": \"0001-01-01T00:00:00\",\n    \"EstCompletionDate\": \"0001-01-01T00:00:00\",\n    \"EscrowReasonRepairType\": null,\n    \"EscrowFinalAppraisal\": null,\n    \"EscrowAppraisalMgmtCompany\": null,\n    \"EscrowStatus\": null,\n    \"EscrowStatusChanged\": null,\n    \"EscrowStatusLastAccountThreadID\": null,\n    \"EscrowStatusLastBy\": \"\",\n    \"EscrowStatusLastUpdatedAt\": null,\n    \"EscrowReminder\": null,\n    \"EscrowDaysToComplete\": null,\n    \"EscrowFundingSource\": null,\n    \"DivisionThreadId\": \"7056c75061f743c9ad1d61a1ef24ec38\",\n    \"DrawAdminAcceptedChanged\": null,\n    \"DrawAdminAccepted\": null,\n    \"DrawAdminAcceptedAt\": null,\n    \"AddressFlat\": \"\",\n    \"AddressCSZ\": \"\",\n    \"AddressLatLng\": null,\n    \"Contacts\": [],\n    \"LoanContractors\": [],\n    \"LoanConsultants\": [],\n    \"LoanInvestor\": null,\n    \"Bids\": [],\n    \"ChangeOrders\": [],\n    \"Draws\": [],\n    \"ApprovedBid\": null,\n    \"HudExpenseTypeFunds\": null,\n    \"MortgagePayments\": [],\n    \"TitlePayments\": [],\n    \"InspectionPayments\": [],\n    \"OtherFees\": [\n        {\n            \"Id\": 1742,\n            \"LoanId\": 303,\n            \"Name\": \"Architectural & Eng. Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-12-24T17:33:28.573\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-12-24T17:33:28.573\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1743,\n            \"LoanId\": 303,\n            \"Name\": \"Independent Consultant Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-12-24T17:33:28.593\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-12-24T17:33:28.593\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1744,\n            \"LoanId\": 303,\n            \"Name\": \"Permits\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-12-24T17:33:28.593\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-12-24T17:33:28.593\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1745,\n            \"LoanId\": 303,\n            \"Name\": \"Plan Reviewer Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-12-24T17:33:28.607\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-12-24T17:33:28.607\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1746,\n            \"LoanId\": 303,\n            \"Name\": \"Supplemental Origination Fee\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-12-24T17:33:28.607\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-12-24T17:33:28.607\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1747,\n            \"LoanId\": 303,\n            \"Name\": \"Discount Pts. on Repair Costs\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-12-24T17:33:28.607\",\n            \"CreatedBy\": 639,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-12-24T17:33:28.607\",\n            \"ApprovedBy\": 639,\n            \"Details\": null,\n            \"Remaining\": 0\n        }\n    ],\n    \"Positions\": [],\n    \"TransferLinks\": [],\n    \"Permits\": [],\n    \"CheckList\": null,\n    \"Borrower\": null,\n    \"CoBorrower\": null,\n    \"Bank\": {\n        \"Id\": 28,\n        \"Name\": \"Mortgage Possible\",\n        \"WebsiteUrl\": \"www.swmc.com\",\n        \"ThreadId\": \"fe218d254fac43148e83c460534a26ae\",\n        \"DateCreated\": \"2018-08-16T19:24:59.467\",\n        \"Active\": true,\n        \"ZipCode\": \"08053\",\n        \"Address1\": \"76 East Main St\",\n        \"Address2\": \" \",\n        \"City\": \"Marlton\",\n        \"StateCode\": \"NJ\",\n        \"AddressCSZ\": \"Marlton, NJ 08053\",\n        \"IsSystemBank\": false\n    },\n    \"Disbursements\": []\n}"},{"id":"86f3532f-dc56-4b53-a41f-bdbc00fe8bb2","name":"Loan Position Remove (Failed)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"account_threadId\": \"8b9e729e6fac4e4e8fd493da22895f12\",\n    \"positionName\": \"AEA\"\n}"},"url":"https://{{env}}.renovationlendingsoftware.com/api/v1/loan/positionremove"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"109"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Mon, 28 Dec 2020 08:00:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No loan can be found for the loan threadId given\",\n    \"error_uri\": null\n}"}],"_postman_id":"e9b71b27-d963-4f12-9c0e-88fb726dd6c9"},{"name":"Loan Position Bulk","id":"950be881-b9b7-4c93-87d7-dd0f842dbaad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"add\",\r\n        \"Loan_Number\": \"LOAN20231219A\",\r\n        \"Account_ExternalId\": \"Employee20231219A\",\r\n        \"PositionName\": \"AEA\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/positionBulk","description":"<p>Add and remove positions from loans in bulk.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","positionBulk"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"3eb514e1-01ba-4933-9066-4f9f2716f757","name":"Loan Position Bulk - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"add\",\r\n        \"Loan_Number\": \"LOAN20231219A\",\r\n        \"Account_ExternalId\": \"Employee20231219A\",\r\n        \"PositionName\": \"AEA\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/positionbulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 10:59:28 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 22:59:28 GMT"},{"key":"Content-Length","value":"360"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T22:59:26.3121688Z\",\n    \"EndedAt\": \"2023-12-20T22:59:28.6196757Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 0,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 1,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 0,\n    \"NumUpdateFailure\": 0,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 0,\n    \"Problems\": []\n}"},{"id":"d5a0071a-100c-42bd-ab90-e41cb62adc6f","name":"Loan Position Bulk - Problems","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"add\",\r\n        \"Loan_Number\": \"LOAN20231219B\",\r\n        \"Account_ExternalId\": \"Employee20231219A\",\r\n        \"PositionName\": \"FakePosition\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/positionbulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 11:05:09 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 23:05:09 GMT"},{"key":"Content-Length","value":"430"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T23:05:09.234952Z\",\n    \"EndedAt\": \"2023-12-20T23:05:09.3068947Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 0,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 0,\n    \"NumUpdateFailure\": 0,\n    \"NumAddFailure\": 1,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 0,\n    \"Problems\": [\n        {\n            \"Index\": 0,\n            \"Message\": \"No Loan can be found for the loan_number given.\"\n        }\n    ]\n}"}],"_postman_id":"950be881-b9b7-4c93-87d7-dd0f842dbaad"},{"name":"Borrower Get","id":"0bf66d14-56a6-4e0a-a8f5-886e2b9b0b8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"borrower\": {\n        \"ThreadId\": \"8b9e729e6fac4e4e8fd493da22895f12\"\n        // OR \"ExternalId\": \"an_external_api_id\"\n        // OR \"Email\": \"SampleDel1235@fake.com\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/borrower","description":"<p>This looks up a borrower by the borrower's account ThreadId, ExternalId, or Email supplied. <strong>Supply only one.</strong></p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","borrower"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"e48482fb-9c35-418b-8639-7543fe19ff5f","name":"Borrower Get Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"borrower\": {\n        \"ThreadId\": \"8b9e729e6fac4e4e8fd493da22895f12\"\n        // OR \"Email\": \"SampleDel1235@fake.com\"\n    }\n}"},"url":"http://banking.local.com/api/v1/borrower"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 18 Nov 2020 15:46:03 GMT"},{"key":"Date","value":"Thu, 19 Nov 2020 03:46:03 GMT"},{"key":"Content-Length","value":"611"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1479,\n    \"BankId\": 0,\n    \"FirstName\": \"Delete\",\n    \"LastName\": \"Me\",\n    \"FullName\": \"Delete Me\",\n    \"Email\": \"SampleDel1235@fake.com\",\n    \"IsActive\": true,\n    \"ProfileImageFileId\": 0,\n    \"DateCreated\": \"2020-11-19T02:41:52.78\",\n    \"IsEmailValidated\": false,\n    \"ZipCode\": \"66502\",\n    \"Address1\": \"123 Elm\",\n    \"Address2\": \"Suite C\",\n    \"City\": \"Manhattan\",\n    \"StateCode\": \"KS\",\n    \"AddressDisplay\": \"123 Elm\\r\\nSuite C\\r\\nManhattan, KS 66502\",\n    \"TypeId\": 2,\n    \"PhonePrimary\": \"5555555123\",\n    \"PhonePrimaryDisplay\": \"(555) 555-5123\",\n    \"PhoneSecondary\": \"5555555123\",\n    \"DivisionThreadIds\": null,\n    \"Permissions\": [],\n    \"AccountType_e\": 2,\n    \"ThreadId\": \"8b9e729e6fac4e4e8fd493da22895f12\",\n    \"AccountDetails\": null\n}"},{"id":"048b28d1-9c65-48bb-8db6-6f4c1c936da6","name":"Borrower Get Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"borrower\": {\n        // \"ThreadId\": \"8b9e729e6fac4e4e8fd493da22895f12\"\n        // OR \"Email\": \"SampleDel1235@fake.com\"\n    }\n}"},"url":"http://banking.local.com/api/v1/borrower"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Thu, 19 Nov 2020 04:02:53 GMT"},{"key":"Content-Length","value":"130"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"unprocessable entity\",\n    \"error_description\": \"Either a ThreadId or Email must be supplied to search for.\",\n    \"error_uri\": null\n}"}],"_postman_id":"0bf66d14-56a6-4e0a-a8f5-886e2b9b0b8f"},{"name":"Borrower Create","id":"ce6c510c-c4f1-47d9-a2de-aeb03c83ea30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"borrower\": {\n        \"FirstName\": \"Example\",\n        \"LastName\": \"Borrower\",\n        \"MiddleInit\": null,\n        \"NameSuffix\": null,\n        \"ExternalId\": \"borrow_20231010\",\n        \"Email\": \"borrower20231010@fake.com\",\n        \"Address1\": \"123 Elm\",\n        \"Address2\": \"Suite C\",\n        \"City\": \"Dodge City\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67801\",\n        \"PhonePrimary\": \"5555555123\",\n        \"PhoneSecondary\": \"5555555123\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/borrower/create","description":"<p>This creates a borrower account in RLS, as long as the email, name (FirstName, LastName), and external identifier (ExternalId) are unique. Do not supply a ThreadId value.</p>\n<p><strong>The ThreadId returned in the response body is very important, this is how we keep track of the borrowers's identity.</strong></p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","borrower","create"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"6df6bc3f-6dc2-4911-b251-b557d8dfeff9","name":"Borrower Create (Success)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"borrower\": {\n        \"FirstName\": \"Example\",\n        \"LastName\": \"Borrower\",\n        \"ExternalId\": \"an_api_external_id\",\n        \"Email\": \"SampleDel1234@fake.com\",\n        \"Address1\": \"123 Elm\",\n        \"Address2\": \"Suite C\",\n        \"City\": \"Dodge City\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67801\",\n        \"PhonePrimary\": \"5555555123\",\n        \"PhoneSecondary\": \"5555555123\"\n    }\n}"},"url":"http://banking.local.com/api/v1/borrower/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Mon, 28 Dec 2020 16:31:56 GMT"},{"key":"Date","value":"Tue, 29 Dec 2020 04:31:56 GMT"},{"key":"Content-Length","value":"699"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1018,\n    \"BankId\": 28,\n    \"ExternalId\": \"an_api_external_id\",\n    \"FirstName\": \"Example\",\n    \"LastName\": \"Borrower\",\n    \"FullName\": \"Example Borrower\",\n    \"Username\": \"sampleemp1234@fake.com\",\n    \"Email\": \"sampledel1234@fake.com\",\n    \"IsActive\": true,\n    \"ProfileImageFileId\": 0,\n    \"DateCreated\": \"2020-12-28T07:49:57.337\",\n    \"IsEmailValidated\": false,\n    \"ZipCode\": \"67801\",\n    \"Address1\": \"123 Elm\",\n    \"Address2\": \"Suite C\",\n    \"City\": \"Dodge City\",\n    \"StateCode\": \"KS\",\n    \"AddressDisplay\": \"123 Elm\\r\\nSuite C\\r\\nDodge City, KS 67801\",\n    \"TypeId\": 1,\n    \"PhonePrimary\": \"5555555123\",\n    \"PhonePrimaryDisplay\": \"(555) 555-5123\",\n    \"PhoneSecondary\": \"5555555123\",\n    \"DivisionThreadIds\": null,\n    \"Permissions\": [],\n    \"AccountType_e\": 1,\n    \"ThreadId\": \"0c1dfd4afcb7450aaf6d70549b30c6bd\",\n    \"AccountDetails\": null\n}"}],"_postman_id":"ce6c510c-c4f1-47d9-a2de-aeb03c83ea30"},{"name":"Borrower Update","id":"9044ac92-6a20-4f0a-9b1e-3fe86ebe3e27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"borrower\": {\n        \"ThreadId\": \"b14d3fcdc10744738a9bc4e3a674436b\",\n        \"FirstName\": \"Erase\",\n        \"LastName\": \"This Record\",\n        \"MiddleInit\": null,\n        \"NameSuffix\": null,\n        \"Email\": \"SampleDel1234@fake.com\",\n        \"Address1\": \"456 Elm\",\n        \"Address2\": \"Suite C\",\n        \"City\": \"Derby\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67037\",\n        \"PhonePrimary\": \"5555555123\",\n        \"PhoneSecondary\": \"5555555123\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/borrower/update","description":"<p>This updates a borrower account in the RLS system. If a ThreadId is not supplied, an ExternalId must be supplied.</p>\n<p><strong>ThreadId is very important, this is how we keep track of the employee's identity.</strong></p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","borrower","update"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"f134f219-5208-4826-9049-740bf677e3f5","name":"Borrower Update Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"borrower\": {\n        \"ThreadId\": \"b14d3fcdc10744738a9bc4e3a674436b\",\n        \"FirstName\": \"Erase\",\n        \"LastName\": \"This Record\",\n        \"Email\": \"SampleDel1234@fake.com\",\n        \"Address1\": \"456 Elm\",\n        \"Address2\": \"Suite C\",\n        \"City\": \"Derby\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67037\",\n        \"PhonePrimary\": \"5555555123\",\n        \"PhoneSecondary\": \"5555555123\"\n    }\n}"},"url":"http://banking.local.com/api/v1/borrower/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 18 Nov 2020 15:41:55 GMT"},{"key":"Date","value":"Thu, 19 Nov 2020 03:41:55 GMT"},{"key":"Content-Length","value":"639"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1469,\n    \"BankId\": 27,\n    \"FirstName\": \"Erase\",\n    \"LastName\": \"This Record\",\n    \"FullName\": \"Erase This Record\",\n    \"Email\": \"SampleDel1234@fake.com\",\n    \"IsActive\": true,\n    \"ProfileImageFileId\": 0,\n    \"DateCreated\": \"2020-01-21T15:17:15.887\",\n    \"IsEmailValidated\": false,\n    \"ZipCode\": \"67037\",\n    \"Address1\": \"456 Elm\",\n    \"Address2\": \"Suite C\",\n    \"City\": \"Derby\",\n    \"StateCode\": \"KS\",\n    \"AddressDisplay\": \"456 Elm\\r\\nSuite C\\r\\nDerby, KS 67037\",\n    \"TypeId\": 2,\n    \"PhonePrimary\": \"5555555123\",\n    \"PhonePrimaryDisplay\": \"(555) 555-5123\",\n    \"PhoneSecondary\": \"5555555123\",\n    \"DivisionThreadIds\": null,\n    \"Permissions\": [],\n    \"AccountType_e\": 2,\n    \"ThreadId\": \"b14d3fcdc10744738a9bc4e3a674436b\",\n    \"AccountDetails\": {\n        \"PhonePrimaryExt\": \"\"\n    }\n}"},{"id":"b7e8462b-1de1-4be8-abb5-a63a28ea08e8","name":"Borrower Update Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"borrower\": {\n        \"ThreadId\": \"b14d3fcdc10744738a9bc4e3a6744369\",\n        \"FirstName\": \"Erase\",\n        \"LastName\": \"This Record\",\n        \"Email\": \"SampleDel1234@fake.com\",\n        \"Address1\": \"456 Elm\",\n        \"Address2\": \"Suite C\",\n        \"City\": \"Derby\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67037\",\n        \"PhonePrimary\": \"5555555123\",\n        \"PhoneSecondary\": \"5555555123\"\n    }\n}"},"url":"http://banking.local.com/api/v1/borrower/update"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Thu, 19 Nov 2020 04:03:53 GMT"},{"key":"Content-Length","value":"101"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No borrower for supplied ThreadId exists\",\n    \"error_uri\": null\n}"}],"_postman_id":"9044ac92-6a20-4f0a-9b1e-3fe86ebe3e27"},{"name":"Borrower Upsert","id":"fa1f0db9-47da-48fa-9b8a-86b023458973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"borrower\": {\n        \"FirstName\": \"Michelle\",\n        \"LastName\": \"Borrower\",\n        \"ExternalId\": \"michelle_borrower_20240503\",\n        \"Email\": \"michelle_borrower_20240503@fake.com\",\n        \"Address1\": \"123 Geo Wash Blvd\",\n        \"City\": \"Wichita\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67207\",\n        \"PhonePrimary\": \"5555555222\",\n        \"PhoneSecondary\": \"5555555333\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/borrower/upsert","description":"<p>Takes same data as Borrower Update, but will insert a new record if one does not exist.</p>\n<p>Checks for existing borrowers by ThreadId, and then ExternalId if ThreadId was not supplied.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","borrower","upsert"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"5b026691-8b57-416c-971d-51981e041bea","name":"Borrower Upsert Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"borrower\": {\n        \"FirstName\": \"Michelle\",\n        \"LastName\": \"Borrower\",\n        \"ExternalId\": \"michelle_borrower_20240503\",\n        \"Email\": \"michelle_borrower_20240503@fake.com\",\n        \"Address1\": \"123 Geo Wash Blvd\",\n        \"City\": \"Wichita\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67207\",\n        \"PhonePrimary\": \"5555555222\",\n        \"PhoneSecondary\": \"5555555333\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/borrower/upsert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Fri, 03 May 2024 16:28:54 GMT"},{"key":"Date","value":"Sat, 04 May 2024 04:28:54 GMT"},{"key":"Content-Length","value":"819"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 29000391,\n    \"BankId\": 28,\n    \"ExternalId\": \"michelle_borrower_20240503\",\n    \"FirstName\": \"Michelle\",\n    \"LastName\": \"Borrower\",\n    \"MiddleInit\": null,\n    \"NameSuffix\": null,\n    \"FullName\": \"Michelle Borrower\",\n    \"Title\": null,\n    \"Username\": \"michelle_borrower_20240503@fake.com\",\n    \"Email\": \"michelle_borrower_20240503@fake.com\",\n    \"EmailCC\": null,\n    \"IsActive\": true,\n    \"DateCreated\": \"2024-05-04T04:28:53.6\",\n    \"ZipCode\": \"67207\",\n    \"Address1\": \"123 Geo Wash Blvd\",\n    \"Address2\": null,\n    \"City\": \"Wichita\",\n    \"StateCode\": \"KS\",\n    \"AddressDisplay\": \"123 Geo Wash Blvd\\r\\nWichita, KS 67207\",\n    \"AddressCSZ\": \"Wichita, KS 67207\",\n    \"TypeId\": 2,\n    \"PhonePrimary\": \"5555555222\",\n    \"PhonePrimaryDisplay\": \"(555) 555-5222\",\n    \"PhoneSecondary\": \"5555555333\",\n    \"PayeeCode\": null,\n    \"PayeeCode2\": null,\n    \"DivisionThreadIds\": null,\n    \"Permissions\": [],\n    \"AccountDetails\": null,\n    \"AccountType_e\": 2,\n    \"ThreadId\": \"587763fa987847b6a14b2b60731bf46d\"\n}"},{"id":"68e865d3-c602-487e-858a-02416ba3c1a1","name":"Borrower Upsert Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"borrower\": {\n        \"FirstName\": \"Michelle\",\n        \"LastName\": \"Borrower\",\n        \"ExternalId\": \"\",\n        \"Email\": \"michelle_borrower_20240503@fake.com\",\n        \"Address1\": \"123 Geo Wash Blvd\",\n        \"City\": \"Wichita\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"67207\",\n        \"PhonePrimary\": \"5555555222\",\n        \"PhoneSecondary\": \"5555555333\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/borrower/upsert"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Sat, 04 May 2024 04:29:40 GMT"},{"key":"Content-Length","value":"159"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"{\\\"error\\\":\\\"unprocessable entity\\\",\\\"error_description\\\":\\\"Upserted Borrowers must have a ThreadId or ExternalId supplied.\\\",\\\"error_uri\\\":null}\"\n}"}],"_postman_id":"fa1f0db9-47da-48fa-9b8a-86b023458973"},{"name":"Borrower Bulk","id":"b3d48189-d4b6-4d9c-8870-41fe444aec57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"create\",\r\n        \"ExternalId\": \"Borrower20231219A\",\r\n        \"FirstName\": \"Example\",\r\n        \"MiddleInit\": \"\",\r\n        \"LastName\": \"Borrower\",\r\n        \"NameSuffix\": \"Jr.\",\r\n        \"Email\": \"Sample20231219a@borrower.test\",\r\n        \"Address1\": \"123 Elm\",\r\n        \"Address2\": \"Suite C\",\r\n        \"City\": \"Dodge City\",\r\n        \"StateCode\": \"KS\",\r\n        \"ZipCode\": \"67801\",\r\n        \"PhonePrimary\": \"5555555123\",\r\n        \"PhoneSecondary\": null\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/borrower/bulk","description":"<p>Submit new borrowers and updates to existing borrowers in bulk.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","borrower","bulk"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"8f18d42c-fe9a-42f4-8db5-7e4032adfcae","name":"Borrower Bulk - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"create\",\r\n        \"ExternalId\": \"Borrower20231219A\",\r\n        \"FirstName\": \"Example\",\r\n        \"MiddleInit\": \"\",\r\n        \"LastName\": \"Borrower\",\r\n        \"NameSuffix\": \"Jr.\",\r\n        \"Email\": \"Sample20231219a@borrower.test\",\r\n        \"Address1\": \"123 Elm\",\r\n        \"Address2\": \"Suite C\",\r\n        \"City\": \"Dodge City\",\r\n        \"StateCode\": \"KS\",\r\n        \"ZipCode\": \"67801\",\r\n        \"PhonePrimary\": \"5555555123\",\r\n        \"PhoneSecondary\": null\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/borrower/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 10:04:06 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 22:04:06 GMT"},{"key":"Content-Length","value":"360"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T22:04:05.6801133Z\",\n    \"EndedAt\": \"2023-12-20T22:04:06.4110005Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 1,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 0,\n    \"NumUpdateFailure\": 0,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 0,\n    \"Problems\": []\n}"},{"id":"a0e0c1b3-1815-491f-8f29-5a4b09f38642","name":"Borrower Bulk - Problems","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"update\",\r\n        \"ExternalId\": \"Borrower20231219B\",\r\n        \"FirstName\": \"Missing\",\r\n        \"LastName\": \"Borrower\",\r\n        \"Email\": \"Sample20231219b@borrower.test\",\r\n        \"Address1\": \"234 Oak\",\r\n        \"City\": \"Garden City\",\r\n        \"StateCode\": \"KS\",\r\n        \"ZipCode\": \"67868\",\r\n        \"PhonePrimary\": \"5555555124\",\r\n        \"PhoneSecondary\": null\r\n    },\r\n    {\r\n        \"Mode\": \"Create\",\r\n        \"ExternalId\": \"\"\r\n    },\r\n    {\r\n        \"Mode\": \"\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/borrower/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 10:05:54 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 22:05:54 GMT"},{"key":"Content-Length","value":"551"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T22:05:53.8698541Z\",\n    \"EndedAt\": \"2023-12-20T22:05:53.9630229Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 0,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 1,\n    \"NumUpdateFailure\": 1,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 1,\n    \"Problems\": [\n        {\n            \"Index\": 0,\n            \"Message\": \"No Borrower for supplied ExternalId exists.\"\n        },\n        {\n            \"Index\": 1,\n            \"Message\": \"New Borrowers must have an ExternalId supplied.\"\n        },\n        {\n            \"Index\": 2,\n            \"Message\": \"Mode \\\"\\\" is not supported.\"\n        }\n    ]\n}"}],"_postman_id":"b3d48189-d4b6-4d9c-8870-41fe444aec57"},{"name":"Loan Borrower Add","id":"55d026c0-7b8f-4b83-97fa-e35ebd1c145b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    // include one (and only) of these:\n    \"loan_threadId\": \"d99683c4577a454e9cfa732998a777cb\",\n    // \"loan_number\": \"3103001234\",\n\n    // include one (and only) of these:\n    \"account_threadId\": \"4c91b8a60deb4771a459339aa7a90f4c\"\n    // \"account_externalId\": \"APITEST3001\"\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/borroweradd","description":"<p>Will add a borrower or co-borrower(s) to the loan. </p>\n<ul>\n<li>If a borrower already exists, they will be a co-borrower. </li>\n<li>Co-borrowers will be assigned the order they are added.</li>\n<li>If a borrower or co-borrower is already attached to the loan, no operation will be performed.</li>\n</ul>\n<p>Send one loan identifier (<code>loan_threadId</code> or <code>loan_number</code>) and one borrower identifier (<code>account_threadId</code> or <code>account_externalId</code>).</p>\n<p>The account must be an borrower or the operation will be rejected. Other types of accounts (e.g. Employee) cannot be used as borrowers.</p>\n<p>This will return a full loan.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","borroweradd"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"13b7c009-56ea-4bd3-b660-0d01ea159156","name":"Loan Borrower Add Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"account_threadId\": \"8b9e729e6fac4e4e8fd493da22895f12\"\n}"},"url":"http://banking.local.com/api/v1/loan/borroweradd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 18 Nov 2020 16:00:53 GMT"},{"key":"Date","value":"Thu, 19 Nov 2020 04:00:53 GMT"},{"key":"Content-Length","value":"7237"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 184,\n    \"BankId\": 27,\n    \"LoanNumber\": \"LOANNUMBER123\",\n    \"ThreadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"PermitDocumentThreadId\": \"7b64cc3817304404b7df6e110df4d699\",\n    \"Address1\": \"123 Elm\",\n    \"Address2\": \"\",\n    \"City\": \"Topeka\",\n    \"StateCode\": \"KS\",\n    \"ZipCode\": \"66604\",\n    \"DateCreated\": \"2020-11-19T02:09:00.183\",\n    \"Details\": {\n        \"MortgageEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"TitleEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"InspectionEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"ReleaseToBorrower\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Holdback\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"MortgagePrincipalReduction\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Repairs\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Inspection Fees\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Title Updates\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:04.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:04.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Mortgage Pmt\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:05.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:05.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:06.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:06.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"EscrowTotal\": 0,\n        \"EscrowRemaining\": 0,\n        \"ReceivedDate\": \"0001-01-01T00:00:00\",\n        \"SOROrderDate\": \"0001-01-01T00:00:00\",\n        \"IntroCallToHODate\": \"0001-01-01T00:00:00\",\n        \"DocsToUnderwritingDate\": \"0001-01-01T00:00:00\",\n        \"InterestEscrow\": null,\n        \"AltAddress1\": null,\n        \"AltAddress2\": null,\n        \"AltCity\": null,\n        \"AltStateCode\": null,\n        \"AltZipCode\": null\n    },\n    \"EscrowContacts\": null,\n    \"EscrowReplyContacts\": null,\n    \"LoanTypeId\": 1,\n    \"LoanPurposeId\": 1,\n    \"LoanOccupancyId\": 1,\n    \"ClosingDate\": \"0001-01-01T00:00:00\",\n    \"CompletionDate\": \"0001-01-01T00:00:00\",\n    \"FHACaseNumber\": \"FHA123\",\n    \"FundedDate\": \"0001-01-01T00:00:00\",\n    \"ClosedOutWithInvestor\": \"0001-01-01T00:00:00\",\n    \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n    \"TotalLoanAmount\": 0,\n    \"LoanStatusId\": 0,\n    \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n    \"SORDate\": \"0001-01-01T00:00:00\",\n    \"EstCompletionDate\": \"0001-01-01T00:00:00\",\n    \"EscrowReasonRepairType\": null,\n    \"EscrowFinalAppraisal\": null,\n    \"EscrowAppraisalMgmtCompany\": null,\n    \"EscrowStatus\": null,\n    \"EscrowStatusChanged\": null,\n    \"EscrowStatusLastAccountThreadID\": null,\n    \"EscrowStatusLastBy\": \"\",\n    \"EscrowStatusLastUpdatedAt\": null,\n    \"EscrowReminder\": null,\n    \"EscrowDaysToComplete\": null,\n    \"EscrowFundingSource\": null,\n    \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\",\n    \"DrawAdminAcceptedChanged\": null,\n    \"DrawAdminAccepted\": null,\n    \"DrawAdminAcceptedAt\": null,\n    \"AddressFlat\": \"123 ELM,TOPEKA,KS,66604\",\n    \"AddressCSZ\": \"Topeka, KS 66604\",\n    \"AddressLatLng\": null,\n    \"Contacts\": [\n        {\n            \"Id\": 1479,\n            \"BankId\": 0,\n            \"FirstName\": \"Delete\",\n            \"LastName\": \"Me\",\n            \"FullName\": \"Delete Me\",\n            \"Email\": \"SampleDel1235@fake.com\",\n            \"IsActive\": true,\n            \"ProfileImageFileId\": 0,\n            \"DateCreated\": \"2020-11-19T02:41:52.78\",\n            \"IsEmailValidated\": false,\n            \"ZipCode\": \"66502\",\n            \"Address1\": \"123 Elm\",\n            \"Address2\": \"Suite C\",\n            \"City\": \"Manhattan\",\n            \"StateCode\": \"KS\",\n            \"AddressDisplay\": \"123 Elm\\r\\nSuite C\\r\\nManhattan, KS 66502\",\n            \"TypeId\": 2,\n            \"PhonePrimary\": \"5555555123\",\n            \"PhonePrimaryDisplay\": \"(555) 555-5123\",\n            \"PhoneSecondary\": \"5555555123\",\n            \"DivisionThreadIds\": null,\n            \"Permissions\": null,\n            \"AccountType_e\": 2,\n            \"ThreadId\": \"8b9e729e6fac4e4e8fd493da22895f12\",\n            \"AccountDetails\": null\n        }\n    ],\n    \"LoanContractors\": [],\n    \"LoanConsultants\": [],\n    \"LoanInvestor\": null,\n    \"Bids\": [],\n    \"ChangeOrders\": [],\n    \"Draws\": [],\n    \"ApprovedBid\": null,\n    \"HudExpenseTypeFunds\": null,\n    \"MortgagePayments\": [],\n    \"TitlePayments\": [],\n    \"InspectionPayments\": [],\n    \"OtherFees\": [\n        {\n            \"Id\": 1015,\n            \"LoanId\": 184,\n            \"Name\": \"Architectural & Eng. Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.23\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.23\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1016,\n            \"LoanId\": 184,\n            \"Name\": \"Independent Consultant Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.283\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.283\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1017,\n            \"LoanId\": 184,\n            \"Name\": \"Permits\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.337\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.337\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1018,\n            \"LoanId\": 184,\n            \"Name\": \"Plan Reviewer Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.4\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.4\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1019,\n            \"LoanId\": 184,\n            \"Name\": \"Supplemental Origination Fee\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.457\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.457\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1020,\n            \"LoanId\": 184,\n            \"Name\": \"Discount Pts. on Repair Costs\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.507\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.507\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        }\n    ],\n    \"Positions\": [],\n    \"TransferLinks\": [],\n    \"Permits\": [],\n    \"CheckList\": null,\n    \"Borrower\": {\n        \"Id\": 1479,\n        \"BankId\": 0,\n        \"FirstName\": \"Delete\",\n        \"LastName\": \"Me\",\n        \"FullName\": \"Delete Me\",\n        \"Email\": \"SampleDel1235@fake.com\",\n        \"IsActive\": true,\n        \"ProfileImageFileId\": 0,\n        \"DateCreated\": \"2020-11-19T02:41:52.78\",\n        \"IsEmailValidated\": false,\n        \"ZipCode\": \"66502\",\n        \"Address1\": \"123 Elm\",\n        \"Address2\": \"Suite C\",\n        \"City\": \"Manhattan\",\n        \"StateCode\": \"KS\",\n        \"AddressDisplay\": \"123 Elm\\r\\nSuite C\\r\\nManhattan, KS 66502\",\n        \"TypeId\": 2,\n        \"PhonePrimary\": \"5555555123\",\n        \"PhonePrimaryDisplay\": \"(555) 555-5123\",\n        \"PhoneSecondary\": \"5555555123\",\n        \"DivisionThreadIds\": null,\n        \"Permissions\": null,\n        \"AccountType_e\": 2,\n        \"ThreadId\": \"8b9e729e6fac4e4e8fd493da22895f12\",\n        \"AccountDetails\": null\n    },\n    \"CoBorrower\": null,\n    \"Bank\": {\n        \"Id\": 27,\n        \"Name\": \"Sample Bank\",\n        \"WebsiteUrl\": \"\",\n        \"ThreadId\": \"053bf92731484d8bb89c164be0b35650\",\n        \"DateCreated\": \"2018-07-17T00:00:00\",\n        \"Active\": true,\n        \"ZipCode\": \"08830\",\n        \"Address1\": \"194 Week Avenue South\",\n        \"Address2\": \"\",\n        \"City\": \"Iselin\",\n        \"StateCode\": \"NJ\",\n        \"AddressCSZ\": \"Iselin, NJ 08830\",\n        \"IsSystemBank\": false\n    },\n    \"Disbursements\": []\n}"},{"id":"ca92c737-8b2d-4a5d-b473-e81c9b1cc207","name":"Loan Borrower Add Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"493f96a7b90549d1b6453dc482e4bbe9\",\n    \"account_threadId\": \"8b9e729e6fac4e4e8fd493da22895f12\"\n}"},"url":"http://banking.local.com/api/v1/loan/borroweradd"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Thu, 19 Nov 2020 04:00:21 GMT"},{"key":"Content-Length","value":"109"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No loan can be found for the loan threadId given\",\n    \"error_uri\": null\n}"}],"_postman_id":"55d026c0-7b8f-4b83-97fa-e35ebd1c145b"},{"name":"Loan Borrower Remove","id":"a014f00a-18c5-4805-a1cf-9c27242a1da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    // include one (and only) of these:\n    \"loan_threadId\": \"d99683c4577a454e9cfa732998a777cb\",\n    // \"loan_number\": \"3103001234\",\n\n    // include one (and only) of these:\n    \"account_threadId\": \"4c91b8a60deb4771a459339aa7a90f4c\"\n    // \"account_externalId\": \"APITEST3001\"\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/borrowerremove","description":"<p>Will remove a borrower from the loan. Removing the borrower will upgrade the co-borrower to the borrowers position.</p>\n<p>Send one loan identifier (<code>loan_threadId</code> or <code>loan_number</code>) and one borrower identifier (<code>account_threadId</code> or <code>account_externalId</code>).</p>\n<p>If the supplied borrower account isn't tied to the loan, no operation will be performed except returning the loan object.</p>\n<p>This will return a full loan.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","borrowerremove"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"081a9d9f-acbf-4cdd-94ad-5c3f3564e827","name":"Loan Borrower Remove Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"account_threadId\": \"8b9e729e6fac4e4e8fd493da22895f12\"\n}"},"url":"http://banking.local.com/api/v1/loan/borrowerremove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 18 Nov 2020 16:01:26 GMT"},{"key":"Date","value":"Thu, 19 Nov 2020 04:01:26 GMT"},{"key":"Content-Length","value":"6015"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 184,\n    \"BankId\": 27,\n    \"LoanNumber\": \"LOANNUMBER123\",\n    \"ThreadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"PermitDocumentThreadId\": \"7b64cc3817304404b7df6e110df4d699\",\n    \"Address1\": \"123 Elm\",\n    \"Address2\": \"\",\n    \"City\": \"Topeka\",\n    \"StateCode\": \"KS\",\n    \"ZipCode\": \"66604\",\n    \"DateCreated\": \"2020-11-19T02:09:00.183\",\n    \"Details\": {\n        \"MortgageEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"TitleEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"InspectionEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"ReleaseToBorrower\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Holdback\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"MortgagePrincipalReduction\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Repairs\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Inspection Fees\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Title Updates\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:04.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:04.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Mortgage Pmt\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:05.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:05.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:06.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:06.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"EscrowTotal\": 0,\n        \"EscrowRemaining\": 0,\n        \"ReceivedDate\": \"0001-01-01T00:00:00\",\n        \"SOROrderDate\": \"0001-01-01T00:00:00\",\n        \"IntroCallToHODate\": \"0001-01-01T00:00:00\",\n        \"DocsToUnderwritingDate\": \"0001-01-01T00:00:00\",\n        \"InterestEscrow\": null,\n        \"AltAddress1\": null,\n        \"AltAddress2\": null,\n        \"AltCity\": null,\n        \"AltStateCode\": null,\n        \"AltZipCode\": null\n    },\n    \"EscrowContacts\": null,\n    \"EscrowReplyContacts\": null,\n    \"LoanTypeId\": 1,\n    \"LoanPurposeId\": 1,\n    \"LoanOccupancyId\": 1,\n    \"ClosingDate\": \"0001-01-01T00:00:00\",\n    \"CompletionDate\": \"0001-01-01T00:00:00\",\n    \"FHACaseNumber\": \"FHA123\",\n    \"FundedDate\": \"0001-01-01T00:00:00\",\n    \"ClosedOutWithInvestor\": \"0001-01-01T00:00:00\",\n    \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n    \"TotalLoanAmount\": 0,\n    \"LoanStatusId\": 0,\n    \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n    \"SORDate\": \"0001-01-01T00:00:00\",\n    \"EstCompletionDate\": \"0001-01-01T00:00:00\",\n    \"EscrowReasonRepairType\": null,\n    \"EscrowFinalAppraisal\": null,\n    \"EscrowAppraisalMgmtCompany\": null,\n    \"EscrowStatus\": null,\n    \"EscrowStatusChanged\": null,\n    \"EscrowStatusLastAccountThreadID\": null,\n    \"EscrowStatusLastBy\": \"\",\n    \"EscrowStatusLastUpdatedAt\": null,\n    \"EscrowReminder\": null,\n    \"EscrowDaysToComplete\": null,\n    \"EscrowFundingSource\": null,\n    \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\",\n    \"DrawAdminAcceptedChanged\": null,\n    \"DrawAdminAccepted\": null,\n    \"DrawAdminAcceptedAt\": null,\n    \"AddressFlat\": \"123 ELM,TOPEKA,KS,66604\",\n    \"AddressCSZ\": \"Topeka, KS 66604\",\n    \"AddressLatLng\": null,\n    \"Contacts\": [],\n    \"LoanContractors\": [],\n    \"LoanConsultants\": [],\n    \"LoanInvestor\": null,\n    \"Bids\": [],\n    \"ChangeOrders\": [],\n    \"Draws\": [],\n    \"ApprovedBid\": null,\n    \"HudExpenseTypeFunds\": null,\n    \"MortgagePayments\": [],\n    \"TitlePayments\": [],\n    \"InspectionPayments\": [],\n    \"OtherFees\": [\n        {\n            \"Id\": 1015,\n            \"LoanId\": 184,\n            \"Name\": \"Architectural & Eng. Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.23\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.23\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1016,\n            \"LoanId\": 184,\n            \"Name\": \"Independent Consultant Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.283\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.283\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1017,\n            \"LoanId\": 184,\n            \"Name\": \"Permits\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.337\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.337\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1018,\n            \"LoanId\": 184,\n            \"Name\": \"Plan Reviewer Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.4\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.4\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1019,\n            \"LoanId\": 184,\n            \"Name\": \"Supplemental Origination Fee\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.457\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.457\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1020,\n            \"LoanId\": 184,\n            \"Name\": \"Discount Pts. on Repair Costs\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.507\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.507\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        }\n    ],\n    \"Positions\": [],\n    \"TransferLinks\": [],\n    \"Permits\": [],\n    \"CheckList\": null,\n    \"Borrower\": null,\n    \"CoBorrower\": null,\n    \"Bank\": {\n        \"Id\": 27,\n        \"Name\": \"Sample Bank\",\n        \"WebsiteUrl\": \"\",\n        \"ThreadId\": \"053bf92731484d8bb89c164be0b35650\",\n        \"DateCreated\": \"2018-07-17T00:00:00\",\n        \"Active\": true,\n        \"ZipCode\": \"08830\",\n        \"Address1\": \"194 Week Avenue South\",\n        \"Address2\": \"\",\n        \"City\": \"Iselin\",\n        \"StateCode\": \"NJ\",\n        \"AddressCSZ\": \"Iselin, NJ 08830\",\n        \"IsSystemBank\": false\n    },\n    \"Disbursements\": []\n}"},{"id":"60eeec86-6e0c-4dbc-a2a4-74ce39b3ece7","name":"Loan Borrower Remove Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"account_threadId\": \"8b9e729e6fac4e4e8fd493da22895f10\"\n}"},"url":"http://banking.local.com/api/v1/loan/borrowerremove"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Thu, 19 Nov 2020 04:01:43 GMT"},{"key":"Content-Length","value":"117"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No borrower can be found for the borrower threadId given\",\n    \"error_uri\": null\n}"}],"_postman_id":"a014f00a-18c5-4805-a1cf-9c27242a1da6"},{"name":"Loan Borrower Bulk","id":"0c32f11e-9596-4eda-af02-d37a943e4a07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"add\",\r\n        \"Loan_Number\": \"LOAN20231219A\",\r\n        \"Account_ExternalId\": \"Borrower20231219A\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/borrowerBulk","description":"<p>Add and remove borrowers for loans in bulk.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","borrowerBulk"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"2f582782-c5d2-49c7-96f3-60b4b00231fa","name":"Loan Borrower Bulk - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"add\",\r\n        \"Loan_Number\": \"LOAN20231219A\",\r\n        \"Account_ExternalId\": \"Borrower20231219A\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/borrowerBulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 11:06:23 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 23:06:23 GMT"},{"key":"Content-Length","value":"360"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T23:06:21.6041758Z\",\n    \"EndedAt\": \"2023-12-20T23:06:23.7806324Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 0,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 1,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 0,\n    \"NumUpdateFailure\": 0,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 0,\n    \"Problems\": []\n}"},{"id":"f15555f9-b6d1-42ea-8c47-61961f9f8483","name":"Loan Borrower Bulk - Problems","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"add\",\r\n        \"Loan_Number\": \"LOAN20231219A\",\r\n        \"Account_ExternalId\": \"Borrower20231219B\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/borrowerBulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 11:06:45 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 23:06:45 GMT"},{"key":"Content-Length","value":"442"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T23:06:44.1662396Z\",\n    \"EndedAt\": \"2023-12-20T23:06:45.4903099Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 0,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 0,\n    \"NumUpdateFailure\": 0,\n    \"NumAddFailure\": 1,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 0,\n    \"Problems\": [\n        {\n            \"Index\": 0,\n            \"Message\": \"No Borrower can be found for the account_externalId given.\"\n        }\n    ]\n}"}],"_postman_id":"0c32f11e-9596-4eda-af02-d37a943e4a07"},{"name":"Broker Get","id":"db399342-4c2d-43e2-9d1e-eaf3624cce06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"broker\": {\n        \"threadId\": \"141beab8e0644e61890b0491dae48912\"\n        // OR \"idNumber\": \"4100071\"\n        // OR \"email\": \"michael@fake.com\"\n        // OR \"nmlsNumber\": \"383031\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/broker","description":"<p>This looks up a broker by the broker's threadId, idNumber, nmlsNumber, or email supplied. <strong>Only supply one.</strong></p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","broker"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"8ad6f14b-f8e4-4f9c-9c4a-a9cdeca6299e","name":"Broker Get Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"broker\": {\n        \"threadId\": \"141beab8e0644e61890b0491dae48912\"\n        // OR \"idNumber\": \"4100071\"\n        // OR \"email\": \"michael@fake.com\"\n        // OR \"nmlsNumber\": \"383031\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/broker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Tue, 19 Oct 2021 15:57:24 GMT"},{"key":"Date","value":"Wed, 20 Oct 2021 03:57:24 GMT"},{"key":"Content-Length","value":"3672"}],"cookie":[],"responseTime":null,"body":"{\n    \"ThreadId\": \"141beab8e0644e61890b0491dae48912\",\n    \"NameDisplay\": \"Fake Broker\",\n    \"PhonePrimary\": \"5555554545\",\n    \"EmailPrimary\": \"tim@bogus-brokers.test\",\n    \"AddressId\": 9700,\n    \"Address\": {\n        \"Id\": 9700,\n        \"AddressFlat\": \"234 CEDAR,OLATHE,KS,66061\",\n        \"Formatted_Address\": \"\",\n        \"lat\": 0,\n        \"lng\": 0,\n        \"Address1\": \"234 Cedar\",\n        \"Address2\": \"\",\n        \"City\": \"Olathe\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66061\",\n        \"AddressCSZ\": \"Olathe, KS 66061\"\n    },\n    \"CreatedAt\": \"2021-10-20T03:51:24.187\",\n    \"PayeeCode\": null,\n    \"Details\": {\n        \"PhoneFax\": null,\n        \"WebsiteUrl\": \"www.bogus-brokers.test\",\n        \"PhoneSecondary\": null,\n        \"EmailCC\": null,\n        \"EmailDomains\": [],\n        \"IdNumber\": \"211019\",\n        \"NMLSNumber\": \"20211019\",\n        \"StatusId\": 0,\n        \"Origination\": 0,\n        \"Division\": null,\n        \"DetailsThreadId\": \"81e81b1abaa447e7a6f411141cde8124\",\n        \"StoredFileFolder\": {\n            \"ThreadId\": null,\n            \"StoredFiles\": [],\n            \"History\": []\n        },\n        \"PrimaryContact\": \"Tim Fake\"\n    },\n    \"Contacts\": [\n        {\n            \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n            \"AccountThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n            \"Details\": {\n                \"Position\": 2,\n                \"LicenseNumber\": null\n            },\n            \"Id\": 1530,\n            \"BankId\": 0,\n            \"ExternalId\": \"\",\n            \"FirstName\": \"James\",\n            \"LastName\": \"Brokermen\",\n            \"MiddleInit\": \"R\",\n            \"NameSuffix\": \"Sr.\",\n            \"Title\": null,\n            \"FullName\": \"James R Brokermen Sr.\",\n            \"Username\": \"jamesbrokerman@bogus-brokers.test\",\n            \"Email\": \"jamesbrokerman@bogus-brokers.test\",\n            \"IsActive\": true,\n            \"ProfileImageFileId\": 0,\n            \"DateCreated\": \"2021-10-20T03:34:55.68\",\n            \"IsEmailValidated\": false,\n            \"ZipCode\": \"66061\",\n            \"Address1\": \"7743 E Kay St\",\n            \"Address2\": null,\n            \"City\": \"Olathe\",\n            \"StateCode\": \"KS\",\n            \"AddressDisplay\": \"7743 E Kay St\\r\\nOlathe, KS 66061\",\n            \"AddressCSZ\": \"Olathe, KS 66061\",\n            \"TypeId\": 7,\n            \"PhonePrimary\": \"5555555021\",\n            \"PhonePrimaryDisplay\": \"(555) 555-5021\",\n            \"PhoneSecondary\": \"\",\n            \"PayeeCode\": null,\n            \"DivisionThreadIds\": null,\n            \"Permissions\": [],\n            \"AccountType_e\": 7,\n            \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n            \"AccountDetails\": null\n        },\n        {\n            \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n            \"AccountThreadId\": \"f61be514a0c0423780aed6be9845c55f\",\n            \"Details\": {\n                \"Position\": 1,\n                \"LicenseNumber\": null\n            },\n            \"Id\": 1531,\n            \"BankId\": 0,\n            \"ExternalId\": \"\",\n            \"FirstName\": \"Tim\",\n            \"LastName\": \"Fake\",\n            \"MiddleInit\": null,\n            \"NameSuffix\": null,\n            \"Title\": \"\",\n            \"FullName\": \"Tim Fake\",\n            \"Username\": \"tim@bogus-brokers.test\",\n            \"Email\": \"tim@bogus-brokers.test\",\n            \"IsActive\": true,\n            \"ProfileImageFileId\": 0,\n            \"DateCreated\": \"2021-10-20T03:51:24.48\",\n            \"IsEmailValidated\": false,\n            \"ZipCode\": \"66061\",\n            \"Address1\": \"234 Cedar\",\n            \"Address2\": \"\",\n            \"City\": \"Olathe\",\n            \"StateCode\": \"KS\",\n            \"AddressDisplay\": \"234 Cedar\\r\\nOlathe, KS 66061\",\n            \"AddressCSZ\": \"Olathe, KS 66061\",\n            \"TypeId\": 7,\n            \"PhonePrimary\": \"5555554545\",\n            \"PhonePrimaryDisplay\": \"(555) 555-4545\",\n            \"PhoneSecondary\": null,\n            \"PayeeCode\": null,\n            \"DivisionThreadIds\": null,\n            \"Permissions\": [],\n            \"AccountType_e\": 7,\n            \"ThreadId\": \"f61be514a0c0423780aed6be9845c55f\",\n            \"AccountDetails\": null\n        }\n    ],\n    \"Divisions\": [\n        {\n            \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n            \"DivisionThreadId\": \"0b5bd3ddcc2d466aba65772776fe04b6\",\n            \"CreatedAt\": \"2021-10-20T03:51:24.3\"\n        },\n        {\n            \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n            \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\",\n            \"CreatedAt\": \"2021-10-20T03:51:24.247\"\n        }\n    ],\n    \"Lookups\": {\n        \"Positions\": [\n            {\n                \"Id\": 1,\n                \"Name\": \"Owner\",\n                \"Description\": \"Broker Owner\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Processor\"\n            },\n            {\n                \"Id\": 2,\n                \"Name\": \"Loan Officer\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Underwriter\"\n            },\n            {\n                \"Id\": 3,\n                \"Name\": \"Processor\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"DrawAdmin\"\n            }\n        ],\n        \"Status\": [\n            {\n                \"Id\": 1,\n                \"Name\": \"Active\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Processor\"\n            },\n            {\n                \"Id\": 2,\n                \"Name\": \"InActive\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Underwriter\"\n            },\n            {\n                \"Id\": 3,\n                \"Name\": \"Approved\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"DrawAdmin\"\n            }\n        ]\n    }\n}"},{"id":"c3a1a791-fb3f-48fb-b433-d8c230609524","name":"Broker Get Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"broker\": {\n        \"ThreadId\": \"ca5de768269b404080900d10f3a6384a\",\n        \"Email\": \"michael@fake.com\"\n    }\n}"},"url":"http://banking.local.com/api/v1/broker"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Thu, 19 Nov 2020 04:05:51 GMT"},{"key":"Content-Length","value":"120"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"unprocessable entity\",\n    \"error_description\": \"Only a ThreadId or Email can be given, not both.\",\n    \"error_uri\": null\n}"}],"_postman_id":"db399342-4c2d-43e2-9d1e-eaf3624cce06"},{"name":"Broker Create","id":"85aa7532-0c0c-4761-8f25-a5f32aa96f47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"brokerNew\": {\n    \t\"Email\": \"Broker20231010A@sample-brokers.test\",\n    \t\"CompanyName\": \"API Broker 20231011\",\n    \t\"OwnerName\": \"Jimothy Fake\",\n    \t\"PhoneNumber\": \"5555554545\",\n    \t\"NMLSNumber\": \"20231011\",\n    \t\"IdNumber\": \"231011\",\n    \t\"WebsiteUrl\": \"www.bogus-brokers.test\",\n    \t\"Address1\": \"234 Cedar\",\n    \t\"Address2\": \"\",\n    \t\"City\": \"Olathe\",\n    \t\"StateCode\": \"KS\",\n    \t\"ZipCode\": \"66061\",\n        // Optional: Which divisions should a broker be tied to, if a lender has multiple divisions?\n        \"BrokerDivisionThreadIds\": [\"b7e873022a3148acb2ed8f8e82b9001d\",\"72dc5e17e1e94fd894a95d289752b2d9\"],\n        // Optional: What other broker accounts (from \"Broker Account Create\") should be tied to this broker?\n        \"Contacts\": [\n            {\n                \"account_threadId\": \"88622dfd7b7b42bd9769de3b72b1d968\",\n                \"positionName\": \"loan officer\", // Supported: \"owner\", \"loan officer\", \"processor\"\n                \"mode\": \"add\" // Supported: \"add\". Using \"delete\" does nothing when creating brokers.\n            }\n        ]\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/broker/create","description":"<p>This will create a broker company with in RLS, using the supplied NMLS Number and Id Number.</p>\n<p>NMLS Number is unique for RLS. You can get a broker by NMLS Number. <strong>If you use an NMLS number that is already in the RLS system, you will instead update portions of that record instead of creating a new one. The same rule is true of Id Number.</strong></p>\n<p><strong>The ThreadId returned in the response body is very important, this is how we keep track of the broker company's identity.</strong></p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","broker","create"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"941376bb-8cae-4a09-bd02-f65b3f7e6fae","name":"Broker Create Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"brokerNew\": {\n    \t\"Email\": \"tim@bogus-brokers.test\",\n    \t\"CompanyName\": \"Fake Broker\",\n    \t\"OwnerName\": \"Tim Fake\",\n    \t\"PhoneNumber\": \"5555554545\",\n    \t\"NMLSNumber\": \"20211019\",\n    \t\"IdNumber\": \"211019\",\n    \t\"WebsiteUrl\": \"www.bogus-brokers.test\",\n    \t\"Address1\": \"234 Cedar\",\n    \t\"Address2\": \"\",\n    \t\"City\": \"Olathe\",\n    \t\"StateCode\": \"KS\",\n    \t\"ZipCode\": \"66061\",\n        // Optional: Which divisions should a broker be tied to, if a lender has multiple divisions?\n        \"BrokerDivisionThreadIds\": [\"b8e7e37ef39640ce8ad051a81ab9028d\",\"0b5bd3ddcc2d466aba65772776fe04b6\"],\n        // Optional: What other broker accounts (from \"Broker Account Create\") should be tied to this broker?\n        \"Contacts\": [\n            {\n                \"account_threadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n                \"positionName\": \"loan officer\", // Supported: \"owner\", \"loan officer\", \"processor\"\n                \"mode\": \"add\" // Supported: \"add\", \"delete\"\n            }\n        ]\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/broker/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Tue, 19 Oct 2021 15:52:18 GMT"},{"key":"Date","value":"Wed, 20 Oct 2021 03:52:18 GMT"},{"key":"Content-Length","value":"3632"}],"cookie":[],"responseTime":null,"body":"{\n    \"ThreadId\": \"141beab8e0644e61890b0491dae48912\",\n    \"NameDisplay\": \"Fake Broker\",\n    \"PhonePrimary\": \"5555554545\",\n    \"EmailPrimary\": \"tim@bogus-brokers.test\",\n    \"AddressId\": 9700,\n    \"Address\": {\n        \"Id\": 9700,\n        \"AddressFlat\": \"234 CEDAR,OLATHE,KS,66061\",\n        \"Formatted_Address\": \"\",\n        \"lat\": 0,\n        \"lng\": 0,\n        \"Address1\": \"234 Cedar\",\n        \"Address2\": \"\",\n        \"City\": \"Olathe\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66061\",\n        \"AddressCSZ\": \"Olathe, KS 66061\"\n    },\n    \"CreatedAt\": \"2021-10-20T03:51:24.187\",\n    \"PayeeCode\": null,\n    \"Details\": {\n        \"PhoneFax\": null,\n        \"WebsiteUrl\": \"www.bogus-brokers.test\",\n        \"PhoneSecondary\": null,\n        \"EmailCC\": null,\n        \"EmailDomains\": [],\n        \"IdNumber\": \"211019\",\n        \"NMLSNumber\": \"20211019\",\n        \"StatusId\": 0,\n        \"Origination\": 0,\n        \"Division\": null,\n        \"DetailsThreadId\": \"81e81b1abaa447e7a6f411141cde8124\",\n        \"StoredFileFolder\": {\n            \"ThreadId\": null,\n            \"StoredFiles\": [],\n            \"History\": []\n        },\n        \"PrimaryContact\": \"Tim Fake\"\n    },\n    \"Contacts\": [\n        {\n            \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n            \"AccountThreadId\": null,\n            \"Details\": {\n                \"Position\": 1,\n                \"LicenseNumber\": null\n            },\n            \"Id\": 1531,\n            \"BankId\": 0,\n            \"ExternalId\": \"\",\n            \"FirstName\": \"Tim\",\n            \"LastName\": \"Fake\",\n            \"MiddleInit\": null,\n            \"NameSuffix\": null,\n            \"Title\": \"\",\n            \"FullName\": \"Tim Fake\",\n            \"Username\": \"tim@bogus-brokers.test\",\n            \"Email\": \"tim@bogus-brokers.test\",\n            \"IsActive\": true,\n            \"ProfileImageFileId\": 0,\n            \"DateCreated\": \"2021-10-20T03:51:24.48\",\n            \"IsEmailValidated\": false,\n            \"ZipCode\": \"66061\",\n            \"Address1\": \"234 Cedar\",\n            \"Address2\": \"\",\n            \"City\": \"Olathe\",\n            \"StateCode\": \"KS\",\n            \"AddressDisplay\": \"234 Cedar\\r\\nOlathe, KS 66061\",\n            \"AddressCSZ\": \"Olathe, KS 66061\",\n            \"TypeId\": 7,\n            \"PhonePrimary\": \"5555554545\",\n            \"PhonePrimaryDisplay\": \"(555) 555-4545\",\n            \"PhoneSecondary\": null,\n            \"PayeeCode\": null,\n            \"DivisionThreadIds\": null,\n            \"Permissions\": [],\n            \"AccountType_e\": 7,\n            \"ThreadId\": \"f61be514a0c0423780aed6be9845c55f\",\n            \"AccountDetails\": null\n        },\n        {\n            \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n            \"AccountThreadId\": null,\n            \"Details\": {\n                \"Position\": 2,\n                \"LicenseNumber\": null\n            },\n            \"Id\": 2299,\n            \"BankId\": 0,\n            \"ExternalId\": \"\",\n            \"FirstName\": \"James\",\n            \"LastName\": \"Brokermen\",\n            \"MiddleInit\": \"R\",\n            \"NameSuffix\": \"Sr.\",\n            \"Title\": null,\n            \"FullName\": \"James R Brokermen Sr.\",\n            \"Username\": \"jamesbrokerman@bogus-brokers.test\",\n            \"Email\": \"jamesbrokerman@bogus-brokers.test\",\n            \"IsActive\": true,\n            \"ProfileImageFileId\": 0,\n            \"DateCreated\": \"2021-10-20T03:34:55.68\",\n            \"IsEmailValidated\": false,\n            \"ZipCode\": \"66061\",\n            \"Address1\": \"7743 E Kay St\",\n            \"Address2\": null,\n            \"City\": \"Olathe\",\n            \"StateCode\": \"KS\",\n            \"AddressDisplay\": \"7743 E Kay St\\r\\nOlathe, KS 66061\",\n            \"AddressCSZ\": \"Olathe, KS 66061\",\n            \"TypeId\": 7,\n            \"PhonePrimary\": \"5555555021\",\n            \"PhonePrimaryDisplay\": \"(555) 555-5021\",\n            \"PhoneSecondary\": \"\",\n            \"PayeeCode\": null,\n            \"DivisionThreadIds\": null,\n            \"Permissions\": [],\n            \"AccountType_e\": 7,\n            \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n            \"AccountDetails\": {\n                \"PhonePrimaryExt\": null\n            }\n        }\n    ],\n    \"Divisions\": [\n        {\n            \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n            \"DivisionThreadId\": \"0b5bd3ddcc2d466aba65772776fe04b6\",\n            \"CreatedAt\": \"2021-10-20T03:51:24.3\"\n        },\n        {\n            \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n            \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\",\n            \"CreatedAt\": \"2021-10-20T03:51:24.247\"\n        }\n    ],\n    \"Lookups\": {\n        \"Positions\": [\n            {\n                \"Id\": 1,\n                \"Name\": \"Owner\",\n                \"Description\": \"Broker Owner\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Processor\"\n            },\n            {\n                \"Id\": 2,\n                \"Name\": \"Loan Officer\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Underwriter\"\n            },\n            {\n                \"Id\": 3,\n                \"Name\": \"Processor\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"DrawAdmin\"\n            }\n        ],\n        \"Status\": [\n            {\n                \"Id\": 1,\n                \"Name\": \"Active\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Processor\"\n            },\n            {\n                \"Id\": 2,\n                \"Name\": \"InActive\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Underwriter\"\n            },\n            {\n                \"Id\": 3,\n                \"Name\": \"Approved\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"DrawAdmin\"\n            }\n        ]\n    }\n}"}],"_postman_id":"85aa7532-0c0c-4761-8f25-a5f32aa96f47"},{"name":"Broker Update","id":"e6addc24-dbfd-471f-bdd3-0c55a0dfb207","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"brokerUpdate\": {\n        \"ThreadId\": \"141beab8e0644e61890b0491dae48912\",\n        \"Email\": \"tim@bogus-brokers.test\",\n    \t\"CompanyName\": \"Fake Broker\",\n    \t\"OwnerName\": \"Tim Fake\",\n    \t\"PhoneNumber\": \"5555554545\",\n    \t\"NMLSNumber\": \"20211019\",\n    \t\"IdNumber\": \"211019\",\n    \t\"WebsiteUrl\": \"www.bogus-brokers.test\",\n    \t\"Address1\": \"234 Cedar\",\n    \t\"Address2\": \"\",\n    \t\"City\": \"Olathe\",\n    \t\"StateCode\": \"KS\",\n    \t\"ZipCode\": \"66061\",\n        // Optional: Which divisions should a broker be tied to, if a lender has multiple divisions?\n        \"BrokerDivisionThreadIds\": [\"b8e7e37ef39640ce8ad051a81ab9028d\",\"0b5bd3ddcc2d466aba65772776fe04b6\"],\n        // Optional: What other broker accounts (from \"Broker Account Create\") should be tied to this broker?\n        \"Contacts\": [\n            {\n                \"account_threadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n                \"positionName\": \"loan officer\", // Supported: \"owner\", \"loan officer\", \"processor\". Ignored when mode=\"delete\".\n                \"mode\": \"delete\" // Supported: \"add\", \"delete\".\n            }\n        ]\n        // \"Changes\": [\"WebsiteUrl\"]\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/broker/update","description":"<p>This will update a broker company with in RLS associated with the ThreadId or IdNumber supplied. ThreadId takes precedence over IdNumber, if both are present.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","broker","update"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"1dacd3d7-9444-4c3c-a0af-0b270ce566a8","name":"Broker Update Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"brokerUpdate\": {\n        \"ThreadId\": \"ca5de768269b404080900d10f3a638_4a\",\n    \t\"Email\": \"michael@fake.com\",\n    \t\"CompanyName\": \"Fake Broker\",\n    \t\"OwnerName\": \"Michael Fake\",\n    \t\"PhoneNumber\": \"1113334444\",\n    \t\"NMLSNumber\": \"987899\",\n    \t\"IdNumber\": \"111\",\n    \t\"WebsiteUrl\": \"www.fake.com\",\n    \t\"Address1\": \"123 Maple\",\n    \t\"Address2\": \"\",\n    \t\"City\": \"Lenexa\",\n    \t\"StateCode\": \"KS\",\n    \t\"ZipCode\": \"66214\"\n    }\n}"},"url":"http://banking.local.com/api/v1/broker/update"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Thu, 19 Nov 2020 04:06:29 GMT"},{"key":"Content-Length","value":"113"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No Broker can be found for the Broker threadId given\",\n    \"error_uri\": null\n}"},{"id":"8b0469df-b2f8-40ee-8a08-2a68766695f9","name":"Broker Update Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"brokerUpdate\": {\n        \"ThreadId\": \"ca5de768269b404080900d10f3a6384a\",\n    \t\"Email\": \"michael@fake.com\",\n    \t\"CompanyName\": \"Fake Broker\",\n    \t\"OwnerName\": \"Michael Fake\",\n    \t\"PhoneNumber\": \"1113334444\",\n    \t\"NMLSNumber\": \"987899\",\n    \t\"IdNumber\": \"111\",\n    \t\"WebsiteUrl\": \"www.fake.com\",\n    \t\"Address1\": \"123 Maple\",\n    \t\"Address2\": \"\",\n    \t\"City\": \"Lenexa\",\n    \t\"StateCode\": \"KS\",\n    \t\"ZipCode\": \"66214\"\n    }\n}"},"url":"http://banking.local.com/api/v1/broker/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 18 Nov 2020 15:42:58 GMT"},{"key":"Date","value":"Thu, 19 Nov 2020 03:42:58 GMT"},{"key":"Content-Length","value":"2180"}],"cookie":[],"responseTime":null,"body":"{\n    \"ThreadId\": \"ca5de768269b404080900d10f3a6384a\",\n    \"NameDisplay\": \"Fake Broker\",\n    \"PhonePrimary\": \"1113334444\",\n    \"EmailPrimary\": \"michael@fake.com\",\n    \"AddressId\": 9633,\n    \"Address\": {\n        \"Id\": 9633,\n        \"AddressFlat\": \"123 MAPLE,LENEXA,KS,66214\",\n        \"Formatted_Address\": \"\",\n        \"lat\": 0,\n        \"lng\": 0,\n        \"Address1\": \"123 Maple\",\n        \"Address2\": \"\",\n        \"City\": \"Lenexa\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66214\",\n        \"AddressCSZ\": \"Lenexa, KS 66214\"\n    },\n    \"CreatedAt\": \"0001-01-01T00:00:00\",\n    \"Details\": {\n        \"PhoneFax\": null,\n        \"WebsiteUrl\": \"www.fake.com\",\n        \"PhoneSecondary\": null,\n        \"EmailCC\": null,\n        \"EmailDomains\": [],\n        \"IdNumber\": \"111\",\n        \"NMLSNumber\": \"987899\",\n        \"StatusId\": 0,\n        \"Origination\": 0,\n        \"Division\": null,\n        \"DetailsThreadId\": \"8a42b2a638214e949637a25b08cfe8b5\",\n        \"StoredFileFolder\": {\n            \"ThreadId\": null,\n            \"StoredFiles\": [],\n            \"History\": []\n        },\n        \"PrimaryContact\": \"Michael Fake\"\n    },\n    \"Contacts\": [\n        {\n            \"BrokerThreadId\": null,\n            \"AccountThreadId\": null,\n            \"Details\": {\n                \"Position\": 1,\n                \"LicenseNumber\": null\n            },\n            \"Id\": 1480,\n            \"BankId\": 0,\n            \"FirstName\": \"Joe\",\n            \"LastName\": \"Fake\",\n            \"FullName\": \"Joe Fake\",\n            \"Email\": \"joe@fake.com\",\n            \"IsActive\": true,\n            \"ProfileImageFileId\": 0,\n            \"DateCreated\": \"2020-11-19T02:58:05.313\",\n            \"IsEmailValidated\": false,\n            \"ZipCode\": \"66061\",\n            \"Address1\": \"123 Maple\",\n            \"Address2\": \"\",\n            \"City\": \"Olathe\",\n            \"StateCode\": \"KS\",\n            \"AddressDisplay\": \"123 Maple\\r\\nOlathe, KS 66061\",\n            \"TypeId\": 7,\n            \"PhonePrimary\": \"1113334444\",\n            \"PhonePrimaryDisplay\": \"(111) 333-4444\",\n            \"PhoneSecondary\": null,\n            \"DivisionThreadIds\": null,\n            \"Permissions\": [],\n            \"AccountType_e\": 7,\n            \"ThreadId\": \"1e9c0aec969844de9696fd83fd36f42e\",\n            \"AccountDetails\": null\n        }\n    ],\n    \"Lookups\": {\n        \"Positions\": [\n            {\n                \"Id\": 1,\n                \"Name\": \"Owner\",\n                \"Description\": \"Broker Owner\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Processor\"\n            },\n            {\n                \"Id\": 2,\n                \"Name\": \"Loan Officer\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Underwriter\"\n            },\n            {\n                \"Id\": 3,\n                \"Name\": \"Processor\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"DrawAdmin\"\n            }\n        ],\n        \"Status\": [\n            {\n                \"Id\": 1,\n                \"Name\": \"Active\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Processor\"\n            },\n            {\n                \"Id\": 2,\n                \"Name\": \"InActive\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Underwriter\"\n            },\n            {\n                \"Id\": 3,\n                \"Name\": \"Approved\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"DrawAdmin\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e6addc24-dbfd-471f-bdd3-0c55a0dfb207"},{"name":"Broker Upsert","id":"916e436d-eee6-4047-b2c0-b2b640be2888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"brokerUpsert\": {\n        \"Email\": \"fred@bogus-brokers.test\",\n    \t\"CompanyName\": \"Contoso Broker\",\n    \t\"OwnerName\": \"Frederick Contoso\",\n    \t\"PhoneNumber\": \"5555558786\",\n    \t\"NMLSNumber\": \"20240503\",\n    \t\"IdNumber\": \"240503\",\n    \t\"WebsiteUrl\": \"www.bogus-brokers.test\",\n    \t\"Address1\": \"234 Cedar\",\n    \t\"Address2\": \"\",\n    \t\"City\": \"Olathe\",\n    \t\"StateCode\": \"KS\",\n    \t\"ZipCode\": \"66061\",\n        \"Contacts\": [\n            {\n                \"account_externalId\": \"janelle_broker_20240503\",\n                \"positionName\": \"loan officer\", // Supported: \"owner\", \"loan officer\", \"processor\". Ignored when mode=\"delete\".\n                \"mode\": \"add\" // Supported: \"add\", \"delete\".\n            }\n        ]\n        // \"Changes\": [\"WebsiteUrl\"]\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/broker/upsert","description":"<p>Takes same data as Broker Update, but will insert a new record if one does not exist.</p>\n<p>Checks for existing brokers by ThreadId, and then IdNumber if ThreadId was not supplied.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","broker","upsert"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"b6350904-72dc-4876-825c-8fa512c825e2","name":"Broker Upsert Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"brokerUpsert\": {\n        \"Email\": \"fred@bogus-brokers.test\",\n    \t\"CompanyName\": \"Contoso Broker\",\n    \t\"OwnerName\": \"Frederick Contoso\",\n    \t\"PhoneNumber\": \"5555558786\",\n    \t\"NMLSNumber\": \"20240503\",\n    \t\"IdNumber\": \"240503\",\n    \t\"WebsiteUrl\": \"www.bogus-brokers.test\",\n    \t\"Address1\": \"234 Cedar\",\n    \t\"Address2\": \"\",\n    \t\"City\": \"Olathe\",\n    \t\"StateCode\": \"KS\",\n    \t\"ZipCode\": \"66061\",\n        \"Contacts\": [\n            {\n                \"account_externalId\": \"janelle_broker_20240503\",\n                \"positionName\": \"loan officer\", // Supported: \"owner\", \"loan officer\", \"processor\". Ignored when mode=\"delete\".\n                \"mode\": \"add\" // Supported: \"add\", \"delete\".\n            }\n        ]\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/broker/upsert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Fri, 03 May 2024 16:38:59 GMT"},{"key":"Date","value":"Sat, 04 May 2024 04:38:59 GMT"},{"key":"Content-Length","value":"3639"}],"cookie":[],"responseTime":null,"body":"{\n    \"ThreadId\": \"c9fc9c20fed1441ba4799e32b24871c9\",\n    \"NameDisplay\": \"Contoso Broker\",\n    \"PhonePrimary\": \"5555558786\",\n    \"PhonePrimaryDisplay\": \"(555) 555-8786\",\n    \"EmailPrimary\": \"fred@bogus-brokers.test\",\n    \"AddressId\": 9700,\n    \"Address\": {\n        \"Id\": 9700,\n        \"AddressFlat\": \"234 CEDAR,OLATHE,KS,66061\",\n        \"Formatted_Address\": \"234 W Cedar St, Olathe, KS 66061, USA\",\n        \"lat\": 38.879405,\n        \"lng\": -94.821066,\n        \"Address1\": \"234 Cedar\",\n        \"Address2\": \"\",\n        \"City\": \"Olathe\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66061\",\n        \"AddressCSZ\": \"Olathe, KS 66061\"\n    },\n    \"CreatedAt\": \"2024-05-04T04:38:35.027\",\n    \"PayeeCode\": null,\n    \"Details\": {\n        \"PhoneFax\": null,\n        \"WebsiteUrl\": \"www.bogus-brokers.test\",\n        \"PhoneSecondary\": null,\n        \"EmailCC\": null,\n        \"EmailDomains\": [],\n        \"IdNumber\": \"240503\",\n        \"NMLSNumber\": \"20240503\",\n        \"StatusId\": 0,\n        \"Origination\": 0,\n        \"Division\": null,\n        \"DetailsThreadId\": \"46e92ff9e42743ffb2ae879e2629d172\",\n        \"StoredFileFolder\": {\n            \"ThreadId\": null,\n            \"StoredFiles\": [],\n            \"History\": []\n        },\n        \"PrimaryContact\": \"Frederick Contoso\"\n    },\n    \"Contacts\": [\n        {\n            \"BrokerThreadId\": \"c9fc9c20fed1441ba4799e32b24871c9\",\n            \"AccountThreadId\": \"41a13c86abe14535912f6febfc4dae0b\",\n            \"Details\": {\n                \"Position\": 1,\n                \"LicenseNumber\": null\n            },\n            \"Id\": 29000395,\n            \"BankId\": 0,\n            \"ExternalId\": \"\",\n            \"FirstName\": \"Frederick\",\n            \"LastName\": \"Contoso\",\n            \"MiddleInit\": null,\n            \"NameSuffix\": null,\n            \"FullName\": \"Frederick Contoso\",\n            \"Title\": \"\",\n            \"Username\": \"fred@bogus-brokers.test\",\n            \"Email\": \"fred@bogus-brokers.test\",\n            \"EmailCC\": null,\n            \"IsActive\": true,\n            \"DateCreated\": \"2024-05-04T04:38:36.047\",\n            \"ZipCode\": \"66061\",\n            \"Address1\": \"234 Cedar\",\n            \"Address2\": \"\",\n            \"City\": \"Olathe\",\n            \"StateCode\": \"KS\",\n            \"AddressDisplay\": \"234 Cedar\\r\\nOlathe, KS 66061\",\n            \"AddressCSZ\": \"Olathe, KS 66061\",\n            \"TypeId\": 7,\n            \"PhonePrimary\": \"5555558786\",\n            \"PhonePrimaryDisplay\": \"(555) 555-8786\",\n            \"PhoneSecondary\": null,\n            \"PayeeCode\": null,\n            \"PayeeCode2\": null,\n            \"DivisionThreadIds\": null,\n            \"Permissions\": [],\n            \"AccountDetails\": null,\n            \"AccountType_e\": 7,\n            \"ThreadId\": \"41a13c86abe14535912f6febfc4dae0b\"\n        },\n        {\n            \"BrokerThreadId\": \"c9fc9c20fed1441ba4799e32b24871c9\",\n            \"AccountThreadId\": \"eb1e1bc5670d4bc88f2325aa3906ef4e\",\n            \"Details\": {\n                \"Position\": 2,\n                \"LicenseNumber\": null\n            },\n            \"Id\": 29000393,\n            \"BankId\": 28,\n            \"ExternalId\": \"janelle_broker_20240503\",\n            \"FirstName\": \"Janelle\",\n            \"LastName\": \"Broker\",\n            \"MiddleInit\": null,\n            \"NameSuffix\": null,\n            \"FullName\": \"Janelle Broker\",\n            \"Title\": null,\n            \"Username\": \"janelle_broker_20240503@fake.com\",\n            \"Email\": \"janelle_broker_20240503@fake.com\",\n            \"EmailCC\": null,\n            \"IsActive\": true,\n            \"DateCreated\": \"2024-05-04T04:33:20.423\",\n            \"ZipCode\": \"66061\",\n            \"Address1\": \"123 Ridgeview Rd\",\n            \"Address2\": null,\n            \"City\": \"Olathe\",\n            \"StateCode\": \"KS\",\n            \"AddressDisplay\": \"123 Ridgeview Rd\\r\\nOlathe, KS 66061\",\n            \"AddressCSZ\": \"Olathe, KS 66061\",\n            \"TypeId\": 7,\n            \"PhonePrimary\": \"5555555021\",\n            \"PhonePrimaryDisplay\": \"(555) 555-5021\",\n            \"PhoneSecondary\": \"\",\n            \"PayeeCode\": null,\n            \"PayeeCode2\": null,\n            \"DivisionThreadIds\": null,\n            \"Permissions\": [],\n            \"AccountDetails\": null,\n            \"AccountType_e\": 7,\n            \"ThreadId\": \"eb1e1bc5670d4bc88f2325aa3906ef4e\"\n        }\n    ],\n    \"Divisions\": [\n        {\n            \"BrokerThreadId\": \"c9fc9c20fed1441ba4799e32b24871c9\",\n            \"DivisionThreadId\": \"7056c75061f743c9ad1d61a1ef24ec38\",\n            \"CreatedAt\": \"2024-05-04T04:38:35.11\"\n        }\n    ],\n    \"Lookups\": {\n        \"Positions\": [\n            {\n                \"Id\": 1,\n                \"Name\": \"Owner\",\n                \"Description\": \"Broker Owner\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Processor\"\n            },\n            {\n                \"Id\": 2,\n                \"Name\": \"Loan Officer\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Underwriter\"\n            },\n            {\n                \"Id\": 3,\n                \"Name\": \"Processor\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"DrawAdmin\"\n            }\n        ],\n        \"Status\": [\n            {\n                \"Id\": 1,\n                \"Name\": \"Active\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Processor\"\n            },\n            {\n                \"Id\": 2,\n                \"Name\": \"InActive\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"Underwriter\"\n            },\n            {\n                \"Id\": 3,\n                \"Name\": \"Approved\",\n                \"Description\": \"\",\n                \"DrvName\": null,\n                \"Ordinal\": 0,\n                \"Visible\": false,\n                \"ColumnAlias\": \"DrawAdmin\"\n            }\n        ]\n    }\n}"},{"id":"92d65c7d-9174-4596-b9e5-e38b1cf22f7d","name":"Broker Upsert Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"brokerUpsert\": {\n        \"Email\": \"fred@bogus-brokers.test\",\n    \t\"CompanyName\": \"Contoso Broker\",\n    \t\"OwnerName\": \"Frederick Contoso\",\n    \t\"PhoneNumber\": \"5555558786\",\n    \t\"NMLSNumber\": \"20240503\",\n    \t\"IdNumber\": \"\",\n    \t\"WebsiteUrl\": \"www.bogus-brokers.test\",\n    \t\"Address1\": \"234 Cedar\",\n    \t\"Address2\": \"\",\n    \t\"City\": \"Olathe\",\n    \t\"StateCode\": \"KS\",\n    \t\"ZipCode\": \"66061\",\n        \"Contacts\": [\n            {\n                \"account_externalId\": \"janelle_broker_20240503\",\n                \"positionName\": \"loan officer\", // Supported: \"owner\", \"loan officer\", \"processor\". Ignored when mode=\"delete\".\n                \"mode\": \"add\" // Supported: \"add\", \"delete\".\n            }\n        ]\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/broker/upsert"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Sat, 04 May 2024 04:39:31 GMT"},{"key":"Content-Length","value":"157"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"{\\\"error\\\":\\\"unprocessable entity\\\",\\\"error_description\\\":\\\"Upserted Brokers must have a ThreadId or IdNumber supplied.\\\",\\\"error_uri\\\":null}\"\n}"}],"_postman_id":"916e436d-eee6-4047-b2c0-b2b640be2888"},{"name":"Broker Bulk","id":"2a4b0a13-ea5b-413d-a66c-737ac5a1f127","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"create\",\r\n        \"IdNumber\": \"23121901\",\r\n        \"Email\": \"Example20231219A@broker.test\",\r\n        \"NMLSNumber\": \"20231219\",\r\n        \"CompanyName\": \"Acme Broker\",\r\n        \"OwnerName\": \"Thomas Fakeman\",\r\n        \"PhoneNumber\": \"5555554545\",\r\n        \"WebsiteUrl\": \"https://www.acme-broker.test\",\r\n        \"Address1\": \"234 Cedar\",\r\n        \"Address2\": \"\",\r\n        \"City\": \"Olathe\",\r\n        \"StateCode\": \"KS\",\r\n        \"ZipCode\": \"66061\",\r\n        \"Contacts\": [\r\n            {\r\n                \"Mode\": \"add\",\r\n                \"Account_ExternalId\": \"BrokerAcct20231219A\",\r\n                \"PositionName\": \"Loan Officer\"\r\n            },\r\n            {\r\n                \"Mode\": \"add\",\r\n                \"Account_ExternalId\": \"BrokerAcct20231219C\",\r\n                \"PositionName\": \"Processor\"\r\n            }\r\n        ]\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/broker/bulk","description":"<p>Submit new brokers and updates to existing brokers in bulk.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","broker","bulk"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"b038d9ea-42ee-427e-bbeb-c406104c47bd","name":"Broker Bulk - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"create\",\r\n        \"IdNumber\": \"23121901\",\r\n        \"Email\": \"Example20231219A@broker.test\",\r\n        \"NMLSNumber\": \"20231219\",\r\n        \"CompanyName\": \"Acme Broker\",\r\n        \"OwnerName\": \"Thomas Fakeman\",\r\n        \"PhoneNumber\": \"5555554545\",\r\n        \"WebsiteUrl\": \"https://www.acme-broker.test\",\r\n        \"Address1\": \"234 Cedar\",\r\n        \"Address2\": \"\",\r\n        \"City\": \"Olathe\",\r\n        \"StateCode\": \"KS\",\r\n        \"ZipCode\": \"66061\",\r\n        \"Contacts\": [\r\n            {\r\n                \"Mode\": \"add\",\r\n                \"Account_ExternalId\": \"BrokerAcct20231219A\",\r\n                \"PositionName\": \"Loan Officer\"\r\n            },\r\n            {\r\n                \"Mode\": \"add\",\r\n                \"Account_ExternalId\": \"BrokerAcct20231219C\",\r\n                \"PositionName\": \"Processor\"\r\n            }\r\n        ]\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/broker/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 10:26:18 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 22:26:18 GMT"},{"key":"Content-Length","value":"360"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T22:26:13.9013553Z\",\n    \"EndedAt\": \"2023-12-20T22:26:18.0822043Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 1,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 0,\n    \"NumUpdateFailure\": 0,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 0,\n    \"Problems\": []\n}"},{"id":"f8830f53-8c56-467f-81fd-cb55c98c94d3","name":"Broker Bulk - Problems","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"update\",\r\n        \"IdNumber\": \"231219011\",\r\n        \"Email\": \"Missing20231219B@broker.test\",\r\n        \"NMLSNumber\": \"202312192\",\r\n        \"CompanyName\": \"Absent Broker\",\r\n        \"OwnerName\": \"Thomas Missingman\",\r\n        \"PhoneNumber\": \"5555554554\",\r\n        \"WebsiteUrl\": \"https://www.missing-broker.test\",\r\n        \"Address1\": \"234 Cedar\",\r\n        \"City\": \"Olathe\",\r\n        \"StateCode\": \"KS\",\r\n        \"ZipCode\": \"66061\"\r\n    },\r\n    {\r\n        \"Mode\": \"create\",\r\n        \"IdNumber\": \"\"\r\n    },\r\n    {\r\n        \"Mode\": \"insert\",\r\n        \"IdNumber\": \"\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/broker/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 10:44:42 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 22:44:42 GMT"},{"key":"Content-Length","value":"561"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T22:44:42.0370777Z\",\n    \"EndedAt\": \"2023-12-20T22:44:42.1703531Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 0,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 1,\n    \"NumUpdateFailure\": 1,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 1,\n    \"Problems\": [\n        {\n            \"Index\": 0,\n            \"Message\": \"No Broker can be found for the Broker idNumber given.\"\n        },\n        {\n            \"Index\": 1,\n            \"Message\": \"Must supply an IdNumber for a new Broker.\"\n        },\n        {\n            \"Index\": 2,\n            \"Message\": \"Mode \\\"insert\\\" is not supported.\"\n        }\n    ]\n}"}],"_postman_id":"2a4b0a13-ea5b-413d-a66c-737ac5a1f127"},{"name":"Broker Account Get","id":"5b99d3b4-0c81-472e-afaf-cb7ef6901630","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\"\n        // OR \"ExternalId\": \"an_external_api_id\"\n        // OR \"Email\": \"jamesbrokerman@bogus-brokers.test\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount","description":"<p>This looks up an broker account by the ThreadId, ExternalId, or Email supplied. <strong>Supply only one.</strong></p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","brokerAccount"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"c587d2fd-a4ec-427c-87dc-564b1af22bf4","name":"Broker Account Get Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\"\n        // OR \"ExternalId\": \"an_external_api_id\"\n        // OR \"Email\": \"jamesbrokerman@bogus-brokers.test\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Tue, 19 Oct 2021 15:41:05 GMT"},{"key":"Date","value":"Wed, 20 Oct 2021 03:41:05 GMT"},{"key":"Content-Length","value":"781"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1530,\n    \"BankId\": 0,\n    \"ExternalId\": \"\",\n    \"FirstName\": \"James\",\n    \"LastName\": \"Brokermen\",\n    \"MiddleInit\": null,\n    \"NameSuffix\": null,\n    \"Title\": null,\n    \"FullName\": \"James Brokermen\",\n    \"Username\": \"jamesbrokerman@bogus-brokers.test\",\n    \"Email\": \"jamesbrokerman@bogus-brokers.test\",\n    \"IsActive\": true,\n    \"ProfileImageFileId\": 0,\n    \"DateCreated\": \"2021-10-20T03:34:55.68\",\n    \"IsEmailValidated\": false,\n    \"ZipCode\": \"66061\",\n    \"Address1\": \"5544 E Market Ln\",\n    \"Address2\": null,\n    \"City\": \"Olathe\",\n    \"StateCode\": \"KS\",\n    \"AddressDisplay\": \"5544 E Market Ln\\r\\nOlathe, KS 66061\",\n    \"AddressCSZ\": \"Olathe, KS 66061\",\n    \"TypeId\": 7,\n    \"PhonePrimary\": \"5555555021\",\n    \"PhonePrimaryDisplay\": \"(555) 555-5021\",\n    \"PhoneSecondary\": \"\",\n    \"PayeeCode\": null,\n    \"DivisionThreadIds\": null,\n    \"Permissions\": [],\n    \"AccountType_e\": 7,\n    \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n    \"AccountDetails\": null\n}"},{"id":"04f10355-d3f5-4ab4-87e6-1f90d3f9c22e","name":"Broker Account Get Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\"\n        // OR \"ExternalId\": \"an_external_api_id\"\n        // OR \"Email\": \"jamesbrokerman@bogus-brokers.test\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Wed, 20 Oct 2021 03:41:35 GMT"},{"key":"Content-Length","value":"93"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No matching broker account found\",\n    \"error_uri\": null\n}"}],"_postman_id":"5b99d3b4-0c81-472e-afaf-cb7ef6901630"},{"name":"Broker Account Create","id":"07b94910-1e49-4de1-9a61-66ae7575df48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"FirstName\": \"Charles\",\n        \"LastName\": \"Brokermen\",\n        \"Email\": \"BrokerAcct20231011A@bogus-brokers.test\",\n        \"Address1\": \"5544 E Market Ln\",\n        \"City\": \"Olathe\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66061\",\n        \"PhonePrimary\": \"5555555021\",\n        \"PhoneSecondary\": \"\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount/create","description":"<p>This creates a broker account in RLS, as long as the email and external id are unique. Do not supply a ThreadId value.</p>\n<p>These should be tied to broker's contacts either by the <strong>Broker Create</strong> or <strong>Broker Update</strong> commands, in the <code>Contacts</code> collection.</p>\n<p><strong>The ThreadId returned in the response body is very important, this is how we keep track of the broker account's identity.</strong></p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","brokerAccount","create"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"5eefaf19-90d6-414c-a196-07716f8c2619","name":"Broker Account Create Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"FirstName\": \"James\",\n        \"LastName\": \"Brokermen\",\n        \"Email\": \"JamesBrokerman@bogus-brokers.test\",\n        \"Address1\": \"5544 E Market Ln\",\n        \"City\": \"Olathe\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66061\",\n        \"PhonePrimary\": \"5555555021\",\n        \"PhoneSecondary\": \"\"\n    }\n}"},"url":"https://local.renovationlendingsoftware.com/api/v1/brokerAccount/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Tue, 19 Oct 2021 15:34:56 GMT"},{"key":"Date","value":"Wed, 20 Oct 2021 03:34:56 GMT"},{"key":"Content-Length","value":"781"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1530,\n    \"BankId\": 0,\n    \"ExternalId\": \"\",\n    \"FirstName\": \"James\",\n    \"LastName\": \"Brokermen\",\n    \"MiddleInit\": null,\n    \"NameSuffix\": null,\n    \"Title\": null,\n    \"FullName\": \"James Brokermen\",\n    \"Username\": \"jamesbrokerman@bogus-brokers.test\",\n    \"Email\": \"jamesbrokerman@bogus-brokers.test\",\n    \"IsActive\": true,\n    \"ProfileImageFileId\": 0,\n    \"DateCreated\": \"2021-10-20T03:34:55.68\",\n    \"IsEmailValidated\": false,\n    \"ZipCode\": \"66061\",\n    \"Address1\": \"5544 E Market Ln\",\n    \"Address2\": null,\n    \"City\": \"Olathe\",\n    \"StateCode\": \"KS\",\n    \"AddressDisplay\": \"5544 E Market Ln\\r\\nOlathe, KS 66061\",\n    \"AddressCSZ\": \"Olathe, KS 66061\",\n    \"TypeId\": 7,\n    \"PhonePrimary\": \"5555555021\",\n    \"PhonePrimaryDisplay\": \"(555) 555-5021\",\n    \"PhoneSecondary\": \"\",\n    \"PayeeCode\": null,\n    \"DivisionThreadIds\": null,\n    \"Permissions\": [],\n    \"AccountType_e\": 7,\n    \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n    \"AccountDetails\": null\n}"},{"id":"8a3f583e-e62c-40ab-9570-ff3d88563fcf","name":"Broker Account Create Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"FirstName\": \"James\",\n        \"LastName\": \"Brokermen\",\n        \"Email\": \"other@lender.com\",\n        \"Address1\": \"5544 E Market Ln\",\n        \"City\": \"Olathe\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66061\",\n        \"PhonePrimary\": \"5555555021\",\n        \"PhoneSecondary\": \"\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount/create"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Wed, 20 Oct 2021 03:36:38 GMT"},{"key":"Content-Length","value":"270"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"server error\",\n    \"error_description\": \"Email (\\\"other@lender.com\\\" for a Broker) is already in use by an account of a different type (Source=Master/T, ThreadId=e90fd9e4c9cb4ff9aeba1afa8bdb078f, Type=Lender)!\\r\\nParameter name: account\",\n    \"error_uri\": null\n}"}],"_postman_id":"07b94910-1e49-4de1-9a61-66ae7575df48"},{"name":"Broker Account Update","id":"840e03bf-4572-4b24-b4c8-7ccb771d8305","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n        \"FirstName\": \"James\",\n        \"LastName\": \"Brokermen\",\n        \"MiddleInit\": \"R\",\n        \"NameSuffix\": \"Sr.\",\n        \"Email\": \"JamesBrokerman@bogus-brokers.test\",\n        \"Address1\": \"7743 E Kay St\",\n        \"City\": \"Olathe\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66061\",\n        \"PhonePrimary\": \"5555555021\",\n        \"PhoneSecondary\": \"\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount/update","description":"<p>This updates a broker account in the RLS system. If a ThreadId is not supplied, an ExternalId must be supplied.</p>\n<p><strong>ThreadId is very important, this is how we keep track of the broker account's identity.</strong></p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","brokerAccount","update"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"3b868610-4398-4204-a5f4-b32013e39e7f","name":"Broker Account Update Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n        \"FirstName\": \"James\",\n        \"MiddleInit\": \"R\",\n        \"NameSuffix\": \"Sr.\",\n        \"LastName\": \"Brokermen\",\n        \"Email\": \"JamesBrokerman@bogus-brokers.test\",\n        \"Address1\": \"7743 E Kay St\",\n        \"City\": \"Olathe\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66061\",\n        \"PhonePrimary\": \"5555555021\",\n        \"PhoneSecondary\": \"\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Tue, 19 Oct 2021 15:45:54 GMT"},{"key":"Date","value":"Wed, 20 Oct 2021 03:45:54 GMT"},{"key":"Content-Length","value":"781"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1530,\n    \"BankId\": 0,\n    \"ExternalId\": \"\",\n    \"FirstName\": \"James\",\n    \"LastName\": \"Brokermen\",\n    \"MiddleInit\": \"R\",\n    \"NameSuffix\": \"Sr.\",\n    \"Title\": null,\n    \"FullName\": \"James R Brokermen Sr.\",\n    \"Username\": \"jamesbrokerman@bogus-brokers.test\",\n    \"Email\": \"jamesbrokerman@bogus-brokers.test\",\n    \"IsActive\": true,\n    \"ProfileImageFileId\": 0,\n    \"DateCreated\": \"2021-10-20T03:34:55.68\",\n    \"IsEmailValidated\": false,\n    \"ZipCode\": \"66061\",\n    \"Address1\": \"7743 E Kay St\",\n    \"Address2\": null,\n    \"City\": \"Olathe\",\n    \"StateCode\": \"KS\",\n    \"AddressDisplay\": \"7743 E Kay St\\r\\nOlathe, KS 66061\",\n    \"AddressCSZ\": \"Olathe, KS 66061\",\n    \"TypeId\": 7,\n    \"PhonePrimary\": \"5555555021\",\n    \"PhonePrimaryDisplay\": \"(555) 555-5021\",\n    \"PhoneSecondary\": \"\",\n    \"PayeeCode\": null,\n    \"DivisionThreadIds\": null,\n    \"Permissions\": [],\n    \"AccountType_e\": 7,\n    \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n    \"AccountDetails\": null\n}"},{"id":"5cd53808-747f-4d26-ac00-ff36782345eb","name":"Broker Account Update Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2f\",\n        \"FirstName\": \"James\",\n        \"MiddleInit\": \"R\",\n        \"NameSuffix\": \"Sr.\",\n        \"LastName\": \"Brokermen\",\n        \"Email\": \"JamesBrokerman@bogus-brokers.test\",\n        \"Address1\": \"7743 E Kay St\",\n        \"City\": \"Olathe\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66061\",\n        \"PhonePrimary\": \"5555555021\",\n        \"PhoneSecondary\": \"\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount/update"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Wed, 20 Oct 2021 03:46:37 GMT"},{"key":"Content-Length","value":"107"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No broker account for supplied ThreadId exists\",\n    \"error_uri\": null\n}"}],"_postman_id":"840e03bf-4572-4b24-b4c8-7ccb771d8305"},{"name":"Broker Account Upsert","id":"40ed661d-dff6-4fa9-afe9-f6745696f996","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"FirstName\": \"Janelle\",\n        \"LastName\": \"Broker\",\n        \"MiddleInit\": null,\n        \"NameSuffix\": null,\n        \"ExternalId\": \"janelle_broker_20240503\",\n        \"Email\": \"janelle_broker_20240503@fake.com\",\n        \"Address1\": \"123 Ridgeview Rd\",\n        \"City\": \"Olathe\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66061\",\n        \"PhonePrimary\": \"5555555021\",\n        \"PhoneSecondary\": \"\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount/upsert","description":"<p>Takes same data as Broker Account Update, but will insert a new record if one does not exist.</p>\n<p>Checks for existing broker accounts by ThreadId, and then ExternalId if ThreadId was not supplied.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","brokerAccount","upsert"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"e975ddf5-cc71-4bad-9d9a-677cd5f9787a","name":"Broker Account Upsert Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"FirstName\": \"Janelle\",\n        \"LastName\": \"Broker\",\n        \"ExternalId\": \"janelle_broker_20240503\",\n        \"Email\": \"janelle_broker_20240503@fake.com\",\n        \"Address1\": \"123 Ridgeview Rd\",\n        \"City\": \"Olathe\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66061\",\n        \"PhonePrimary\": \"5555555021\",\n        \"PhoneSecondary\": \"\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount/upsert"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Fri, 03 May 2024 16:33:23 GMT"},{"key":"Date","value":"Sat, 04 May 2024 04:33:23 GMT"},{"key":"Content-Length","value":"791"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 29000393,\n    \"BankId\": 28,\n    \"ExternalId\": \"janelle_broker_20240503\",\n    \"FirstName\": \"Janelle\",\n    \"LastName\": \"Broker\",\n    \"MiddleInit\": null,\n    \"NameSuffix\": null,\n    \"FullName\": \"Janelle Broker\",\n    \"Title\": null,\n    \"Username\": \"janelle_broker_20240503@fake.com\",\n    \"Email\": \"janelle_broker_20240503@fake.com\",\n    \"EmailCC\": null,\n    \"IsActive\": true,\n    \"DateCreated\": \"2024-05-04T04:33:20.423\",\n    \"ZipCode\": \"66061\",\n    \"Address1\": \"123 Ridgeview Rd\",\n    \"Address2\": null,\n    \"City\": \"Olathe\",\n    \"StateCode\": \"KS\",\n    \"AddressDisplay\": \"123 Ridgeview Rd\\r\\nOlathe, KS 66061\",\n    \"AddressCSZ\": \"Olathe, KS 66061\",\n    \"TypeId\": 7,\n    \"PhonePrimary\": \"5555555021\",\n    \"PhonePrimaryDisplay\": \"(555) 555-5021\",\n    \"PhoneSecondary\": \"\",\n    \"PayeeCode\": null,\n    \"PayeeCode2\": null,\n    \"DivisionThreadIds\": null,\n    \"Permissions\": [],\n    \"AccountDetails\": null,\n    \"AccountType_e\": 7,\n    \"ThreadId\": \"eb1e1bc5670d4bc88f2325aa3906ef4e\"\n}"},{"id":"14eaa927-998a-4d9d-8157-e43ac30fc52f","name":"Broker Account Upsert Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"account\": {\n        \"FirstName\": \"Janelle\",\n        \"LastName\": \"Broker\",\n        \"ExternalId\": \"\",\n        \"Email\": \"janelle_broker_20240503@fake.com\",\n        \"Address1\": \"123 Ridgeview Rd\",\n        \"City\": \"Olathe\",\n        \"StateCode\": \"KS\",\n        \"ZipCode\": \"66061\",\n        \"PhonePrimary\": \"5555555021\",\n        \"PhoneSecondary\": \"\"\n    }\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount/upsert"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Sat, 04 May 2024 04:33:40 GMT"},{"key":"Content-Length","value":"165"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"{\\\"error\\\":\\\"unprocessable entity\\\",\\\"error_description\\\":\\\"Upserted Broker Accounts must have a ThreadId or ExternalId supplied.\\\",\\\"error_uri\\\":null}\"\n}"}],"_postman_id":"40ed661d-dff6-4fa9-afe9-f6745696f996"},{"name":"Broker Account Bulk","id":"6ef0ff4a-0f7d-413d-99e4-1bd8a86bac4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"create\",\r\n        \"ExternalId\": \"BrokerAcct20231219A\",\r\n        \"FirstName\": \"Sally\",\r\n        \"MiddleInit\": \"S\",\r\n        \"LastName\": \"Brokerson\",\r\n        \"NameSuffix\": null,\r\n        \"Email\": \"Sample20231219a@broker.test\",\r\n        \"Address1\": \"5544 E Market Ln\",\r\n        \"Address2\": \"Suite C\",\r\n        \"City\": \"Ponca City\",\r\n        \"StateCode\": \"OK\",\r\n        \"ZipCode\": \"74601\",\r\n        \"PhonePrimary\": \"5555555009\",\r\n        \"PhoneSecondary\": \"5555555008\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount/bulk","description":"<p>Submit new broker accounts and updates to existing broker accounts in bulk.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","brokerAccount","bulk"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"d62d3b7c-450d-4579-a708-52c4aa2e68c6","name":"Broker Account Bulk - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"create\",\r\n        \"ExternalId\": \"BrokerAcct20231219A\",\r\n        \"FirstName\": \"Sally\",\r\n        \"MiddleInit\": \"S\",\r\n        \"LastName\": \"Brokerson\",\r\n        \"NameSuffix\": null,\r\n        \"Email\": \"Sample20231219a@broker.test\",\r\n        \"Address1\": \"5544 E Market Ln\",\r\n        \"Address2\": \"Suite C\",\r\n        \"City\": \"Ponca City\",\r\n        \"StateCode\": \"OK\",\r\n        \"ZipCode\": \"74601\",\r\n        \"PhonePrimary\": \"5555555009\",\r\n        \"PhoneSecondary\": \"5555555008\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 10:10:04 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 22:10:04 GMT"},{"key":"Content-Length","value":"360"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T22:10:04.0531739Z\",\n    \"EndedAt\": \"2023-12-20T22:10:04.7665698Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 1,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 0,\n    \"NumUpdateFailure\": 0,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 0,\n    \"Problems\": []\n}"},{"id":"97be2cae-2e78-4e93-84e2-a65e465f4f10","name":"Broker Account Bulk - Problems","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"update\",\r\n        \"ExternalId\": \"BrokerAcct20231219B\",\r\n        \"FirstName\": \"Missing\",\r\n        \"LastName\": \"Brokerson\",\r\n        \"Email\": \"Sample20231219b@broker.test\",\r\n        \"Address1\": \"5566 E Closed Ln\",\r\n        \"City\": \"Enid\",\r\n        \"StateCode\": \"OK\",\r\n        \"ZipCode\": \"73701\",\r\n        \"PhonePrimary\": \"5555555007\"\r\n    },\r\n    {\r\n        \"Mode\": \"create\",\r\n        \"ExternalId\": \"\"\r\n    },\r\n    {\r\n        \"Mode\": null,\r\n        \"ExternalId\": null\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/brokerAccount/bulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 10:18:48 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 22:18:48 GMT"},{"key":"Content-Length","value":"563"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T22:18:48.2712377Z\",\n    \"EndedAt\": \"2023-12-20T22:18:48.4347583Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 0,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 1,\n    \"NumUpdateFailure\": 1,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 1,\n    \"Problems\": [\n        {\n            \"Index\": 0,\n            \"Message\": \"No Broker Account for supplied ExternalId exists.\"\n        },\n        {\n            \"Index\": 1,\n            \"Message\": \"New Broker Accounts must have an ExternalId supplied.\"\n        },\n        {\n            \"Index\": 2,\n            \"Message\": \"Mode \\\"\\\" is not supported.\"\n        }\n    ]\n}"}],"_postman_id":"6ef0ff4a-0f7d-413d-99e4-1bd8a86bac4d"},{"name":"Loan Broker Add","id":"085712f8-e156-4840-8db3-d8a9fc655e34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    // include one (and only) of these:\n    \"loan_threadId\": \"d99683c4577a454e9cfa732998a777cb\",\n    // OR \"loan_number\": \"LOAN4321\",\n\n    // include one (and only) of these:\n    \"broker_threadId\": \"817aa139a9064dfea02d05f88f936cba\",\n    // OR \"broker_nmlsNumber\": \"NMLS3004\",\n    // OR \"broker_idNumber\": \"APITEST3004\"\n\n    // fully optional associations to broker accounts in the broker contacts:\n    \"loanOfficer_accountThreadId\": \"2a843004bc584c8db2caa95ebebd3aa5\",\n    \"additionalContacts\": [\n        {\n            \"account_threadId\": \"88622dfd7b7b42bd9769de3b72b1d968\",\n            \"positionName\": \"loan officer\", // Supported: \"owner\", \"loan officer\", \"processor\". Ignored when mode=\"delete\".\n            \"mode\": \"add\" // Supported modes: \"add\", \"delete\"\n        }\n    ]\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/brokeradd","description":"<p>Will add a broker to the loan. <strong>Only one broker should be attached to a loan.</strong></p>\n<p>Send one loan identifier (<code>loan_threadId</code> or <code>loan_number</code>) and one broker identifier (<code>broker_threadId</code>, <code>broker_nmlsNumber</code>, or <code>broker_idNumber</code>). You can additionally supply the loan officer (as a broker account) and a list of additional contacts (broker accounts). These must be present on the broker or they cannot be added here.</p>\n<p>This will return a full loan.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","brokeradd"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"464f988f-2c01-4fa4-98ff-b827502076d0","name":"Loan Broker Add Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"broker_threadId\": \"ca5de768269b404080900d10f3a6384a\"\n}"},"url":"http://banking.local.com/api/v1/loan/brokeradd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 18 Nov 2020 15:44:23 GMT"},{"key":"Date","value":"Thu, 19 Nov 2020 03:44:23 GMT"},{"key":"Content-Length","value":"6015"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 184,\n    \"BankId\": 27,\n    \"LoanNumber\": \"LOANNUMBER123\",\n    \"ThreadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"PermitDocumentThreadId\": \"7b64cc3817304404b7df6e110df4d699\",\n    \"Address1\": \"123 Elm\",\n    \"Address2\": \"\",\n    \"City\": \"Topeka\",\n    \"StateCode\": \"KS\",\n    \"ZipCode\": \"66604\",\n    \"DateCreated\": \"2020-11-19T02:09:00.183\",\n    \"Details\": {\n        \"MortgageEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"TitleEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"InspectionEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"ReleaseToBorrower\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Holdback\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"MortgagePrincipalReduction\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Repairs\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Inspection Fees\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Title Updates\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:04.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:04.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Mortgage Pmt\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:05.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:05.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:06.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:06.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"EscrowTotal\": 0,\n        \"EscrowRemaining\": 0,\n        \"ReceivedDate\": \"0001-01-01T00:00:00\",\n        \"SOROrderDate\": \"0001-01-01T00:00:00\",\n        \"IntroCallToHODate\": \"0001-01-01T00:00:00\",\n        \"DocsToUnderwritingDate\": \"0001-01-01T00:00:00\",\n        \"InterestEscrow\": null,\n        \"AltAddress1\": null,\n        \"AltAddress2\": null,\n        \"AltCity\": null,\n        \"AltStateCode\": null,\n        \"AltZipCode\": null\n    },\n    \"EscrowContacts\": null,\n    \"EscrowReplyContacts\": null,\n    \"LoanTypeId\": 1,\n    \"LoanPurposeId\": 1,\n    \"LoanOccupancyId\": 1,\n    \"ClosingDate\": \"0001-01-01T00:00:00\",\n    \"CompletionDate\": \"0001-01-01T00:00:00\",\n    \"FHACaseNumber\": \"FHA123\",\n    \"FundedDate\": \"0001-01-01T00:00:00\",\n    \"CloseoutFHADate\": \"0001-01-01T00:00:00\",\n    \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n    \"TotalLoanAmount\": 0,\n    \"LoanStatusId\": 0,\n    \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n    \"SORDate\": \"0001-01-01T00:00:00\",\n    \"EstCompletionDate\": \"0001-01-01T00:00:00\",\n    \"EscrowReasonRepairType\": null,\n    \"EscrowFinalAppraisal\": null,\n    \"EscrowAppraisalMgmtCompany\": null,\n    \"EscrowStatus\": null,\n    \"EscrowStatusChanged\": null,\n    \"EscrowStatusLastAccountThreadID\": null,\n    \"EscrowStatusLastBy\": \"\",\n    \"EscrowStatusLastUpdatedAt\": null,\n    \"EscrowReminder\": null,\n    \"EscrowDaysToComplete\": null,\n    \"EscrowFundingSource\": null,\n    \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\",\n    \"DrawAdminAcceptedChanged\": null,\n    \"DrawAdminAccepted\": null,\n    \"DrawAdminAcceptedAt\": null,\n    \"AddressFlat\": \"123 ELM,TOPEKA,KS,66604\",\n    \"AddressCSZ\": \"Topeka, KS 66604\",\n    \"AddressLatLng\": null,\n    \"Contacts\": [],\n    \"LoanContractors\": [],\n    \"LoanConsultants\": [],\n    \"LoanInvestor\": null,\n    \"Bids\": [],\n    \"ChangeOrders\": [],\n    \"Draws\": [],\n    \"ApprovedBid\": null,\n    \"HudExpenseTypeFunds\": null,\n    \"MortgagePayments\": [],\n    \"TitlePayments\": [],\n    \"InspectionPayments\": [],\n    \"OtherFees\": [\n        {\n            \"Id\": 1015,\n            \"LoanId\": 184,\n            \"Name\": \"Architectural & Eng. Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.23\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.23\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1016,\n            \"LoanId\": 184,\n            \"Name\": \"Independent Consultant Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.283\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.283\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1017,\n            \"LoanId\": 184,\n            \"Name\": \"Permits\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.337\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.337\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1018,\n            \"LoanId\": 184,\n            \"Name\": \"Plan Reviewer Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.4\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.4\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1019,\n            \"LoanId\": 184,\n            \"Name\": \"Supplemental Origination Fee\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.457\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.457\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1020,\n            \"LoanId\": 184,\n            \"Name\": \"Discount Pts. on Repair Costs\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.507\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.507\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        }\n    ],\n    \"Positions\": [],\n    \"TransferLinks\": [],\n    \"Permits\": [],\n    \"CheckList\": null,\n    \"Borrower\": null,\n    \"CoBorrower\": null,\n    \"Bank\": {\n        \"Id\": 27,\n        \"Name\": \"Sample Bank\",\n        \"WebsiteUrl\": \"\",\n        \"ThreadId\": \"053bf92731484d8bb89c164be0b35650\",\n        \"DateCreated\": \"2018-07-17T00:00:00\",\n        \"Active\": true,\n        \"ZipCode\": \"08830\",\n        \"Address1\": \"194 Week Avenue South\",\n        \"Address2\": \"\",\n        \"City\": \"Iselin\",\n        \"StateCode\": \"NJ\",\n        \"AddressCSZ\": \"Iselin, NJ 08830\",\n        \"IsSystemBank\": false\n    },\n    \"Disbursements\": []\n}"},{"id":"56828fa4-22e5-4f36-93fc-0e354c3c597b","name":"Loan Broker Add Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"493f96a7b90549d1b6453dc482e4bbe_0\",\n    \"broker_threadId\": \"ca5de768269b404080900d10f3a6384a\"\n}"},"url":"http://banking.local.com/api/v1/loan/brokeradd"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Thu, 19 Nov 2020 04:04:37 GMT"},{"key":"Content-Length","value":"109"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No loan can be found for the loan threadId given\",\n    \"error_uri\": null\n}"}],"_postman_id":"085712f8-e156-4840-8db3-d8a9fc655e34"},{"name":"Loan Broker Update","id":"af0ad1f4-335a-4327-9af5-b0e844c511a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    // include one (and only) of these:\n    \"loan_threadId\": \"d99683c4577a454e9cfa732998a777cb\",\n    // OR \"loan_number\": \"LOAN4321\",\n\n    // include one (and only) of these:\n    \"broker_threadId\": \"817aa139a9064dfea02d05f88f936cba\",\n    // OR \"broker_nmlsNumber\": \"NMLS3004\",\n    // OR \"broker_idNumber\": \"APITEST3004\"\n\n    // fully optional associations to broker accounts in the broker contacts:\n    \"loanOfficer_accountThreadId\": \"2a843004bc584c8db2caa95ebebd3aa5\",\n    \"additionalContacts\": [\n        {\n            \"account_threadId\": \"88622dfd7b7b42bd9769de3b72b1d968\",\n            \"positionName\": \"processor\", // Supported: \"owner\", \"loan officer\", \"processor\". Ignored when mode=\"delete\".\n            \"mode\": \"add\" // Supported modes: \"add\", \"delete\"\n        }\n    ]\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/brokerupdate","description":"<p>Will update the connection between a broker and a loan. Can be used to update the additional contacts or loan officer after a broker and loan were already attached.</p>\n<p>Specify loan officer and/or the additional contacts. Send one loan identifier (<code>loan_threadId</code> or <code>loan_number</code>) and one broker identifier (<code>broker_threadId</code>, <code>broker_nmlsNumber</code>, or <code>broker_idNumber</code>).</p>\n<p>This will return a full loan.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","brokerupdate"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"c7c06fe5-2474-4276-9d81-afe3e0dff861","name":"Loan Broker Update Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    // include one (and only) of these:\n    \"loan_threadId\": \"c49b7d5a7c8d488d9bbbca911868d837\",\n    // OR \"loan_number\": \"LOAN4321\",\n\n    // include one (and only) of these:\n    \"broker_threadId\": \"141beab8e0644e61890b0491dae48912\",\n    // OR \"broker_nmlsNumber\": \"NMLS3004\",\n    // OR \"broker_idNumber\": \"APITEST3004\"\n\n    // fully optional associations to broker accounts in the broker contacts:\n    \"loanOfficer_accountThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n    \"additionalContacts\": [\n        {\n            \"account_threadId\": \"d1dea5ba976e47129e4c37e92929fe17\",\n            \"positionName\": \"owner\", // Supported: \"owner\", \"loan officer\", \"processor\". Ignored when mode=\"delete\".\n            \"mode\": \"add\" // Supported modes: \"add\", \"delete\"\n        }\n    ]\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/brokerupdate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Tue, 19 Oct 2021 16:29:18 GMT"},{"key":"Date","value":"Wed, 20 Oct 2021 04:29:18 GMT"},{"key":"Content-Length","value":"31756"}],"cookie":[],"responseTime":null,"body":"{\n    \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n    \"BrokerNMLSNumber\": \"211019\",\n    \"BrokerIdNumber\": \"20211019\",\n    \"Id\": 211,\n    \"BankId\": 27,\n    \"LoanNumber\": \"BrokerApi\",\n    \"ThreadId\": \"c49b7d5a7c8d488d9bbbca911868d837\",\n    \"PermitDocumentThreadId\": \"a5823cb069c948d998628e9220357627\",\n    \"Address1\": \"1776 America Ct\",\n    \"Address2\": null,\n    \"City\": \"Hazelton\",\n    \"StateCode\": \"KS\",\n    \"ZipCode\": \"67061\",\n    \"DateCreated\": \"2021-10-20T04:03:00.933\",\n    \"Details\": {\n        \"MortgageEscrowTotal\": 0,\n        \"MortgageEscrow\": [],\n        \"TitleEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"InspectionEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"ReleaseToBorrower\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Holdback\",\n                \"Description\": null,\n                \"CreatedDate\": \"2021-10-20T04:03:01.9336458Z\",\n                \"CreatedBy\": 558,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2021-10-20T04:03:01.9336458Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2021-10-20T04:03:02.9336458Z\",\n                \"CreatedBy\": 558,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2021-10-20T04:03:02.9336458Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2021-10-20T04:03:03.9336458Z\",\n                \"CreatedBy\": 558,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2021-10-20T04:03:03.9336458Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"MortgagePrincipalReduction\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Repairs\",\n                \"Description\": null,\n                \"CreatedDate\": \"2021-10-20T04:03:01.9336458Z\",\n                \"CreatedBy\": 558,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2021-10-20T04:03:01.9336458Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2021-10-20T04:03:02.9336458Z\",\n                \"CreatedBy\": 558,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2021-10-20T04:03:02.9336458Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Inspection Fees\",\n                \"Description\": null,\n                \"CreatedDate\": \"2021-10-20T04:03:03.9336458Z\",\n                \"CreatedBy\": 558,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2021-10-20T04:03:03.9336458Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Title Updates\",\n                \"Description\": null,\n                \"CreatedDate\": \"2021-10-20T04:03:04.9336458Z\",\n                \"CreatedBy\": 558,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2021-10-20T04:03:04.9336458Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Mortgage Pmt\",\n                \"Description\": null,\n                \"CreatedDate\": \"2021-10-20T04:03:05.9336458Z\",\n                \"CreatedBy\": 558,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2021-10-20T04:03:05.9336458Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2021-10-20T04:03:06.9336458Z\",\n                \"CreatedBy\": 558,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2021-10-20T04:03:06.9336458Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"EscrowTotal\": 0,\n        \"EscrowRemaining\": 0,\n        \"PaidTotal\": 0,\n        \"RemainingTotal\": 0,\n        \"ReceivedDate\": \"2021-10-19T05:00:00Z\",\n        \"SOROrderDate\": \"0001-01-01T00:00:00\",\n        \"IntroCallToHODate\": \"2021-10-21T05:00:00Z\",\n        \"FollowUpDate\": \"2021-10-31T05:00:00Z\",\n        \"DocsToUnderwritingDate\": \"0001-01-01T00:00:00\",\n        \"AppraisalClearedDate\": \"0001-01-01T00:00:00\",\n        \"FullRenovationApprovalCompletedDate\": \"0001-01-01T00:00:00\",\n        \"InterestEscrow\": {\n            \"InterestRate\": 0,\n            \"TotalInterest\": 0,\n            \"EscrowLines\": []\n        },\n        \"OtherFeesEscrow\": 0,\n        \"AltAddress1\": null,\n        \"AltAddress2\": null,\n        \"AltCity\": null,\n        \"AltStateCode\": null,\n        \"AltZipCode\": null,\n        \"Notifications\": null\n    },\n    \"EscrowContacts\": [],\n    \"EscrowReplyContacts\": [],\n    \"LoanTypeId\": 1,\n    \"LoanPurposeId\": 1,\n    \"LoanOccupancyId\": 1,\n    \"ClosingDate\": \"0001-01-01T00:00:00\",\n    \"CompletionDate\": \"0001-01-01T00:00:00\",\n    \"FHACaseNumber\": \"BrokerApi\",\n    \"FundedDate\": \"0001-01-01T00:00:00\",\n    \"ClosedOutWithInvestor\": \"0001-01-01T00:00:00\",\n    \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n    \"TotalLoanAmount\": 200000,\n    \"LoanStatusId\": 1,\n    \"LoanStatusIdChanged\": 0,\n    \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n    \"SORDate\": \"0001-01-01T00:00:00\",\n    \"EstCompletionDate\": \"2021-11-30T00:00:00\",\n    \"TrinityLoanId\": 0,\n    \"EscrowReasonRepairType\": null,\n    \"EscrowFinalAppraisal\": null,\n    \"EscrowAppraisalMgmtCompany\": null,\n    \"EscrowStatus\": null,\n    \"EscrowStatusChanged\": null,\n    \"EscrowStatusLastAccountThreadID\": null,\n    \"EscrowStatusLastBy\": \"\",\n    \"EscrowStatusLastUpdatedAt\": null,\n    \"EscrowReminder\": null,\n    \"EscrowDaysToComplete\": null,\n    \"EscrowFundingSource\": null,\n    \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\",\n    \"DrawAdminAcceptedChanged\": null,\n    \"DrawAdminAccepted\": null,\n    \"DrawAdminAcceptedAt\": null,\n    \"AddressDisplay\": \"1776 America Ct\\r\\nHazelton, KS 67061\",\n    \"AddressFlat\": \"1776 AMERICA CT,HAZELTON,KS,67061\",\n    \"AddressCSZ\": \"Hazelton, KS 67061\",\n    \"AddressLatLng\": null,\n    \"Contacts\": [],\n    \"LoanContractors\": [],\n    \"LoanConsultants\": [],\n    \"LoanInvestor\": null,\n    \"Bids\": [],\n    \"ChangeOrders\": [],\n    \"Draws\": [],\n    \"ApprovedBid\": null,\n    \"BrokerInfo\": {\n        \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n        \"LoanThreadId\": \"c49b7d5a7c8d488d9bbbca911868d837\",\n        \"DbThreadId\": \"053bf92731484d8bb89c164be0b35650\",\n        \"Active\": true,\n        \"Details\": {\n            \"CreatedAt\": \"2021-10-20T04:20:49.1415784Z\",\n            \"LoanOfficerThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n            \"LoanOfficer\": {\n                \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n                \"AccountThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n                \"Details\": {\n                    \"Position\": 2,\n                    \"LicenseNumber\": null\n                },\n                \"Id\": 1530,\n                \"BankId\": 0,\n                \"ExternalId\": \"\",\n                \"FirstName\": \"James\",\n                \"LastName\": \"Brokermen\",\n                \"MiddleInit\": \"R\",\n                \"NameSuffix\": \"Sr.\",\n                \"Title\": null,\n                \"FullName\": \"James R Brokermen Sr.\",\n                \"Username\": \"jamesbrokerman@bogus-brokers.test\",\n                \"Email\": \"jamesbrokerman@bogus-brokers.test\",\n                \"IsActive\": true,\n                \"ProfileImageFileId\": 0,\n                \"DateCreated\": \"2021-10-20T03:34:55.68\",\n                \"IsEmailValidated\": false,\n                \"ZipCode\": \"66061\",\n                \"Address1\": \"7743 E Kay St\",\n                \"Address2\": null,\n                \"City\": \"Olathe\",\n                \"StateCode\": \"KS\",\n                \"AddressDisplay\": \"7743 E Kay St\\r\\nOlathe, KS 66061\",\n                \"AddressCSZ\": \"Olathe, KS 66061\",\n                \"TypeId\": 7,\n                \"PhonePrimary\": \"5555555021\",\n                \"PhonePrimaryDisplay\": \"(555) 555-5021\",\n                \"PhoneSecondary\": \"\",\n                \"PayeeCode\": null,\n                \"DivisionThreadIds\": null,\n                \"Permissions\": [],\n                \"AccountType_e\": 7,\n                \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n                \"AccountDetails\": null\n            },\n            \"UpdatedAt\": \"2021-10-20T04:29:17.0606987Z\",\n            \"AdditionalContacts\": [\n                {\n                    \"Position\": {\n                        \"Id\": 1,\n                        \"Name\": \"Owner\",\n                        \"Description\": \"Broker Owner\",\n                        \"DrvName\": null,\n                        \"Ordinal\": 0,\n                        \"Visible\": false,\n                        \"ColumnAlias\": \"Processor\"\n                    },\n                    \"AccountThreadId\": \"d1dea5ba976e47129e4c37e92929fe17\",\n                    \"Broker_Account\": {\n                        \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n                        \"AccountThreadId\": \"d1dea5ba976e47129e4c37e92929fe17\",\n                        \"Details\": {\n                            \"Position\": 2,\n                            \"LicenseNumber\": null\n                        },\n                        \"Id\": 2301,\n                        \"BankId\": 0,\n                        \"ExternalId\": \"\",\n                        \"FirstName\": \"Andrea\",\n                        \"LastName\": \"Brokermen\",\n                        \"MiddleInit\": null,\n                        \"NameSuffix\": null,\n                        \"Title\": null,\n                        \"FullName\": \"Andrea Brokermen\",\n                        \"Username\": \"andreabrokerman@bogus-brokers.test\",\n                        \"Email\": \"andreabrokerman@bogus-brokers.test\",\n                        \"IsActive\": true,\n                        \"ProfileImageFileId\": 0,\n                        \"DateCreated\": \"2021-10-20T04:06:00.957\",\n                        \"IsEmailValidated\": false,\n                        \"ZipCode\": \"66061\",\n                        \"Address1\": \"5544 E Market Ln\",\n                        \"Address2\": null,\n                        \"City\": \"Olathe\",\n                        \"StateCode\": \"KS\",\n                        \"AddressDisplay\": \"5544 E Market Ln\\r\\nOlathe, KS 66061\",\n                        \"AddressCSZ\": \"Olathe, KS 66061\",\n                        \"TypeId\": 7,\n                        \"PhonePrimary\": \"5555555022\",\n                        \"PhonePrimaryDisplay\": \"(555) 555-5022\",\n                        \"PhoneSecondary\": \"\",\n                        \"PayeeCode\": null,\n                        \"DivisionThreadIds\": null,\n                        \"Permissions\": [],\n                        \"AccountType_e\": 7,\n                        \"ThreadId\": \"d1dea5ba976e47129e4c37e92929fe17\",\n                        \"AccountDetails\": {\n                            \"PhonePrimaryExt\": null\n                        }\n                    }\n                }\n            ]\n        },\n        \"Broker\": {\n            \"ThreadId\": \"141beab8e0644e61890b0491dae48912\",\n            \"NameDisplay\": \"The Brokerator\",\n            \"PhonePrimary\": \"5555554545\",\n            \"EmailPrimary\": \"tim@bogus-brokers.test\",\n            \"AddressId\": 9700,\n            \"Address\": {\n                \"Id\": 9700,\n                \"AddressFlat\": \"234 CEDAR,OLATHE,KS,66061\",\n                \"Formatted_Address\": \"\",\n                \"lat\": 0,\n                \"lng\": 0,\n                \"Address1\": \"234 Cedar\",\n                \"Address2\": \"\",\n                \"City\": \"Olathe\",\n                \"StateCode\": \"KS\",\n                \"ZipCode\": \"66061\",\n                \"AddressCSZ\": \"Olathe, KS 66061\"\n            },\n            \"CreatedAt\": \"2021-10-20T03:51:24.187\",\n            \"PayeeCode\": null,\n            \"Details\": {\n                \"PhoneFax\": null,\n                \"WebsiteUrl\": \"www.bogus-brokers.test\",\n                \"PhoneSecondary\": null,\n                \"EmailCC\": null,\n                \"EmailDomains\": [],\n                \"IdNumber\": \"211019\",\n                \"NMLSNumber\": \"20211019\",\n                \"StatusId\": 1,\n                \"Origination\": 0,\n                \"Division\": \"\",\n                \"DetailsThreadId\": \"81e81b1abaa447e7a6f411141cde8124\",\n                \"StoredFileFolder\": {\n                    \"ThreadId\": null,\n                    \"StoredFiles\": [],\n                    \"History\": []\n                },\n                \"PrimaryContact\": \"Tim Fake\"\n            },\n            \"Contacts\": [\n                {\n                    \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n                    \"AccountThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n                    \"Details\": {\n                        \"Position\": 2,\n                        \"LicenseNumber\": null\n                    },\n                    \"Id\": 1530,\n                    \"BankId\": 0,\n                    \"ExternalId\": \"\",\n                    \"FirstName\": \"James\",\n                    \"LastName\": \"Brokermen\",\n                    \"MiddleInit\": \"R\",\n                    \"NameSuffix\": \"Sr.\",\n                    \"Title\": null,\n                    \"FullName\": \"James R Brokermen Sr.\",\n                    \"Username\": \"jamesbrokerman@bogus-brokers.test\",\n                    \"Email\": \"jamesbrokerman@bogus-brokers.test\",\n                    \"IsActive\": true,\n                    \"ProfileImageFileId\": 0,\n                    \"DateCreated\": \"2021-10-20T03:34:55.68\",\n                    \"IsEmailValidated\": false,\n                    \"ZipCode\": \"66061\",\n                    \"Address1\": \"7743 E Kay St\",\n                    \"Address2\": null,\n                    \"City\": \"Olathe\",\n                    \"StateCode\": \"KS\",\n                    \"AddressDisplay\": \"7743 E Kay St\\r\\nOlathe, KS 66061\",\n                    \"AddressCSZ\": \"Olathe, KS 66061\",\n                    \"TypeId\": 7,\n                    \"PhonePrimary\": \"5555555021\",\n                    \"PhonePrimaryDisplay\": \"(555) 555-5021\",\n                    \"PhoneSecondary\": \"\",\n                    \"PayeeCode\": null,\n                    \"DivisionThreadIds\": null,\n                    \"Permissions\": [],\n                    \"AccountType_e\": 7,\n                    \"ThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n                    \"AccountDetails\": null\n                },\n                {\n                    \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n                    \"AccountThreadId\": \"d1dea5ba976e47129e4c37e92929fe17\",\n                    \"Details\": {\n                        \"Position\": 3,\n                        \"LicenseNumber\": null\n                    },\n                    \"Id\": 1532,\n                    \"BankId\": 0,\n                    \"ExternalId\": \"\",\n                    \"FirstName\": \"Andrea\",\n                    \"LastName\": \"Brokermen\",\n                    \"MiddleInit\": null,\n                    \"NameSuffix\": null,\n                    \"Title\": null,\n                    \"FullName\": \"Andrea Brokermen\",\n                    \"Username\": \"andreabrokerman@bogus-brokers.test\",\n                    \"Email\": \"andreabrokerman@bogus-brokers.test\",\n                    \"IsActive\": true,\n                    \"ProfileImageFileId\": 0,\n                    \"DateCreated\": \"2021-10-20T04:06:00.957\",\n                    \"IsEmailValidated\": false,\n                    \"ZipCode\": \"66061\",\n                    \"Address1\": \"5544 E Market Ln\",\n                    \"Address2\": null,\n                    \"City\": \"Olathe\",\n                    \"StateCode\": \"KS\",\n                    \"AddressDisplay\": \"5544 E Market Ln\\r\\nOlathe, KS 66061\",\n                    \"AddressCSZ\": \"Olathe, KS 66061\",\n                    \"TypeId\": 7,\n                    \"PhonePrimary\": \"5555555022\",\n                    \"PhonePrimaryDisplay\": \"(555) 555-5022\",\n                    \"PhoneSecondary\": \"\",\n                    \"PayeeCode\": null,\n                    \"DivisionThreadIds\": null,\n                    \"Permissions\": [],\n                    \"AccountType_e\": 7,\n                    \"ThreadId\": \"d1dea5ba976e47129e4c37e92929fe17\",\n                    \"AccountDetails\": null\n                },\n                {\n                    \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n                    \"AccountThreadId\": \"f61be514a0c0423780aed6be9845c55f\",\n                    \"Details\": {\n                        \"Position\": 1,\n                        \"LicenseNumber\": null\n                    },\n                    \"Id\": 1531,\n                    \"BankId\": 0,\n                    \"ExternalId\": \"\",\n                    \"FirstName\": \"Tim\",\n                    \"LastName\": \"Fake\",\n                    \"MiddleInit\": null,\n                    \"NameSuffix\": null,\n                    \"Title\": \"\",\n                    \"FullName\": \"Tim Fake\",\n                    \"Username\": \"tim@bogus-brokers.test\",\n                    \"Email\": \"tim@bogus-brokers.test\",\n                    \"IsActive\": true,\n                    \"ProfileImageFileId\": 0,\n                    \"DateCreated\": \"2021-10-20T03:51:24.48\",\n                    \"IsEmailValidated\": false,\n                    \"ZipCode\": \"66061\",\n                    \"Address1\": \"234 Cedar\",\n                    \"Address2\": \"\",\n                    \"City\": \"Olathe\",\n                    \"StateCode\": \"KS\",\n                    \"AddressDisplay\": \"234 Cedar\\r\\nOlathe, KS 66061\",\n                    \"AddressCSZ\": \"Olathe, KS 66061\",\n                    \"TypeId\": 7,\n                    \"PhonePrimary\": \"5555554545\",\n                    \"PhonePrimaryDisplay\": \"(555) 555-4545\",\n                    \"PhoneSecondary\": null,\n                    \"PayeeCode\": null,\n                    \"DivisionThreadIds\": null,\n                    \"Permissions\": [],\n                    \"AccountType_e\": 7,\n                    \"ThreadId\": \"f61be514a0c0423780aed6be9845c55f\",\n                    \"AccountDetails\": null\n                }\n            ],\n            \"Divisions\": [\n                {\n                    \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n                    \"DivisionThreadId\": \"0b5bd3ddcc2d466aba65772776fe04b6\",\n                    \"CreatedAt\": \"2021-10-20T04:06:46.667\"\n                },\n                {\n                    \"BrokerThreadId\": \"141beab8e0644e61890b0491dae48912\",\n                    \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\",\n                    \"CreatedAt\": \"2021-10-20T04:06:46.613\"\n                }\n            ],\n            \"Lookups\": {\n                \"Positions\": [\n                    {\n                        \"Id\": 1,\n                        \"Name\": \"Owner\",\n                        \"Description\": \"Broker Owner\",\n                        \"DrvName\": null,\n                        \"Ordinal\": 0,\n                        \"Visible\": false,\n                        \"ColumnAlias\": \"Processor\"\n                    },\n                    {\n                        \"Id\": 2,\n                        \"Name\": \"Loan Officer\",\n                        \"Description\": \"\",\n                        \"DrvName\": null,\n                        \"Ordinal\": 0,\n                        \"Visible\": false,\n                        \"ColumnAlias\": \"Underwriter\"\n                    },\n                    {\n                        \"Id\": 3,\n                        \"Name\": \"Processor\",\n                        \"Description\": \"\",\n                        \"DrvName\": null,\n                        \"Ordinal\": 0,\n                        \"Visible\": false,\n                        \"ColumnAlias\": \"DrawAdmin\"\n                    }\n                ],\n                \"Status\": [\n                    {\n                        \"Id\": 1,\n                        \"Name\": \"Active\",\n                        \"Description\": \"\",\n                        \"DrvName\": null,\n                        \"Ordinal\": 0,\n                        \"Visible\": false,\n                        \"ColumnAlias\": \"Processor\"\n                    },\n                    {\n                        \"Id\": 2,\n                        \"Name\": \"InActive\",\n                        \"Description\": \"\",\n                        \"DrvName\": null,\n                        \"Ordinal\": 0,\n                        \"Visible\": false,\n                        \"ColumnAlias\": \"Underwriter\"\n                    },\n                    {\n                        \"Id\": 3,\n                        \"Name\": \"Approved\",\n                        \"Description\": \"\",\n                        \"DrvName\": null,\n                        \"Ordinal\": 0,\n                        \"Visible\": false,\n                        \"ColumnAlias\": \"DrawAdmin\"\n                    }\n                ]\n            }\n        }\n    },\n    \"HudExpenseTypeFunds\": null,\n    \"MortgagePayments\": [],\n    \"TitlePayments\": [],\n    \"InspectionPayments\": [],\n    \"OtherFees\": [\n        {\n            \"Id\": 1178,\n            \"LoanId\": 211,\n            \"Name\": \"Architectural & Eng. Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2021-10-20T04:03:01.07\",\n            \"CreatedBy\": 558,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2021-10-20T04:03:01.07\",\n            \"ApprovedBy\": 558,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1179,\n            \"LoanId\": 211,\n            \"Name\": \"Independent Consultant Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2021-10-20T04:03:01.133\",\n            \"CreatedBy\": 558,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2021-10-20T04:03:01.133\",\n            \"ApprovedBy\": 558,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1180,\n            \"LoanId\": 211,\n            \"Name\": \"Permits\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2021-10-20T04:03:01.193\",\n            \"CreatedBy\": 558,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2021-10-20T04:03:01.193\",\n            \"ApprovedBy\": 558,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1181,\n            \"LoanId\": 211,\n            \"Name\": \"Plan Reviewer Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2021-10-20T04:03:01.25\",\n            \"CreatedBy\": 558,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2021-10-20T04:03:01.25\",\n            \"ApprovedBy\": 558,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1182,\n            \"LoanId\": 211,\n            \"Name\": \"Supplemental Origination Fee\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2021-10-20T04:03:01.307\",\n            \"CreatedBy\": 558,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2021-10-20T04:03:01.307\",\n            \"ApprovedBy\": 558,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1183,\n            \"LoanId\": 211,\n            \"Name\": \"Discount Pts. on Repair Costs\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2021-10-20T04:03:01.363\",\n            \"CreatedBy\": 558,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2021-10-20T04:03:01.363\",\n            \"ApprovedBy\": 558,\n            \"Details\": null,\n            \"Remaining\": 0\n        }\n    ],\n    \"Positions\": [],\n    \"TransferLinks\": [],\n    \"Permits\": [],\n    \"ExpiredFiles\": [],\n    \"CheckList\": [\n        {\n            \"ThreadId\": \"bdfb0d9696ad41c2b3b14d4d3ecafe11\",\n            \"Name\": \"Contractor\",\n            \"Abbreviation\": null,\n            \"Ordinal\": 0,\n            \"Color\": \"\",\n            \"DocumentTags\": [\n                {\n                    \"ThreadId\": \"aaccf7dad2274adc96bdaddc469ddbe2\",\n                    \"GroupThreadId\": \"bdfb0d9696ad41c2b3b14d4d3ecafe11\",\n                    \"Name\": \"W9\",\n                    \"Abbreviation\": \"W9\",\n                    \"Ordinal\": 0,\n                    \"Required\": true,\n                    \"Color\": null,\n                    \"Locked\": false,\n                    \"MissingFileDefaultText\": \"2018 W-9\",\n                    \"LoanTypeRequired\": [\n                        1,\n                        2,\n                        3,\n                        5,\n                        4,\n                        7,\n                        6,\n                        8\n                    ],\n                    \"StoredFiles\": [],\n                    \"StoredFileSample\": {\n                        \"Id\": 45626,\n                        \"Name\": \"SampleCustomAutoFill\",\n                        \"Description\": \"\",\n                        \"StoredContainer\": \"thread\",\n                        \"StoredFolder\": \"aaccf7dad2274adc96bdaddc469ddbe2\",\n                        \"StoredName\": \"aaccf7dad2274adc96bdaddc469ddbe2/4ecb21f0-0dee-4c7f-aac3-72a09727b261.pdf\",\n                        \"StoredUrl\": \"https://banking.blob.core.windows.net/thread/aaccf7dad2274adc96bdaddc469ddbe2/4ecb21f0-0dee-4c7f-aac3-72a09727b261.pdf\",\n                        \"DateCreated\": \"2021-08-01T02:48:23.53\",\n                        \"DateExpires\": null,\n                        \"UploadedById\": 558,\n                        \"UploadedBy\": {\n                            \"Id\": 558,\n                            \"BankId\": 27,\n                            \"ExternalId\": \"SRIZETTA\",\n                            \"FirstName\": \"Steve\",\n                            \"LastName\": \"Rizzetta\",\n                            \"MiddleInit\": null,\n                            \"NameSuffix\": null,\n                            \"Title\": null,\n                            \"FullName\": \"Steve Rizzetta\",\n                            \"Username\": \"srizzetta@remn.com\",\n                            \"Email\": \"srizzetta@remn.com\",\n                            \"IsActive\": true,\n                            \"ProfileImageFileId\": 0,\n                            \"DateCreated\": \"2018-07-17T00:00:00\",\n                            \"IsEmailValidated\": false,\n                            \"ZipCode\": \"08830\",\n                            \"Address1\": \"194 Wood Avenue South\",\n                            \"Address2\": \"\",\n                            \"City\": \"Iselin\",\n                            \"StateCode\": \"NJ\",\n                            \"AddressDisplay\": \"194 Wood Avenue South\\r\\nIselin, NJ 08830\",\n                            \"AddressCSZ\": \"Iselin, NJ 08830\",\n                            \"TypeId\": 1,\n                            \"PhonePrimary\": \"7327387100\",\n                            \"PhonePrimaryDisplay\": \"(732) 738-7100\",\n                            \"PhoneSecondary\": \"9085914257\",\n                            \"PayeeCode\": null,\n                            \"DivisionThreadIds\": [\n                                \"b8e7e37ef39640ce8ad051a81ab9028d\",\n                                \"0b5bd3ddcc2d466aba65772776fe04b6\",\n                                \"b772fd8833b342fcb777ddd6365e8c7d\"\n                            ],\n                            \"Permissions\": [\n                                {\n                                    \"PermissionId\": 2,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 2,\n                                        \"Name\": \"Lender Admin\",\n                                        \"Description\": \"This allows the user to admin the lender\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 3,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 3,\n                                        \"Name\": \"Lender Edit\",\n                                        \"Description\": \"Edit details about the lender\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 4,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 4,\n                                        \"Name\": \"Loan_Create\",\n                                        \"Description\": \"Allows the user to create loan files\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 5,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 5,\n                                        \"Name\": \"Contractor_Create\",\n                                        \"Description\": \"Allows the user to add contractors\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 6,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 6,\n                                        \"Name\": \"Investor Create\",\n                                        \"Description\": \"This allows the user to add an investor\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 7,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 7,\n                                        \"Name\": \"Password Change\",\n                                        \"Description\": \"This allows the user to change their password\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 14,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 14,\n                                        \"Name\": \"Lender_Header - Investors\",\n                                        \"Description\": \"Show or Hide the Investor Link\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 31,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 31,\n                                        \"Name\": \"Lender Management - API\",\n                                        \"Description\": \"Show or Hide the Lender Management - API Tab\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 41,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 41,\n                                        \"Name\": \"Lender File - Details - Escrow Holdback\",\n                                        \"Description\": \"Show or Hide Escrow Holdback Module\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 43,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 43,\n                                        \"Name\": \"Draw – Draw Acceptance Time Stamp\",\n                                        \"Description\": \"Show or Hide the Draw Acceptance checkbox and time stamp\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                }\n                            ],\n                            \"AccountType_e\": 1,\n                            \"ThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                            \"AccountDetails\": {\n                                \"PhonePrimaryExt\": \"ssss\"\n                            }\n                        },\n                        \"Details\": {\n                            \"DocuSignEnvelope\": null,\n                            \"LenderDocumentTag\": {\n                                \"ThreadId\": \"aaccf7dad2274adc96bdaddc469ddbe2\",\n                                \"GroupThreadId\": \"bdfb0d9696ad41c2b3b14d4d3ecafe11\",\n                                \"Name\": \"W9\",\n                                \"Abbreviation\": \"W9\",\n                                \"Ordinal\": 0,\n                                \"Required\": true,\n                                \"Color\": null,\n                                \"Locked\": false,\n                                \"MissingFileDefaultText\": \"2018 W-9\",\n                                \"LoanTypeRequired\": [\n                                    1,\n                                    2,\n                                    3,\n                                    5,\n                                    4,\n                                    7,\n                                    6,\n                                    8\n                                ],\n                                \"StoredFiles\": [],\n                                \"StoredFileSample\": {\n                                    \"Id\": 45615,\n                                    \"Name\": \"w9\",\n                                    \"Description\": \"\",\n                                    \"StoredContainer\": \"thread\",\n                                    \"StoredFolder\": \"aaccf7dad2274adc96bdaddc469ddbe2\",\n                                    \"StoredName\": \"aaccf7dad2274adc96bdaddc469ddbe2/00c03d11-9054-4ef4-8aee-34edd9ca7506.JPG\",\n                                    \"StoredUrl\": \"https://banking.blob.core.windows.net/thread/aaccf7dad2274adc96bdaddc469ddbe2/00c03d11-9054-4ef4-8aee-34edd9ca7506.JPG\",\n                                    \"DateCreated\": \"2021-07-31T23:35:46.747\",\n                                    \"DateExpires\": null,\n                                    \"UploadedById\": 558,\n                                    \"UploadedBy\": {\n                                        \"Id\": 558,\n                                        \"BankId\": 27,\n                                        \"ExternalId\": \"SRIZETTA\",\n                                        \"FirstName\": \"Steve\",\n                                        \"LastName\": \"Rizzetta\",\n                                        \"MiddleInit\": null,\n                                        \"NameSuffix\": null,\n                                        \"Title\": null,\n                                        \"FullName\": \"Steve Rizzetta\",\n                                        \"Username\": \"srizzetta@remn.com\",\n                                        \"Email\": \"srizzetta@remn.com\",\n                                        \"IsActive\": true,\n                                        \"ProfileImageFileId\": 0,\n                                        \"DateCreated\": \"2018-07-17T00:00:00\",\n                                        \"IsEmailValidated\": false,\n                                        \"ZipCode\": \"08830\",\n                                        \"Address1\": \"194 Wood Avenue South\",\n                                        \"Address2\": \"\",\n                                        \"City\": \"Iselin\",\n                                        \"StateCode\": \"NJ\",\n                                        \"AddressDisplay\": \"194 Wood Avenue South\\r\\nIselin, NJ 08830\",\n                                        \"AddressCSZ\": \"Iselin, NJ 08830\",\n                                        \"TypeId\": 1,\n                                        \"PhonePrimary\": \"7327387100\",\n                                        \"PhonePrimaryDisplay\": \"(732) 738-7100\",\n                                        \"PhoneSecondary\": \"9085914257\",\n                                        \"PayeeCode\": null,\n                                        \"DivisionThreadIds\": [\n                                            \"b8e7e37ef39640ce8ad051a81ab9028d\",\n                                            \"0b5bd3ddcc2d466aba65772776fe04b6\",\n                                            \"b772fd8833b342fcb777ddd6365e8c7d\"\n                                        ],\n                                        \"Permissions\": [\n                                            {\n                                                \"PermissionId\": 2,\n                                                \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                                \"Permission\": {\n                                                    \"Id\": 2,\n                                                    \"Name\": \"Lender Admin\",\n                                                    \"Description\": \"This allows the user to admin the lender\",\n                                                    \"GroupName\": null,\n                                                    \"Details\": {\n                                                        \"OnText\": \"On\",\n                                                        \"OffText\": \"Off\"\n                                                    }\n                                                }\n                                            },\n                                            {\n                                                \"PermissionId\": 3,\n                                                \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                                \"Permission\": {\n                                                    \"Id\": 3,\n                                                    \"Name\": \"Lender Edit\",\n                                                    \"Description\": \"Edit details about the lender\",\n                                                    \"GroupName\": null,\n                                                    \"Details\": {\n                                                        \"OnText\": \"On\",\n                                                        \"OffText\": \"Off\"\n                                                    }\n                                                }\n                                            },\n                                            {\n                                                \"PermissionId\": 4,\n                                                \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                                \"Permission\": {\n                                                    \"Id\": 4,\n                                                    \"Name\": \"Loan_Create\",\n                                                    \"Description\": \"Allows the user to create loan files\",\n                                                    \"GroupName\": null,\n                                                    \"Details\": {\n                                                        \"OnText\": \"On\",\n                                                        \"OffText\": \"Off\"\n                                                    }\n                                                }\n                                            },\n                                            {\n                                                \"PermissionId\": 5,\n                                                \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                                \"Permission\": {\n                                                    \"Id\": 5,\n                                                    \"Name\": \"Contractor_Create\",\n                                                    \"Description\": \"Allows the user to add contractors\",\n                                                    \"GroupName\": null,\n                                                    \"Details\": {\n                                                        \"OnText\": \"On\",\n                                                        \"OffText\": \"Off\"\n                                                    }\n                                                }\n                                            },\n                                            {\n                                                \"PermissionId\": 6,\n                                                \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                                \"Permission\": {\n                                                    \"Id\": 6,\n                                                    \"Name\": \"Investor Create\",\n                                                    \"Description\": \"This allows the user to add an investor\",\n                                                    \"GroupName\": null,\n                                                    \"Details\": {\n                                                        \"OnText\": \"On\",\n                                                        \"OffText\": \"Off\"\n                                                    }\n                                                }\n                                            },\n                                            {\n                                                \"PermissionId\": 7,\n                                                \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                                \"Permission\": {\n                                                    \"Id\": 7,\n                                                    \"Name\": \"Password Change\",\n                                                    \"Description\": \"This allows the user to change their password\",\n                                                    \"GroupName\": null,\n                                                    \"Details\": {\n                                                        \"OnText\": \"On\",\n                                                        \"OffText\": \"Off\"\n                                                    }\n                                                }\n                                            },\n                                            {\n                                                \"PermissionId\": 14,\n                                                \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                                \"Permission\": {\n                                                    \"Id\": 14,\n                                                    \"Name\": \"Lender_Header - Investors\",\n                                                    \"Description\": \"Show or Hide the Investor Link\",\n                                                    \"GroupName\": null,\n                                                    \"Details\": {\n                                                        \"OnText\": \"On\",\n                                                        \"OffText\": \"Off\"\n                                                    }\n                                                }\n                                            },\n                                            {\n                                                \"PermissionId\": 31,\n                                                \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                                \"Permission\": {\n                                                    \"Id\": 31,\n                                                    \"Name\": \"Lender Management - API\",\n                                                    \"Description\": \"Show or Hide the Lender Management - API Tab\",\n                                                    \"GroupName\": null,\n                                                    \"Details\": {\n                                                        \"OnText\": \"On\",\n                                                        \"OffText\": \"Off\"\n                                                    }\n                                                }\n                                            },\n                                            {\n                                                \"PermissionId\": 41,\n                                                \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                                \"Permission\": {\n                                                    \"Id\": 41,\n                                                    \"Name\": \"Lender File - Details - Escrow Holdback\",\n                                                    \"Description\": \"Show or Hide Escrow Holdback Module\",\n                                                    \"GroupName\": null,\n                                                    \"Details\": {\n                                                        \"OnText\": \"On\",\n                                                        \"OffText\": \"Off\"\n                                                    }\n                                                }\n                                            },\n                                            {\n                                                \"PermissionId\": 43,\n                                                \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                                \"Permission\": {\n                                                    \"Id\": 43,\n                                                    \"Name\": \"Draw – Draw Acceptance Time Stamp\",\n                                                    \"Description\": \"Show or Hide the Draw Acceptance checkbox and time stamp\",\n                                                    \"GroupName\": null,\n                                                    \"Details\": {\n                                                        \"OnText\": \"On\",\n                                                        \"OffText\": \"Off\"\n                                                    }\n                                                }\n                                            }\n                                        ],\n                                        \"AccountType_e\": 1,\n                                        \"ThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                        \"AccountDetails\": {\n                                            \"PhonePrimaryExt\": \"ssss\"\n                                        }\n                                    },\n                                    \"Details\": {\n                                        \"DocuSignEnvelope\": null,\n                                        \"LenderDocumentTag\": {\n                                            \"ThreadId\": \"aaccf7dad2274adc96bdaddc469ddbe2\",\n                                            \"GroupThreadId\": \"bdfb0d9696ad41c2b3b14d4d3ecafe11\",\n                                            \"Name\": \"W9\",\n                                            \"Abbreviation\": \"W9\",\n                                            \"Ordinal\": 0,\n                                            \"Required\": true,\n                                            \"Color\": null,\n                                            \"Locked\": false,\n                                            \"MissingFileDefaultText\": \"2018 W-9\",\n                                            \"LoanTypeRequired\": [\n                                                1,\n                                                2,\n                                                3,\n                                                5,\n                                                4,\n                                                7,\n                                                6,\n                                                8\n                                            ],\n                                            \"StoredFiles\": [],\n                                            \"StoredFileSample\": null\n                                        },\n                                        \"Thumbnails\": []\n                                    },\n                                    \"Validations\": []\n                                }\n                            },\n                            \"Thumbnails\": []\n                        },\n                        \"Validations\": []\n                    }\n                },\n                {\n                    \"ThreadId\": \"42856721af6d4fdc82363ca0cde5d462\",\n                    \"GroupThreadId\": \"bdfb0d9696ad41c2b3b14d4d3ecafe11\",\n                    \"Name\": \"Insurance\",\n                    \"Abbreviation\": \"Ins\",\n                    \"Ordinal\": 1,\n                    \"Required\": true,\n                    \"Color\": null,\n                    \"Locked\": false,\n                    \"MissingFileDefaultText\": \"Certificate Holder must read as:\\nHomeBridge Financial Services\\n128 Lubrano Drive Suite 201\\nAnnapolis, MD 21401\",\n                    \"LoanTypeRequired\": [\n                        1,\n                        2,\n                        3,\n                        5,\n                        4,\n                        6,\n                        7,\n                        8\n                    ],\n                    \"StoredFiles\": [],\n                    \"StoredFileSample\": {\n                        \"Id\": 45625,\n                        \"Name\": \"HOCA\",\n                        \"Description\": \"\",\n                        \"StoredContainer\": \"thread\",\n                        \"StoredFolder\": \"42856721af6d4fdc82363ca0cde5d462\",\n                        \"StoredName\": \"42856721af6d4fdc82363ca0cde5d462/d72d4ce7-04ae-41b3-82cd-90573248d840.pdf\",\n                        \"StoredUrl\": \"https://banking.blob.core.windows.net/thread/42856721af6d4fdc82363ca0cde5d462/d72d4ce7-04ae-41b3-82cd-90573248d840.pdf\",\n                        \"DateCreated\": \"2021-08-01T02:46:27.61\",\n                        \"DateExpires\": null,\n                        \"UploadedById\": 558,\n                        \"UploadedBy\": {\n                            \"Id\": 558,\n                            \"BankId\": 27,\n                            \"ExternalId\": \"SRIZETTA\",\n                            \"FirstName\": \"Steve\",\n                            \"LastName\": \"Rizzetta\",\n                            \"MiddleInit\": null,\n                            \"NameSuffix\": null,\n                            \"Title\": null,\n                            \"FullName\": \"Steve Rizzetta\",\n                            \"Username\": \"srizzetta@remn.com\",\n                            \"Email\": \"srizzetta@remn.com\",\n                            \"IsActive\": true,\n                            \"ProfileImageFileId\": 0,\n                            \"DateCreated\": \"2018-07-17T00:00:00\",\n                            \"IsEmailValidated\": false,\n                            \"ZipCode\": \"08830\",\n                            \"Address1\": \"194 Wood Avenue South\",\n                            \"Address2\": \"\",\n                            \"City\": \"Iselin\",\n                            \"StateCode\": \"NJ\",\n                            \"AddressDisplay\": \"194 Wood Avenue South\\r\\nIselin, NJ 08830\",\n                            \"AddressCSZ\": \"Iselin, NJ 08830\",\n                            \"TypeId\": 1,\n                            \"PhonePrimary\": \"7327387100\",\n                            \"PhonePrimaryDisplay\": \"(732) 738-7100\",\n                            \"PhoneSecondary\": \"9085914257\",\n                            \"PayeeCode\": null,\n                            \"DivisionThreadIds\": [\n                                \"b8e7e37ef39640ce8ad051a81ab9028d\",\n                                \"0b5bd3ddcc2d466aba65772776fe04b6\",\n                                \"b772fd8833b342fcb777ddd6365e8c7d\"\n                            ],\n                            \"Permissions\": [\n                                {\n                                    \"PermissionId\": 2,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 2,\n                                        \"Name\": \"Lender Admin\",\n                                        \"Description\": \"This allows the user to admin the lender\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 3,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 3,\n                                        \"Name\": \"Lender Edit\",\n                                        \"Description\": \"Edit details about the lender\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 4,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 4,\n                                        \"Name\": \"Loan_Create\",\n                                        \"Description\": \"Allows the user to create loan files\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 5,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 5,\n                                        \"Name\": \"Contractor_Create\",\n                                        \"Description\": \"Allows the user to add contractors\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 6,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 6,\n                                        \"Name\": \"Investor Create\",\n                                        \"Description\": \"This allows the user to add an investor\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 7,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 7,\n                                        \"Name\": \"Password Change\",\n                                        \"Description\": \"This allows the user to change their password\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 14,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 14,\n                                        \"Name\": \"Lender_Header - Investors\",\n                                        \"Description\": \"Show or Hide the Investor Link\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 31,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 31,\n                                        \"Name\": \"Lender Management - API\",\n                                        \"Description\": \"Show or Hide the Lender Management - API Tab\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 41,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 41,\n                                        \"Name\": \"Lender File - Details - Escrow Holdback\",\n                                        \"Description\": \"Show or Hide Escrow Holdback Module\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 43,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 43,\n                                        \"Name\": \"Draw – Draw Acceptance Time Stamp\",\n                                        \"Description\": \"Show or Hide the Draw Acceptance checkbox and time stamp\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                }\n                            ],\n                            \"AccountType_e\": 1,\n                            \"ThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                            \"AccountDetails\": {\n                                \"PhonePrimaryExt\": \"ssss\"\n                            }\n                        },\n                        \"Details\": {\n                            \"DocuSignEnvelope\": null,\n                            \"LenderDocumentTag\": {\n                                \"ThreadId\": \"42856721af6d4fdc82363ca0cde5d462\",\n                                \"GroupThreadId\": \"bdfb0d9696ad41c2b3b14d4d3ecafe11\",\n                                \"Name\": \"Insurance\",\n                                \"Abbreviation\": \"Ins\",\n                                \"Ordinal\": 1,\n                                \"Required\": true,\n                                \"Color\": null,\n                                \"Locked\": false,\n                                \"MissingFileDefaultText\": \"Certificate Holder must read as:\\nHomeBridge Financial Services\\n128 Lubrano Drive Suite 201\\nAnnapolis, MD 21401\",\n                                \"LoanTypeRequired\": [\n                                    1,\n                                    2,\n                                    3,\n                                    5,\n                                    4,\n                                    6,\n                                    7,\n                                    8\n                                ],\n                                \"StoredFiles\": [],\n                                \"StoredFileSample\": null\n                            },\n                            \"Thumbnails\": []\n                        },\n                        \"Validations\": []\n                    }\n                },\n                {\n                    \"ThreadId\": \"565e4cfc03864daa81ff779d8ecc5d41\",\n                    \"GroupThreadId\": \"bdfb0d9696ad41c2b3b14d4d3ecafe11\",\n                    \"Name\": \"HOCA\",\n                    \"Abbreviation\": \"HOCA\",\n                    \"Ordinal\": 2,\n                    \"Required\": true,\n                    \"Color\": null,\n                    \"Locked\": false,\n                    \"MissingFileDefaultText\": \"HOCA missing\\n\\nwith line breaks\",\n                    \"LoanTypeRequired\": [\n                        1,\n                        2\n                    ],\n                    \"StoredFiles\": [],\n                    \"StoredFileSample\": {\n                        \"Id\": 45738,\n                        \"Name\": \"overview\",\n                        \"Description\": \"\",\n                        \"StoredContainer\": \"thread\",\n                        \"StoredFolder\": \"565e4cfc03864daa81ff779d8ecc5d41\",\n                        \"StoredName\": \"565e4cfc03864daa81ff779d8ecc5d41/7a49a3fe-b238-40a3-83a2-514b4f743b57.png\",\n                        \"StoredUrl\": \"https://banking.blob.core.windows.net/thread/565e4cfc03864daa81ff779d8ecc5d41/7a49a3fe-b238-40a3-83a2-514b4f743b57.png\",\n                        \"DateCreated\": \"2021-08-03T03:08:13.483\",\n                        \"DateExpires\": null,\n                        \"UploadedById\": 558,\n                        \"UploadedBy\": {\n                            \"Id\": 558,\n                            \"BankId\": 27,\n                            \"ExternalId\": \"SRIZETTA\",\n                            \"FirstName\": \"Steve\",\n                            \"LastName\": \"Rizzetta\",\n                            \"MiddleInit\": null,\n                            \"NameSuffix\": null,\n                            \"Title\": null,\n                            \"FullName\": \"Steve Rizzetta\",\n                            \"Username\": \"srizzetta@remn.com\",\n                            \"Email\": \"srizzetta@remn.com\",\n                            \"IsActive\": true,\n                            \"ProfileImageFileId\": 0,\n                            \"DateCreated\": \"2018-07-17T00:00:00\",\n                            \"IsEmailValidated\": false,\n                            \"ZipCode\": \"08830\",\n                            \"Address1\": \"194 Wood Avenue South\",\n                            \"Address2\": \"\",\n                            \"City\": \"Iselin\",\n                            \"StateCode\": \"NJ\",\n                            \"AddressDisplay\": \"194 Wood Avenue South\\r\\nIselin, NJ 08830\",\n                            \"AddressCSZ\": \"Iselin, NJ 08830\",\n                            \"TypeId\": 1,\n                            \"PhonePrimary\": \"7327387100\",\n                            \"PhonePrimaryDisplay\": \"(732) 738-7100\",\n                            \"PhoneSecondary\": \"9085914257\",\n                            \"PayeeCode\": null,\n                            \"DivisionThreadIds\": [\n                                \"b8e7e37ef39640ce8ad051a81ab9028d\",\n                                \"0b5bd3ddcc2d466aba65772776fe04b6\",\n                                \"b772fd8833b342fcb777ddd6365e8c7d\"\n                            ],\n                            \"Permissions\": [\n                                {\n                                    \"PermissionId\": 2,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 2,\n                                        \"Name\": \"Lender Admin\",\n                                        \"Description\": \"This allows the user to admin the lender\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 3,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 3,\n                                        \"Name\": \"Lender Edit\",\n                                        \"Description\": \"Edit details about the lender\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 4,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 4,\n                                        \"Name\": \"Loan_Create\",\n                                        \"Description\": \"Allows the user to create loan files\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 5,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 5,\n                                        \"Name\": \"Contractor_Create\",\n                                        \"Description\": \"Allows the user to add contractors\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 6,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 6,\n                                        \"Name\": \"Investor Create\",\n                                        \"Description\": \"This allows the user to add an investor\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 7,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 7,\n                                        \"Name\": \"Password Change\",\n                                        \"Description\": \"This allows the user to change their password\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 14,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 14,\n                                        \"Name\": \"Lender_Header - Investors\",\n                                        \"Description\": \"Show or Hide the Investor Link\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 31,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 31,\n                                        \"Name\": \"Lender Management - API\",\n                                        \"Description\": \"Show or Hide the Lender Management - API Tab\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 41,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 41,\n                                        \"Name\": \"Lender File - Details - Escrow Holdback\",\n                                        \"Description\": \"Show or Hide Escrow Holdback Module\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                },\n                                {\n                                    \"PermissionId\": 43,\n                                    \"AccountThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                                    \"Permission\": {\n                                        \"Id\": 43,\n                                        \"Name\": \"Draw – Draw Acceptance Time Stamp\",\n                                        \"Description\": \"Show or Hide the Draw Acceptance checkbox and time stamp\",\n                                        \"GroupName\": null,\n                                        \"Details\": {\n                                            \"OnText\": \"On\",\n                                            \"OffText\": \"Off\"\n                                        }\n                                    }\n                                }\n                            ],\n                            \"AccountType_e\": 1,\n                            \"ThreadId\": \"99eea3c7da5e4ad7b87f13a8a4f5029c\",\n                            \"AccountDetails\": {\n                                \"PhonePrimaryExt\": \"ssss\"\n                            }\n                        },\n                        \"Details\": {\n                            \"DocuSignEnvelope\": null,\n                            \"LenderDocumentTag\": {\n                                \"ThreadId\": \"565e4cfc03864daa81ff779d8ecc5d41\",\n                                \"GroupThreadId\": \"bdfb0d9696ad41c2b3b14d4d3ecafe11\",\n                                \"Name\": \"HOCA\",\n                                \"Abbreviation\": \"HOCA\",\n                                \"Ordinal\": 2,\n                                \"Required\": true,\n                                \"Color\": null,\n                                \"Locked\": false,\n                                \"MissingFileDefaultText\": \"HOCA missing\\n\\nwith line breaks\",\n                                \"LoanTypeRequired\": [\n                                    1,\n                                    2\n                                ],\n                                \"StoredFiles\": [],\n                                \"StoredFileSample\": null\n                            },\n                            \"Thumbnails\": []\n                        },\n                        \"Validations\": []\n                    }\n                },\n                {\n                    \"ThreadId\": \"8a1ade51957e4d69b8308f8f26f4a0d0\",\n                    \"GroupThreadId\": \"bdfb0d9696ad41c2b3b14d4d3ecafe11\",\n                    \"Name\": \"IOI\",\n                    \"Abbreviation\": \"IOI\",\n                    \"Ordinal\": 3,\n                    \"Required\": true,\n                    \"Color\": \"\",\n                    \"Locked\": false,\n                    \"MissingFileDefaultText\": \"im IOI missing\",\n                    \"LoanTypeRequired\": [\n                        1,\n                        2,\n                        3,\n                        5,\n                        4,\n                        6,\n                        7,\n                        8\n                    ],\n                    \"StoredFiles\": [],\n                    \"StoredFileSample\": null\n                }\n            ]\n        }\n    ],\n    \"Borrower\": null,\n    \"CoBorrower\": null,\n    \"Bank\": {\n        \"Id\": 27,\n        \"Name\": \"REMN Wholesale\",\n        \"WebsiteUrl\": \"\",\n        \"ThreadId\": \"053bf92731484d8bb89c164be0b35650\",\n        \"DateCreated\": \"2018-07-17T00:00:00\",\n        \"Active\": true,\n        \"ZipCode\": \"08830\",\n        \"Address1\": \"194 Week Avenue South\",\n        \"Address2\": \"\",\n        \"City\": \"Iselin\",\n        \"StateCode\": \"NJ\",\n        \"AddressCSZ\": \"Iselin, NJ 08830\",\n        \"IsSystemBank\": false,\n        \"Configuration\": null\n    },\n    \"Disbursements\": []\n}"},{"id":"9e0d7444-584e-48a6-bf99-1dafd19fa76f","name":"Loan Broker Update Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\n    // include one (and only) of these:\n    \"loan_threadId\": \"c49b7d5a7c8d488d9bbbca911868d837a\",\n    // OR \"loan_number\": \"LOAN4321\",\n\n    // include one (and only) of these:\n    \"broker_threadId\": \"141beab8e0644e61890b0491dae48912\",\n    // OR \"broker_nmlsNumber\": \"NMLS3004\",\n    // OR \"broker_idNumber\": \"APITEST3004\"\n\n    // fully optional associations to broker accounts in the broker contacts:\n    \"loanOfficer_accountThreadId\": \"33d3fd8373c8421ea1a58ad92bcbfe2a\",\n    \"additionalContacts\": [\n        {\n            \"account_threadId\": \"d1dea5ba976e47129e4c37e92929fe17\",\n            \"positionName\": \"processor\", // Supported: \"owner\", \"loan officer\", \"processor\". Ignored when mode=\"delete\".\n            \"mode\": \"add\" // Supported modes: \"add\", \"delete\"\n        }\n    ]\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/brokerupdate"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Wed, 20 Oct 2021 04:30:04 GMT"},{"key":"Content-Length","value":"109"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No loan can be found for the loan_threadId given\",\n    \"error_uri\": null\n}"}],"_postman_id":"af0ad1f4-335a-4327-9af5-b0e844c511a3"},{"name":"Loan Broker Remove","id":"8b1cd750-3937-45e4-af07-07b68b561a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    // include one (and only) of these:\n    \"loan_threadId\": \"d99683c4577a454e9cfa732998a777cb\",\n    // OR \"loan_number\": \"LOAN4321\",\n\n    // include one (and only) of these:\n    \"broker_threadId\": \"817aa139a9064dfea02d05f88f936cba\"\n    // OR \"broker_nmlsNumber\": \"NMLS3004\",\n    // OR \"broker_idNumber\": \"APITEST3004\"\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/brokerremove","description":"<p>Will remove the broker from the loan.</p>\n<p>Send one loan identifier (<code>loan_threadId</code> or <code>loan_number</code>) and one broker identifier (<code>broker_threadId</code>, <code>broker_nmlsNumber</code>, or <code>broker_idNumber</code>).</p>\n<p>This will return a full loan object.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","brokerremove"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"1c6cf844-40ee-40b1-aff3-2ec3afa6a293","name":"Loan Broker Remove Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"broker_threadId\": \"ca5de768269b404080900d10f3a6384a\"\n}"},"url":"http://banking.local.com/api/v1/loan/brokerremove"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Thu, 19 Nov 2020 04:05:20 GMT"},{"key":"Content-Length","value":"113"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not found\",\n    \"error_description\": \"No broker can be found for the broker threadId given\",\n    \"error_uri\": null\n}"},{"id":"8106d273-b676-4801-aadb-05f1765ff08f","name":"Loan Broker Remove Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"The access token given through authentication","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"loan_threadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"broker_threadId\": \"ca5de768269b404080900d10f3a6384a\"\n}"},"url":"http://banking.local.com/api/v1/loan/brokerremove"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 18 Nov 2020 15:45:05 GMT"},{"key":"Date","value":"Thu, 19 Nov 2020 03:45:05 GMT"},{"key":"Content-Length","value":"6015"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 184,\n    \"BankId\": 27,\n    \"LoanNumber\": \"LOANNUMBER123\",\n    \"ThreadId\": \"493f96a7b90549d1b6453dc482e4bbe0\",\n    \"PermitDocumentThreadId\": \"7b64cc3817304404b7df6e110df4d699\",\n    \"Address1\": \"123 Elm\",\n    \"Address2\": \"\",\n    \"City\": \"Topeka\",\n    \"StateCode\": \"KS\",\n    \"ZipCode\": \"66604\",\n    \"DateCreated\": \"2020-11-19T02:09:00.183\",\n    \"Details\": {\n        \"MortgageEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"TitleEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"InspectionEscrow\": {\n            \"Units\": 0,\n            \"Cost\": 0,\n            \"Total\": 0\n        },\n        \"ReleaseToBorrower\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Holdback\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"MortgagePrincipalReduction\": [\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Repairs\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:01.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Contingency\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:02.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Inspection Fees\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:03.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Title Updates\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:04.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:04.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Unused Mortgage Pmt\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:05.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:05.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            },\n            {\n                \"Id\": 0,\n                \"LoanId\": 0,\n                \"Name\": \"Interest on Escrow Acct.\",\n                \"Description\": null,\n                \"CreatedDate\": \"2020-11-19T02:09:06.1841217Z\",\n                \"CreatedBy\": 0,\n                \"Approved\": 0,\n                \"ApprovedDate\": \"2020-11-19T02:09:06.1841217Z\",\n                \"ApprovedBy\": 558,\n                \"Details\": null,\n                \"Remaining\": 0\n            }\n        ],\n        \"EscrowTotal\": 0,\n        \"EscrowRemaining\": 0,\n        \"ReceivedDate\": \"0001-01-01T00:00:00\",\n        \"SOROrderDate\": \"0001-01-01T00:00:00\",\n        \"IntroCallToHODate\": \"0001-01-01T00:00:00\",\n        \"DocsToUnderwritingDate\": \"0001-01-01T00:00:00\",\n        \"InterestEscrow\": null,\n        \"AltAddress1\": null,\n        \"AltAddress2\": null,\n        \"AltCity\": null,\n        \"AltStateCode\": null,\n        \"AltZipCode\": null\n    },\n    \"EscrowContacts\": null,\n    \"EscrowReplyContacts\": null,\n    \"LoanTypeId\": 1,\n    \"LoanPurposeId\": 1,\n    \"LoanOccupancyId\": 1,\n    \"ClosingDate\": \"0001-01-01T00:00:00\",\n    \"CompletionDate\": \"0001-01-01T00:00:00\",\n    \"FHACaseNumber\": \"FHA123\",\n    \"FundedDate\": \"0001-01-01T00:00:00\",\n    \"ClosedOutWithInvestor\": \"0001-01-01T00:00:00\",\n    \"FinalTitleUpdateDate\": \"0001-01-01T00:00:00\",\n    \"TotalLoanAmount\": 0,\n    \"LoanStatusId\": 0,\n    \"WorkOrderDate\": \"0001-01-01T00:00:00\",\n    \"SORDate\": \"0001-01-01T00:00:00\",\n    \"EstCompletionDate\": \"0001-01-01T00:00:00\",\n    \"EscrowReasonRepairType\": null,\n    \"EscrowFinalAppraisal\": null,\n    \"EscrowAppraisalMgmtCompany\": null,\n    \"EscrowStatus\": null,\n    \"EscrowStatusChanged\": null,\n    \"EscrowStatusLastAccountThreadID\": null,\n    \"EscrowStatusLastBy\": \"\",\n    \"EscrowStatusLastUpdatedAt\": null,\n    \"EscrowReminder\": null,\n    \"EscrowDaysToComplete\": null,\n    \"EscrowFundingSource\": null,\n    \"DivisionThreadId\": \"b8e7e37ef39640ce8ad051a81ab9028d\",\n    \"DrawAdminAcceptedChanged\": null,\n    \"DrawAdminAccepted\": null,\n    \"DrawAdminAcceptedAt\": null,\n    \"AddressFlat\": \"123 ELM,TOPEKA,KS,66604\",\n    \"AddressCSZ\": \"Topeka, KS 66604\",\n    \"AddressLatLng\": null,\n    \"Contacts\": [],\n    \"LoanContractors\": [],\n    \"LoanConsultants\": [],\n    \"LoanInvestor\": null,\n    \"Bids\": [],\n    \"ChangeOrders\": [],\n    \"Draws\": [],\n    \"ApprovedBid\": null,\n    \"HudExpenseTypeFunds\": null,\n    \"MortgagePayments\": [],\n    \"TitlePayments\": [],\n    \"InspectionPayments\": [],\n    \"OtherFees\": [\n        {\n            \"Id\": 1015,\n            \"LoanId\": 184,\n            \"Name\": \"Architectural & Eng. Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.23\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.23\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1016,\n            \"LoanId\": 184,\n            \"Name\": \"Independent Consultant Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.283\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.283\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1017,\n            \"LoanId\": 184,\n            \"Name\": \"Permits\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.337\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.337\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1018,\n            \"LoanId\": 184,\n            \"Name\": \"Plan Reviewer Fees\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.4\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.4\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1019,\n            \"LoanId\": 184,\n            \"Name\": \"Supplemental Origination Fee\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.457\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.457\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        },\n        {\n            \"Id\": 1020,\n            \"LoanId\": 184,\n            \"Name\": \"Discount Pts. on Repair Costs\",\n            \"Description\": \"\",\n            \"CreatedDate\": \"2020-11-19T02:09:22.507\",\n            \"CreatedBy\": 0,\n            \"Approved\": 0,\n            \"ApprovedDate\": \"2020-11-19T02:09:22.507\",\n            \"ApprovedBy\": 0,\n            \"Details\": null,\n            \"Remaining\": 0\n        }\n    ],\n    \"Positions\": [],\n    \"TransferLinks\": [],\n    \"Permits\": [],\n    \"CheckList\": null,\n    \"Borrower\": null,\n    \"CoBorrower\": null,\n    \"Bank\": {\n        \"Id\": 27,\n        \"Name\": \"Sample Bank\",\n        \"WebsiteUrl\": \"\",\n        \"ThreadId\": \"053bf92731484d8bb89c164be0b35650\",\n        \"DateCreated\": \"2018-07-17T00:00:00\",\n        \"Active\": true,\n        \"ZipCode\": \"08830\",\n        \"Address1\": \"194 Week Avenue South\",\n        \"Address2\": \"\",\n        \"City\": \"Iselin\",\n        \"StateCode\": \"NJ\",\n        \"AddressCSZ\": \"Iselin, NJ 08830\",\n        \"IsSystemBank\": false\n    },\n    \"Disbursements\": []\n}"}],"_postman_id":"8b1cd750-3937-45e4-af07-07b68b561a2b"},{"name":"Loan Broker Bulk","id":"b77453b2-1961-4db7-bd97-95591d45e1be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"description":"<p>The access token given through authentication</p>\n","key":"Authorization","type":"text","value":"Bearer {{access_token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"add\",\r\n        \"Loan_Number\": \"LOAN20231219A\",\r\n        \"Broker_IdNumber\": \"23121901\",\r\n        \"LoanOfficer_AccountExternalId\": \"BrokerAcct20231219A\",\r\n        \"AdditionalContacts\": [\r\n            {\r\n                \"Mode\": \"add\",\r\n                \"Account_ExternalId\": \"BrokerAcct20231219C\",\r\n                \"PositionName\": \"Processor\"\r\n            }\r\n        ]\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/brokerBulk","description":"<p>Add and remove brokers from loans in bulk.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","loan","brokerBulk"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"6886fabd-f07a-45f8-bf8e-e3a73d82eea9","name":"Loan Broker Bulk - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"add\",\r\n        \"Loan_Number\": \"LOAN20231219A\",\r\n        \"Broker_IdNumber\": \"23121901\",\r\n        \"LoanOfficer_AccountExternalId\": \"BrokerAcct20231219A\",\r\n        \"AdditionalContacts\": [\r\n            {\r\n                \"Mode\": \"add\",\r\n                \"Account_ExternalId\": \"BrokerAcct20231219C\",\r\n                \"PositionName\": \"Processor\"\r\n            }\r\n        ]\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/brokerBulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 11:09:12 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 23:09:12 GMT"},{"key":"Content-Length","value":"360"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T23:09:08.6941862Z\",\n    \"EndedAt\": \"2023-12-20T23:09:12.4192883Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 0,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 1,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 0,\n    \"NumUpdateFailure\": 0,\n    \"NumAddFailure\": 0,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 0,\n    \"Problems\": []\n}"},{"id":"1ed819a8-55c4-4de1-8552-e55e835a3d37","name":"Loan Broker Bulk - Problems","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Mode\": \"add\",\r\n        \"Loan_Number\": \"LOAN20231219Z\",\r\n        \"Broker_IdNumber\": \"23121909\"\r\n    }\r\n]"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/loan/brokerBulk"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Wed, 20 Dec 2023 11:10:30 GMT"},{"key":"Date","value":"Wed, 20 Dec 2023 23:10:30 GMT"},{"key":"Content-Length","value":"431"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 0,\n    \"PickupName\": null,\n    \"ProcessedName\": null,\n    \"Source\": \"API\",\n    \"StartedAt\": \"2023-12-20T23:10:30.7697606Z\",\n    \"EndedAt\": \"2023-12-20T23:10:30.8352002Z\",\n    \"FileMessage\": null,\n    \"NumCreateSuccess\": 0,\n    \"NumUpdateSuccess\": 0,\n    \"NumAddSuccess\": 0,\n    \"NumDeleteSuccess\": 0,\n    \"NumCreateFailure\": 0,\n    \"NumUpdateFailure\": 0,\n    \"NumAddFailure\": 1,\n    \"NumDeleteFailure\": 0,\n    \"NumModeFailure\": 0,\n    \"Problems\": [\n        {\n            \"Index\": 0,\n            \"Message\": \"No Loan can be found for the loan_number given.\"\n        }\n    ]\n}"}],"_postman_id":"b77453b2-1961-4db7-bd97-95591d45e1be"},{"name":"File Upload To Loan (threadId)","id":"445d048d-f116-46de-84cc-6124e7ac505b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"document","description":"<p>The file will be uploaded and named as it comes in.</p>\n","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","value":null},{"key":"","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","value":null,"disabled":true}]},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/fileUpload?threadId=510b5bc0f0f9473e9d8f43cf7d8aaf77&tagName=","description":"<p>This allows you to upload a file up to 25MB into RLS for a loan, via the loan's ThreadId.</p>\n<p>The name of the file being sent in is what we will use.<br />We will return a reference to that StoredFile which you can use (<strong>Id</strong>) to update the name if you want to after upload.</p>\n<hr />\n<p>You can optionally supply a <code>tagName</code> in the URL to apply a system tag to the upload.</p>\n<p>You can get the available tags by invoking the \"Lookup Checklist Tags\" API, or you can use the labels present under the \"Document Tag / Checklist Manager\" tab under \"Documents\" in Lender Management for a list of available tags to use. Fixed system names are preferred.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","fileUpload"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[{"description":{"content":"<p>The \"ThreadId\" field given by the Loan Create Process</p>\n","type":"text/plain"},"key":"threadId","value":"510b5bc0f0f9473e9d8f43cf7d8aaf77"},{"description":{"content":"<p>Optional. The tag name to apply to the uploaded file.</p>\n","type":"text/plain"},"key":"tagName","value":""}],"variable":[]}},"response":[{"id":"fb2618a2-5214-49aa-b9c5-eed84854ef1c","name":"File Upload To Loan (threadId) - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"document","description":"The file will be uploaded and named as it comes in.","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/C:/Users/kbeattie/Downloads/piece2.png"},{"key":"","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","value":null,"disabled":true}]},"url":{"raw":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/fileUpload?threadId=510b5bc0f0f9473e9d8f43cf7d8aaf77&tagName=rehab_loan_agree","protocol":"{{protocol}}","host":["{{env}}","renovationlendingsoftware","com"],"path":["api","v1","fileUpload"],"query":[{"key":"threadId","value":"510b5bc0f0f9473e9d8f43cf7d8aaf77","description":"The \"ThreadId\" field given by the Loan Create Process"},{"key":"tagName","value":"rehab_loan_agree","description":"Optional. The tag name to apply to the uploaded file."}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Tue, 20 Jan 2026 09:18:40 GMT"},{"key":"Date","value":"Tue, 20 Jan 2026 21:18:40 GMT"},{"key":"Content-Length","value":"224"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 64353,\n    \"Uuid\": \"a359b25b-af43-40a2-843a-db1bd760737e\",\n    \"Name\": \"Sample.pdf\",\n    \"DateCreated\": \"2026-01-20T21:15:40.0365963\",\n    \"DownloadUrl\": \"https://localhost:6868/app/download?id=a359b25baf4340a2843adb1bd760737e\",\n    \"TagApplied\": true // Will be true if a valid tag was supplied and it was attached to the upload.\n}"},{"id":"468048f4-5e01-457b-9887-3ddb3090937c","name":"File Upload To Loan (threadId) - Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","value":null,"disabled":true}]},"url":{"raw":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/fileUpload?threadId=510b5bc0f0f9473e9d8f43cf7d8aaf77&tagName=","protocol":"{{protocol}}","host":["{{env}}","renovationlendingsoftware","com"],"path":["api","v1","fileUpload"],"query":[{"key":"threadId","value":"510b5bc0f0f9473e9d8f43cf7d8aaf77","description":"The \"ThreadId\" field given by the Loan Create Process"},{"key":"tagName","value":"","description":"Optional. The tag name to apply to the uploaded file."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Tue, 20 Jan 2026 21:44:23 GMT"},{"key":"Content-Length","value":"120"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"{\\\"error\\\":\\\"unprocessable entity\\\",\\\"error_description\\\":\\\"A file must be supplied.\\\",\\\"error_uri\\\":null}\"\n}"}],"_postman_id":"445d048d-f116-46de-84cc-6124e7ac505b"},{"name":"File Update / Rename","id":"9f51c7af-b077-4ced-a1dd-32f8442399e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Uuid\": \"A359B25B-AF43-40A2-843A-DB1BD760737E\",\r\n\r\n    \"ChangeName\": true, // Optional. Defaults to true.\r\n    \"Name\": \"Renamed.pdf\", // New name to use. Must be present unless ChangeName is false.\r\n\r\n    \"ChangeTag\": false, // Optional. Defaults to false.\r\n    \"TagName\": \"rehab_loan_agree\", // If ChangeTag is true, this name is used to set the tag for the upload. A null name removes any tag from it.\r\n    \"LoanThreadId\": \"510b5bc0f0f9473e9d8f43cf7d8aaf77\" // Required if ChangeTag is true. Controls which loan the change is made for.\r\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/fileUpdate","description":"<p>This changes the name of an uploaded file by the <code>Uuid</code> supplied, by default. The <code>Uuid</code> was returned by the <strong>Upload File to Loan</strong> call.</p>\n<hr />\n<p>You can also change tags instead of names (or do both). See the parameter comments.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","fileUpdate"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"76e7faba-ebaf-4ee0-af5a-0435382bc1a7","name":"File Update / Rename - Success (Rename)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Uuid\": \"A359B25B-AF43-40A2-843A-DB1BD760737E\",\r\n    \"Name\": \"This Name is Different\"\r\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/fileUpdate"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Tue, 20 Jan 2026 09:24:50 GMT"},{"key":"Date","value":"Tue, 20 Jan 2026 21:24:50 GMT"},{"key":"Content-Length","value":"241"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 64353,\n    \"Uuid\": \"a359b25b-af43-40a2-843a-db1bd760737e\",\n    \"Name\": \"This Name is Different\",\n    \"DateCreated\": \"2026-01-20T21:15:40.0365963\",\n    \"DownloadUrl\": \"https://localhost:6868/app/download?id=a359b25baf4340a2843adb1bd760737e\",\n    \"TagApplied\": false\n}"},{"id":"5a7f19ed-1986-49bc-96b9-10ebaf6c0d7d","name":"File Update / Rename - Success (Tag Change)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Uuid\": \"A359B25B-AF43-40A2-843A-DB1BD760737E\",\r\n    \"ChangeName\": false,\r\n    \"ChangeTag\": true,\r\n    \"TagName\": \"arch_drawing\",\r\n    \"LoanThreadId\": \"510b5bc0f0f9473e9d8f43cf7d8aaf77\"\r\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/fileUpdate"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Tue, 20 Jan 2026 09:40:52 GMT"},{"key":"Date","value":"Tue, 20 Jan 2026 21:40:52 GMT"},{"key":"Content-Length","value":"229"}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 64353,\n    \"Uuid\": \"a359b25b-af43-40a2-843a-db1bd760737e\",\n    \"Name\": \"Sample.pdf\",\n    \"DateCreated\": \"2026-01-20T21:15:40.0365963\",\n    \"DownloadUrl\": \"https://localhost:6868/app/download?id=a359b25baf4340a2843adb1bd760737e\",\n    \"TagApplied\": true\n}"},{"id":"14e98eb3-da5b-4c5f-bb99-0b540a7177ab","name":"File Update / Rename - Success (Tag Removed)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Uuid\": \"A359B25B-AF43-40A2-843A-DB1BD760737E\",\r\n    \"ChangeName\": false,\r\n    \"ChangeTag\": true,\r\n    \"TagName\": null,\r\n    \"LoanThreadId\": \"510b5bc0f0f9473e9d8f43cf7d8aaf77\"\r\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/fileUpdate"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Tue, 20 Jan 2026 09:42:01 GMT"},{"key":"Date","value":"Tue, 20 Jan 2026 21:42:01 GMT"},{"key":"Content-Length","value":"228"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Id\": 64353,\n    \"Uuid\": \"a359b25b-af43-40a2-843a-db1bd760737e\",\n    \"Name\": \"Sample.pdf\",\n    \"DateCreated\": \"2026-01-20T21:15:40.0365963\",\n    \"DownloadUrl\": \"https://localhost:6868/app/download?id=a359b25baf4340a2843adb1bd760737e\",\n    \"TagApplied\": true\n}"},{"id":"5b7df565-5b2e-4a52-843a-19911238e66f","name":"File Update / Rename - Failed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Uuid\": \"A359B25B-AF43-40A2-843A-DB1BD760737E\",\r\n    \"ChangeName\": false,\r\n    \"ChangeTag\": false\r\n}"},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/fileUpdate"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Tue, 20 Jan 2026 21:31:28 GMT"},{"key":"Content-Length","value":"152"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"{\\\"error\\\":\\\"unprocessable entity\\\",\\\"error_description\\\":\\\"One of these inputs must be true: ChangeName, ChangeTag.\\\",\\\"error_uri\\\":null}\"\n}"}],"_postman_id":"9f51c7af-b077-4ced-a1dd-32f8442399e7"},{"name":"File Uploads by Tag","id":"11e6a4db-2309-48d2-8bd0-e37bc61bb2b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"<p>The access token given through authentication</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"LoanThreadId\": \"510b5bc0f0f9473e9d8f43cf7d8aaf77\", // Required.\r\n    \"TagName\": \"sor\", // Optional. The system name (fixed) or tag label. Do not supply if OnlyCustom is true.\r\n    \"WantDenied\": false, // Include validation rejections.\r\n    \"WantDeleted\": false, // Include soft-deleted.\r\n    \"WantPending\": false, // Include files still in pending validation state.\r\n    \"OnlyCustom\": false // Just include files with custom (non-system) tags.\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/fileUploadsByTag","description":"<p>Lists file uploads by the tag name and loan thread identifier supplied. See options in input parameters for additional configuration options.</p>\n","urlObject":{"protocol":"{{protocol}}","path":["api","v1","fileUploadsByTag"],"host":["{{env}}","renovationlendingsoftware","com"],"query":[],"variable":[]}},"response":[{"id":"59bc4ce2-ef05-443c-96a4-f58ed7b56417","name":"File Uploads by Tag - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"LoanThreadId\": \"510b5bc0f0f9473e9d8f43cf7d8aaf77\", // Required.\r\n    \"TagName\": \"sor\", // Optional. The system name (fixed) or tag label. Do not supply if OnlyCustom is true.\r\n    \"WantDenied\": false, // Include validation rejections.\r\n    \"WantDeleted\": false, // Include soft-deleted.\r\n    \"WantPending\": false, // Include files still in pending validation state.\r\n    \"OnlyCustom\": false // Just include files with custom (non-system) tags.\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/fileUploadsByTag"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-store, must-revalidate, no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"Tue, 20 Jan 2026 04:51:32 GMT"},{"key":"Date","value":"Tue, 20 Jan 2026 16:51:32 GMT"},{"key":"Content-Length","value":"311"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Uuid\": \"6ec48ce0-1548-4c7a-9e2a-e13e37321792\",\n        \"Name\": \"piece\",\n        \"TagName\": \"SOR / WWU / SOW (Consultant Report)\",\n        \"SystemName\": \"sor\",\n        \"ValidationStatus\": \"Approved\",\n        \"Extension\": \".png\",\n        \"DownloadUrl\": \"https://dev.renovationlendingsoftware.com/app/download?id=6ec48ce015484c7a9e2ae13e37321792\",\n        \"UploadedAt\": \"2026-01-19T19:26:11.7578015\"\n    }\n]"},{"id":"7c377ba1-dd72-43a2-bd69-f517355235f4","name":"File Uploads by Tag - Failed","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access_token}}","description":"The access token given through authentication","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"LoanThreadId\": \"\",\r\n    \"WantDenied\": false,\r\n    \"WantDeleted\": false,\r\n    \"WantPending\": true,\r\n    \"OnlyCustom\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{protocol}}://{{env}}.renovationlendingsoftware.com/api/v1/fileUploadsByTag"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Tue, 20 Jan 2026 21:45:46 GMT"},{"key":"Content-Length","value":"138"}],"cookie":[],"responseTime":null,"body":"{\n    \"Message\": \"{\\\"error\\\":\\\"unprocessable entity\\\",\\\"error_description\\\":\\\"A loan thread identifier must be supplied.\\\",\\\"error_uri\\\":null}\"\n}"}],"_postman_id":"11e6a4db-2309-48d2-8bd0-e37bc61bb2b9"}],"event":[{"listen":"prerequest","script":{"id":"7853a2fa-66bc-4263-b1ec-22885b27a281","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9a37ee0a-5f5a-431a-9e2a-6bbd13aefaec","type":"text/javascript","exec":[""]}}]}