{"info":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","description":"<html><head></head><body><p><strong>Audience:</strong> External partners &amp; integrators<br><strong>Change policy:</strong> Non-breaking changes may occur without notice. Breaking<br>changes require a minimum 30-day deprecation window and a Sunset header on<br>affected responses.</p>\n<p>The CLA Product API exposes user-facing capabilities for Construction Loan<br>Administration. This section lists beta endpoints only. Production traffic is<br>allowed but integrations must be prepared for minor, backwards-compatible<br>adjustments.</p>\n<h2 id=\"authentication--authorization\">Authentication &amp; Authorization</h2>\n<p>All requests must include:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>X-BUILT-API-KEY: <your-api-key></td>\n<td>Provisioned in the Built app under Settings → API</td>\n</tr>\n<tr>\n<td>Authorization: <your-api-secret></td>\n<td>Provisioned in the Built app under Settings → API</td>\n</tr>\n</tbody>\n</table>\n</div><p>Tokens will expire based on how they were configured in the Built app under<br>Settings → API.</p>\n<hr>\n<h1 id=\"quickstart-using-the-cla-partner-api\">Quickstart: Using the CLA Partner API</h1>\n<p>Welcome! If this is your first time with the CLA Partner API, this guide will<br>walk you through the recommended first steps. The API is centered around Deals<br>(loan agreements). Once you can search and retrieve deals, you can branch into<br>related resources like checklists, files, draws and inspections.</p>\n<h2 id=\"step-1--search-for-your-deals\">Step 1 — Search for Your Deals</h2>\n<p>Start by listing the deals your organization has access to.</p>\n<ul>\n<li><p><strong>Endpoint:</strong> <code>GET /deal</code></p>\n</li>\n<li><p><strong>Purpose:</strong> Returns list of deals.</p>\n</li>\n<li><p><strong>Use case:</strong> \"Show me all the loans my organization is working on.\"</p>\n</li>\n</ul>\n<h2 id=\"step-2--retrieve-deal-details\">Step 2 — Retrieve Deal Details</h2>\n<p>Once you have a deal_uid (dealUid), you can drill into the deal:</p>\n<ul>\n<li><p><code>GET /deal/{deal_uid}</code> → Core info (status, IDs, product type).</p>\n</li>\n<li><p><code>GET /deal/{deal_uid}/details</code> → Extended metadata (loan type, flags,<br>  balances).</p>\n</li>\n</ul>\n<p>Use this to populate dashboards or validate before proceeding.</p>\n<h2 id=\"step-3--explore-deal-resources\">Step 3 — Explore Deal Resources</h2>\n<p>Every deal can have related resources:</p>\n<ul>\n<li><p><strong>Checklist</strong> → <code>GET /deal/{deal_uid}/checklist</code> View compliance items<br>  required for funding.</p>\n</li>\n<li><p><strong>Files</strong> → <code>GET /deal/{deal_uid}/files</code> Fetch contracts, permits, inspection<br>  docs.</p>\n</li>\n<li><p><strong>Draws</strong> → <code>GET /deal/{deal_uid}/draws</code><br>  See funding requests and disbursements.</p>\n</li>\n<li><p>Inspections → <code>GET /deal/{deal_uid}/inspections</code><br>  Check scheduled or completed site inspections.</p>\n</li>\n<li><p><strong>Activity</strong> → <code>GET /deal/{deal_uid}/activity?page=1&amp;per_page=10</code><br>  See related activity information for deal.</p>\n</li>\n</ul>\n<blockquote>\n<p>🔑 <strong>Pro tip:</strong><br>1. Always begin with Search for Deals → get a deal_uid → then drill deeper<br>into the endpoints that matter most to your workflow. This approach<br>ensures you understand the deal first before moving into compliance,<br>documents, or funding.<br>2. Some endpoints require a valid tenant_id to access or filter data<br>correctly. Make sure you retrieve and include the tenant_id from deal<br>details before calling these endpoints.<br>3. Ensure that each lender has a primary administrator assigned. This<br>association is required for correct authorization, data retrieval, and<br>access across the CLA Public API endpoints. </p>\n</blockquote>\n<h2 id=\"glossary\">GLOSSARY</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Term</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Deal</td>\n<td>A loan agreement record in the CLA system, identified by a UID. It can also be referenced as agreement.</td>\n</tr>\n<tr>\n<td>Draw</td>\n<td>A funding request or disbursement made against a deal/Loan agreement</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td>A list of compliance or documentation items required for a deal to be processed, approved and transferred.</td>\n</tr>\n<tr>\n<td>Files</td>\n<td>Documents or attachments linked to a deal (e.g., contracts, permits).</td>\n</tr>\n<tr>\n<td>Inspection</td>\n<td>A property check tied to a deal, including scheduling, and progress.</td>\n</tr>\n<tr>\n<td>Product Type</td>\n<td>A category of loan product (e.g., Residential, renovation, line of credit, etc.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Quickstart: Using the CLA Partner API","slug":"quickstart-using-the-cla-partner-api"}],"owner":"21826215","collectionId":"e211324b-6368-4b4b-9d96-5767d043897c","publishedId":"2sBY4HTPR1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-02T14:14:36.000Z"},"item":[{"name":"v1","item":[{"name":"Auth","item":[{"name":"Register a new AI agent user","id":"8a90bbcc-e474-4b83-8c86-d465f561f37a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/auth/agent/register","description":"<p><b>Purpose:</b> Registers a new AI agent user within the caller’s organization and returns credentials/context for subsequent API use.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","auth","agent","register"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"da45d398-d8ae-4d0a-b4a1-c6708da2b26c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AI Assistant Agent\",\n  \"description\": \"A virtual agent that assists users\",\n  \"agentType\": \"assistant\",\n  \"bankId\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/auth/agent/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 201,\n  \"body\": {\n    \"user_key\": \"1234567890\",\n    \"user_secret\": \"1234567890\",\n    \"userId\": 1234567890,\n    \"environment\": \"production\"\n  }\n}"},{"id":"b19c4c64-54d6-4a2d-babb-d00c43991098","name":"Invalid registration parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AI Assistant Agent\",\n  \"description\": \"A virtual agent that assists users\",\n  \"agentType\": \"assistant\",\n  \"bankId\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/auth/agent/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"Invalid registration parameters\",\n  \"details\": []\n}"},{"id":"d15aa5c8-7c39-4e06-97fc-feabc97763b5","name":"Invalid partner secret","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AI Assistant Agent\",\n  \"description\": \"A virtual agent that assists users\",\n  \"agentType\": \"assistant\",\n  \"bankId\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/auth/agent/register"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 401,\n  \"message\": \"Invalid partner secret\",\n  \"details\": []\n}"},{"id":"ad59d0b9-3f4e-4eaf-a03d-a3a00a73a158","name":"Not allowed to register an agent","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AI Assistant Agent\",\n  \"description\": \"A virtual agent that assists users\",\n  \"agentType\": \"assistant\",\n  \"bankId\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/auth/agent/register"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"Not allowed to register an agent\",\n  \"details\": []\n}"},{"id":"2550615d-05dc-43d0-b0c9-364c6db8bbd9","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AI Assistant Agent\",\n  \"description\": \"A virtual agent that assists users\",\n  \"agentType\": \"assistant\",\n  \"bankId\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/auth/agent/register"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"8a90bbcc-e474-4b83-8c86-d465f561f37a"}],"id":"7044d890-0a95-4b32-b228-50b94375a994","description":"<p>Authentication and authorization endpoints for verifying tokens and managing user/agent identities</p>\n","_postman_id":"7044d890-0a95-4b32-b228-50b94375a994","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}}},{"name":"Contacts","item":[{"name":"Get bank-scoped builder details record by builder ID","id":"9938ec23-1cd1-4756-bf4e-6d91ce64be66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/builders/{builder_id}/details","description":"<p><b>Purpose:</b> Returns additional builder details for your bank and the builder in the path—information beyond the profile resource. Uses the same numeric builder id as the profile endpoint.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","builders","{builder_id}","details"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"286815a2-6ae4-43f5-9f4d-8f3535ba12ee","name":"The request succeeded and the response includes bank-scoped builder details for the requested builder, wrapped in the standard partner success envelope with error flag, HTTP status code, and body payload fields.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/builders/:builder_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","builders",":builder_id","details"],"variable":[{"key":"builder_id","value":"12345","description":"Numeric identifier of the builder whose bank-scoped details you want to read; must match a builder visible to the caller."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 200,\n  \"body\": {\n    \"builder_detail_id\": 81420637,\n    \"builder_entity_type\": \"consumer_household\",\n    \"business_entity_type\": \"limited_liability_company\",\n    \"reference_number\": \"REF-Q8NM4PZK-XK2W\",\n    \"year_established\": 2007\n  }\n}"},{"id":"ee9425f4-90d9-4e43-b860-293315fbf0d0","name":"The path builder identifier is not a positive integer, or the caller bank scope is missing, ambiguous, or invalid for this builder details request.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/builders/:builder_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","builders",":builder_id","details"],"variable":[{"key":"builder_id","value":"12345","description":"Numeric identifier of the builder whose bank-scoped details you want to read; must match a builder visible to the caller."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"Builder ID must be a positive integer\",\n  \"details\": []\n}"},{"id":"ac09dddb-2dc9-449f-9fbc-505707e83923","name":"The caller is not allowed to access this resource because the bearer token is missing, expired, or lacks the required partner permissions for builder details in this environment.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/builders/:builder_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","builders",":builder_id","details"],"variable":[{"key":"builder_id","value":"12345","description":"Numeric identifier of the builder whose bank-scoped details you want to read; must match a builder visible to the caller."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"Invalid or expired authorization token.\",\n  \"details\": []\n}"},{"id":"7be745c4-009a-4290-a096-c0f9a131da21","name":"No builder or no matching bank-scoped builder details record exists for the supplied builder identifier within the caller authorized bank scope, so the resource cannot be returned successfully.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/builders/:builder_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","builders",":builder_id","details"],"variable":[{"key":"builder_id","value":"12345","description":"Numeric identifier of the builder whose bank-scoped details you want to read; must match a builder visible to the caller."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"Builder not found\",\n  \"details\": []\n}"},{"id":"219e90c7-cd84-4bb8-8c98-5ba53493997a","name":"An unexpected server error occurred while retrieving builder details from upstream systems, so the client should retry later or contact support if the failure continues across multiple attempts.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/builders/:builder_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","builders",":builder_id","details"],"variable":[{"key":"builder_id","value":"12345","description":"Numeric identifier of the builder whose bank-scoped details you want to read; must match a builder visible to the caller."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"Internal server error for builder\",\n  \"details\": []\n}"}],"_postman_id":"9938ec23-1cd1-4756-bf4e-6d91ce64be66"}],"id":"f7890c33-06a7-43b6-aab3-882d21b0580d","description":"<p>Builder/borrower endpoints for retrieving bank-scoped builder details by builder/borrower ID</p>\n","_postman_id":"f7890c33-06a7-43b6-aab3-882d21b0580d","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}}},{"name":"Deal","item":[{"name":"Get active deals/loans","id":"5a850931-154b-443f-929b-1bb6b50c11c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal","description":"<p><b>Purpose:</b> Get active deals/loans with comprehensive loan data including financials, borrower information, and status details. Returns loans with status code 10 (Active) for the authenticated bank.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"ce221182-2699-425c-952f-dc115ffd5474","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"bankId\": 669,\n      \"loanBadgeType\": \"new\",\n      \"loanId\": 2874039,\n      \"agreementId\": null,\n      \"parentAgreementId\": null,\n      \"collateralItemId\": null,\n      \"draftItemId\": null,\n      \"externalLoanId\": null,\n      \"branchId\": 11194,\n      \"borrowerId\": 2138004,\n      \"coBorrowerId\": null,\n      \"borrowerDisbursementId\": null,\n      \"builderDisbursementId\": null,\n      \"defaultDisbursementId\": 7605434,\n      \"builderId\": 2138019,\n      \"elevatedBuilderId\": null,\n      \"foremanId\": null,\n      \"inspectorId\": null,\n      \"elevatedInspectorId\": null,\n      \"fieldInspectorId\": null,\n      \"remoteInspectorId\": null,\n      \"titleInsuranceId\": null,\n      \"titleAgencyId\": null,\n      \"loanAdministratorId\": 45494,\n      \"locationId\": 2836749,\n      \"loanFinancialId\": 2866579,\n      \"loanBudgetId\": 2401299,\n      \"loanResidentialId\": 2668429,\n      \"loanLotId\": null,\n      \"loanAcquisitionAndDevelopmentId\": null,\n      \"loanCommercialId\": null,\n      \"creditLineId\": null,\n      \"parentLoanId\": null,\n      \"loanStatusId\": 9702259,\n      \"currentStatus\": 10,\n      \"isFlagged\": 0,\n      \"isImport\": 0,\n      \"flagType\": null,\n      \"flags\": 0,\n      \"loanType\": \"residential\",\n      \"agreementType\": null,\n      \"constructionProgress\": 0,\n      \"constructionCompletedDate\": null,\n      \"expectedConstructionEndDate\": null,\n      \"originalConstructionEndDate\": null,\n      \"agreementUid\": \"514ac297-7ad5-40c9-a82e-c8f3ad975e8a\",\n      \"dealUid\": \"agreement-uid-1\",\n      \"relationshipManagerId\": 2645774,\n      \"primaryNoteId\": 2658479,\n      \"nickname\": null,\n      \"currencyId\": \"USD\",\n      \"builderAccessLevel\": 1,\n      \"drawAdministratorId\": null,\n      \"createdAt\": \"2025-08-27 18:43:10.208\",\n      \"createdBy\": 2645394,\n      \"updatedAt\": \"2025-08-27 18:50:28.607\",\n      \"updatedBy\": 2645394,\n      \"isDeleted\": 0,\n      \"branch\": {\n        \"branchId\": 11194,\n        \"bankId\": 669,\n        \"description\": \"Test Bank\",\n        \"branchNumber\": \"000001\",\n        \"branchUid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n        \"bank\": {\n          \"bankId\": 669,\n          \"bankUid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n          \"name\": \"Test Bank\"\n        }\n      },\n      \"borrower\": {\n        \"builderId\": 2138004,\n        \"builderUid\": \"24308390-065e-461e-8d81-925894d2ceb7\",\n        \"name\": \"Test Borrower\",\n        \"primaryAdministrator\": {\n          \"userId\": 2645464,\n          \"email\": \"pablo.ovejero+borrower@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\"\n        }\n      },\n      \"borrowerDisbursement\": null,\n      \"builder\": {\n        \"builderId\": 2138019,\n        \"builderUid\": \"c71e8a84-d885-4557-afb0-d8f9f8de3d2a\",\n        \"name\": \"Test Builder\",\n        \"primaryAdministrator\": {\n          \"userId\": 2645479,\n          \"email\": \"pablo.ovejero+builder@getbuilt.com\",\n          \"firstName\": \"pablo Builder\",\n          \"lastName\": \"ovejero Builder\",\n          \"fullName\": \"pablo Builder ovejero Builder\"\n        }\n      },\n      \"loanAdministrator\": {\n        \"userId\": 2645754,\n        \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n        \"firstName\": \"Pablo\",\n        \"lastName\": \"Ovejero\",\n        \"fullName\": \"Pablo Ovejero\",\n        \"loanAdministratorId\": 45494,\n        \"branchId\": 11194,\n        \"internalId\": \"TestId\"\n      },\n      \"location\": {\n        \"locationId\": 2836749,\n        \"latitude\": 34.181288,\n        \"longitude\": -118.3096991,\n        \"lotNumber\": \"--\",\n        \"parcelNumber\": 0,\n        \"geocodeAccuracy\": \"ROOFTOP\",\n        \"address\": {\n          \"addressId\": 6142454,\n          \"address1\": \"147 N San Fernando Blvd\",\n          \"city\": \"Burbank\",\n          \"state\": \"CA\",\n          \"zip\": 91502,\n          \"countryCode\": \"USA\"\n        }\n      },\n      \"status\": {\n        \"loanStatusId\": 9702259,\n        \"loanId\": 2874039,\n        \"status\": 10,\n        \"text\": \"Active\",\n        \"reason\": \"\",\n        \"user\": {\n          \"userId\": 2645394,\n          \"email\": \"pablo.ovejero+lenderadmin@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\"\n        }\n      },\n      \"financials\": {\n        \"loanFinancialId\": 2866579,\n        \"loanNumber\": \"TITLE_SEARCH_001\",\n        \"amount\": 500000,\n        \"projectCommitmentAmount\": 500000,\n        \"availableToDraw\": 99997,\n        \"releasedFunds\": 100000,\n        \"loanAmount\": 500000,\n        \"lettersOfCredit\": 0,\n        \"loanMaturityDate\": \"2026-08-27 00:00:00\",\n        \"interestRate\": 0,\n        \"retainagePercentage\": 0\n      },\n      \"residential\": {\n        \"loanResidentialId\": 2668429,\n        \"propertyId\": 3154714,\n        \"developmentType\": \"new\",\n        \"property\": {\n          \"propertyId\": 3154714,\n          \"title\": \"147 N San Fernando Blvd\",\n          \"propertyType\": \"string\",\n          \"bedrooms\": 607.5359929680235,\n          \"bathrooms\": 8808.360768735509\n        },\n        \"financials\": {\n          \"appraisedValue\": 0,\n          \"loanToValue\": 0,\n          \"isOwnerOccupied\": 0,\n          \"productType\": \"construction\"\n        }\n      },\n      \"inspector\": null,\n      \"fieldInspector\": null,\n      \"titleAgency\": null,\n      \"productTypeLabel\": null\n    },\n    {\n      \"bankId\": 669,\n      \"loanBadgeType\": \"new\",\n      \"loanId\": 2874039,\n      \"agreementId\": null,\n      \"parentAgreementId\": null,\n      \"collateralItemId\": null,\n      \"draftItemId\": null,\n      \"externalLoanId\": null,\n      \"branchId\": 11194,\n      \"borrowerId\": 2138004,\n      \"coBorrowerId\": null,\n      \"borrowerDisbursementId\": null,\n      \"builderDisbursementId\": null,\n      \"defaultDisbursementId\": 7605434,\n      \"builderId\": 2138019,\n      \"elevatedBuilderId\": null,\n      \"foremanId\": null,\n      \"inspectorId\": null,\n      \"elevatedInspectorId\": null,\n      \"fieldInspectorId\": null,\n      \"remoteInspectorId\": null,\n      \"titleInsuranceId\": null,\n      \"titleAgencyId\": null,\n      \"loanAdministratorId\": 45494,\n      \"locationId\": 2836749,\n      \"loanFinancialId\": 2866579,\n      \"loanBudgetId\": 2401299,\n      \"loanResidentialId\": 2668429,\n      \"loanLotId\": null,\n      \"loanAcquisitionAndDevelopmentId\": null,\n      \"loanCommercialId\": null,\n      \"creditLineId\": null,\n      \"parentLoanId\": null,\n      \"loanStatusId\": 9702259,\n      \"currentStatus\": 10,\n      \"isFlagged\": 0,\n      \"isImport\": 0,\n      \"flagType\": null,\n      \"flags\": 0,\n      \"loanType\": \"residential\",\n      \"agreementType\": null,\n      \"constructionProgress\": 0,\n      \"constructionCompletedDate\": null,\n      \"expectedConstructionEndDate\": null,\n      \"originalConstructionEndDate\": null,\n      \"agreementUid\": \"514ac297-7ad5-40c9-a82e-c8f3ad975e8a\",\n      \"dealUid\": \"agreement-uid-1\",\n      \"relationshipManagerId\": 2645774,\n      \"primaryNoteId\": 2658479,\n      \"nickname\": null,\n      \"currencyId\": \"USD\",\n      \"builderAccessLevel\": 1,\n      \"drawAdministratorId\": null,\n      \"createdAt\": \"2025-08-27 18:43:10.208\",\n      \"createdBy\": 2645394,\n      \"updatedAt\": \"2025-08-27 18:50:28.607\",\n      \"updatedBy\": 2645394,\n      \"isDeleted\": 0,\n      \"branch\": {\n        \"branchId\": 11194,\n        \"bankId\": 669,\n        \"description\": \"Test Bank\",\n        \"branchNumber\": \"000001\",\n        \"branchUid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n        \"bank\": {\n          \"bankId\": 669,\n          \"bankUid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n          \"name\": \"Test Bank\"\n        }\n      },\n      \"borrower\": {\n        \"builderId\": 2138004,\n        \"builderUid\": \"24308390-065e-461e-8d81-925894d2ceb7\",\n        \"name\": \"Test Borrower\",\n        \"primaryAdministrator\": {\n          \"userId\": 2645464,\n          \"email\": \"pablo.ovejero+borrower@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\"\n        }\n      },\n      \"borrowerDisbursement\": null,\n      \"builder\": {\n        \"builderId\": 2138019,\n        \"builderUid\": \"c71e8a84-d885-4557-afb0-d8f9f8de3d2a\",\n        \"name\": \"Test Builder\",\n        \"primaryAdministrator\": {\n          \"userId\": 2645479,\n          \"email\": \"pablo.ovejero+builder@getbuilt.com\",\n          \"firstName\": \"pablo Builder\",\n          \"lastName\": \"ovejero Builder\",\n          \"fullName\": \"pablo Builder ovejero Builder\"\n        }\n      },\n      \"loanAdministrator\": {\n        \"userId\": 2645754,\n        \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n        \"firstName\": \"Pablo\",\n        \"lastName\": \"Ovejero\",\n        \"fullName\": \"Pablo Ovejero\",\n        \"loanAdministratorId\": 45494,\n        \"branchId\": 11194,\n        \"internalId\": \"TestId\"\n      },\n      \"location\": {\n        \"locationId\": 2836749,\n        \"latitude\": 34.181288,\n        \"longitude\": -118.3096991,\n        \"lotNumber\": \"--\",\n        \"parcelNumber\": 0,\n        \"geocodeAccuracy\": \"ROOFTOP\",\n        \"address\": {\n          \"addressId\": 6142454,\n          \"address1\": \"147 N San Fernando Blvd\",\n          \"city\": \"Burbank\",\n          \"state\": \"CA\",\n          \"zip\": 91502,\n          \"countryCode\": \"USA\"\n        }\n      },\n      \"status\": {\n        \"loanStatusId\": 9702259,\n        \"loanId\": 2874039,\n        \"status\": 10,\n        \"text\": \"Active\",\n        \"reason\": \"\",\n        \"user\": {\n          \"userId\": 2645394,\n          \"email\": \"pablo.ovejero+lenderadmin@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\"\n        }\n      },\n      \"financials\": {\n        \"loanFinancialId\": 2866579,\n        \"loanNumber\": \"TITLE_SEARCH_001\",\n        \"amount\": 500000,\n        \"projectCommitmentAmount\": 500000,\n        \"availableToDraw\": 99997,\n        \"releasedFunds\": 100000,\n        \"loanAmount\": 500000,\n        \"lettersOfCredit\": 0,\n        \"loanMaturityDate\": \"2026-08-27 00:00:00\",\n        \"interestRate\": 0,\n        \"retainagePercentage\": 0\n      },\n      \"residential\": {\n        \"loanResidentialId\": 2668429,\n        \"propertyId\": 3154714,\n        \"developmentType\": \"new\",\n        \"property\": {\n          \"propertyId\": 3154714,\n          \"title\": \"147 N San Fernando Blvd\",\n          \"propertyType\": \"string\",\n          \"bedrooms\": 9525.65780964451,\n          \"bathrooms\": 3291.547781078752\n        },\n        \"financials\": {\n          \"appraisedValue\": 0,\n          \"loanToValue\": 0,\n          \"isOwnerOccupied\": 0,\n          \"productType\": \"construction\"\n        }\n      },\n      \"inspector\": null,\n      \"fieldInspector\": null,\n      \"titleAgency\": null,\n      \"productTypeLabel\": null\n    }\n  ]\n}"},{"id":"e8f1a10a-4374-4946-8acb-e1ad559b046e","name":"Invalid request for loans","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"Invalid request for loans\",\n  \"details\": []\n}"},{"id":"6da54b1f-6949-4682-b513-2281cba1cb2d","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"62dc60c3-ceb7-4b73-936f-b6019be0275d","name":"No loans found for bank","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"No loans found for bank\",\n  \"details\": []\n}"},{"id":"b0d0e12b-88d7-46d4-9357-cec27a9fc443","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"5a850931-154b-443f-929b-1bb6b50c11c6"},{"name":"Create a new deal","id":"5b5f5993-fa47-4875-8238-7b9e9e2ad36b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal","description":"<p><b>Purpose:</b> Create a new draft deal (loan agreement) in the CLA system. This endpoint is used to initialize a loan record in draft status, which can then be updated and progressed through its lifecycle. Supported product types include Residential, Renovation, Borrowing Base, Lot, and MGLOC, and example payloads for each will be included to guide implementation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"b38d4845-4ca3-4c66-8363-7dfce3fc0055","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 151,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"residential\",\n  \"financials\": {\n    \"amount\": 500000,\n    \"loan_amount\": 500000,\n    \"interest_rate\": 6.5,\n    \"loan_maturity_date\": \"2025-12-31\"\n  },\n  \"residential\": {\n    \"development_type\": \"new\",\n    \"financials\": {\n      \"includedInspections\": 0,\n      \"inspectionFee\": \"\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"0\"\n    },\n    \"property\": {\n      \"title\": \"The property\",\n      \"propertyDescription\": \"a property description\",\n      \"propertyType\": \"\",\n      \"bedrooms\": 3,\n      \"bathrooms\": 2\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"123 Main St\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37211\"\n    }\n  },\n  \"is_residential\": true,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 206.12127387293788,\n  \"body\": {\n    \"agreement_uid\": \"string\"\n  }\n}"},{"id":"c641cbcc-1477-4761-977c-49046f21fe54","name":"The provided data is invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 151,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"residential\",\n  \"financials\": {\n    \"amount\": 500000,\n    \"loan_amount\": 500000,\n    \"interest_rate\": 6.5,\n    \"loan_maturity_date\": \"2025-12-31\"\n  },\n  \"residential\": {\n    \"development_type\": \"new\",\n    \"financials\": {\n      \"includedInspections\": 0,\n      \"inspectionFee\": \"\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"0\"\n    },\n    \"property\": {\n      \"title\": \"The property\",\n      \"propertyDescription\": \"a property description\",\n      \"propertyType\": \"\",\n      \"bedrooms\": 3,\n      \"bathrooms\": 2\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"123 Main St\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37211\"\n    }\n  },\n  \"is_residential\": true,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The provided data is invalid\",\n  \"details\": []\n}"},{"id":"964bb280-255c-49e1-af76-83b3e9ad2f40","name":"The action is not allowed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 151,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"residential\",\n  \"financials\": {\n    \"amount\": 500000,\n    \"loan_amount\": 500000,\n    \"interest_rate\": 6.5,\n    \"loan_maturity_date\": \"2025-12-31\"\n  },\n  \"residential\": {\n    \"development_type\": \"new\",\n    \"financials\": {\n      \"includedInspections\": 0,\n      \"inspectionFee\": \"\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"0\"\n    },\n    \"property\": {\n      \"title\": \"The property\",\n      \"propertyDescription\": \"a property description\",\n      \"propertyType\": \"\",\n      \"bedrooms\": 3,\n      \"bathrooms\": 2\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"123 Main St\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37211\"\n    }\n  },\n  \"is_residential\": true,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"ff4940df-6d2b-4d66-9186-4df448e41ecb","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 151,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"residential\",\n  \"financials\": {\n    \"amount\": 500000,\n    \"loan_amount\": 500000,\n    \"interest_rate\": 6.5,\n    \"loan_maturity_date\": \"2025-12-31\"\n  },\n  \"residential\": {\n    \"development_type\": \"new\",\n    \"financials\": {\n      \"includedInspections\": 0,\n      \"inspectionFee\": \"\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"0\"\n    },\n    \"property\": {\n      \"title\": \"The property\",\n      \"propertyDescription\": \"a property description\",\n      \"propertyType\": \"\",\n      \"bedrooms\": 3,\n      \"bathrooms\": 2\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"123 Main St\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37211\"\n    }\n  },\n  \"is_residential\": true,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"5b5f5993-fa47-4875-8238-7b9e9e2ad36b"},{"name":"Get a deal by UID","id":"c3979e7f-956d-4aa4-a884-33ed745c6fe5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{dealUid}","description":"<p><b>Purpose:</b> Fetch a single deal by its unique identifier, including core metadata needed to display and authorize downstream actions.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{dealUid}"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"d7d9c42b-17e0-432e-afec-a07665930dd9","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid"],"variable":[{"key":"dealUid","value":"string","description":"The UID of the Agreement"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 200,\n  \"body\": {\n    \"agreement_id\": 1234567890,\n    \"agreement_uid\": \"1233-4567-8901-2345\",\n    \"bank_id\": 1234567890,\n    \"group_uid\": \"1233-4567-8901-2345\",\n    \"tenant_uid\": \"1233-4567-8901-2345\",\n    \"branch_id\": 1234567890,\n    \"collateral_acceptance_date\": \"string\",\n    \"agreement_activation_date\": \"string\",\n    \"created_at\": \"2021-01-01\",\n    \"created_by\": 1234567890,\n    \"draw_availability\": \"Available\",\n    \"letters_of_credit\": \"string\",\n    \"loan_administrator_id\": 1234567890,\n    \"draw_administrator_id\": 1234567890,\n    \"lot_cost_adv_rate\": \"string\",\n    \"max_commitment_amount\": \"string\",\n    \"relationship_manager_id\": 1234567890,\n    \"revolver_type_id\": 1234567890,\n    \"site_value_adv_rate\": \"string\",\n    \"calculate_commitment_as\": \"string\",\n    \"total_commitment_amount\": \"string\",\n    \"total_current_commitment_amount\": \"string\",\n    \"total_eligible_amount\": \"string\",\n    \"updated_at\": \"string\",\n    \"updated_by\": 1234567890,\n    \"days_to_start_construction\": 12,\n    \"days_to_complete_construction\": 12,\n    \"construction_completion_deadline_config\": \"string\",\n    \"product_type_id\": 1234567890,\n    \"vertical_commitment_calculation_config\": \"string\",\n    \"is_secured\": true,\n    \"is_project_tracking_enabled\": true,\n    \"budget_id\": 1234567890,\n    \"project_nickname\": \"string\",\n    \"address_id\": 1234567890,\n    \"borrower_id\": 1234567890,\n    \"parent_agreement_id\": 1234567890,\n    \"loan_badge_type\": \"string\"\n  }\n}"},{"id":"02e54c52-bd8c-416e-8c45-625bf09c2cd4","name":"The UID is not a valid UUID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid"],"variable":[{"key":"dealUid","value":"string","description":"The UID of the Agreement"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The UID is not a valid UUID\",\n  \"details\": []\n}"},{"id":"80b6f13a-da6d-4af2-8afa-8c79eb9a3f65","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid"],"variable":[{"key":"dealUid","value":"string","description":"The UID of the Agreement"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"83906d4f-22d5-4244-b044-c894c6a97e0c","name":"Deal not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid"],"variable":[{"key":"dealUid","value":"string","description":"The UID of the Agreement"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"Deal not found\",\n  \"details\": []\n}"},{"id":"84d8017e-bd0d-42a3-a83e-6ffc6eb2adfa","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid"],"variable":[{"key":"dealUid","value":"string","description":"The UID of the Agreement"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"c3979e7f-956d-4aa4-a884-33ed745c6fe5"},{"name":"Get checklist items for a deal","id":"270bd062-559f-47c9-af05-9ae37be7d05c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{deal_uid}/checklist","description":"<p><b>Purpose:</b> Retrieve all checklist items associated with a specific loan agreement/ deal (deal_uid). This allows clients to display outstanding requirements, monitor completion, and enforce funding controls based on the readiness of the deal’s supporting tasks.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{deal_uid}","checklist"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"7f05c9b0-13b6-4115-abbf-ca1565d28667","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/checklist","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","checklist"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 200,\n  \"body\": {\n    \"checklistItems\": [\n      {\n        \"checklistItemId\": \"1234567890\",\n        \"checklistItemName\": \"Test Checklist Item\",\n        \"checklistItemDescription\": \"Test Checklist Item Description\",\n        \"checklistItemStatus\": \"Test Checklist Item Status\"\n      }\n    ]\n  }\n}"},{"id":"f55052d2-1606-4ca7-bf3c-54b0748dfa87","name":"The UID is not a valid UUID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/checklist","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","checklist"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The UID is not a valid UUID\",\n  \"details\": []\n}"},{"id":"8f8514e8-969c-4086-880f-e4dd21a28c14","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/checklist","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","checklist"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"68a9c0ec-9fd3-4abb-8cd5-c7ba5233287e","name":"Deal not found or has no checklist items","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/checklist","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","checklist"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"Deal not found or has no checklist items\",\n  \"details\": []\n}"},{"id":"c81912a7-b6e4-40c2-a3e3-70e339bf3e19","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/checklist","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","checklist"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"270bd062-559f-47c9-af05-9ae37be7d05c"},{"name":"Get details for a deal by UID","id":"7f89c10c-63ce-48cd-a591-5f4dbe04bfcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{deal_uid}/details","description":"<p><b>Purpose:</b> Retrieve comprehensive deal details / loan agreement, by its unique identifier (deal_uid). This endpoint returns the full loan metadata, including loan type, status, borrower, builder, financial values, property information, and progress metrics, providing a complete view of the deal’s configuration and current state. It is primarily used after searching for deals to display or process detailed deal/loan agreement information.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{deal_uid}","details"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"9613a245-f9ab-4846-a5c8-ab0458493f2b","name":"Successfully retrieved deal details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","details"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": {\n    \"loanId\": 12345,\n    \"loanType\": \"Construction\",\n    \"loanFlags\": {\n      \"items\": [\n        {\n          \"flagUuid\": \"44444444-4444-4444-4444-444444444444\",\n          \"label\": \"Pending loans\",\n          \"color\": \"#dfdef4\",\n          \"flagId\": 50\n        }\n      ],\n      \"activeFlagsLabels\": [\n        \"Test\",\n        \"Another\"\n      ],\n      \"flagsPositions\": [\n        1,\n        3\n      ],\n      \"flags\": 5\n    },\n    \"loanBadgeType\": \"New Construction\",\n    \"currentStatus\": 1,\n    \"statusText\": \"Active\",\n    \"createdAt\": \"2023-01-15T10:00:00Z\",\n    \"updatedAt\": \"2023-10-20T15:30:00Z\",\n    \"createdBy\": 101,\n    \"updatedBy\": 102,\n    \"bankId\": 20,\n    \"branchId\": 201,\n    \"branchDescription\": \"Downtown Branch\",\n    \"branchNumber\": 1001,\n    \"agreementUid\": \"a1b2c3d4-e5f6-7890-1234-567890abcdef\",\n    \"borrowerId\": 301,\n    \"builderId\": 401,\n    \"amount\": 500000,\n    \"projectCommitmentAmount\": 450000,\n    \"loanNumber\": \"LN-98765\",\n    \"loanFinancialId\": 6001,\n    \"appraisedValue\": 600000,\n    \"loanToValue\": 0.8333,\n    \"constructionProgress\": 75.5,\n    \"expectedConstructionEndDate\": \"2024-06-30T00:00:00Z\",\n    \"developmentType\": \"Single Family Residential\",\n    \"propertyId\": 701,\n    \"propertyType\": \"Residential\",\n    \"propertyAddress\": \"123 Main St, Anytown, USA 12345\",\n    \"lockbox\": \"1234ABC\",\n    \"latitude\": 34.0522,\n    \"longitude\": -118.2437,\n    \"lotNumber\": \"A-15\",\n    \"parcelNumber\": \"010-203-040\",\n    \"inspectionType\": \"Progress\",\n    \"allowRemoteInspections\": 1,\n    \"requireInspectionPhotos\": 1,\n    \"inspectionDrivenAvailability\": 1,\n    \"onDemandInspections\": 0,\n    \"lenderControlledInspections\": 1,\n    \"allowDrawRequestOverfundRemaining\": 0,\n    \"allowInspectorUploadFiles\": 1,\n    \"autoUpdateDrawStatusOnApprove\": 1,\n    \"builtPayLienWaivers\": 1,\n    \"dateDownEndorsementRequests\": 0,\n    \"drawIncompleteChecklistHardStop\": 1,\n    \"drawInvoiceManagement\": 1,\n    \"drawsRequestReserveAndFees\": 0,\n    \"eligibleUseOfFunds\": 1,\n    \"eligibleUseOfFundsValidation\": 1,\n    \"hasOutstandingDeposits\": 0,\n    \"includeDrawReviewAction\": 1,\n    \"defaultDisbursementId\": 1,\n    \"allowMultipleDraws\": 1,\n    \"isItemizedDraw\": 1,\n    \"drawAssociatedFees\": 0,\n    \"loanAdministratorId\": 501,\n    \"loanAdminEmail\": \"admin@bank.com\",\n    \"loanAdminFirstName\": \"Jane\",\n    \"loanAdminLastName\": \"Doe\",\n    \"loanComments\": [\n      {\n        \"bankId\": 4458.146062026398,\n        \"branchId\": 6213.615270312608,\n        \"comment\": \"string\",\n        \"commentId\": 4679.9790551463975,\n        \"createdAt\": \"string\",\n        \"createdBy\": 5604.174815356844,\n        \"createdByGroup\": \"string\",\n        \"editedAt\": \"string\",\n        \"fullName\": \"string\",\n        \"isDeleted\": 8129.306499057971,\n        \"isEdited\": 7970.454978778717,\n        \"loanCommentId\": 9543.065196406595,\n        \"loanId\": 559.7526438015965,\n        \"responseCount\": 3970.41403492985,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 1655.817977809757,\n        \"borrowerId\": 9524.593934968745,\n        \"builderId\": 986.2990705644314,\n        \"coBorrowerId\": 7059.8945581964035,\n        \"inspectorId\": 7059.871707446643,\n        \"parentCommentId\": 2622.293723114788,\n        \"remoteInspectorId\": 1902.4450349323097,\n        \"titleAgencyId\": 6232.860551688185\n      },\n      {\n        \"bankId\": 2530.626120367575,\n        \"branchId\": 6236.084115113524,\n        \"comment\": \"string\",\n        \"commentId\": 8403.91020659772,\n        \"createdAt\": \"string\",\n        \"createdBy\": 8951.855114209126,\n        \"createdByGroup\": \"string\",\n        \"editedAt\": \"string\",\n        \"fullName\": \"string\",\n        \"isDeleted\": 1772.0103819618582,\n        \"isEdited\": 5404.16552365877,\n        \"loanCommentId\": 4754.418518077157,\n        \"loanId\": 1390.3218813604979,\n        \"responseCount\": 5110.728918538987,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 9401.4321279389,\n        \"borrowerId\": 2006.3852196865917,\n        \"builderId\": 9409.88407189143,\n        \"coBorrowerId\": 2016.1595950820345,\n        \"inspectorId\": 9694.247104511414,\n        \"parentCommentId\": 8494.504527597695,\n        \"remoteInspectorId\": 114.59516542254077,\n        \"titleAgencyId\": 1567.5026025871641\n      }\n    ],\n    \"projectMonitoring\": {\n      \"lien_monitoring\": {\n        \"outstandingIssuesCount\": 7072.404709330515,\n        \"resolvedIssuesCount\": 7724.929632339724,\n        \"liensData\": [\n          {\n            \"bankId\": 8320.773419232326,\n            \"branchId\": 6945.253062325376,\n            \"builtProjectId\": 3577.0003867210467,\n            \"createdAt\": \"string\",\n            \"createdBy\": 8091.171768662587,\n            \"propertyAddressLine\": \"string\",\n            \"propertyCity\": \"string\",\n            \"propertyState\": \"string\",\n            \"propertyZip\": \"string\",\n            \"titleDataStatus\": \"string\",\n            \"titleId\": 7737.808474430989,\n            \"apn\": \"string\",\n            \"asOf\": \"string\",\n            \"builtCollateralId\": 5904.241091846203,\n            \"metaData\": {},\n            \"propertyDescription\": \"string\",\n            \"propertyId\": 3711.0693389718485,\n            \"propertyLienCoverage\": \"string\",\n            \"propertyPlus4\": \"string\",\n            \"propertyPostDir\": \"string\",\n            \"propertyPreDir\": \"string\",\n            \"propertyStatus\": \"string\",\n            \"propertyStreetName\": \"string\",\n            \"propertyStreetNumber\": \"string\",\n            \"propertyStreetType\": \"string\",\n            \"propertySuite\": \"string\",\n            \"propertySuiteType\": \"string\",\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 1622.2756884270527\n          },\n          {\n            \"bankId\": 4084.5840448201134,\n            \"branchId\": 6231.042507207738,\n            \"builtProjectId\": 4650.600350663365,\n            \"createdAt\": \"string\",\n            \"createdBy\": 9985.57195870085,\n            \"propertyAddressLine\": \"string\",\n            \"propertyCity\": \"string\",\n            \"propertyState\": \"string\",\n            \"propertyZip\": \"string\",\n            \"titleDataStatus\": \"string\",\n            \"titleId\": 1290.149472512462,\n            \"apn\": \"string\",\n            \"asOf\": \"string\",\n            \"builtCollateralId\": 8932.82076097293,\n            \"metaData\": {},\n            \"propertyDescription\": \"string\",\n            \"propertyId\": 3222.2073708418775,\n            \"propertyLienCoverage\": \"string\",\n            \"propertyPlus4\": \"string\",\n            \"propertyPostDir\": \"string\",\n            \"propertyPreDir\": \"string\",\n            \"propertyStatus\": \"string\",\n            \"propertyStreetName\": \"string\",\n            \"propertyStreetNumber\": \"string\",\n            \"propertyStreetType\": \"string\",\n            \"propertySuite\": \"string\",\n            \"propertySuiteType\": \"string\",\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 7795.861258507036\n          }\n        ],\n        \"lienMonitoringStatus\": \"ACTIVE\",\n        \"lienMonitoringEnrolled\": true,\n        \"lienMonitoringCoverage\": false,\n        \"sources\": {\n          \"CoreLogic\": {\n            \"enrolled\": true,\n            \"in_coverage\": true,\n            \"status\": \"ACTIVE\"\n          },\n          \"First American\": {\n            \"enrolled\": true,\n            \"in_coverage\": false,\n            \"status\": \"ACTIVE\"\n          }\n        }\n      },\n      \"contractor_monitoring\": {\n        \"contractorProfileInfo\": {\n          \"creditRiskScore\": \"string\",\n          \"creditRiskClass\": \"string\",\n          \"creditRiskLastUpdated\": \"string\",\n          \"creditRiskChange\": \"string\",\n          \"financialStabilityRisk\": \"string\",\n          \"financialStabilityRiskClass\": \"string\",\n          \"financialStabilityRiskLastUpdated\": \"string\",\n          \"financialStabilityRiskChange\": \"string\",\n          \"daysBeyondTerm\": \"string\",\n          \"daysBeyondTermChange\": \"string\",\n          \"industryDbt\": \"string\",\n          \"derogatoryLegalFilings\": \"string\",\n          \"derogatoryLegalFilingsChange\": \"string\",\n          \"experianName\": \"string\",\n          \"experianAddress\": \"string\"\n        },\n        \"legalFilings\": {}\n      },\n      \"expiring_files\": [\n        {\n          \"name\": \"string\",\n          \"location\": \"string\",\n          \"expired\": false,\n          \"expirationDate\": \"string\"\n        },\n        {\n          \"name\": \"string\",\n          \"location\": \"string\",\n          \"expired\": false,\n          \"expirationDate\": \"string\"\n        }\n      ],\n      \"title_search\": {\n        \"title_search_info\": {\n          \"built_project_id\": 2468.6692438807668,\n          \"title_search_amount\": 6744.692521904137\n        },\n        \"title_search_modal_info\": {\n          \"primaryLoanNumber\": 4598.327202448875,\n          \"loanId\": 9613.49719517619,\n          \"fullPropertyAddress\": \"string\",\n          \"ownerName\": \"string\",\n          \"address\": {\n            \"addressId\": 1400.0503434257994,\n            \"address1\": \"string\",\n            \"address2\": \"string\",\n            \"city\": \"string\",\n            \"state\": \"string\",\n            \"county\": \"string\",\n            \"zip\": 2325.5018986197383,\n            \"countryCode\": \"string\",\n            \"createdAt\": \"string\",\n            \"createdBy\": 2703.6361447325994,\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 650.0380197248878,\n            \"isDeleted\": 3393.3309996676653\n          },\n          \"bankId\": 9015.258799384233,\n          \"branchId\": 6995.737122210561,\n          \"parcelNumber\": 5742.485717434024\n        }\n      }\n    },\n    \"titleAgency\": {\n      \"titleAgencyId\": 138554,\n      \"primaryTitleAdministratorId\": 126229,\n      \"primaryTitlePhoneNumberId\": null,\n      \"name\": \"Agus Title Agency\",\n      \"addressId\": 6145374,\n      \"createdAt\": \"2025-10-02 15:13:29.498\",\n      \"createdBy\": 2643919,\n      \"updatedAt\": \"2025-10-02 15:13:29.940\",\n      \"updatedBy\": 2643919,\n      \"isDeleted\": 0,\n      \"address\": {\n        \"addressId\": 8768.829796537953,\n        \"address1\": \"string\",\n        \"address2\": \"string\",\n        \"city\": \"string\",\n        \"state\": \"string\",\n        \"county\": \"string\",\n        \"zip\": 7588.194714815019,\n        \"countryCode\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 826.6712623522932,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 1263.4222375533554,\n        \"isDeleted\": 866.2086863870467\n      }\n    },\n    \"loanMaturityDate\": \"2023-10-20T15:30:00Z\",\n    \"agreementId\": 54321,\n    \"agreementType\": \"Master Agreement\",\n    \"parentAgreementId\": null,\n    \"parentLoanId\": null,\n    \"coBorrowerId\": null,\n    \"appraisalDate\": \"2023-01-10T00:00:00Z\",\n    \"constructionCompletedDate\": null,\n    \"originalConstructionEndDate\": \"2024-05-31T00:00:00Z\",\n    \"inspectionFrequency\": \"Monthly\",\n    \"inspectionInterval\": \"First week of month\",\n    \"lastInspectionDate\": \"2023-10-15T00:00:00Z\",\n    \"nextInspectionDate\": \"2023-11-15T00:00:00Z\",\n    \"inspectionIntervalId\": null,\n    \"autodrawBy\": null,\n    \"bankDrawApproverId\": null,\n    \"borrowerDrawApproverId\": null,\n    \"defaultDrawMethod\": null\n  }\n}"},{"id":"0d192675-e1de-423f-83e8-eefaa6fe3e96","name":"The UID is not a valid UUID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","details"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The UID is not a valid UUID\",\n  \"details\": []\n}"},{"id":"74d83324-eef3-4b47-8aba-ab5c1718c43e","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","details"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"330c8f17-dd58-49ba-b19f-2f60da11a655","name":"Deal not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","details"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"Deal not found\",\n  \"details\": []\n}"},{"id":"ff165e49-dc5a-48bd-a2ab-1ef58c67b726","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","details"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"7f89c10c-63ce-48cd-a591-5f4dbe04bfcd"},{"name":"Get files for a deal by UID","id":"6be6930f-0604-47e3-9115-03f5beef033f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{deal_uid}/files","description":"<p><b>Purpose:</b> Retrieve the list of files associated with a specific loan agreement / deal (deal_uid). This allows clients to display or download related documents, track their processing status, and ensure that all necessary documentation for the deal is present and accessible.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{deal_uid}","files"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"9a0c9120-7acb-4f65-9c97-7004dd8b3f1f","name":"Successfully retrieved deal files","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","files"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": [\n    {\n      \"file_uid\": \"f47ac10b-58cc-4372-a567-0e02b2c3d479\",\n      \"file_id\": \"file_12345\",\n      \"file_type\": \"image/png\",\n      \"file_name\": \"document.png\",\n      \"file_status\": \"processed\",\n      \"thumbnail_download_url\": \"https://example.com/thumb/download/f47ac10b\",\n      \"thumbnail_preview_url\": \"https://example.com/thumb/preview/f47ac10b\",\n      \"download_url\": \"https://example.com/download/f47ac10b\",\n      \"preview_url\": \"https://example.com/preview/f47ac10b\",\n      \"tenant_uid\": \"t47ac10b-58cc-4372-a567-0e02b2c3d47t\",\n      \"group\": \"inspections\",\n      \"bank_id\": \"bank_abc\",\n      \"branch_id\": \"branch_xyz\"\n    },\n    {\n      \"file_uid\": \"f47ac10b-58cc-4372-a567-0e02b2c3d479\",\n      \"file_id\": \"file_12345\",\n      \"file_type\": \"image/png\",\n      \"file_name\": \"document.png\",\n      \"file_status\": \"processed\",\n      \"thumbnail_download_url\": \"https://example.com/thumb/download/f47ac10b\",\n      \"thumbnail_preview_url\": \"https://example.com/thumb/preview/f47ac10b\",\n      \"download_url\": \"https://example.com/download/f47ac10b\",\n      \"preview_url\": \"https://example.com/preview/f47ac10b\",\n      \"tenant_uid\": \"t47ac10b-58cc-4372-a567-0e02b2c3d47t\",\n      \"group\": \"inspections\",\n      \"bank_id\": \"bank_abc\",\n      \"branch_id\": \"branch_xyz\"\n    }\n  ]\n}"},{"id":"893872d6-55ae-41e5-94bf-3c3df9fcac23","name":"The UID is not a valid UUID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","files"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The UID is not a valid UUID\",\n  \"details\": []\n}"},{"id":"2f4475a6-2a43-46fc-8df8-b905070b9baa","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","files"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"d41dc71e-5c4c-4c7a-bd40-6efd912aab18","name":"Deal not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","files"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"Deal not found\",\n  \"details\": []\n}"},{"id":"fef623ae-b200-4ed7-a770-f78de7e98b4d","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","files"],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"6be6930f-0604-47e3-9115-03f5beef033f"},{"name":"Get loan activities for a deal","id":"a388bb00-8ab0-4679-901a-bd181ef8682f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{deal_uid}/activity","description":"<p><b>Purpose:</b> Retrieve a paginated list of loan activities for a specific loan agreement/ deal (deal_uid). This allows clients to display a timeline of actions, such as draw approvals and status updates, while enabling filtering by date and ensuring transparency for compliance and monitoring.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{deal_uid}","activity"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"b56fc464-348b-4322-9818-ad8eaf89949a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/activity?page=1&per_page=10&created_at=2024-01-01","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","activity"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Number of items per page (default: 10)","key":"per_page","value":"10"},{"description":"Filter activities by creation date","key":"created_at","value":"2024-01-01"}],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": {\n    \"body\": [\n      {\n        \"activityFeedId\": 5848094,\n        \"model\": \"Loans/LoanDrawApprover\",\n        \"modelReadable\": \"Loan Draw Approver\",\n        \"crud\": \"create\",\n        \"crudReadable\": \"Created\",\n        \"userRole\": \"loanAdministrator\",\n        \"userRoleReadable\": \"Loan Administrator\",\n        \"user\": {\n          \"userId\": 2645754,\n          \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\",\n          \"displayName\": \"Ovejero, Pablo\",\n          \"defaultRole\": \"loanAdministrator\",\n          \"isRegistered\": 1\n        },\n        \"createdAt\": \"2025-07-08 14:40:38.945\",\n        \"description\": \"Loan Draw Approver was created by Loan Administrator\"\n      },\n      {\n        \"activityFeedId\": 5848094,\n        \"model\": \"Loans/LoanDrawApprover\",\n        \"modelReadable\": \"Loan Draw Approver\",\n        \"crud\": \"create\",\n        \"crudReadable\": \"Created\",\n        \"userRole\": \"loanAdministrator\",\n        \"userRoleReadable\": \"Loan Administrator\",\n        \"user\": {\n          \"userId\": 2645754,\n          \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\",\n          \"displayName\": \"Ovejero, Pablo\",\n          \"defaultRole\": \"loanAdministrator\",\n          \"isRegistered\": 1\n        },\n        \"createdAt\": \"2025-07-08 14:40:38.945\",\n        \"description\": \"Loan Draw Approver was created by Loan Administrator\"\n      }\n    ],\n    \"statusCode\": 200,\n    \"pagination\": {\n      \"page\": 1,\n      \"per_page\": 10\n    }\n  }\n}"},{"id":"8a9293d5-e430-47f7-b2d0-86e8b3417289","name":"The UID is not a valid UUID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/activity?page=1&per_page=10&created_at=2024-01-01","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","activity"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Number of items per page (default: 10)","key":"per_page","value":"10"},{"description":"Filter activities by creation date","key":"created_at","value":"2024-01-01"}],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The UID is not a valid UUID\",\n  \"details\": []\n}"},{"id":"e5c29798-9a39-4f9d-889e-1a2460be0e30","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/activity?page=1&per_page=10&created_at=2024-01-01","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","activity"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Number of items per page (default: 10)","key":"per_page","value":"10"},{"description":"Filter activities by creation date","key":"created_at","value":"2024-01-01"}],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"9319c4a8-70fe-45d1-b2f5-0dfd402dc0db","name":"Deal not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/activity?page=1&per_page=10&created_at=2024-01-01","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","activity"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Number of items per page (default: 10)","key":"per_page","value":"10"},{"description":"Filter activities by creation date","key":"created_at","value":"2024-01-01"}],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"Deal not found\",\n  \"details\": []\n}"},{"id":"02b5d4c5-41fd-48b7-bfd7-dbf8ba1237c5","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/activity?page=1&per_page=10&created_at=2024-01-01","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","activity"],"query":[{"description":"Page number (default: 1)","key":"page","value":"1"},{"description":"Number of items per page (default: 10)","key":"per_page","value":"10"},{"description":"Filter activities by creation date","key":"created_at","value":"2024-01-01"}],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"a388bb00-8ab0-4679-901a-bd181ef8682f"},{"name":"Get budget for a deal","id":"e41172b9-3e56-449a-8791-36bf415744da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{deal_uid}/budget","description":"<p><b>Purpose:</b> Retrieve the current budget configuration for a specific loan agreement / deal (deal_uid). This endpoint returns all budget items, funding sources, phases, and related financial settings. Used by Anchor-NGP integration to compare current budget with incoming inspection data.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{deal_uid}","budget"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"a8c363bf-53c1-4866-b97a-6b1a6d8ff212","name":"Successfully retrieved the current budget configuration for the deal, including all funding sources, expense line items, phases, and related financial settings.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"abc-123-def-456","description":"The unique identifier (UID) of the deal or loan agreement. Required to fetch the associated project budget used for comparison with inspection data."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 200,\n  \"data\": {\n    \"budget_id\": 67890,\n    \"project_id\": 12345,\n    \"fundings\": [\n      {\n        \"id\": 100001,\n        \"accountId\": 200001,\n        \"customerAccountId\": 300001,\n        \"projectId\": 12345,\n        \"type\": \"NOTE\",\n        \"statusCode\": 10,\n        \"priority\": 1,\n        \"displayOrder\": 1,\n        \"changeOrderCount\": 0,\n        \"parties\": [],\n        \"amounts\": {\n          \"originalBudget\": 500000,\n          \"budget\": 500000,\n          \"pending\": 0,\n          \"funded\": 0,\n          \"released\": 0,\n          \"availableFunds\": 500000,\n          \"earmarked\": 0,\n          \"prepaid\": 0,\n          \"changeOrder\": 0,\n          \"totalRetainage\": 0,\n          \"remainingRetainage\": 0\n        }\n      }\n    ],\n    \"expenses\": [\n      {\n        \"id\": 50001,\n        \"projectId\": 12345,\n        \"type\": \"CONSTRUCTION\",\n        \"subtype\": null,\n        \"name\": \"Foundation\",\n        \"description\": \"Foundation and concrete work\",\n        \"displayOrder\": 1,\n        \"changeOrderCount\": 0,\n        \"phaseId\": null,\n        \"inspectionCount\": 0,\n        \"settings\": {\n          \"inspectable\": true,\n          \"drawable\": true,\n          \"retainable\": true,\n          \"retainageAccountId\": null,\n          \"retainagePercentage\": 10,\n          \"invoiceFinancingPercentage\": 0\n        },\n        \"builderDisbursementMethodTypeId\": 1,\n        \"customDisbursementMethodId\": null,\n        \"amounts\": {\n          \"originalBudget\": 50000,\n          \"budget\": 50000,\n          \"pending\": 0,\n          \"funded\": 0,\n          \"released\": 0,\n          \"availableFunds\": 50000,\n          \"earmarked\": 0,\n          \"prepaid\": 0,\n          \"changeOrder\": 0,\n          \"totalRetainage\": 0,\n          \"remainingRetainage\": 0,\n          \"pendingChangeOrder\": 0,\n          \"storedMaterials\": 0\n        },\n        \"weight\": 15,\n        \"originalWeight\": 15,\n        \"constructionPercentComplete\": 0\n      }\n    ],\n    \"source_accounts\": [\n      \"200001\"\n    ],\n    \"phases\": [\n      \"Phase 1\"\n    ],\n    \"is_weighted\": false,\n    \"primary_note_id\": 100001,\n    \"allow_unbalanced_budget\": 0\n  }\n}"},{"id":"1969495e-6019-4ca9-a94e-13013d3d73d0","name":"The request is invalid due to malformed deal UID, missing parameters, or budget data that fails validation on the server.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"abc-123-def-456","description":"The unique identifier (UID) of the deal or loan agreement. Required to fetch the associated project budget used for comparison with inspection data."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 400,\n  \"message\": \"Invalid request for budget\",\n  \"error\": \"Bad Request\",\n  \"details\": []\n}"},{"id":"daf4572c-c04f-4fce-af9d-aae73a4811d3","name":"Access denied. The authenticated user or client does not have sufficient permissions to view the budget for this deal.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"abc-123-def-456","description":"The unique identifier (UID) of the deal or loan agreement. Required to fetch the associated project budget used for comparison with inspection data."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 403,\n  \"message\": \"Access denied to get budget for deal\",\n  \"error\": \"Forbidden\",\n  \"details\": []\n}"},{"id":"c292236f-7c90-4c80-84a3-800218cef582","name":"The specified deal UID was not found, or no budget exists for the associated loan or project.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"abc-123-def-456","description":"The unique identifier (UID) of the deal or loan agreement. Required to fetch the associated project budget used for comparison with inspection data."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 404,\n  \"message\": \"Budget not found for deal abc-123-def-456\",\n  \"error\": \"Not Found\",\n  \"details\": []\n}"},{"id":"421c1628-bf27-4523-8d20-bcbd4658ad82","name":"An unexpected server error occurred while fetching or mapping the budget data. Please retry or contact support if the issue persists.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"abc-123-def-456","description":"The unique identifier (UID) of the deal or loan agreement. Required to fetch the associated project budget used for comparison with inspection data."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 500,\n  \"message\": \"Failed to get budget\",\n  \"error\": \"Internal Server Error\",\n  \"details\": []\n}"}],"_postman_id":"e41172b9-3e56-449a-8791-36bf415744da"},{"name":"Patch deal budget items","id":"bf1e5ec4-50b3-4608-a20d-09cddc7fa5b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{deal_uid}/budget","description":"<p>Add or update budget items for a deal by sending only the items (and optional fields). Existing items are matched by id; items without id or with id &lt; 1 are created. If any positive id does not exist in the deal budget, returns 400 with nonMatchingItemIds.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{deal_uid}","budget"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"82e3f909-c38e-4266-af7a-937a57100a7d","name":"Budget updated successfully","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"expenses\": [\n    {\n      \"name\": \"string\",\n      \"id\": 6510.207385920901,\n      \"type\": \"hard\",\n      \"subtype\": \"string\",\n      \"description\": \"string\",\n      \"displayOrder\": 4503.6783657153255,\n      \"phaseId\": 2773.121773681817,\n      \"weight\": 2794.929383627389,\n      \"amounts\": {},\n      \"settings\": {},\n      \"builderDisbursementMethodTypeId\": 4126.133195002678,\n      \"customDisbursementMethodId\": 1938.2242412729877\n    },\n    {\n      \"name\": \"string\",\n      \"id\": 8923.999376355183,\n      \"type\": \"hard\",\n      \"subtype\": \"string\",\n      \"description\": \"string\",\n      \"displayOrder\": 700.2690964985459,\n      \"phaseId\": 5093.108519034617,\n      \"weight\": 5173.54973545145,\n      \"amounts\": {},\n      \"settings\": {},\n      \"builderDisbursementMethodTypeId\": 7787.910040181126,\n      \"customDisbursementMethodId\": 3452.2773949173356\n    }\n  ],\n  \"projectId\": 8553.676409179407\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"string","description":"Deal UID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 6468.35566953926,\n  \"body\": {\n    \"status\": {\n      \"status\": \"string\",\n      \"info\": [\n        \"string\",\n        \"string\"\n      ],\n      \"errors\": [\n        \"string\",\n        \"string\"\n      ]\n    },\n    \"budget\": {\n      \"budgetId\": 9163.368968264416,\n      \"projectId\": 2007.9110631601482,\n      \"fundings\": [\n        {\n          \"id\": 5791.563239173484,\n          \"accountId\": 5583.520313093543,\n          \"customerAccountId\": 4638.449894589947,\n          \"projectId\": 4138.05083543045,\n          \"type\": \"string\",\n          \"statusCode\": 3365.718675530851,\n          \"priority\": 2178.516178467016,\n          \"displayOrder\": 5648.6405290088705,\n          \"changeOrderCount\": 9823.5632639845,\n          \"parties\": [\n            {\n              \"id\": 809,\n              \"subType\": \"bank\",\n              \"name\": \"nicoca lender\",\n              \"email\": null,\n              \"type\": \"source_of_funding\"\n            },\n            {\n              \"id\": 809,\n              \"subType\": \"bank\",\n              \"name\": \"nicoca lender\",\n              \"email\": null,\n              \"type\": \"source_of_funding\"\n            }\n          ],\n          \"amounts\": {\n            \"originalBudget\": 496.5116799379177,\n            \"budget\": 9006.609452515426,\n            \"pending\": 7146.000234389285,\n            \"funded\": 8835.007292276696,\n            \"released\": 9543.675570004387,\n            \"availableFunds\": 2074.306804292545,\n            \"earmarked\": 5526.552151361452,\n            \"prepaid\": 9365.932415662783,\n            \"changeOrder\": 8182.100688817841,\n            \"totalRetainage\": 6319.705221987473,\n            \"remainingRetainage\": 8734.703565611517,\n            \"pendingChangeOrder\": 3811.376687049326,\n            \"storedMaterials\": 5683.52097903163\n          },\n          \"equity\": {\n            \"type\": \"prepaid\",\n            \"description\": \"Borrower equity\",\n            \"responsibilityOf\": \"borrower\",\n            \"glAccount\": null,\n            \"costCenter\": 1580.2430184348348\n          },\n          \"note\": {\n            \"isRevolving\": 0,\n            \"isCommitmentTrackingNote\": 0,\n            \"loanNoteGroupId\": null,\n            \"interestRate\": 0.05,\n            \"noteNumber\": \"192837465\",\n            \"additionalReferenceNumber\": \"\",\n            \"accountNumber\": \"\",\n            \"costCenter\": \"house\",\n            \"closeDate\": \"2025-09-01 00:00:00\",\n            \"maturityDate\": \"2026-09-01 00:00:00\",\n            \"lineOfCreditId\": null,\n            \"remainingAmount\": 142980,\n            \"remarks\": null,\n            \"commitmentAmount\": 1000000,\n            \"repaidAmount\": 0,\n            \"principalBalance\": 857020,\n            \"parentNoteId\": null\n          }\n        },\n        {\n          \"id\": 1526.4170510397612,\n          \"accountId\": 6571.80286614881,\n          \"customerAccountId\": 8099.536841763724,\n          \"projectId\": 4540.447842950989,\n          \"type\": \"string\",\n          \"statusCode\": 847.013465375559,\n          \"priority\": 3233.5854461411373,\n          \"displayOrder\": 2331.768347826032,\n          \"changeOrderCount\": 1280.343050512508,\n          \"parties\": [\n            {\n              \"id\": 809,\n              \"subType\": \"bank\",\n              \"name\": \"nicoca lender\",\n              \"email\": null,\n              \"type\": \"source_of_funding\"\n            },\n            {\n              \"id\": 809,\n              \"subType\": \"bank\",\n              \"name\": \"nicoca lender\",\n              \"email\": null,\n              \"type\": \"source_of_funding\"\n            }\n          ],\n          \"amounts\": {\n            \"originalBudget\": 1685.3133396406483,\n            \"budget\": 8619.120341553375,\n            \"pending\": 46.72136896045065,\n            \"funded\": 6987.341577779111,\n            \"released\": 756.6349914791659,\n            \"availableFunds\": 6633.575823664199,\n            \"earmarked\": 3980.59657781647,\n            \"prepaid\": 9739.801005898506,\n            \"changeOrder\": 3124.210815387849,\n            \"totalRetainage\": 2344.2070428839324,\n            \"remainingRetainage\": 4753.606144086559,\n            \"pendingChangeOrder\": 2308.026317320722,\n            \"storedMaterials\": 7747.106149379942\n          },\n          \"equity\": {\n            \"type\": \"prepaid\",\n            \"description\": \"Borrower equity\",\n            \"responsibilityOf\": \"borrower\",\n            \"glAccount\": null,\n            \"costCenter\": \"string\"\n          },\n          \"note\": {\n            \"isRevolving\": 0,\n            \"isCommitmentTrackingNote\": 0,\n            \"loanNoteGroupId\": null,\n            \"interestRate\": 0.05,\n            \"noteNumber\": 7894.931046595935,\n            \"additionalReferenceNumber\": \"\",\n            \"accountNumber\": \"\",\n            \"costCenter\": 170.53108348332958,\n            \"closeDate\": \"2025-09-01 00:00:00\",\n            \"maturityDate\": \"2026-09-01 00:00:00\",\n            \"lineOfCreditId\": null,\n            \"remainingAmount\": 142980,\n            \"remarks\": null,\n            \"commitmentAmount\": 1000000,\n            \"repaidAmount\": 0,\n            \"principalBalance\": 857020,\n            \"parentNoteId\": null\n          }\n        }\n      ],\n      \"expenses\": [\n        {\n          \"id\": 3831.036280997877,\n          \"projectId\": 6314.03974111299,\n          \"type\": \"string\",\n          \"name\": \"string\",\n          \"displayOrder\": 251.96487078909425,\n          \"changeOrderCount\": 1161.2829013406888,\n          \"inspectionCount\": 8756.42199164406,\n          \"settings\": {\n            \"inspectable\": true,\n            \"drawable\": false,\n            \"retainable\": true,\n            \"retainagePercentage\": 7828.136307621168,\n            \"invoiceFinancingPercentage\": 6172.920569123287,\n            \"retainageAccountId\": 2439.6977872895854\n          },\n          \"amounts\": {\n            \"originalBudget\": 2754.2104238661223,\n            \"budget\": 1530.240467912044,\n            \"pending\": 9872.443574406054,\n            \"funded\": 4483.184957059289,\n            \"released\": 7752.25570993733,\n            \"availableFunds\": 1782.923430998289,\n            \"earmarked\": 3228.6758902932797,\n            \"prepaid\": 3517.4156466098684,\n            \"changeOrder\": 1873.7705440480333,\n            \"totalRetainage\": 3922.5458544645307,\n            \"remainingRetainage\": 475.0192337645376,\n            \"pendingChangeOrder\": 1810.3732532050476,\n            \"storedMaterials\": 7715.357887015995\n          },\n          \"subtype\": \"string\",\n          \"description\": \"string\",\n          \"phaseId\": 7877.233053829195,\n          \"builderDisbursementMethodTypeId\": 1034.785798130181,\n          \"customDisbursementMethodId\": 3269.157494463132,\n          \"weight\": 4654.986723976882,\n          \"originalWeight\": 3966.8201353363997,\n          \"constructionPercentComplete\": 52.898797568045055\n        },\n        {\n          \"id\": 6285.606463235866,\n          \"projectId\": 219.39074345120878,\n          \"type\": \"string\",\n          \"name\": \"string\",\n          \"displayOrder\": 853.412376133188,\n          \"changeOrderCount\": 9135.382217535633,\n          \"inspectionCount\": 6034.318064962837,\n          \"settings\": {\n            \"inspectable\": false,\n            \"drawable\": true,\n            \"retainable\": false,\n            \"retainagePercentage\": 3721.3392632142695,\n            \"invoiceFinancingPercentage\": 431.9948293215448,\n            \"retainageAccountId\": 5625.142324330046\n          },\n          \"amounts\": {\n            \"originalBudget\": 4972.8616972106065,\n            \"budget\": 9745.520113549088,\n            \"pending\": 5141.688097392353,\n            \"funded\": 1028.9879555093885,\n            \"released\": 6830.39413261727,\n            \"availableFunds\": 647.5060914174047,\n            \"earmarked\": 7559.130008108814,\n            \"prepaid\": 6283.77554843754,\n            \"changeOrder\": 6678.37965543574,\n            \"totalRetainage\": 9602.214426857803,\n            \"remainingRetainage\": 3404.936383689249,\n            \"pendingChangeOrder\": 9950.291902323468,\n            \"storedMaterials\": 978.836657240848\n          },\n          \"subtype\": \"string\",\n          \"description\": \"string\",\n          \"phaseId\": 9575.464050617094,\n          \"builderDisbursementMethodTypeId\": 7633.414149053928,\n          \"customDisbursementMethodId\": 8805.94716178009,\n          \"weight\": 6603.245870248245,\n          \"originalWeight\": 7733.1652813471765,\n          \"constructionPercentComplete\": 760.597583231315\n        }\n      ],\n      \"sourceAccounts\": [\n        \"string\",\n        \"string\"\n      ],\n      \"phases\": [\n        \"string\",\n        \"string\"\n      ],\n      \"isWeighted\": false,\n      \"primaryNoteId\": 4544.149411121311,\n      \"allowUnbalancedBudget\": 4490.536240244334,\n      \"loanNoteGroups\": [\n        {\n          \"id\": 7658.2718815874605,\n          \"leadNoteId\": 8845.52930777004,\n          \"groupType\": \"string\"\n        },\n        {\n          \"id\": 7312.079974751989,\n          \"leadNoteId\": 1881.2774460914784,\n          \"groupType\": \"string\"\n        }\n      ]\n    }\n  }\n}"},{"id":"9d71e31a-499f-4239-a700-06b7760588e1","name":"Empty expenses or non-matching item ids","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"expenses\": [\n    {\n      \"name\": \"string\",\n      \"id\": 6510.207385920901,\n      \"type\": \"hard\",\n      \"subtype\": \"string\",\n      \"description\": \"string\",\n      \"displayOrder\": 4503.6783657153255,\n      \"phaseId\": 2773.121773681817,\n      \"weight\": 2794.929383627389,\n      \"amounts\": {},\n      \"settings\": {},\n      \"builderDisbursementMethodTypeId\": 4126.133195002678,\n      \"customDisbursementMethodId\": 1938.2242412729877\n    },\n    {\n      \"name\": \"string\",\n      \"id\": 8923.999376355183,\n      \"type\": \"hard\",\n      \"subtype\": \"string\",\n      \"description\": \"string\",\n      \"displayOrder\": 700.2690964985459,\n      \"phaseId\": 5093.108519034617,\n      \"weight\": 5173.54973545145,\n      \"amounts\": {},\n      \"settings\": {},\n      \"builderDisbursementMethodTypeId\": 7787.910040181126,\n      \"customDisbursementMethodId\": 3452.2773949173356\n    }\n  ],\n  \"projectId\": 8553.676409179407\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"string","description":"Deal UID"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"f28e7e52-5173-437b-9e63-980a671726f0","name":"Access denied","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"expenses\": [\n    {\n      \"name\": \"string\",\n      \"id\": 6510.207385920901,\n      \"type\": \"hard\",\n      \"subtype\": \"string\",\n      \"description\": \"string\",\n      \"displayOrder\": 4503.6783657153255,\n      \"phaseId\": 2773.121773681817,\n      \"weight\": 2794.929383627389,\n      \"amounts\": {},\n      \"settings\": {},\n      \"builderDisbursementMethodTypeId\": 4126.133195002678,\n      \"customDisbursementMethodId\": 1938.2242412729877\n    },\n    {\n      \"name\": \"string\",\n      \"id\": 8923.999376355183,\n      \"type\": \"hard\",\n      \"subtype\": \"string\",\n      \"description\": \"string\",\n      \"displayOrder\": 700.2690964985459,\n      \"phaseId\": 5093.108519034617,\n      \"weight\": 5173.54973545145,\n      \"amounts\": {},\n      \"settings\": {},\n      \"builderDisbursementMethodTypeId\": 7787.910040181126,\n      \"customDisbursementMethodId\": 3452.2773949173356\n    }\n  ],\n  \"projectId\": 8553.676409179407\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"string","description":"Deal UID"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"e88faff6-d6ba-48c6-84d8-2840ce86d38c","name":"Deal or budget not found","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"expenses\": [\n    {\n      \"name\": \"string\",\n      \"id\": 6510.207385920901,\n      \"type\": \"hard\",\n      \"subtype\": \"string\",\n      \"description\": \"string\",\n      \"displayOrder\": 4503.6783657153255,\n      \"phaseId\": 2773.121773681817,\n      \"weight\": 2794.929383627389,\n      \"amounts\": {},\n      \"settings\": {},\n      \"builderDisbursementMethodTypeId\": 4126.133195002678,\n      \"customDisbursementMethodId\": 1938.2242412729877\n    },\n    {\n      \"name\": \"string\",\n      \"id\": 8923.999376355183,\n      \"type\": \"hard\",\n      \"subtype\": \"string\",\n      \"description\": \"string\",\n      \"displayOrder\": 700.2690964985459,\n      \"phaseId\": 5093.108519034617,\n      \"weight\": 5173.54973545145,\n      \"amounts\": {},\n      \"settings\": {},\n      \"builderDisbursementMethodTypeId\": 7787.910040181126,\n      \"customDisbursementMethodId\": 3452.2773949173356\n    }\n  ],\n  \"projectId\": 8553.676409179407\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"string","description":"Deal UID"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"12facf30-bb86-4ffd-b716-2158d7853633","name":"Server error","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"expenses\": [\n    {\n      \"name\": \"string\",\n      \"id\": 6510.207385920901,\n      \"type\": \"hard\",\n      \"subtype\": \"string\",\n      \"description\": \"string\",\n      \"displayOrder\": 4503.6783657153255,\n      \"phaseId\": 2773.121773681817,\n      \"weight\": 2794.929383627389,\n      \"amounts\": {},\n      \"settings\": {},\n      \"builderDisbursementMethodTypeId\": 4126.133195002678,\n      \"customDisbursementMethodId\": 1938.2242412729877\n    },\n    {\n      \"name\": \"string\",\n      \"id\": 8923.999376355183,\n      \"type\": \"hard\",\n      \"subtype\": \"string\",\n      \"description\": \"string\",\n      \"displayOrder\": 700.2690964985459,\n      \"phaseId\": 5093.108519034617,\n      \"weight\": 5173.54973545145,\n      \"amounts\": {},\n      \"settings\": {},\n      \"builderDisbursementMethodTypeId\": 7787.910040181126,\n      \"customDisbursementMethodId\": 3452.2773949173356\n    }\n  ],\n  \"projectId\": 8553.676409179407\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"string","description":"Deal UID"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bf1e5ec4-50b3-4608-a20d-09cddc7fa5b5"},{"name":"Update budget for a deal","id":"a4e8a078-3c84-407b-9c86-060652e7d0f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{deal_uid}/budget","description":"<p><b>Purpose:</b> Update the budget configuration for a specific loan agreement / deal (deal_uid). This endpoint allows clients to modify budget items, funding sources, and related financial settings. Supports validation-only mode via the validate_only query parameter.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{deal_uid}","budget"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"c9c07c8b-69e3-4750-972c-06e2d07eeb5c","name":"Budget validated or updated successfully depending on validate_only parameter","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"projectId\": \"12345\",\n  \"id\": \"67890\",\n  \"budgetId\": 67890,\n  \"isWeighted\": false,\n  \"disbursementNotes\": \"Standard disbursement schedule\",\n  \"retainagePercentage\": \"10\",\n  \"defaultRetainageAccountId\": null,\n  \"retainFromEquity\": false,\n  \"primaryNoteId\": 100001,\n  \"escrowAccounts\": [],\n  \"phases\": [],\n  \"loanNoteGroups\": [],\n  \"eligibleFunds\": [],\n  \"expenses\": [\n    {\n      \"id\": 50001,\n      \"projectId\": 12345,\n      \"type\": \"CONSTRUCTION\",\n      \"subtype\": null,\n      \"name\": \"Foundation\",\n      \"description\": \"Foundation and concrete work\",\n      \"displayOrder\": 1,\n      \"changeOrderCount\": 0,\n      \"phaseId\": null,\n      \"inspectionCount\": 0,\n      \"builderDisbursementMethodTypeId\": 1,\n      \"customDisbursementMethodId\": null,\n      \"weight\": 15,\n      \"originalWeight\": 15,\n      \"constructionPercentComplete\": 0,\n      \"amounts\": {\n        \"originalBudget\": 50000,\n        \"budget\": 50000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 50000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"settings\": {\n        \"retainageAccountId\": null,\n        \"retainagePercent\": 10,\n        \"inspectable\": true,\n        \"drawable\": true,\n        \"retainable\": true,\n        \"retainagePercentage\": \"10\",\n        \"invoiceFinancingPercentage\": \"0\",\n        \"retainagePercentageValue\": 0.1,\n        \"invoiceFinancingPercentageValue\": 0\n      }\n    },\n    {\n      \"id\": 50002,\n      \"projectId\": 12345,\n      \"type\": \"CONSTRUCTION\",\n      \"subtype\": null,\n      \"name\": \"Framing\",\n      \"description\": \"Wood framing and structural work\",\n      \"displayOrder\": 2,\n      \"changeOrderCount\": 0,\n      \"phaseId\": null,\n      \"inspectionCount\": 0,\n      \"builderDisbursementMethodTypeId\": 1,\n      \"customDisbursementMethodId\": null,\n      \"weight\": 20,\n      \"originalWeight\": 20,\n      \"constructionPercentComplete\": 0,\n      \"amounts\": {\n        \"originalBudget\": 75000,\n        \"budget\": 75000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 75000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"settings\": {\n        \"retainageAccountId\": null,\n        \"retainagePercent\": 10,\n        \"inspectable\": true,\n        \"drawable\": true,\n        \"retainable\": true,\n        \"retainagePercentage\": \"10\",\n        \"invoiceFinancingPercentage\": \"0\",\n        \"retainagePercentageValue\": 0.1,\n        \"invoiceFinancingPercentageValue\": 0\n      }\n    }\n  ],\n  \"fundings\": [\n    {\n      \"id\": 80001,\n      \"accountId\": 90001,\n      \"customerAccountId\": 95001,\n      \"projectId\": 12345,\n      \"type\": \"NOTE\",\n      \"statusCode\": 1,\n      \"priority\": 1,\n      \"displayOrder\": 1,\n      \"changeOrderCount\": 0,\n      \"equity\": {},\n      \"note\": {},\n      \"canDelete\": false,\n      \"canEdit\": true,\n      \"canViewFunding\": true,\n      \"isPrimary\": true,\n      \"canMakePrimary\": false,\n      \"parties\": [\n        {\n          \"id\": 2138019,\n          \"subType\": \"BORROWER\",\n          \"name\": \"John Smith\",\n          \"email\": \"john.smith@example.com\",\n          \"type\": \"INDIVIDUAL\"\n        }\n      ],\n      \"amounts\": {\n        \"originalBudget\": 500000,\n        \"budget\": 500000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 500000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"sourceAccounts\": [\n        {\n          \"accountId\": 90001,\n          \"accountName\": \"Primary Construction Loan\",\n          \"accountType\": \"LOAN\",\n          \"adjustments\": 0,\n          \"adjustmentAmount\": 0,\n          \"availableAmount\": 500000,\n          \"closingAmount\": 0,\n          \"costCenter\": null,\n          \"currentAmount\": 500000,\n          \"customerAccountId\": 95001,\n          \"displayOrder\": 1,\n          \"drawAmount\": 0,\n          \"otherPendingDrawTotal\": 0,\n          \"fundedAmount\": 0,\n          \"fundingSourceId\": 1,\n          \"glAccount\": null,\n          \"hasFundingSourceData\": true,\n          \"isDefaultSource\": true,\n          \"isDeleted\": false,\n          \"isOnlyChild\": true,\n          \"originalAmount\": 500000,\n          \"prepaidAmount\": 0,\n          \"retainageAdded\": 0,\n          \"retainageAddedThisDraw\": 0,\n          \"loanId\": 12345,\n          \"principalBalance\": 500000,\n          \"drawFundedAmount\": 0,\n          \"customerAccountFundedAmount\": 0,\n          \"storedDisplayOrder\": 1,\n          \"adjustmentsToDate\": 0,\n          \"totalAdjustmentAmountAllDraws\": 0,\n          \"changeOrdersToDate\": 0,\n          \"changeOrder\": 0,\n          \"capitalAmount\": 500000,\n          \"committedAmount\": 0,\n          \"repaidAmount\": 0,\n          \"isBankOwned\": true,\n          \"details\": {},\n          \"pendingDrawAmount\": 0,\n          \"firstTransactionDate\": null\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget?validate_only=false","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"query":[{"description":"If true, only validates the budget without saving changes. If false or omitted (default), the budget will be saved.","key":"validate_only","value":"false"}],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"success\": true,\n  \"message\": \"string\",\n  \"data\": {\n    \"status\": {\n      \"status\": \"string\",\n      \"info\": [\n        \"string\",\n        \"string\"\n      ],\n      \"errors\": [\n        \"string\",\n        \"string\"\n      ]\n    },\n    \"budget\": {\n      \"budgetId\": 6745.369412390895,\n      \"projectId\": 6489.052888189954,\n      \"fundings\": [\n        {\n          \"id\": 9634.737623790576,\n          \"accountId\": 4555.478773144045,\n          \"customerAccountId\": 6467.307557232671,\n          \"projectId\": 1541.1420089733585,\n          \"type\": \"string\",\n          \"statusCode\": 7843.379265652238,\n          \"priority\": 4019.7001697460464,\n          \"displayOrder\": 4058.136172350252,\n          \"changeOrderCount\": 402.9640790217259,\n          \"parties\": [\n            {\n              \"id\": 8791.021173886247,\n              \"subType\": \"string\",\n              \"name\": \"string\",\n              \"type\": \"string\",\n              \"email\": \"string\"\n            },\n            {\n              \"id\": 2756.5192603986657,\n              \"subType\": \"string\",\n              \"name\": \"string\",\n              \"type\": \"string\",\n              \"email\": \"string\"\n            }\n          ],\n          \"amounts\": {\n            \"originalBudget\": 5184.773343255751,\n            \"budget\": 2908.191191441666,\n            \"pending\": 2522.1277422215426,\n            \"funded\": 9917.254577735182,\n            \"released\": 242.45481004091073,\n            \"availableFunds\": 4915.333054463958,\n            \"earmarked\": 1026.7849946359743,\n            \"prepaid\": 9384.397939214832,\n            \"changeOrder\": 2865.008512939472,\n            \"totalRetainage\": 9511.016668737511,\n            \"remainingRetainage\": 9530.891671461155,\n            \"pendingChangeOrder\": 9269.698193010496,\n            \"storedMaterials\": 4389.888049566716\n          },\n          \"equity\": {\n            \"type\": \"string\",\n            \"responsibilityOf\": \"string\",\n            \"description\": \"string\",\n            \"glAccount\": \"string\",\n            \"costCenter\": \"string\"\n          },\n          \"note\": {\n            \"interestRate\": 1917.929696955214,\n            \"noteNumber\": 3870.9985815163873,\n            \"accountNumber\": \"string\",\n            \"costCenter\": \"string\",\n            \"isRevolving\": 2489.9816583350075,\n            \"isCommitmentTrackingNote\": 2247.201190419642,\n            \"remainingAmount\": 5801.211883748869,\n            \"commitmentAmount\": 418.82706351227927,\n            \"repaidAmount\": 1681.8541200775849,\n            \"principalBalance\": 5079.824468395435,\n            \"loanNoteGroupId\": 9899.73544481269,\n            \"additionalReferenceNumber\": \"string\",\n            \"closeDate\": \"string\",\n            \"maturityDate\": \"string\",\n            \"lineOfCreditId\": 8382.925685905331,\n            \"remarks\": \"string\",\n            \"parentNoteId\": 7076.36784042049\n          }\n        },\n        {\n          \"id\": 8376.624339015005,\n          \"accountId\": 2814.925792395345,\n          \"customerAccountId\": 1945.574791807102,\n          \"projectId\": 6863.412267796518,\n          \"type\": \"string\",\n          \"statusCode\": 7234.943520431145,\n          \"priority\": 3531.448353515143,\n          \"displayOrder\": 8292.90161158654,\n          \"changeOrderCount\": 6343.488307680741,\n          \"parties\": [\n            {\n              \"id\": 3925.027531739519,\n              \"subType\": \"string\",\n              \"name\": \"string\",\n              \"type\": \"string\",\n              \"email\": \"string\"\n            },\n            {\n              \"id\": 9500.694302391516,\n              \"subType\": \"string\",\n              \"name\": \"string\",\n              \"type\": \"string\",\n              \"email\": \"string\"\n            }\n          ],\n          \"amounts\": {\n            \"originalBudget\": 8702.133831631158,\n            \"budget\": 9014.47058758454,\n            \"pending\": 2094.916444064733,\n            \"funded\": 9917.597372530163,\n            \"released\": 7388.725433354893,\n            \"availableFunds\": 8921.259854547665,\n            \"earmarked\": 6979.0753373747075,\n            \"prepaid\": 3323.1468164371568,\n            \"changeOrder\": 4062.7878671761086,\n            \"totalRetainage\": 6635.458455778665,\n            \"remainingRetainage\": 8181.919899569373,\n            \"pendingChangeOrder\": 1189.3741592243123,\n            \"storedMaterials\": 897.2095351117893\n          },\n          \"equity\": {\n            \"type\": \"string\",\n            \"responsibilityOf\": \"string\",\n            \"description\": \"string\",\n            \"glAccount\": \"string\",\n            \"costCenter\": \"string\"\n          },\n          \"note\": {\n            \"interestRate\": 5878.633131691418,\n            \"noteNumber\": 3376.8980612478663,\n            \"accountNumber\": \"string\",\n            \"costCenter\": \"string\",\n            \"isRevolving\": 634.3318589309777,\n            \"isCommitmentTrackingNote\": 3785.577532743518,\n            \"remainingAmount\": 8479.236143027576,\n            \"commitmentAmount\": 1806.4731078739926,\n            \"repaidAmount\": 3725.3898807942896,\n            \"principalBalance\": 9001.630871570625,\n            \"loanNoteGroupId\": 2438.289241919862,\n            \"additionalReferenceNumber\": \"string\",\n            \"closeDate\": \"string\",\n            \"maturityDate\": \"string\",\n            \"lineOfCreditId\": 8731.882383789818,\n            \"remarks\": \"string\",\n            \"parentNoteId\": 1525.5013298180165\n          }\n        }\n      ],\n      \"expenses\": [\n        {\n          \"id\": 1429.4224924563225,\n          \"projectId\": 7020.28505584022,\n          \"type\": \"string\",\n          \"name\": \"string\",\n          \"displayOrder\": 2301.769580044487,\n          \"changeOrderCount\": 5444.063897695395,\n          \"inspectionCount\": 1202.143106001975,\n          \"settings\": {\n            \"inspectable\": false,\n            \"drawable\": false,\n            \"retainable\": true,\n            \"retainagePercentage\": 211.05725658069008,\n            \"invoiceFinancingPercentage\": 6931.281044300808,\n            \"retainageAccountId\": 8557.654628335718\n          },\n          \"amounts\": {\n            \"originalBudget\": 1378.1384376866745,\n            \"budget\": 7153.274611170781,\n            \"pending\": 8901.734994773346,\n            \"funded\": 6671.668034638824,\n            \"released\": 4034.4549194186397,\n            \"availableFunds\": 7540.010081522954,\n            \"earmarked\": 2714.0195171918303,\n            \"prepaid\": 858.0363025643378,\n            \"changeOrder\": 7747.41531319398,\n            \"totalRetainage\": 6445.725217655625,\n            \"remainingRetainage\": 3190.2944810452427,\n            \"pendingChangeOrder\": 9907.940486942967,\n            \"storedMaterials\": 3073.0829246638045\n          },\n          \"subtype\": \"string\",\n          \"description\": \"string\",\n          \"phaseId\": 7879.70601991588,\n          \"builderDisbursementMethodTypeId\": 5176.470242521724,\n          \"customDisbursementMethodId\": 5125.519662513726,\n          \"weight\": 4998.5567455270975,\n          \"originalWeight\": 1201.3673484416854,\n          \"constructionPercentComplete\": 2863.0845639349036\n        },\n        {\n          \"id\": 8872.3166806309,\n          \"projectId\": 3664.0326230762753,\n          \"type\": \"string\",\n          \"name\": \"string\",\n          \"displayOrder\": 651.1618659579855,\n          \"changeOrderCount\": 4183.5084112098475,\n          \"inspectionCount\": 9967.358645478966,\n          \"settings\": {\n            \"inspectable\": true,\n            \"drawable\": true,\n            \"retainable\": true,\n            \"retainagePercentage\": 9122.819292103084,\n            \"invoiceFinancingPercentage\": 822.5474787023635,\n            \"retainageAccountId\": 7487.443125390918\n          },\n          \"amounts\": {\n            \"originalBudget\": 2176.5557070079867,\n            \"budget\": 6540.744511698322,\n            \"pending\": 4283.108828045782,\n            \"funded\": 4089.101007089675,\n            \"released\": 8884.656021145951,\n            \"availableFunds\": 9485.729777333127,\n            \"earmarked\": 268.3337606692848,\n            \"prepaid\": 3194.0447956579,\n            \"changeOrder\": 4838.563902925907,\n            \"totalRetainage\": 8832.965448127194,\n            \"remainingRetainage\": 4477.186933841102,\n            \"pendingChangeOrder\": 518.7087103324606,\n            \"storedMaterials\": 5508.1312342308665\n          },\n          \"subtype\": \"string\",\n          \"description\": \"string\",\n          \"phaseId\": 4050.06192179986,\n          \"builderDisbursementMethodTypeId\": 601.5770883154792,\n          \"customDisbursementMethodId\": 9735.212126865857,\n          \"weight\": 874.3069257184044,\n          \"originalWeight\": 7725.881017746715,\n          \"constructionPercentComplete\": 6768.110146398389\n        }\n      ],\n      \"sourceAccounts\": [\n        \"string\",\n        \"string\"\n      ],\n      \"phases\": [\n        \"string\",\n        \"string\"\n      ],\n      \"isWeighted\": false,\n      \"primaryNoteId\": 7245.300837497252,\n      \"allowUnbalancedBudget\": 2656.822635746179,\n      \"loanNoteGroups\": [\n        {\n          \"id\": 3418.874956393796,\n          \"leadNoteId\": 9939.347619101129,\n          \"groupType\": \"string\"\n        },\n        {\n          \"id\": 7161.9118238102155,\n          \"leadNoteId\": 9588.706410811667,\n          \"groupType\": \"string\"\n        }\n      ]\n    }\n  }\n}"},{"id":"c1aa4b64-8767-448c-8fdc-21fe6d410dd3","name":"Invalid budget data","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"projectId\": \"12345\",\n  \"id\": \"67890\",\n  \"budgetId\": 67890,\n  \"isWeighted\": false,\n  \"disbursementNotes\": \"Standard disbursement schedule\",\n  \"retainagePercentage\": \"10\",\n  \"defaultRetainageAccountId\": null,\n  \"retainFromEquity\": false,\n  \"primaryNoteId\": 100001,\n  \"escrowAccounts\": [],\n  \"phases\": [],\n  \"loanNoteGroups\": [],\n  \"eligibleFunds\": [],\n  \"expenses\": [\n    {\n      \"id\": 50001,\n      \"projectId\": 12345,\n      \"type\": \"CONSTRUCTION\",\n      \"subtype\": null,\n      \"name\": \"Foundation\",\n      \"description\": \"Foundation and concrete work\",\n      \"displayOrder\": 1,\n      \"changeOrderCount\": 0,\n      \"phaseId\": null,\n      \"inspectionCount\": 0,\n      \"builderDisbursementMethodTypeId\": 1,\n      \"customDisbursementMethodId\": null,\n      \"weight\": 15,\n      \"originalWeight\": 15,\n      \"constructionPercentComplete\": 0,\n      \"amounts\": {\n        \"originalBudget\": 50000,\n        \"budget\": 50000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 50000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"settings\": {\n        \"retainageAccountId\": null,\n        \"retainagePercent\": 10,\n        \"inspectable\": true,\n        \"drawable\": true,\n        \"retainable\": true,\n        \"retainagePercentage\": \"10\",\n        \"invoiceFinancingPercentage\": \"0\",\n        \"retainagePercentageValue\": 0.1,\n        \"invoiceFinancingPercentageValue\": 0\n      }\n    },\n    {\n      \"id\": 50002,\n      \"projectId\": 12345,\n      \"type\": \"CONSTRUCTION\",\n      \"subtype\": null,\n      \"name\": \"Framing\",\n      \"description\": \"Wood framing and structural work\",\n      \"displayOrder\": 2,\n      \"changeOrderCount\": 0,\n      \"phaseId\": null,\n      \"inspectionCount\": 0,\n      \"builderDisbursementMethodTypeId\": 1,\n      \"customDisbursementMethodId\": null,\n      \"weight\": 20,\n      \"originalWeight\": 20,\n      \"constructionPercentComplete\": 0,\n      \"amounts\": {\n        \"originalBudget\": 75000,\n        \"budget\": 75000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 75000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"settings\": {\n        \"retainageAccountId\": null,\n        \"retainagePercent\": 10,\n        \"inspectable\": true,\n        \"drawable\": true,\n        \"retainable\": true,\n        \"retainagePercentage\": \"10\",\n        \"invoiceFinancingPercentage\": \"0\",\n        \"retainagePercentageValue\": 0.1,\n        \"invoiceFinancingPercentageValue\": 0\n      }\n    }\n  ],\n  \"fundings\": [\n    {\n      \"id\": 80001,\n      \"accountId\": 90001,\n      \"customerAccountId\": 95001,\n      \"projectId\": 12345,\n      \"type\": \"NOTE\",\n      \"statusCode\": 1,\n      \"priority\": 1,\n      \"displayOrder\": 1,\n      \"changeOrderCount\": 0,\n      \"equity\": {},\n      \"note\": {},\n      \"canDelete\": false,\n      \"canEdit\": true,\n      \"canViewFunding\": true,\n      \"isPrimary\": true,\n      \"canMakePrimary\": false,\n      \"parties\": [\n        {\n          \"id\": 2138019,\n          \"subType\": \"BORROWER\",\n          \"name\": \"John Smith\",\n          \"email\": \"john.smith@example.com\",\n          \"type\": \"INDIVIDUAL\"\n        }\n      ],\n      \"amounts\": {\n        \"originalBudget\": 500000,\n        \"budget\": 500000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 500000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"sourceAccounts\": [\n        {\n          \"accountId\": 90001,\n          \"accountName\": \"Primary Construction Loan\",\n          \"accountType\": \"LOAN\",\n          \"adjustments\": 0,\n          \"adjustmentAmount\": 0,\n          \"availableAmount\": 500000,\n          \"closingAmount\": 0,\n          \"costCenter\": null,\n          \"currentAmount\": 500000,\n          \"customerAccountId\": 95001,\n          \"displayOrder\": 1,\n          \"drawAmount\": 0,\n          \"otherPendingDrawTotal\": 0,\n          \"fundedAmount\": 0,\n          \"fundingSourceId\": 1,\n          \"glAccount\": null,\n          \"hasFundingSourceData\": true,\n          \"isDefaultSource\": true,\n          \"isDeleted\": false,\n          \"isOnlyChild\": true,\n          \"originalAmount\": 500000,\n          \"prepaidAmount\": 0,\n          \"retainageAdded\": 0,\n          \"retainageAddedThisDraw\": 0,\n          \"loanId\": 12345,\n          \"principalBalance\": 500000,\n          \"drawFundedAmount\": 0,\n          \"customerAccountFundedAmount\": 0,\n          \"storedDisplayOrder\": 1,\n          \"adjustmentsToDate\": 0,\n          \"totalAdjustmentAmountAllDraws\": 0,\n          \"changeOrdersToDate\": 0,\n          \"changeOrder\": 0,\n          \"capitalAmount\": 500000,\n          \"committedAmount\": 0,\n          \"repaidAmount\": 0,\n          \"isBankOwned\": true,\n          \"details\": {},\n          \"pendingDrawAmount\": 0,\n          \"firstTransactionDate\": null\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget?validate_only=false","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"query":[{"description":"If true, only validates the budget without saving changes. If false or omitted (default), the budget will be saved.","key":"validate_only","value":"false"}],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"Invalid budget data\",\n  \"details\": []\n}"},{"id":"85598ea5-052f-4ea7-b4e6-3e36be8a9519","name":"The action is not allowed.","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"projectId\": \"12345\",\n  \"id\": \"67890\",\n  \"budgetId\": 67890,\n  \"isWeighted\": false,\n  \"disbursementNotes\": \"Standard disbursement schedule\",\n  \"retainagePercentage\": \"10\",\n  \"defaultRetainageAccountId\": null,\n  \"retainFromEquity\": false,\n  \"primaryNoteId\": 100001,\n  \"escrowAccounts\": [],\n  \"phases\": [],\n  \"loanNoteGroups\": [],\n  \"eligibleFunds\": [],\n  \"expenses\": [\n    {\n      \"id\": 50001,\n      \"projectId\": 12345,\n      \"type\": \"CONSTRUCTION\",\n      \"subtype\": null,\n      \"name\": \"Foundation\",\n      \"description\": \"Foundation and concrete work\",\n      \"displayOrder\": 1,\n      \"changeOrderCount\": 0,\n      \"phaseId\": null,\n      \"inspectionCount\": 0,\n      \"builderDisbursementMethodTypeId\": 1,\n      \"customDisbursementMethodId\": null,\n      \"weight\": 15,\n      \"originalWeight\": 15,\n      \"constructionPercentComplete\": 0,\n      \"amounts\": {\n        \"originalBudget\": 50000,\n        \"budget\": 50000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 50000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"settings\": {\n        \"retainageAccountId\": null,\n        \"retainagePercent\": 10,\n        \"inspectable\": true,\n        \"drawable\": true,\n        \"retainable\": true,\n        \"retainagePercentage\": \"10\",\n        \"invoiceFinancingPercentage\": \"0\",\n        \"retainagePercentageValue\": 0.1,\n        \"invoiceFinancingPercentageValue\": 0\n      }\n    },\n    {\n      \"id\": 50002,\n      \"projectId\": 12345,\n      \"type\": \"CONSTRUCTION\",\n      \"subtype\": null,\n      \"name\": \"Framing\",\n      \"description\": \"Wood framing and structural work\",\n      \"displayOrder\": 2,\n      \"changeOrderCount\": 0,\n      \"phaseId\": null,\n      \"inspectionCount\": 0,\n      \"builderDisbursementMethodTypeId\": 1,\n      \"customDisbursementMethodId\": null,\n      \"weight\": 20,\n      \"originalWeight\": 20,\n      \"constructionPercentComplete\": 0,\n      \"amounts\": {\n        \"originalBudget\": 75000,\n        \"budget\": 75000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 75000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"settings\": {\n        \"retainageAccountId\": null,\n        \"retainagePercent\": 10,\n        \"inspectable\": true,\n        \"drawable\": true,\n        \"retainable\": true,\n        \"retainagePercentage\": \"10\",\n        \"invoiceFinancingPercentage\": \"0\",\n        \"retainagePercentageValue\": 0.1,\n        \"invoiceFinancingPercentageValue\": 0\n      }\n    }\n  ],\n  \"fundings\": [\n    {\n      \"id\": 80001,\n      \"accountId\": 90001,\n      \"customerAccountId\": 95001,\n      \"projectId\": 12345,\n      \"type\": \"NOTE\",\n      \"statusCode\": 1,\n      \"priority\": 1,\n      \"displayOrder\": 1,\n      \"changeOrderCount\": 0,\n      \"equity\": {},\n      \"note\": {},\n      \"canDelete\": false,\n      \"canEdit\": true,\n      \"canViewFunding\": true,\n      \"isPrimary\": true,\n      \"canMakePrimary\": false,\n      \"parties\": [\n        {\n          \"id\": 2138019,\n          \"subType\": \"BORROWER\",\n          \"name\": \"John Smith\",\n          \"email\": \"john.smith@example.com\",\n          \"type\": \"INDIVIDUAL\"\n        }\n      ],\n      \"amounts\": {\n        \"originalBudget\": 500000,\n        \"budget\": 500000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 500000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"sourceAccounts\": [\n        {\n          \"accountId\": 90001,\n          \"accountName\": \"Primary Construction Loan\",\n          \"accountType\": \"LOAN\",\n          \"adjustments\": 0,\n          \"adjustmentAmount\": 0,\n          \"availableAmount\": 500000,\n          \"closingAmount\": 0,\n          \"costCenter\": null,\n          \"currentAmount\": 500000,\n          \"customerAccountId\": 95001,\n          \"displayOrder\": 1,\n          \"drawAmount\": 0,\n          \"otherPendingDrawTotal\": 0,\n          \"fundedAmount\": 0,\n          \"fundingSourceId\": 1,\n          \"glAccount\": null,\n          \"hasFundingSourceData\": true,\n          \"isDefaultSource\": true,\n          \"isDeleted\": false,\n          \"isOnlyChild\": true,\n          \"originalAmount\": 500000,\n          \"prepaidAmount\": 0,\n          \"retainageAdded\": 0,\n          \"retainageAddedThisDraw\": 0,\n          \"loanId\": 12345,\n          \"principalBalance\": 500000,\n          \"drawFundedAmount\": 0,\n          \"customerAccountFundedAmount\": 0,\n          \"storedDisplayOrder\": 1,\n          \"adjustmentsToDate\": 0,\n          \"totalAdjustmentAmountAllDraws\": 0,\n          \"changeOrdersToDate\": 0,\n          \"changeOrder\": 0,\n          \"capitalAmount\": 500000,\n          \"committedAmount\": 0,\n          \"repaidAmount\": 0,\n          \"isBankOwned\": true,\n          \"details\": {},\n          \"pendingDrawAmount\": 0,\n          \"firstTransactionDate\": null\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget?validate_only=false","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"query":[{"description":"If true, only validates the budget without saving changes. If false or omitted (default), the budget will be saved.","key":"validate_only","value":"false"}],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"a6ee0b7f-eb55-4cec-b680-e5d81875c718","name":"Deal not found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"projectId\": \"12345\",\n  \"id\": \"67890\",\n  \"budgetId\": 67890,\n  \"isWeighted\": false,\n  \"disbursementNotes\": \"Standard disbursement schedule\",\n  \"retainagePercentage\": \"10\",\n  \"defaultRetainageAccountId\": null,\n  \"retainFromEquity\": false,\n  \"primaryNoteId\": 100001,\n  \"escrowAccounts\": [],\n  \"phases\": [],\n  \"loanNoteGroups\": [],\n  \"eligibleFunds\": [],\n  \"expenses\": [\n    {\n      \"id\": 50001,\n      \"projectId\": 12345,\n      \"type\": \"CONSTRUCTION\",\n      \"subtype\": null,\n      \"name\": \"Foundation\",\n      \"description\": \"Foundation and concrete work\",\n      \"displayOrder\": 1,\n      \"changeOrderCount\": 0,\n      \"phaseId\": null,\n      \"inspectionCount\": 0,\n      \"builderDisbursementMethodTypeId\": 1,\n      \"customDisbursementMethodId\": null,\n      \"weight\": 15,\n      \"originalWeight\": 15,\n      \"constructionPercentComplete\": 0,\n      \"amounts\": {\n        \"originalBudget\": 50000,\n        \"budget\": 50000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 50000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"settings\": {\n        \"retainageAccountId\": null,\n        \"retainagePercent\": 10,\n        \"inspectable\": true,\n        \"drawable\": true,\n        \"retainable\": true,\n        \"retainagePercentage\": \"10\",\n        \"invoiceFinancingPercentage\": \"0\",\n        \"retainagePercentageValue\": 0.1,\n        \"invoiceFinancingPercentageValue\": 0\n      }\n    },\n    {\n      \"id\": 50002,\n      \"projectId\": 12345,\n      \"type\": \"CONSTRUCTION\",\n      \"subtype\": null,\n      \"name\": \"Framing\",\n      \"description\": \"Wood framing and structural work\",\n      \"displayOrder\": 2,\n      \"changeOrderCount\": 0,\n      \"phaseId\": null,\n      \"inspectionCount\": 0,\n      \"builderDisbursementMethodTypeId\": 1,\n      \"customDisbursementMethodId\": null,\n      \"weight\": 20,\n      \"originalWeight\": 20,\n      \"constructionPercentComplete\": 0,\n      \"amounts\": {\n        \"originalBudget\": 75000,\n        \"budget\": 75000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 75000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"settings\": {\n        \"retainageAccountId\": null,\n        \"retainagePercent\": 10,\n        \"inspectable\": true,\n        \"drawable\": true,\n        \"retainable\": true,\n        \"retainagePercentage\": \"10\",\n        \"invoiceFinancingPercentage\": \"0\",\n        \"retainagePercentageValue\": 0.1,\n        \"invoiceFinancingPercentageValue\": 0\n      }\n    }\n  ],\n  \"fundings\": [\n    {\n      \"id\": 80001,\n      \"accountId\": 90001,\n      \"customerAccountId\": 95001,\n      \"projectId\": 12345,\n      \"type\": \"NOTE\",\n      \"statusCode\": 1,\n      \"priority\": 1,\n      \"displayOrder\": 1,\n      \"changeOrderCount\": 0,\n      \"equity\": {},\n      \"note\": {},\n      \"canDelete\": false,\n      \"canEdit\": true,\n      \"canViewFunding\": true,\n      \"isPrimary\": true,\n      \"canMakePrimary\": false,\n      \"parties\": [\n        {\n          \"id\": 2138019,\n          \"subType\": \"BORROWER\",\n          \"name\": \"John Smith\",\n          \"email\": \"john.smith@example.com\",\n          \"type\": \"INDIVIDUAL\"\n        }\n      ],\n      \"amounts\": {\n        \"originalBudget\": 500000,\n        \"budget\": 500000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 500000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"sourceAccounts\": [\n        {\n          \"accountId\": 90001,\n          \"accountName\": \"Primary Construction Loan\",\n          \"accountType\": \"LOAN\",\n          \"adjustments\": 0,\n          \"adjustmentAmount\": 0,\n          \"availableAmount\": 500000,\n          \"closingAmount\": 0,\n          \"costCenter\": null,\n          \"currentAmount\": 500000,\n          \"customerAccountId\": 95001,\n          \"displayOrder\": 1,\n          \"drawAmount\": 0,\n          \"otherPendingDrawTotal\": 0,\n          \"fundedAmount\": 0,\n          \"fundingSourceId\": 1,\n          \"glAccount\": null,\n          \"hasFundingSourceData\": true,\n          \"isDefaultSource\": true,\n          \"isDeleted\": false,\n          \"isOnlyChild\": true,\n          \"originalAmount\": 500000,\n          \"prepaidAmount\": 0,\n          \"retainageAdded\": 0,\n          \"retainageAddedThisDraw\": 0,\n          \"loanId\": 12345,\n          \"principalBalance\": 500000,\n          \"drawFundedAmount\": 0,\n          \"customerAccountFundedAmount\": 0,\n          \"storedDisplayOrder\": 1,\n          \"adjustmentsToDate\": 0,\n          \"totalAdjustmentAmountAllDraws\": 0,\n          \"changeOrdersToDate\": 0,\n          \"changeOrder\": 0,\n          \"capitalAmount\": 500000,\n          \"committedAmount\": 0,\n          \"repaidAmount\": 0,\n          \"isBankOwned\": true,\n          \"details\": {},\n          \"pendingDrawAmount\": 0,\n          \"firstTransactionDate\": null\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget?validate_only=false","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"query":[{"description":"If true, only validates the budget without saving changes. If false or omitted (default), the budget will be saved.","key":"validate_only","value":"false"}],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"Deal not found\",\n  \"details\": []\n}"},{"id":"bfd5ca8c-6fe9-4e0e-9d35-4f7f0441ba2b","name":"There was a problem completing the request","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"projectId\": \"12345\",\n  \"id\": \"67890\",\n  \"budgetId\": 67890,\n  \"isWeighted\": false,\n  \"disbursementNotes\": \"Standard disbursement schedule\",\n  \"retainagePercentage\": \"10\",\n  \"defaultRetainageAccountId\": null,\n  \"retainFromEquity\": false,\n  \"primaryNoteId\": 100001,\n  \"escrowAccounts\": [],\n  \"phases\": [],\n  \"loanNoteGroups\": [],\n  \"eligibleFunds\": [],\n  \"expenses\": [\n    {\n      \"id\": 50001,\n      \"projectId\": 12345,\n      \"type\": \"CONSTRUCTION\",\n      \"subtype\": null,\n      \"name\": \"Foundation\",\n      \"description\": \"Foundation and concrete work\",\n      \"displayOrder\": 1,\n      \"changeOrderCount\": 0,\n      \"phaseId\": null,\n      \"inspectionCount\": 0,\n      \"builderDisbursementMethodTypeId\": 1,\n      \"customDisbursementMethodId\": null,\n      \"weight\": 15,\n      \"originalWeight\": 15,\n      \"constructionPercentComplete\": 0,\n      \"amounts\": {\n        \"originalBudget\": 50000,\n        \"budget\": 50000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 50000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"settings\": {\n        \"retainageAccountId\": null,\n        \"retainagePercent\": 10,\n        \"inspectable\": true,\n        \"drawable\": true,\n        \"retainable\": true,\n        \"retainagePercentage\": \"10\",\n        \"invoiceFinancingPercentage\": \"0\",\n        \"retainagePercentageValue\": 0.1,\n        \"invoiceFinancingPercentageValue\": 0\n      }\n    },\n    {\n      \"id\": 50002,\n      \"projectId\": 12345,\n      \"type\": \"CONSTRUCTION\",\n      \"subtype\": null,\n      \"name\": \"Framing\",\n      \"description\": \"Wood framing and structural work\",\n      \"displayOrder\": 2,\n      \"changeOrderCount\": 0,\n      \"phaseId\": null,\n      \"inspectionCount\": 0,\n      \"builderDisbursementMethodTypeId\": 1,\n      \"customDisbursementMethodId\": null,\n      \"weight\": 20,\n      \"originalWeight\": 20,\n      \"constructionPercentComplete\": 0,\n      \"amounts\": {\n        \"originalBudget\": 75000,\n        \"budget\": 75000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 75000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"settings\": {\n        \"retainageAccountId\": null,\n        \"retainagePercent\": 10,\n        \"inspectable\": true,\n        \"drawable\": true,\n        \"retainable\": true,\n        \"retainagePercentage\": \"10\",\n        \"invoiceFinancingPercentage\": \"0\",\n        \"retainagePercentageValue\": 0.1,\n        \"invoiceFinancingPercentageValue\": 0\n      }\n    }\n  ],\n  \"fundings\": [\n    {\n      \"id\": 80001,\n      \"accountId\": 90001,\n      \"customerAccountId\": 95001,\n      \"projectId\": 12345,\n      \"type\": \"NOTE\",\n      \"statusCode\": 1,\n      \"priority\": 1,\n      \"displayOrder\": 1,\n      \"changeOrderCount\": 0,\n      \"equity\": {},\n      \"note\": {},\n      \"canDelete\": false,\n      \"canEdit\": true,\n      \"canViewFunding\": true,\n      \"isPrimary\": true,\n      \"canMakePrimary\": false,\n      \"parties\": [\n        {\n          \"id\": 2138019,\n          \"subType\": \"BORROWER\",\n          \"name\": \"John Smith\",\n          \"email\": \"john.smith@example.com\",\n          \"type\": \"INDIVIDUAL\"\n        }\n      ],\n      \"amounts\": {\n        \"originalBudget\": 500000,\n        \"budget\": 500000,\n        \"pending\": 0,\n        \"pendingChangeOrder\": 0,\n        \"funded\": 0,\n        \"released\": 0,\n        \"availableFunds\": 500000,\n        \"earmarked\": 0,\n        \"prepaid\": 0,\n        \"closing\": 0,\n        \"changeOrder\": 0,\n        \"totalRetainage\": 0,\n        \"remainingRetainage\": 0,\n        \"storedMaterials\": 0,\n        \"currentAdjustment\": 0\n      },\n      \"sourceAccounts\": [\n        {\n          \"accountId\": 90001,\n          \"accountName\": \"Primary Construction Loan\",\n          \"accountType\": \"LOAN\",\n          \"adjustments\": 0,\n          \"adjustmentAmount\": 0,\n          \"availableAmount\": 500000,\n          \"closingAmount\": 0,\n          \"costCenter\": null,\n          \"currentAmount\": 500000,\n          \"customerAccountId\": 95001,\n          \"displayOrder\": 1,\n          \"drawAmount\": 0,\n          \"otherPendingDrawTotal\": 0,\n          \"fundedAmount\": 0,\n          \"fundingSourceId\": 1,\n          \"glAccount\": null,\n          \"hasFundingSourceData\": true,\n          \"isDefaultSource\": true,\n          \"isDeleted\": false,\n          \"isOnlyChild\": true,\n          \"originalAmount\": 500000,\n          \"prepaidAmount\": 0,\n          \"retainageAdded\": 0,\n          \"retainageAddedThisDraw\": 0,\n          \"loanId\": 12345,\n          \"principalBalance\": 500000,\n          \"drawFundedAmount\": 0,\n          \"customerAccountFundedAmount\": 0,\n          \"storedDisplayOrder\": 1,\n          \"adjustmentsToDate\": 0,\n          \"totalAdjustmentAmountAllDraws\": 0,\n          \"changeOrdersToDate\": 0,\n          \"changeOrder\": 0,\n          \"capitalAmount\": 500000,\n          \"committedAmount\": 0,\n          \"repaidAmount\": 0,\n          \"isBankOwned\": true,\n          \"details\": {},\n          \"pendingDrawAmount\": 0,\n          \"firstTransactionDate\": null\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget?validate_only=false","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"query":[{"description":"If true, only validates the budget without saving changes. If false or omitted (default), the budget will be saved.","key":"validate_only","value":"false"}],"variable":[{"key":"deal_uid","value":"string","description":"The UID of the Agreement"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"a4e8a078-3c84-407b-9c86-060652e7d0f5"},{"name":"Get budget for a deal","id":"4a3c0682-d2c9-4dc4-92cb-0b9e17b0037a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v2/deals/{deal_uid}/budget","description":"<p><b>Purpose:</b> Retrieve the current budget configuration for a specific loan agreement / deal (deal_uid). This endpoint returns all budget items, funding sources, phases, and related financial settings. Used by Anchor-NGP integration to compare current budget with incoming inspection data.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v2","deals","{deal_uid}","budget"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"ea2a5084-a92f-4281-8a25-d9a7c6b46091","name":"Successfully retrieved the current budget configuration for the deal, including all funding sources, expense line items, phases, and related financial settings.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"abc-123-def-456","description":"The unique identifier (UID) of the deal or loan agreement. Required to fetch the associated project budget used for comparison with inspection data."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 200,\n  \"data\": {\n    \"budget_id\": 67890,\n    \"project_id\": 12345,\n    \"fundings\": [\n      {\n        \"id\": 100001,\n        \"accountId\": 200001,\n        \"customerAccountId\": 300001,\n        \"projectId\": 12345,\n        \"type\": \"NOTE\",\n        \"statusCode\": 10,\n        \"priority\": 1,\n        \"displayOrder\": 1,\n        \"changeOrderCount\": 0,\n        \"parties\": [],\n        \"amounts\": {\n          \"originalBudget\": 500000,\n          \"budget\": 500000,\n          \"pending\": 0,\n          \"funded\": 0,\n          \"released\": 0,\n          \"availableFunds\": 500000,\n          \"earmarked\": 0,\n          \"prepaid\": 0,\n          \"changeOrder\": 0,\n          \"totalRetainage\": 0,\n          \"remainingRetainage\": 0\n        }\n      }\n    ],\n    \"expenses\": [\n      {\n        \"id\": 50001,\n        \"projectId\": 12345,\n        \"type\": \"CONSTRUCTION\",\n        \"subtype\": null,\n        \"name\": \"Foundation\",\n        \"description\": \"Foundation and concrete work\",\n        \"displayOrder\": 1,\n        \"changeOrderCount\": 0,\n        \"phaseId\": null,\n        \"inspectionCount\": 0,\n        \"settings\": {\n          \"inspectable\": true,\n          \"drawable\": true,\n          \"retainable\": true,\n          \"retainageAccountId\": null,\n          \"retainagePercentage\": 10,\n          \"invoiceFinancingPercentage\": 0\n        },\n        \"builderDisbursementMethodTypeId\": 1,\n        \"customDisbursementMethodId\": null,\n        \"amounts\": {\n          \"originalBudget\": 50000,\n          \"budget\": 50000,\n          \"pending\": 0,\n          \"funded\": 0,\n          \"released\": 0,\n          \"availableFunds\": 50000,\n          \"earmarked\": 0,\n          \"prepaid\": 0,\n          \"changeOrder\": 0,\n          \"totalRetainage\": 0,\n          \"remainingRetainage\": 0,\n          \"pendingChangeOrder\": 0,\n          \"storedMaterials\": 0\n        },\n        \"weight\": 15,\n        \"originalWeight\": 15,\n        \"constructionPercentComplete\": 0\n      }\n    ],\n    \"source_accounts\": [\n      \"200001\"\n    ],\n    \"phases\": [\n      \"Phase 1\"\n    ],\n    \"is_weighted\": false,\n    \"primary_note_id\": 100001,\n    \"allow_unbalanced_budget\": 0\n  }\n}"},{"id":"80227748-3262-4bf3-b62b-7f0f3ce2c583","name":"The request is invalid due to malformed deal UID, missing parameters, or budget data that fails validation on the server.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"abc-123-def-456","description":"The unique identifier (UID) of the deal or loan agreement. Required to fetch the associated project budget used for comparison with inspection data."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 400,\n  \"message\": \"Invalid request for budget\",\n  \"error\": \"Bad Request\",\n  \"details\": []\n}"},{"id":"efa54b0f-aca4-469d-90bb-8b95b390415f","name":"Access denied. The authenticated user or client does not have sufficient permissions to view the budget for this deal.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"abc-123-def-456","description":"The unique identifier (UID) of the deal or loan agreement. Required to fetch the associated project budget used for comparison with inspection data."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 403,\n  \"message\": \"Access denied to get budget for deal\",\n  \"error\": \"Forbidden\",\n  \"details\": []\n}"},{"id":"3705de01-190a-4302-9882-7c5642c6f5e3","name":"The specified deal UID was not found, or no budget exists for the associated loan or project.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"abc-123-def-456","description":"The unique identifier (UID) of the deal or loan agreement. Required to fetch the associated project budget used for comparison with inspection data."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 404,\n  \"message\": \"Budget not found for deal abc-123-def-456\",\n  \"error\": \"Not Found\",\n  \"details\": []\n}"},{"id":"d0623ebc-6779-4de1-a203-68676571a2ee","name":"An unexpected server error occurred while fetching or mapping the budget data. Please retry or contact support if the issue persists.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","budget"],"variable":[{"key":"deal_uid","value":"abc-123-def-456","description":"The unique identifier (UID) of the deal or loan agreement. Required to fetch the associated project budget used for comparison with inspection data."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 500,\n  \"message\": \"Failed to get budget\",\n  \"error\": \"Internal Server Error\",\n  \"details\": []\n}"}],"_postman_id":"4a3c0682-d2c9-4dc4-92cb-0b9e17b0037a"}],"id":"900efde2-d004-48f7-9b6b-aca9f5e96626","description":"<p>Deal management endpoints for creating, retrieving, and managing construction loan deals</p>\n","_postman_id":"900efde2-d004-48f7-9b6b-aca9f5e96626","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}}},{"name":"Draw","item":[{"name":"Get draws for a deal","id":"ad0abaa5-fae4-4223-bcd5-6797e3022cfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{dealUid}/draws","description":"<p><b>Purpose:</b> Retrieve all draw requests associated with a specific deal/ loan agreement (deal_uid). This endpoint returns a paginated list of draws, including draw identifiers, names, request and transaction dates, amounts, statuses, and related inspection references. It provides a complete view of the deal’s funding activity and is typically used to display or audit draw history for a loan.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{dealUid}","draws"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"10f6f58f-49a3-448a-a463-d7c571713f54","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid/draws?page=1&per_page=25","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid","draws"],"query":[{"description":"The page number to be returned by the request, starting from 1. Default value is 1 when not provided.","key":"page","value":"1"},{"description":"The number of records to be returned per page in the response. Default is 25, maximum allowed is 100.","key":"per_page","value":"25"}],"variable":[{"key":"dealUid","value":"string","description":"The UID of the Agreement"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 200,\n  \"body\": [\n    {\n      \"deal_id\": \"1233-4567-8901-2345\",\n      \"draw_id\": \"1233\",\n      \"internal_draw_id\": 12345,\n      \"draw_type_id\": 1,\n      \"status_id\": {},\n      \"inspection_id\": 12345,\n      \"draw_number\": \"12345\",\n      \"draw_name\": \"Draw Request #1\",\n      \"request_date\": \"2024-01-15T10:30:00Z\",\n      \"transaction_date\": \"2024-01-15T10:30:00Z\",\n      \"draw_amount\": 50000,\n      \"created_date\": \"2024-01-15T10:30:00Z\"\n    },\n    {\n      \"deal_id\": \"1233-4567-8901-2345\",\n      \"draw_id\": \"1233\",\n      \"internal_draw_id\": 12345,\n      \"draw_type_id\": 1,\n      \"status_id\": {},\n      \"inspection_id\": 12345,\n      \"draw_number\": \"12345\",\n      \"draw_name\": \"Draw Request #1\",\n      \"request_date\": \"2024-01-15T10:30:00Z\",\n      \"transaction_date\": \"2024-01-15T10:30:00Z\",\n      \"draw_amount\": 50000,\n      \"created_date\": \"2024-01-15T10:30:00Z\"\n    }\n  ],\n  \"has_next\": true,\n  \"has_prev\": false,\n  \"page\": 1,\n  \"per_page\": 25,\n  \"total\": 10\n}"},{"id":"606d3d39-7c27-40dd-bf65-224d311f3e26","name":"The provided data is invalid","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid/draws?page=1&per_page=25","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid","draws"],"query":[{"description":"The page number to be returned by the request, starting from 1. Default value is 1 when not provided.","key":"page","value":"1"},{"description":"The number of records to be returned per page in the response. Default is 25, maximum allowed is 100.","key":"per_page","value":"25"}],"variable":[{"key":"dealUid","value":"string","description":"The UID of the Agreement"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The provided data is invalid\",\n  \"details\": []\n}"},{"id":"fa7027d4-0f95-4e7c-b590-8573697bb6a1","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid/draws?page=1&per_page=25","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid","draws"],"query":[{"description":"The page number to be returned by the request, starting from 1. Default value is 1 when not provided.","key":"page","value":"1"},{"description":"The number of records to be returned per page in the response. Default is 25, maximum allowed is 100.","key":"per_page","value":"25"}],"variable":[{"key":"dealUid","value":"string","description":"The UID of the Agreement"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"f492444c-71a4-405e-bdfd-ea39a259c02c","name":"Unable to find draws for this deal","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid/draws?page=1&per_page=25","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid","draws"],"query":[{"description":"The page number to be returned by the request, starting from 1. Default value is 1 when not provided.","key":"page","value":"1"},{"description":"The number of records to be returned per page in the response. Default is 25, maximum allowed is 100.","key":"per_page","value":"25"}],"variable":[{"key":"dealUid","value":"string","description":"The UID of the Agreement"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The provided data is invalid\",\n  \"details\": []\n}"},{"id":"0b97a54a-4369-4876-a896-137653411f34","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid/draws?page=1&per_page=25","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid","draws"],"query":[{"description":"The page number to be returned by the request, starting from 1. Default value is 1 when not provided.","key":"page","value":"1"},{"description":"The number of records to be returned per page in the response. Default is 25, maximum allowed is 100.","key":"per_page","value":"25"}],"variable":[{"key":"dealUid","value":"string","description":"The UID of the Agreement"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"ad0abaa5-fae4-4223-bcd5-6797e3022cfb"},{"name":"Create a pending draw","id":"161eeae4-fbba-4287-83c6-0577cdba5052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws","description":"<p><b>Purpose:</b> Create a new pending draw for a deal. This endpoint initializes a draw in pending draw transfer status for an existing deal/agreement. The draw can then be processed through the standard draw workflow (review, approve, transfer).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"8664fb9d-a334-495b-aa2d-df86d0408035","name":"Successfully created the draw","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws"],"variable":[{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draw_uid\": \"string\",\n    \"checklist_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 2560.2030117859877,\n    \"collateral_budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_type_id\": 3167.6563509338916,\n    \"draw_type\": {\n      \"draw_type_id\": 7047.467262820836,\n      \"draw_type\": \"string\",\n      \"created_by\": 8851.708437375351,\n      \"created_at\": \"string\",\n      \"updated_by\": 9156.913684823117,\n      \"updated_at\": \"string\"\n    },\n    \"draw_status\": {\n      \"status\": 8478.417850613094,\n      \"text\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"user_id\": 5997.417714768487,\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"full_name\": \"string\",\n        \"display_name\": \"string\",\n        \"default_role\": \"string\",\n        \"is_registered\": 6168.708674439463,\n        \"status\": 1517.928427552363,\n        \"text\": \"string\",\n        \"reason\": \"string\",\n        \"created_at\": \"string\"\n      },\n      \"draw_status_id\": 8841.86177772632,\n      \"draw_id\": 6947.199362184817,\n      \"created_at\": \"string\",\n      \"created_by\": 4616.77754004616,\n      \"updated_at\": \"string\",\n      \"updated_by\": 9112.36943768628,\n      \"is_deleted\": 4967.740778144481,\n      \"reason\": \"string\"\n    },\n    \"name\": \"string\",\n    \"number\": 9832.014394220043,\n    \"invoices\": [\n      \"string\",\n      \"string\"\n    ],\n    \"bapi_loan_id\": 6711.327169427274,\n    \"budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"loan_budget_uid\": \"string\",\n    \"accounts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"eligible_uses\": [\n      \"string\",\n      \"string\"\n    ],\n    \"transactions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"comments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"request_date\": \"string\",\n    \"agreement_uid\": \"string\",\n    \"draw_amount\": 3073.005583377234,\n    \"request_amount\": 8354.593267857412,\n    \"original_request_amount\": 2912.9780561777284,\n    \"current_status_id\": 5187.952958572964,\n    \"draw_exceptions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"requested_by\": {\n      \"email\": \"string\",\n      \"user_id\": 7726.476473737935,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 8475.075953850188,\n      \"status\": 6968.841184334319,\n      \"text\": \"string\",\n      \"reason\": \"string\",\n      \"created_at\": \"string\"\n    },\n    \"is_initial\": 6465.442375697978,\n    \"created_at\": \"string\",\n    \"user_approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"can_delete\": false,\n    \"can_decline\": true,\n    \"is_draft\": true,\n    \"approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"approval_totals\": {},\n    \"approval_permissions\": {},\n    \"number_label\": \"string\",\n    \"requests\": {},\n    \"calculations\": {},\n    \"agreement_financials\": {},\n    \"collateral_items\": {},\n    \"transfer_date\": \"string\",\n    \"e_signed\": {},\n    \"adjustment_type\": \"string\",\n    \"inspection_id\": 2394.8332952030937,\n    \"initial_review_by\": {\n      \"email\": \"string\",\n      \"user_id\": 355.4670409990568,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 7614.986839520952,\n      \"status\": 5485.432991816439,\n      \"text\": \"string\",\n      \"reason\": \"string\",\n      \"created_at\": \"string\"\n    }\n  }\n}"},{"id":"a3cf2088-d156-460c-b846-2515aa5d9dd3","name":"Invalid request body or parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws"],"variable":[{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"ba164035-593a-47bd-a7e1-02b4c3f098d5","name":"Access denied - insufficient permissions to create draws","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws"],"variable":[{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"30f6e30f-4c18-44f8-8c5e-7f7266a88aa6","name":"Deal with the specified UID not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws"],"variable":[{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"43378929-e6e9-461e-9ef3-aed9c660576a","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws"],"variable":[{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"161eeae4-fbba-4287-83c6-0577cdba5052"},{"name":"Link an inspection to a draw","id":"46196f22-830a-4723-b2b5-584b7fc710e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/inspection","description":"<p><b>Purpose:</b> Link an existing inspection to a specific draw. This endpoint validates that both the inspection and draw exist, verifies they belong to the same loan, and then creates the link between them. This is used to associate inspection data with draw requests during the draw processing workflow.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","inspection"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"9989c6fd-7fb0-47f4-b670-fd17afeff4b0","name":"Successfully linked inspection to draw","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"inspection_id\": 12345\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/inspection","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","inspection"],"variable":[{"key":"draw_id","value":"117209","description":"The draw ID to link the inspection to"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 201,\n  \"body\": {\n    \"draw_id\": 117209,\n    \"inspection_id\": 12345,\n    \"message\": \"Inspection successfully linked to draw\"\n  }\n}"},{"id":"00a6f799-29c7-4187-b666-516a78afc7f1","name":"Invalid request - inspection and draw may not be compatible (different loans)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"inspection_id\": 12345\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/inspection","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","inspection"],"variable":[{"key":"draw_id","value":"117209","description":"The draw ID to link the inspection to"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"ca2771a9-0f33-4024-97d1-6d242739e362","name":"Access denied - insufficient permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"inspection_id\": 12345\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/inspection","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","inspection"],"variable":[{"key":"draw_id","value":"117209","description":"The draw ID to link the inspection to"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"cd09f46e-5278-47bd-96c7-ddae85270de1","name":"Draw or inspection not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"inspection_id\": 12345\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/inspection","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","inspection"],"variable":[{"key":"draw_id","value":"117209","description":"The draw ID to link the inspection to"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"9910cdce-667c-4271-82e9-c4b5b22e5a53","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"inspection_id\": 12345\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/inspection","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","inspection"],"variable":[{"key":"draw_id","value":"117209","description":"The draw ID to link the inspection to"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"46196f22-830a-4723-b2b5-584b7fc710e5"},{"name":"Get a draw by ID","id":"24f0df2c-c4fd-4d59-9754-9b9c52f97c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}","description":"<p><b>Purpose:</b> Retrieve detailed information for a specific draw by its unique identifier (draw_id). This endpoint returns all available data for a single draw request, including draw name, type, status, associated inspection, request and transaction dates, and disbursement amount. It is typically used to display or validate draw-level details.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"3d64c11b-48d8-4c1f-8f2f-e1ed6c2a74e0","name":"Successfully retrieved the draw","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id"],"variable":[{"key":"draw_id","value":"string","description":"The id of the draw to be fetched"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 200,\n  \"body\": {\n    \"deal_id\": \"1233-4567-8901-2345\",\n    \"draw_id\": \"1233\",\n    \"internal_draw_id\": 12345,\n    \"draw_type_id\": 1,\n    \"status_id\": {},\n    \"inspection_id\": 12345,\n    \"draw_number\": \"12345\",\n    \"draw_name\": \"Draw Request #1\",\n    \"request_date\": \"2024-01-15T10:30:00Z\",\n    \"transaction_date\": \"2024-01-15T10:30:00Z\",\n    \"draw_amount\": 50000,\n    \"created_date\": \"2024-01-15T10:30:00Z\"\n  }\n}"},{"id":"a8100925-4681-4dba-b174-d27461086623","name":"You must use a UUID in the URL","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id"],"variable":[{"key":"draw_id","value":"string","description":"The id of the draw to be fetched"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"2e773e63-46a0-4ccc-a51a-43460f819785","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id"],"variable":[{"key":"draw_id","value":"string","description":"The id of the draw to be fetched"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"97431f3a-3cd1-403a-a224-e9b078a0554c","name":"Unable to find the draw","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id"],"variable":[{"key":"draw_id","value":"string","description":"The id of the draw to be fetched"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"2b12c093-468c-4302-a02c-d10cb0474dc2","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id"],"variable":[{"key":"draw_id","value":"string","description":"The id of the draw to be fetched"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"24f0df2c-c4fd-4d59-9754-9b9c52f97c6b"},{"name":"Get detailed information for a draw by ID","id":"804c77fe-4823-4404-90dc-f4e568acedf3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/details","description":"<p><b>Purpose:</b> Retrieves comprehensive draw details including budget items, collateral information, inspections, and checklist items. This endpoint performs multiple API calls to gather complete draw information. The endpoint implements fail-fast error handling - any service failure (draw details, permissions, inspections, or checklist) will result in an error response rather than partial data.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","details"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"557d9625-c480-45c3-b709-426180c4b679","name":"Successfully retrieved detailed draw information","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw to retrieve details for"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 9078.62431116726,\n  \"body\": {\n    \"draw_uid\": \"string\",\n    \"checklist_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 1542.7476586528599,\n    \"collateral_budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_type_id\": 4415.391793331701,\n    \"draw_type\": {\n      \"draw_type_id\": 9241.92944027904,\n      \"draw_type\": \"string\",\n      \"created_by\": 1401.4001317695224,\n      \"created_at\": \"string\",\n      \"updated_by\": 9078.36814906397,\n      \"updated_at\": \"string\"\n    },\n    \"draw_status\": {\n      \"status\": 951.14384645825,\n      \"text\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"user_id\": 6785.583787492076,\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"full_name\": \"string\",\n        \"display_name\": \"string\",\n        \"default_role\": \"string\",\n        \"is_registered\": 6526.356142137717,\n        \"status\": 2273.8083127367304,\n        \"text\": \"string\",\n        \"reason\": \"string\",\n        \"created_at\": \"string\"\n      },\n      \"draw_status_id\": 2180.505257264315,\n      \"draw_id\": 2901.7989331121707,\n      \"created_at\": \"string\",\n      \"created_by\": 9919.837034775428,\n      \"updated_at\": \"string\",\n      \"updated_by\": 2482.5140753019937,\n      \"is_deleted\": 4311.729439197413,\n      \"reason\": \"string\"\n    },\n    \"name\": \"string\",\n    \"number\": 5530.493926988954,\n    \"invoices\": [\n      \"string\",\n      \"string\"\n    ],\n    \"bapi_loan_id\": 6702.440202813373,\n    \"budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"loan_budget_uid\": \"string\",\n    \"accounts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"eligible_uses\": [\n      \"string\",\n      \"string\"\n    ],\n    \"transactions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"comments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"request_date\": \"string\",\n    \"agreement_uid\": \"string\",\n    \"draw_amount\": 7745.14079128247,\n    \"request_amount\": 6280.181452181155,\n    \"original_request_amount\": 401.06469774299546,\n    \"current_status_id\": 6709.59864643743,\n    \"draw_exceptions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"requested_by\": {\n      \"email\": \"string\",\n      \"user_id\": 4566.447538134885,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 5587.393609606358,\n      \"status\": 8643.075949121867,\n      \"text\": \"string\",\n      \"reason\": \"string\",\n      \"created_at\": \"string\"\n    },\n    \"is_initial\": 3864.356248037083,\n    \"created_at\": \"string\",\n    \"user_approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"can_delete\": false,\n    \"can_decline\": true,\n    \"is_draft\": false,\n    \"approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"approval_totals\": {},\n    \"approval_permissions\": {},\n    \"number_label\": \"string\",\n    \"requests\": {},\n    \"calculations\": {},\n    \"agreement_financials\": {},\n    \"collateral_items\": {},\n    \"transfer_date\": \"string\",\n    \"e_signed\": {},\n    \"adjustment_type\": \"string\",\n    \"inspection_id\": 3546.5900219703385,\n    \"initial_review_by\": {\n      \"email\": \"string\",\n      \"user_id\": 362.11391130735683,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 6059.1964832977865,\n      \"status\": 435.1607668295887,\n      \"text\": \"string\",\n      \"reason\": \"string\",\n      \"created_at\": \"string\"\n    }\n  }\n}"},{"id":"7506e3ed-bc0e-4753-b7ef-ad7ba30ef260","name":"Invalid draw ID - must be a positive integer","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw to retrieve details for"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"75ae9b53-00ea-4469-9bb6-e30ab6a29e37","name":"Authentication token is missing, invalid, or expired","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw to retrieve details for"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"30b959cd-236e-4092-b47b-5d99f0734d14","name":"User lacks required permissions to access this draw or the draw is not accessible to the current user","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw to retrieve details for"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"a4cf7802-ccd6-46a9-9343-0573b3dbb211","name":"Draw not found or associated resources (agreement, loan, etc.) not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw to retrieve details for"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"c00004dd-b0a2-4959-a1d7-bb3ee6a72faf","name":"Request timeout - one or more downstream services are not responding (returns 500 Internal Server Error)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw to retrieve details for"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"5ef759ef-9070-4191-a8c1-ad9d27031d89","name":"Internal server error or downstream service failures","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw to retrieve details for"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"d289c281-69cb-4f93-9662-733e6cd81a5f","name":"One or more required services are temporarily unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw to retrieve details for"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"804c77fe-4823-4404-90dc-f4e568acedf3"},{"name":"Search for draws","id":"c9207026-2c55-4fdd-b353-3f80093d9696","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search","description":"<p><b>Purpose:</b> Execute a search for draws across all deals using filter and sort criteria. This endpoint supports advanced querying to locate specific draw requests: by status, request date, amount, or other indexed fields, and returns a list of matching draw records with pagination. It is typically used to build reporting views or dashboards for monitoring draw activity at scale.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","search"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"42695d3b-e863-482c-a267-f9de42ca3b85","name":"Successfully retrieved draws","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_status_code\",\n      \"op\": \"range\",\n      \"value\": {\n        \"lt\": 20\n      }\n    },\n    {\n      \"name\": \"loan_current_status\",\n      \"op\": \"gt\",\n      \"value\": 5\n    }\n  ],\n  \"tenant_uid\": \"123567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws","search"],"variable":[{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draws\": [\n      {\n        \"draw_id\": 2332.938088618557,\n        \"draw_status_code\": 294.9455344896934,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 1435.048902302648,\n        \"draw_request_date\": \"string\"\n      },\n      {\n        \"draw_id\": 6007.952838287458,\n        \"draw_status_code\": 679.7125446325535,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 7009.802950186989,\n        \"draw_request_date\": \"string\"\n      }\n    ],\n    \"total\": 150\n  }\n}"},{"id":"060a1431-c1da-4f2d-87d6-4762b0fd40dd","name":"Invalid search parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_status_code\",\n      \"op\": \"range\",\n      \"value\": {\n        \"lt\": 20\n      }\n    },\n    {\n      \"name\": \"loan_current_status\",\n      \"op\": \"gt\",\n      \"value\": 5\n    }\n  ],\n  \"tenant_uid\": \"123567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws","search"],"variable":[{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"e78c0de9-114f-4b4d-b473-a783f33f688b","name":"The action is not allowed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_status_code\",\n      \"op\": \"range\",\n      \"value\": {\n        \"lt\": 20\n      }\n    },\n    {\n      \"name\": \"loan_current_status\",\n      \"op\": \"gt\",\n      \"value\": 5\n    }\n  ],\n  \"tenant_uid\": \"123567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws","search"],"variable":[{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"c6d2d227-a5b0-4fba-8ed5-aaa69da4c3b7","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_status_code\",\n      \"op\": \"range\",\n      \"value\": {\n        \"lt\": 20\n      }\n    },\n    {\n      \"name\": \"loan_current_status\",\n      \"op\": \"gt\",\n      \"value\": 5\n    }\n  ],\n  \"tenant_uid\": \"123567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws","search"],"variable":[{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"c9207026-2c55-4fdd-b353-3f80093d9696"},{"name":"Approve a draw by ID","id":"5907f2ef-cd8d-478d-9fd2-8497d2e3464d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/approve","description":"<p><b>Purpose:</b> Approve a specific draw request by its unique identifier (draw_id). This endpoint records the approval action, updating the draw’s status, related budget items, checklist validations, and audit details such as reviewer identity and timestamp. It confirms that the draw has met all required conditions for disbursement and transitions it into an approved state within the funding workflow.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","approve"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"371bce59-38e3-40dd-8f6c-db4ed2e3a012","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"override\": true,\n  \"change_status\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/approve","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","approve"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draw_uid\": \"string\",\n    \"checklist_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 2560.2030117859877,\n    \"collateral_budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_type_id\": 3167.6563509338916,\n    \"draw_type\": {\n      \"draw_type_id\": 7047.467262820836,\n      \"draw_type\": \"string\",\n      \"created_by\": 8851.708437375351,\n      \"created_at\": \"string\",\n      \"updated_by\": 9156.913684823117,\n      \"updated_at\": \"string\"\n    },\n    \"draw_status\": {\n      \"status\": 8478.417850613094,\n      \"text\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"user_id\": 5997.417714768487,\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"full_name\": \"string\",\n        \"display_name\": \"string\",\n        \"default_role\": \"string\",\n        \"is_registered\": 6168.708674439463,\n        \"status\": 1517.928427552363,\n        \"text\": \"string\",\n        \"reason\": \"string\",\n        \"created_at\": \"string\"\n      },\n      \"draw_status_id\": 8841.86177772632,\n      \"draw_id\": 6947.199362184817,\n      \"created_at\": \"string\",\n      \"created_by\": 4616.77754004616,\n      \"updated_at\": \"string\",\n      \"updated_by\": 9112.36943768628,\n      \"is_deleted\": 4967.740778144481,\n      \"reason\": \"string\"\n    },\n    \"name\": \"string\",\n    \"number\": 9832.014394220043,\n    \"invoices\": [\n      \"string\",\n      \"string\"\n    ],\n    \"bapi_loan_id\": 6711.327169427274,\n    \"budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"loan_budget_uid\": \"string\",\n    \"accounts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"eligible_uses\": [\n      \"string\",\n      \"string\"\n    ],\n    \"transactions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"comments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"request_date\": \"string\",\n    \"agreement_uid\": \"string\",\n    \"draw_amount\": 3073.005583377234,\n    \"request_amount\": 8354.593267857412,\n    \"original_request_amount\": 2912.9780561777284,\n    \"current_status_id\": 5187.952958572964,\n    \"draw_exceptions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"requested_by\": {\n      \"email\": \"string\",\n      \"user_id\": 7726.476473737935,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 8475.075953850188,\n      \"status\": 6968.841184334319,\n      \"text\": \"string\",\n      \"reason\": \"string\",\n      \"created_at\": \"string\"\n    },\n    \"is_initial\": 6465.442375697978,\n    \"created_at\": \"string\",\n    \"user_approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"can_delete\": false,\n    \"can_decline\": true,\n    \"is_draft\": true,\n    \"approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"approval_totals\": {},\n    \"approval_permissions\": {},\n    \"number_label\": \"string\",\n    \"requests\": {},\n    \"calculations\": {},\n    \"agreement_financials\": {},\n    \"collateral_items\": {},\n    \"transfer_date\": \"string\",\n    \"e_signed\": {},\n    \"adjustment_type\": \"string\",\n    \"inspection_id\": 2394.8332952030937,\n    \"initial_review_by\": {\n      \"email\": \"string\",\n      \"user_id\": 355.4670409990568,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 7614.986839520952,\n      \"status\": 5485.432991816439,\n      \"text\": \"string\",\n      \"reason\": \"string\",\n      \"created_at\": \"string\"\n    }\n  }\n}"},{"id":"13fbf80a-86d9-46b6-a215-abd1b8f1b10f","name":"Invalid request body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"override\": true,\n  \"change_status\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/approve","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","approve"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"65eb51f8-df1f-4018-9686-e49527d8f823","name":"The action is not allowed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"override\": true,\n  \"change_status\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/approve","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","approve"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"394a1625-87c8-4d3c-bfc2-1295504f656a","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"override\": true,\n  \"change_status\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/approve","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","approve"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"5907f2ef-cd8d-478d-9fd2-8497d2e3464d"},{"name":"Mark a draw as Ready to Transfer by ID","id":"93ae5657-ff06-428a-b822-f695b4302b02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/ready-to-transfer","description":"<p><b>Purpose:</b> Marks a specific draw request as ready to transfer by its unique identifier (draw_id). This endpoint updates the draw’s status to “Ready to Transfer,” triggering the next step in the funding workflow.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","ready-to-transfer"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"184b7ed4-5e7f-4088-90ce-5f3ea9ef4bc1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"borrower_disbursement_id\": 1836.936511215982,\n  \"tenant_uid\": \"string\",\n  \"reason\": \"string\",\n  \"use_manage\": true,\n  \"change_status\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/ready-to-transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","ready-to-transfer"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draw_uid\": \"string\",\n    \"checklist_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 2560.2030117859877,\n    \"collateral_budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_type_id\": 3167.6563509338916,\n    \"draw_type\": {\n      \"draw_type_id\": 7047.467262820836,\n      \"draw_type\": \"string\",\n      \"created_by\": 8851.708437375351,\n      \"created_at\": \"string\",\n      \"updated_by\": 9156.913684823117,\n      \"updated_at\": \"string\"\n    },\n    \"draw_status\": {\n      \"status\": 8478.417850613094,\n      \"text\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"user_id\": 5997.417714768487,\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"full_name\": \"string\",\n        \"display_name\": \"string\",\n        \"default_role\": \"string\",\n        \"is_registered\": 6168.708674439463,\n        \"status\": 1517.928427552363,\n        \"text\": \"string\",\n        \"reason\": \"string\",\n        \"created_at\": \"string\"\n      },\n      \"draw_status_id\": 8841.86177772632,\n      \"draw_id\": 6947.199362184817,\n      \"created_at\": \"string\",\n      \"created_by\": 4616.77754004616,\n      \"updated_at\": \"string\",\n      \"updated_by\": 9112.36943768628,\n      \"is_deleted\": 4967.740778144481,\n      \"reason\": \"string\"\n    },\n    \"name\": \"string\",\n    \"number\": 9832.014394220043,\n    \"invoices\": [\n      \"string\",\n      \"string\"\n    ],\n    \"bapi_loan_id\": 6711.327169427274,\n    \"budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"loan_budget_uid\": \"string\",\n    \"accounts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"eligible_uses\": [\n      \"string\",\n      \"string\"\n    ],\n    \"transactions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"comments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"request_date\": \"string\",\n    \"agreement_uid\": \"string\",\n    \"draw_amount\": 3073.005583377234,\n    \"request_amount\": 8354.593267857412,\n    \"original_request_amount\": 2912.9780561777284,\n    \"current_status_id\": 5187.952958572964,\n    \"draw_exceptions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"requested_by\": {\n      \"email\": \"string\",\n      \"user_id\": 7726.476473737935,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 8475.075953850188,\n      \"status\": 6968.841184334319,\n      \"text\": \"string\",\n      \"reason\": \"string\",\n      \"created_at\": \"string\"\n    },\n    \"is_initial\": 6465.442375697978,\n    \"created_at\": \"string\",\n    \"user_approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"can_delete\": false,\n    \"can_decline\": true,\n    \"is_draft\": true,\n    \"approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"approval_totals\": {},\n    \"approval_permissions\": {},\n    \"number_label\": \"string\",\n    \"requests\": {},\n    \"calculations\": {},\n    \"agreement_financials\": {},\n    \"collateral_items\": {},\n    \"transfer_date\": \"string\",\n    \"e_signed\": {},\n    \"adjustment_type\": \"string\",\n    \"inspection_id\": 2394.8332952030937,\n    \"initial_review_by\": {\n      \"email\": \"string\",\n      \"user_id\": 355.4670409990568,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 7614.986839520952,\n      \"status\": 5485.432991816439,\n      \"text\": \"string\",\n      \"reason\": \"string\",\n      \"created_at\": \"string\"\n    }\n  }\n}"},{"id":"fd69fe2b-646d-4b6d-b188-16634aace3c8","name":"Invalid request body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"borrower_disbursement_id\": 1836.936511215982,\n  \"tenant_uid\": \"string\",\n  \"reason\": \"string\",\n  \"use_manage\": true,\n  \"change_status\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/ready-to-transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","ready-to-transfer"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"6b4054f5-c934-4016-a9b5-7be0173da974","name":"The action is not allowed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"borrower_disbursement_id\": 1836.936511215982,\n  \"tenant_uid\": \"string\",\n  \"reason\": \"string\",\n  \"use_manage\": true,\n  \"change_status\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/ready-to-transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","ready-to-transfer"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"77a5b5d9-276e-4039-8b46-e074201806b6","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"borrower_disbursement_id\": 1836.936511215982,\n  \"tenant_uid\": \"string\",\n  \"reason\": \"string\",\n  \"use_manage\": true,\n  \"change_status\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/ready-to-transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","ready-to-transfer"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"93ae5657-ff06-428a-b822-f695b4302b02"},{"name":"Transfer a draw by ID","id":"f0c84141-c970-448b-9970-32f3b4692881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/transfer","description":"<p><b>Purpose:</b> Transfers a specific draw request by its unique identifier (draw_id). This endpoint updates the draw’s status to the specified draw_status_code, marking it as transferred.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","transfer"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"0baad764-fd3f-45b2-89c9-153cdc3c7bdd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"tenant_uid\": \"string\",\n  \"draw_status_code\": 9201.151403810072,\n  \"use_manage\": false,\n  \"change_status\": true,\n  \"borrower_disbursement_id\": 7605.867586674924\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","transfer"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draw_uid\": \"string\",\n    \"checklist_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 2560.2030117859877,\n    \"collateral_budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_type_id\": 3167.6563509338916,\n    \"draw_type\": {\n      \"draw_type_id\": 7047.467262820836,\n      \"draw_type\": \"string\",\n      \"created_by\": 8851.708437375351,\n      \"created_at\": \"string\",\n      \"updated_by\": 9156.913684823117,\n      \"updated_at\": \"string\"\n    },\n    \"draw_status\": {\n      \"status\": 8478.417850613094,\n      \"text\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"user_id\": 5997.417714768487,\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"full_name\": \"string\",\n        \"display_name\": \"string\",\n        \"default_role\": \"string\",\n        \"is_registered\": 6168.708674439463,\n        \"status\": 1517.928427552363,\n        \"text\": \"string\",\n        \"reason\": \"string\",\n        \"created_at\": \"string\"\n      },\n      \"draw_status_id\": 8841.86177772632,\n      \"draw_id\": 6947.199362184817,\n      \"created_at\": \"string\",\n      \"created_by\": 4616.77754004616,\n      \"updated_at\": \"string\",\n      \"updated_by\": 9112.36943768628,\n      \"is_deleted\": 4967.740778144481,\n      \"reason\": \"string\"\n    },\n    \"name\": \"string\",\n    \"number\": 9832.014394220043,\n    \"invoices\": [\n      \"string\",\n      \"string\"\n    ],\n    \"bapi_loan_id\": 6711.327169427274,\n    \"budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"loan_budget_uid\": \"string\",\n    \"accounts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"eligible_uses\": [\n      \"string\",\n      \"string\"\n    ],\n    \"transactions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"comments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"request_date\": \"string\",\n    \"agreement_uid\": \"string\",\n    \"draw_amount\": 3073.005583377234,\n    \"request_amount\": 8354.593267857412,\n    \"original_request_amount\": 2912.9780561777284,\n    \"current_status_id\": 5187.952958572964,\n    \"draw_exceptions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"requested_by\": {\n      \"email\": \"string\",\n      \"user_id\": 7726.476473737935,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 8475.075953850188,\n      \"status\": 6968.841184334319,\n      \"text\": \"string\",\n      \"reason\": \"string\",\n      \"created_at\": \"string\"\n    },\n    \"is_initial\": 6465.442375697978,\n    \"created_at\": \"string\",\n    \"user_approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"can_delete\": false,\n    \"can_decline\": true,\n    \"is_draft\": true,\n    \"approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"approval_totals\": {},\n    \"approval_permissions\": {},\n    \"number_label\": \"string\",\n    \"requests\": {},\n    \"calculations\": {},\n    \"agreement_financials\": {},\n    \"collateral_items\": {},\n    \"transfer_date\": \"string\",\n    \"e_signed\": {},\n    \"adjustment_type\": \"string\",\n    \"inspection_id\": 2394.8332952030937,\n    \"initial_review_by\": {\n      \"email\": \"string\",\n      \"user_id\": 355.4670409990568,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 7614.986839520952,\n      \"status\": 5485.432991816439,\n      \"text\": \"string\",\n      \"reason\": \"string\",\n      \"created_at\": \"string\"\n    }\n  }\n}"},{"id":"640dd46d-6a2d-4b60-88df-d34e0bfe12aa","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"tenant_uid\": \"string\",\n  \"draw_status_code\": 9201.151403810072,\n  \"use_manage\": false,\n  \"change_status\": true,\n  \"borrower_disbursement_id\": 7605.867586674924\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","transfer"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"908ebe43-8d9c-4b9e-86f2-0e96e4dae94f","name":"The action is not allowed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"tenant_uid\": \"string\",\n  \"draw_status_code\": 9201.151403810072,\n  \"use_manage\": false,\n  \"change_status\": true,\n  \"borrower_disbursement_id\": 7605.867586674924\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","transfer"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"c2545c7b-7596-4628-8177-5114335e3838","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"tenant_uid\": \"string\",\n  \"draw_status_code\": 9201.151403810072,\n  \"use_manage\": false,\n  \"change_status\": true,\n  \"borrower_disbursement_id\": 7605.867586674924\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","transfer"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"f0c84141-c970-448b-9970-32f3b4692881"},{"name":"Decline a draw by ID","id":"c45a442a-44c3-44a0-91c7-feba67570251","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/decline","description":"<p><b>Purpose:</b> Declines a specific draw request by its unique identifier (draw_id). This endpoint updates the draw’s status to “Declined,” indicating that the draw has not met the required conditions for disbursement.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","decline"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"cd77458b-63a2-4cf6-a2a3-af34b8f52520","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"agreement_uid\": \"string\",\n  \"branch_uid\": \"string\",\n  \"draw_uid\": \"string\",\n  \"bank_uid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/decline","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","decline"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draw_uid\": \"string\",\n    \"checklist_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 2560.2030117859877,\n    \"collateral_budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_type_id\": 3167.6563509338916,\n    \"draw_type\": {\n      \"draw_type_id\": 7047.467262820836,\n      \"draw_type\": \"string\",\n      \"created_by\": 8851.708437375351,\n      \"created_at\": \"string\",\n      \"updated_by\": 9156.913684823117,\n      \"updated_at\": \"string\"\n    },\n    \"draw_status\": {\n      \"status\": 8478.417850613094,\n      \"text\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"user_id\": 5997.417714768487,\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"full_name\": \"string\",\n        \"display_name\": \"string\",\n        \"default_role\": \"string\",\n        \"is_registered\": 6168.708674439463,\n        \"status\": 1517.928427552363,\n        \"text\": \"string\",\n        \"reason\": \"string\",\n        \"created_at\": \"string\"\n      },\n      \"draw_status_id\": 8841.86177772632,\n      \"draw_id\": 6947.199362184817,\n      \"created_at\": \"string\",\n      \"created_by\": 4616.77754004616,\n      \"updated_at\": \"string\",\n      \"updated_by\": 9112.36943768628,\n      \"is_deleted\": 4967.740778144481,\n      \"reason\": \"string\"\n    },\n    \"name\": \"string\",\n    \"number\": 9832.014394220043,\n    \"invoices\": [\n      \"string\",\n      \"string\"\n    ],\n    \"bapi_loan_id\": 6711.327169427274,\n    \"budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"loan_budget_uid\": \"string\",\n    \"accounts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"eligible_uses\": [\n      \"string\",\n      \"string\"\n    ],\n    \"transactions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"comments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"request_date\": \"string\",\n    \"agreement_uid\": \"string\",\n    \"draw_amount\": 3073.005583377234,\n    \"request_amount\": 8354.593267857412,\n    \"original_request_amount\": 2912.9780561777284,\n    \"current_status_id\": 5187.952958572964,\n    \"draw_exceptions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"requested_by\": {\n      \"email\": \"string\",\n      \"user_id\": 7726.476473737935,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 8475.075953850188,\n      \"status\": 6968.841184334319,\n      \"text\": \"string\",\n      \"reason\": \"string\",\n      \"created_at\": \"string\"\n    },\n    \"is_initial\": 6465.442375697978,\n    \"created_at\": \"string\",\n    \"user_approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"can_delete\": false,\n    \"can_decline\": true,\n    \"is_draft\": true,\n    \"approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"approval_totals\": {},\n    \"approval_permissions\": {},\n    \"number_label\": \"string\",\n    \"requests\": {},\n    \"calculations\": {},\n    \"agreement_financials\": {},\n    \"collateral_items\": {},\n    \"transfer_date\": \"string\",\n    \"e_signed\": {},\n    \"adjustment_type\": \"string\",\n    \"inspection_id\": 2394.8332952030937,\n    \"initial_review_by\": {\n      \"email\": \"string\",\n      \"user_id\": 355.4670409990568,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 7614.986839520952,\n      \"status\": 5485.432991816439,\n      \"text\": \"string\",\n      \"reason\": \"string\",\n      \"created_at\": \"string\"\n    }\n  }\n}"},{"id":"d7ec72c9-32ea-4216-81dd-2aa9b5bfb2d1","name":"Invalid request body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"agreement_uid\": \"string\",\n  \"branch_uid\": \"string\",\n  \"draw_uid\": \"string\",\n  \"bank_uid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/decline","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","decline"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"19b448c7-f8df-473f-ae8b-df590455d23c","name":"The action is not allowed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"agreement_uid\": \"string\",\n  \"branch_uid\": \"string\",\n  \"draw_uid\": \"string\",\n  \"bank_uid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/decline","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","decline"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"b6d78d7f-9148-44f7-9475-30a70e3a2b66","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"agreement_uid\": \"string\",\n  \"branch_uid\": \"string\",\n  \"draw_uid\": \"string\",\n  \"bank_uid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/decline","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","decline"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"c45a442a-44c3-44a0-91c7-feba67570251"},{"name":"Get files for a draw by id","id":"42a1fcc1-efab-4b83-9708-643c1d9209af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/files","description":"<p><b>Purpose:</b> Retrieve all files associated with a specific draw (draw_id). This endpoint returns metadata for each file, such as name, content type, status, creator, timestamps, and download URL, allowing clients to view or download documents related to a draw request, including invoices, lien waivers, and inspection reports.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","files"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"6d313b47-d15d-48bb-9219-6aabacaae783","name":"Successfully retrieved draw files","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","files"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": [\n    {\n      \"file_uid\": \"f47ac10b-58cc-4372-a567-0e02b2c3d479\",\n      \"file_id\": \"file_12345\",\n      \"file_type\": \"image/png\",\n      \"file_name\": \"document.png\",\n      \"file_status\": \"processed\",\n      \"thumbnail_download_url\": \"https://example.com/thumb/download/f47ac10b\",\n      \"thumbnail_preview_url\": \"https://example.com/thumb/preview/f47ac10b\",\n      \"download_url\": \"https://example.com/download/f47ac10b\",\n      \"preview_url\": \"https://example.com/preview/f47ac10b\",\n      \"tenant_uid\": \"t47ac10b-58cc-4372-a567-0e02b2c3d47t\",\n      \"group\": \"inspections\",\n      \"bank_id\": \"bank_abc\",\n      \"branch_id\": \"branch_xyz\"\n    },\n    {\n      \"file_uid\": \"f47ac10b-58cc-4372-a567-0e02b2c3d479\",\n      \"file_id\": \"file_12345\",\n      \"file_type\": \"image/png\",\n      \"file_name\": \"document.png\",\n      \"file_status\": \"processed\",\n      \"thumbnail_download_url\": \"https://example.com/thumb/download/f47ac10b\",\n      \"thumbnail_preview_url\": \"https://example.com/thumb/preview/f47ac10b\",\n      \"download_url\": \"https://example.com/download/f47ac10b\",\n      \"preview_url\": \"https://example.com/preview/f47ac10b\",\n      \"tenant_uid\": \"t47ac10b-58cc-4372-a567-0e02b2c3d47t\",\n      \"group\": \"inspections\",\n      \"bank_id\": \"bank_abc\",\n      \"branch_id\": \"branch_xyz\"\n    }\n  ]\n}"},{"id":"eee6e18a-fdd0-4ea3-a0d0-44fac2e787c8","name":"The id is not a valid id","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","files"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"eca0ef65-aecb-46e7-918c-742cfa2f1941","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","files"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"4eeb2fd0-3d26-4c1b-8fdf-877763af75c5","name":"Draw not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","files"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"5bcc888c-7f5c-4c91-8efc-1967dc433b99","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","files"],"variable":[{"key":"draw_id","value":"4688.326466455827"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"42a1fcc1-efab-4b83-9708-643c1d9209af"},{"name":"Update a checklist item for a draw","id":"dada2042-c858-4ac0-b317-502706311596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/checklist_item/{checklist_item_id}","description":"<p><b>Purpose:</b> Updates the status of a specific checklist item for a draw. Actions include checking, unchecking, waiving, or deferring the item.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","checklist_item","{checklist_item_id}"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"da42e1e3-9071-4f46-acad-6104e11f8916","name":"Successfully updated checklist item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"check\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/checklist_item/:checklist_item_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","checklist_item",":checklist_item_id"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw"},{"key":"checklist_item_id","value":"item-123","description":"The string ID of the checklist item to update"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": {\n    \"group\": \"Legal Documents\",\n    \"status\": \"checked\",\n    \"description\": \"Submit building permit\",\n    \"checklist_item_id\": 123,\n    \"bank_id\": 4997.538702972054,\n    \"entity_id\": 7810.752201822294,\n    \"entity_type\": \"string\",\n    \"is_checked\": true,\n    \"created_by\": 4304.161805781811,\n    \"created_at\": \"string\",\n    \"updated_by\": 6292.645622637801,\n    \"updated_at\": \"string\",\n    \"is_from_template\": false,\n    \"is_waived\": false,\n    \"checklist_item_files\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 7750.620569846223,\n    \"viewing_draw_id\": 6449.993134941241,\n    \"is_transferred\": true,\n    \"viewing_draw_number\": 9976.950801349823,\n    \"draw_number\": 3781.631821188307,\n    \"purpose\": \"Documentation\",\n    \"note\": \"string\",\n    \"completed_by\": 114.81370797584378,\n    \"completed_at\": \"string\",\n    \"completed_user\": {\n      \"email\": \"string\",\n      \"username\": \"string\",\n      \"address\": \"string\",\n      \"lockout\": {},\n      \"user_id\": 726.5243728544823,\n      \"bank_id\": 9152.225770677765,\n      \"primary_user_phone_number_id\": 4770.335254892465,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"communication_preference_id\": 3063.7238380066624,\n      \"default_role\": \"string\",\n      \"experience_type\": \"string\",\n      \"address_id\": 2497.119229001126,\n      \"user_lockout_id\": 7586.781458065651,\n      \"preferred_locale\": \"string\",\n      \"is_deleted\": 2594.2012450253237,\n      \"user_uid\": \"string\",\n      \"created_by\": 7140.190788823979,\n      \"created_at\": \"string\",\n      \"updated_by\": 2759.1065441949168,\n      \"updated_at\": \"string\",\n      \"deleted_by\": 5261.30627641212,\n      \"deleted_at\": \"string\",\n      \"accepted_terms\": {},\n      \"communication_preference\": {},\n      \"phone_numbers\": {},\n      \"builder_administrators\": {},\n      \"primary_phone_number\": {}\n    }\n  }\n}"},{"id":"67463053-5950-45aa-9026-958781976719","name":"Invalid request body or parameters. The action must be one of: check, uncheck, waive, defer. Invalid draw_id or checklist_item_id will also return 400. If the checklist item does not belong to the specified draw, a 400 error will be returned.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"check\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/checklist_item/:checklist_item_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","checklist_item",":checklist_item_id"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw"},{"key":"checklist_item_id","value":"item-123","description":"The string ID of the checklist item to update"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"57c4800f-94a9-400a-8f40-ebd8707abdc9","name":"The action is not allowed. User does not have permission to update checklist items.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"check\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/checklist_item/:checklist_item_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","checklist_item",":checklist_item_id"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw"},{"key":"checklist_item_id","value":"item-123","description":"The string ID of the checklist item to update"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"76338e83-b109-4b84-9649-be1f7726367b","name":"Draw or checklist item not found. The specified draw ID or checklist item ID does not exist.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"check\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/checklist_item/:checklist_item_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","checklist_item",":checklist_item_id"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw"},{"key":"checklist_item_id","value":"item-123","description":"The string ID of the checklist item to update"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"dd27b070-94e0-49fa-a96f-27499f8f2089","name":"There was a problem completing the request. Please try again later.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"check\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/checklist_item/:checklist_item_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","checklist_item",":checklist_item_id"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric ID of the draw"},{"key":"checklist_item_id","value":"item-123","description":"The string ID of the checklist item to update"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"dada2042-c858-4ac0-b317-502706311596"},{"name":"Update budget items for a draw","id":"c34f4430-0a70-46dc-b399-a2936803f130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/budget","description":"<p><b>Purpose:</b> Manage draw budget item assignments for NGP integration. Supports add, update, and delete operations in a single request. Pre-flight validations ensure funding sources and transactions remain valid. <br /><br /><b>Operations:</b><br />- <b>UPDATE:</b> Provide loan_budget_item_id with new amount/reallocation values<br />- <b>DELETE (Option B):</b> Set amount: 0 with negative reallocation_amount<br />- <b>ADD:</b> Include loan_budget_item_id from loan budget to add item to draw</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","budget"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"fe36defd-ddc9-485e-a691-82d2b0e4ca03","name":"Successfully updated draw budget items and returned the recalculated funding and transaction information","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"budget_items\": [\n    {\n      \"loan_budget_item_id\": 101,\n      \"amount\": 5000,\n      \"reallocation_amount\": 0,\n      \"description\": \"Updated amount for electrical work\"\n    },\n    {\n      \"loan_budget_item_id\": 102,\n      \"amount\": 3000,\n      \"reallocation_amount\": 500\n    }\n  ],\n  \"revision_reason\": \"Scope change per borrower request\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","budget"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric identifier of the draw to update budget items for in the system"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 200,\n  \"data\": {\n    \"draw_id\": 12345,\n    \"draw_uid\": \"draw-uuid-123\",\n    \"budget_items\": [\n      {\n        \"loan_budget_item_id\": 101,\n        \"amount\": 5000,\n        \"reallocation_amount\": 0,\n        \"description\": \"Updated amount for electrical work\"\n      }\n    ],\n    \"accounts\": [\n      {\n        \"account_id\": 1,\n        \"draw_amount\": 5000\n      }\n    ],\n    \"eligible_uses\": []\n  }\n}"},{"id":"8cab7e59-8344-4374-ac60-0e829f8c6f58","name":"Invalid request - validation failed for budget items, funding sources, or transaction calculations","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"budget_items\": [\n    {\n      \"loan_budget_item_id\": 101,\n      \"amount\": 5000,\n      \"reallocation_amount\": 0,\n      \"description\": \"Updated amount for electrical work\"\n    },\n    {\n      \"loan_budget_item_id\": 102,\n      \"amount\": 3000,\n      \"reallocation_amount\": 500\n    }\n  ],\n  \"revision_reason\": \"Scope change per borrower request\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","budget"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric identifier of the draw to update budget items for in the system"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 400,\n  \"message\": \"Funding validation failed: Insufficient funds in loan account\",\n  \"error\": \"Bad Request\",\n  \"details\": []\n}"},{"id":"b825cd8a-7d43-43e9-b511-7f30829cc053","name":"Access denied - user lacks PARTNERAPIUPDATE permission or the draw is not accessible to this user","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"budget_items\": [\n    {\n      \"loan_budget_item_id\": 101,\n      \"amount\": 5000,\n      \"reallocation_amount\": 0,\n      \"description\": \"Updated amount for electrical work\"\n    },\n    {\n      \"loan_budget_item_id\": 102,\n      \"amount\": 3000,\n      \"reallocation_amount\": 500\n    }\n  ],\n  \"revision_reason\": \"Scope change per borrower request\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","budget"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric identifier of the draw to update budget items for in the system"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 403,\n  \"message\": \"Access denied - insufficient permissions to update draw budget\",\n  \"error\": \"Forbidden\",\n  \"details\": []\n}"},{"id":"f5d5d57e-9b9b-47d0-b329-b76b314d3851","name":"Draw not found in the system or the specified budget item was not found on the draw","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"budget_items\": [\n    {\n      \"loan_budget_item_id\": 101,\n      \"amount\": 5000,\n      \"reallocation_amount\": 0,\n      \"description\": \"Updated amount for electrical work\"\n    },\n    {\n      \"loan_budget_item_id\": 102,\n      \"amount\": 3000,\n      \"reallocation_amount\": 500\n    }\n  ],\n  \"revision_reason\": \"Scope change per borrower request\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","budget"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric identifier of the draw to update budget items for in the system"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 404,\n  \"message\": \"Draw with ID 12345 not found\",\n  \"error\": \"Not Found\",\n  \"details\": []\n}"},{"id":"270514cb-b7a9-497d-82af-57c523b6421b","name":"An unexpected internal server error occurred during the budget update operation processing","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"budget_items\": [\n    {\n      \"loan_budget_item_id\": 101,\n      \"amount\": 5000,\n      \"reallocation_amount\": 0,\n      \"description\": \"Updated amount for electrical work\"\n    },\n    {\n      \"loan_budget_item_id\": 102,\n      \"amount\": 3000,\n      \"reallocation_amount\": 500\n    }\n  ],\n  \"revision_reason\": \"Scope change per borrower request\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","budget"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric identifier of the draw to update budget items for in the system"},{"key":"draw_management","value":"","description":"Draw management endpoints for creating and managing draws within the CLA API"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 500,\n  \"message\": \"Failed to update draw budget for draw 12345\",\n  \"error\": \"Internal Server Error\",\n  \"details\": []\n}"}],"_postman_id":"c34f4430-0a70-46dc-b399-a2936803f130"},{"name":"Create a new pending draw for a deal","id":"dce063f9-f72e-46c6-948f-630c014ec621","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v2/draws","description":"<p><b>Purpose:</b> Create a new pending draw for a deal. Returns a simplified response with essential draw fields only, excluding heavy nested objects like budget_items, accounts, transactions, comments, etc.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v2","draws"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"02f5344d-b13f-4fe4-9bf3-defd255ca528","name":"Successfully created the pending draw and returned the simplified draw details response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws"],"variable":[{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 201,\n  \"data\": {\n    \"draw_uid\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\n    \"draw_id\": 12345,\n    \"agreement_uid\": \"abc-123-def-456\",\n    \"name\": \"Draw Request #1\",\n    \"number\": 1,\n    \"draw_type_id\": 16,\n    \"draw_type\": {\n      \"id\": 16,\n      \"name\": \"Default\"\n    },\n    \"draw_status\": {\n      \"id\": 1,\n      \"name\": \"Pending\"\n    },\n    \"current_status_id\": 1,\n    \"draw_amount\": 0,\n    \"request_amount\": 0,\n    \"request_date\": \"2026-01-06T16:22:00.000Z\",\n    \"created_at\": \"2026-01-06T16:22:00.000Z\",\n    \"requested_by\": {\n      \"id\": 1,\n      \"name\": \"John Doe\"\n    },\n    \"is_draft\": true\n  }\n}"},{"id":"25b02dcf-bef7-42aa-9b4b-20f8ef9d464d","name":"Invalid request body or parameters provided, such as missing required fields or invalid data types","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws"],"variable":[{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Validation failed: deal_uid must be a valid UUID\"\n}"},{"id":"ca8607f6-2515-43c9-8458-252c4c4863b3","name":"Access denied because the authenticated user lacks sufficient permissions to create draws","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws"],"variable":[{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to create draws for this deal\"\n}"},{"id":"23333811-0b29-4a94-bb4c-b14ade7d5ab3","name":"The deal with the specified UID was not found in the system","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws"],"variable":[{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"Deal with UID abc-123-def-456 not found\"\n}"},{"id":"893f5b21-abcc-4e2a-9ad1-f7aa3cc84aa7","name":"An unexpected error occurred on the server while processing the draw creation request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws"],"variable":[{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 500,\n  \"error\": \"Internal Server Error\",\n  \"message\": \"There was a problem completing the request\"\n}"}],"_postman_id":"dce063f9-f72e-46c6-948f-630c014ec621"},{"name":"Update budget items for a specific draw request","id":"1a442a4c-9fc8-4d6e-87be-01f96c45156c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v2/draws/{draw_id}/budget","description":"<p><b>Purpose:</b> Manage draw budget item assignments for NGP integration. Supports add, update, and delete operations in a single request. Pre-flight validations ensure funding sources and transactions remain valid. <br /><br /><b>Operations:</b><br />- <b>UPDATE:</b> Provide loan_budget_item_id with new amount/reallocation values<br />- <b>DELETE (Option B):</b> Set amount: 0 with negative reallocation_amount<br />- <b>ADD:</b> Include loan_budget_item_id from loan budget to add item to draw</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v2","draws","{draw_id}","budget"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"003171fe-703b-4ac5-bfe1-13a077564c7d","name":"Successfully updated draw budget items and returned the recalculated funding and transaction information","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"budget_items\": [\n    {\n      \"loan_budget_item_id\": 101,\n      \"amount\": 5000,\n      \"reallocation_amount\": 0,\n      \"description\": \"Updated amount for electrical work\"\n    },\n    {\n      \"loan_budget_item_id\": 102,\n      \"amount\": 3000,\n      \"reallocation_amount\": 500\n    }\n  ],\n  \"revision_reason\": \"Scope change per borrower request\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws/:draw_id/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws",":draw_id","budget"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric identifier of the draw to update budget items for in the system"},{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 200,\n  \"body\": {\n    \"draw_id\": 117749,\n    \"draw_uid\": \"478dc496-f73d-45a6-91df-7a1e9d28957c\",\n    \"budget_items\": [\n      {\n        \"item\": {\n          \"name\": \"1st\",\n          \"description\": \"\",\n          \"type\": \"hard\",\n          \"subtype\": null,\n          \"value\": 20,\n          \"settings\": {\n            \"eligibility_control\": \"item_progress\",\n            \"retainage_account_id\": null,\n            \"retainage_percentage\": 0,\n            \"invoice_financing_percentage\": 1\n          },\n          \"financials\": {\n            \"original_budget_amount\": 200000,\n            \"adjustments_to_date\": 0,\n            \"budget_amount\": 200000,\n            \"funded_amount\": 200000,\n            \"released_amount\": 500,\n            \"available_amount\": -199500,\n            \"pending_draw_amount\": 0,\n            \"retainage_balance\": 0,\n            \"balance_remaining\": 0,\n            \"requested_funds_amount\": 0,\n            \"available_funds_amount\": -199500,\n            \"retainage_to_date\": 0\n          },\n          \"loan_budget_item_id\": 69596139,\n          \"merge_type\": \"hard\",\n          \"display_order\": 0,\n          \"percent_complete\": 0.25,\n          \"loan_budget_id\": 2403944,\n          \"loan_budget_item_financial_id\": 69594114,\n          \"inspection_data\": {\n            \"inspection_count\": 7,\n            \"inspected_percent_complete\": 0.25,\n            \"last_inspected_at\": \"2026-02-18 14:24:02\"\n          }\n        },\n        \"amount\": 0,\n        \"description\": \"Updated amount for electrical work\",\n        \"loan_budget_item_expense_id\": 898134,\n        \"loan_budget_item_id\": 69596139,\n        \"loan_budget_item_expense_status_id\": 1116684,\n        \"inspection_id\": null,\n        \"draw_id\": 117749,\n        \"loan_payment_id\": null,\n        \"work_amount\": 0,\n        \"stored_material_amount\": 0,\n        \"current_status\": 0,\n        \"retainage_balance_amount\": 0,\n        \"retainage_draw_amount\": 0,\n        \"retainage_debit_amount\": 0,\n        \"retainage_credit_amount\": 0,\n        \"request_amount\": 0,\n        \"original_request_amount\": 0,\n        \"approve_amount\": 0,\n        \"original_approve_amount\": 0,\n        \"transfer_amount\": null,\n        \"original_transfer_amount\": null,\n        \"reallocation_amount\": -100000,\n        \"original_reallocation_amount\": -100000,\n        \"funding_type\": null,\n        \"funding_type_id\": null,\n        \"deposits_credit_amount\": 0,\n        \"deposits_debit_amount\": 0,\n        \"created_at\": \"2026-02-18 16:00:43.979\",\n        \"created_by\": 2647929,\n        \"updated_at\": \"2026-02-18 16:00:43.984\",\n        \"updated_by\": 2647929,\n        \"is_deleted\": 0,\n        \"invoices_count\": 0\n      }\n    ],\n    \"accounts\": [\n      {\n        \"account_id\": 4211924,\n        \"draw_amount\": 1000,\n        \"amount\": 1000,\n        \"loan_id\": 2876989,\n        \"is_default_source\": true,\n        \"account_name\": \"Loan #192837465\",\n        \"account_type\": \"loan_note\",\n        \"original_amount\": 1000000,\n        \"principal_balance\": 851020,\n        \"funded_amount\": 851020,\n        \"available_amount\": 148980,\n        \"pending_draw_amount\": 1000,\n        \"is_bank_owned\": true,\n        \"loan_note_id\": 2660534\n      }\n    ],\n    \"eligible_uses\": [\n      {\n        \"funding_rule_id\": 77611594,\n        \"loan_budget_item_id\": 69596139,\n        \"is_eligible\": 1,\n        \"account_id\": 4211924,\n        \"funded_amount\": 100000,\n        \"draw_amount\": 0,\n        \"pending_draw_amount\": 0,\n        \"other_pending_draw_amount\": 0,\n        \"reallocation_amount\": 0,\n        \"pending_reallocation_amount\": 0,\n        \"other_pending_reallocation_amount\": 0,\n        \"retainage_advanced_into_amount\": 0\n      }\n    ]\n  }\n}"},{"id":"6b65c4d4-739e-41ff-9f7b-1616a4a6cf46","name":"Invalid request - validation failed for budget items, funding sources, or transaction calculations","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"budget_items\": [\n    {\n      \"loan_budget_item_id\": 101,\n      \"amount\": 5000,\n      \"reallocation_amount\": 0,\n      \"description\": \"Updated amount for electrical work\"\n    },\n    {\n      \"loan_budget_item_id\": 102,\n      \"amount\": 3000,\n      \"reallocation_amount\": 500\n    }\n  ],\n  \"revision_reason\": \"Scope change per borrower request\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws/:draw_id/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws",":draw_id","budget"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric identifier of the draw to update budget items for in the system"},{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 400,\n  \"message\": \"Funding validation failed: Insufficient funds in loan account\",\n  \"error\": \"Bad Request\"\n}"},{"id":"7033bd06-a70a-4727-82ab-f60de5a6b7d0","name":"Access denied - user lacks PARTNERAPIUPDATE permission or the draw is not accessible to this user","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"budget_items\": [\n    {\n      \"loan_budget_item_id\": 101,\n      \"amount\": 5000,\n      \"reallocation_amount\": 0,\n      \"description\": \"Updated amount for electrical work\"\n    },\n    {\n      \"loan_budget_item_id\": 102,\n      \"amount\": 3000,\n      \"reallocation_amount\": 500\n    }\n  ],\n  \"revision_reason\": \"Scope change per borrower request\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws/:draw_id/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws",":draw_id","budget"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric identifier of the draw to update budget items for in the system"},{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 403,\n  \"message\": \"Access denied - insufficient permissions to update draw budget\",\n  \"error\": \"Forbidden\"\n}"},{"id":"e5d7f2c2-48fd-4622-9a63-374ada87ebb0","name":"Draw not found in the system or the specified budget item was not found on the draw","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"budget_items\": [\n    {\n      \"loan_budget_item_id\": 101,\n      \"amount\": 5000,\n      \"reallocation_amount\": 0,\n      \"description\": \"Updated amount for electrical work\"\n    },\n    {\n      \"loan_budget_item_id\": 102,\n      \"amount\": 3000,\n      \"reallocation_amount\": 500\n    }\n  ],\n  \"revision_reason\": \"Scope change per borrower request\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws/:draw_id/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws",":draw_id","budget"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric identifier of the draw to update budget items for in the system"},{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 404,\n  \"message\": \"Draw with ID 12345 not found\",\n  \"error\": \"Not Found\"\n}"},{"id":"32879bf0-fd82-4444-b02d-2d5b0b36ca9c","name":"An unexpected internal server error occurred during the budget update operation processing","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"budget_items\": [\n    {\n      \"loan_budget_item_id\": 101,\n      \"amount\": 5000,\n      \"reallocation_amount\": 0,\n      \"description\": \"Updated amount for electrical work\"\n    },\n    {\n      \"loan_budget_item_id\": 102,\n      \"amount\": 3000,\n      \"reallocation_amount\": 500\n    }\n  ],\n  \"revision_reason\": \"Scope change per borrower request\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws/:draw_id/budget","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws",":draw_id","budget"],"variable":[{"key":"draw_id","value":"12345","description":"The numeric identifier of the draw to update budget items for in the system"},{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"statusCode\": 500,\n  \"message\": \"Failed to update draw budget for draw 12345\",\n  \"error\": \"Internal Server Error\"\n}"}],"_postman_id":"1a442a4c-9fc8-4d6e-87be-01f96c45156c"},{"name":"Create a new pending draw for a deal","id":"70f682c6-281f-4b48-8784-6de30d828cc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v3/draws","description":"<p> <b>Purpose:</b> Create a new pending draw for a deal. Returns a simplified response with essential draw fields only, excluding heavy nested objects like budget_items, accounts, transactions, comments, etc.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>**Examples by draw type:**\n\n**Default Draw (type 16):**\n```json\n{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}\n```\n\n**Prepaid Draw (type 1):**\n```json\n{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Prepaid Draw\",\n  \"draw_type_id\": 1,\n  \"amount\": 50000,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\"\n}\n```\n\n**Closing Draw (type 6):**\n```json\n{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Closing Draw\",\n  \"draw_type_id\": 6,\n  \"amount\": 100000\n}\n```\n\n**Final Draw (type 21):**\n```json\n{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Final Draw\",\n  \"draw_type_id\": 21,\n  \"amount\": 25000,\n  \"is_final\": true\n</code></pre><p>  }\n  ```</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v3","draws"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"16ad3c23-6aa7-4501-b394-3cfdc7887136","name":"Successfully created the pending draw and returned the simplified draw details response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws"],"variable":[{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 201,\n  \"data\": {\n    \"draw_uid\": \"a1b2c3d4-e5f6-7890-abcd-ef1234567890\",\n    \"draw_id\": 12345,\n    \"agreement_uid\": \"abc-123-def-456\",\n    \"name\": \"Draw Request #1\",\n    \"number\": 1,\n    \"draw_type_id\": 16,\n    \"draw_type\": {\n      \"id\": 16,\n      \"name\": \"Default\"\n    },\n    \"draw_status\": {\n      \"id\": 1,\n      \"name\": \"Pending\"\n    },\n    \"current_status_id\": 1,\n    \"draw_amount\": 0,\n    \"request_amount\": 0,\n    \"request_date\": \"2026-01-06T16:22:00.000Z\",\n    \"created_at\": \"2026-01-06T16:22:00.000Z\",\n    \"requested_by\": {\n      \"id\": 1,\n      \"name\": \"John Doe\"\n    },\n    \"is_draft\": true\n  }\n}"},{"id":"a181ed32-54de-4ef6-a819-1a7bd3ca85e1","name":"Invalid request body or parameters provided, such as missing required fields or invalid data types","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws"],"variable":[{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 400,\n  \"error\": \"Bad Request\",\n  \"message\": \"Validation failed: deal_uid must be a valid UUID\"\n}"},{"id":"5ed215c7-0f9a-45c8-b362-0e97ac7d5972","name":"Access denied because the authenticated user lacks sufficient permissions to create draws","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws"],"variable":[{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 403,\n  \"error\": \"Forbidden\",\n  \"message\": \"You do not have permission to create draws for this deal\"\n}"},{"id":"b200c3e6-34b3-4626-96d0-930005a1dbf2","name":"The deal with the specified UID was not found in the system","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws"],"variable":[{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 404,\n  \"error\": \"Not Found\",\n  \"message\": \"Deal with UID abc-123-def-456 not found\"\n}"},{"id":"8690987d-1690-4aef-85c9-3f0fe594ee19","name":"An unexpected error occurred on the server while processing the draw creation request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"deal_uid\": \"abc-123-def-456\",\n  \"draw_name\": \"Draw Request #1\",\n  \"draw_type_id\": 16,\n  \"amount\": 0,\n  \"request_date\": \"2026-01-06T16:22:00.000Z\",\n  \"is_final\": false,\n  \"allow_empty\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v2/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v2","draws"],"variable":[{"key":"draw_management_v2","value":"","description":"Draw management V2 endpoints providing simplified responses for draw operations on agreements"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"status\": 500,\n  \"error\": \"Internal Server Error\",\n  \"message\": \"There was a problem completing the request\"\n}"}],"_postman_id":"70f682c6-281f-4b48-8784-6de30d828cc9"}],"id":"ccac89d4-37b1-469f-ba17-5a5c48a50d77","description":"<p>Draw management and processing endpoints for handling construction loan draws, approvals, and transfers</p>\n","_postman_id":"ccac89d4-37b1-469f-ba17-5a5c48a50d77","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}}},{"name":"Inspections","item":[{"name":"Get inspections by loan ID","id":"7d8bd9f8-1049-459b-a6cf-2c011013d781","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/{deal_uid}/inspections","description":"<p><b>Purpose:</b> Retrieves all inspections associated with a specific loan (deal_uid). This endpoint returns detailed inspection information, including scheduled date, completion status, and any associated comments.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","inspections","{deal_uid}","inspections"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"76783a18-4346-467f-80cf-9fdbd827fc0b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/:deal_uid/inspections?incremental_progress=false&sort=string&limit=4688.326466455827&offset=4688.326466455827","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections",":deal_uid","inspections"],"query":[{"description":"Whether to include incremental progress","key":"incremental_progress","value":"false"},{"description":"Sort direction and field, e.g. -completedAt","key":"sort","value":"string"},{"description":"Number of results to return","key":"limit","value":"4688.326466455827"},{"description":"Offset for pagination","key":"offset","value":"4688.326466455827"}],"variable":[{"key":"deal_uid","value":"string","description":"Loan ID to get inspections for"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": [\n    {\n      \"inspectionId\": \"string\",\n      \"displayOrder\": 4651.70232073667,\n      \"scheduledOn\": \"string\",\n      \"completedAt\": \"string\",\n      \"inspectedBy\": 5093.47310030371,\n      \"requestedBy\": {\n        \"userId\": 9575.009885736717,\n        \"email\": \"string\",\n        \"firstName\": \"string\",\n        \"lastName\": \"string\",\n        \"fullName\": \"string\",\n        \"displayName\": \"string\",\n        \"defaultRole\": \"string\",\n        \"isRegistered\": 1410.065247996738\n      },\n      \"requestorRole\": \"string\",\n      \"notes\": \"string\",\n      \"progress\": \"string\",\n      \"cumulativeProgress\": \"string\",\n      \"releasedFunds\": 5303.68289855225,\n      \"cumulativeHardCostReleasedFunds\": 1869.8948310670482,\n      \"inspectionStatus\": {\n        \"statusCode\": \"string\",\n        \"category\": \"string\",\n        \"status\": \"string\",\n        \"updatedAt\": \"string\"\n      },\n      \"inspectionType\": {\n        \"code\": \"string\",\n        \"type\": \"string\",\n        \"subType\": \"string\"\n      },\n      \"bank\": {\n        \"bankId\": 1257.7343043938206,\n        \"bankUid\": \"string\",\n        \"name\": \"string\",\n        \"primaryBankAdministratorId\": 4261.85371277428,\n        \"primaryBankPhoneNumberId\": 7541.783916426695,\n        \"accountsPayableId\": 2670.871247626203,\n        \"addressId\": 7929.386241854633,\n        \"isReportOnly\": 9363.635848855594,\n        \"includeStats\": 7436.719564564298,\n        \"billingEffectiveDate\": \"string\",\n        \"billingTerminationDate\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 2513.7519837748746,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 7767.607792226996,\n        \"isDeleted\": 1258.9011644923053\n      },\n      \"branch\": {\n        \"bankId\": 5928.43773266558,\n        \"branchId\": 9054.534484530559\n      },\n      \"inspector\": {\n        \"inspectorId\": 8843.388513978802,\n        \"primaryInspectorAdministratorId\": 2881.6280202627754,\n        \"primaryInspectorPhoneNumberId\": 2657.393130311241,\n        \"name\": \"string\",\n        \"addressId\": 5073.793016914854,\n        \"createdAt\": \"string\",\n        \"createdBy\": 2972.939572099965,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 1449.1087710881789,\n        \"isDeleted\": 1308.1931855056916,\n        \"primaryAdministrator\": {\n          \"userId\": 6976.29120897874,\n          \"email\": \"string\",\n          \"firstName\": \"string\",\n          \"lastName\": \"string\",\n          \"fullName\": \"string\",\n          \"displayName\": \"string\",\n          \"defaultRole\": \"string\",\n          \"isRegistered\": 186.56852512553002,\n          \"inspectorAdministratorId\": 4338.63207443076,\n          \"inspectorId\": 1010.350503530425,\n          \"title\": \"string\",\n          \"createdAt\": \"string\",\n          \"createdBy\": 7067.406176334169,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 6797.509174133728,\n          \"isDeleted\": 4797.377289676011\n        },\n        \"primaryPhoneNumber\": {\n          \"inspectorPhoneNumberId\": 1105.0443192376624,\n          \"inspectorId\": 5490.0041219910545,\n          \"phoneNumberId\": 2001.8545060891324,\n          \"isPrimary\": 9416.955721958362,\n          \"createdAt\": \"string\",\n          \"createdBy\": 2755.7345426714032,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 1426.3970641478795,\n          \"isDeleted\": 2869.958445212891,\n          \"countryCode\": 5364.650525411131,\n          \"number\": 2359.1452766064526,\n          \"ext\": \"string\",\n          \"label\": \"string\",\n          \"country\": \"string\"\n        },\n        \"address\": {\n          \"addressId\": 9617.774247464153,\n          \"address1\": \"string\",\n          \"address2\": \"string\",\n          \"city\": \"string\",\n          \"state\": \"string\",\n          \"county\": \"string\",\n          \"zip\": 5234.970527278726,\n          \"countryCode\": \"string\",\n          \"createdAt\": \"string\",\n          \"createdBy\": 6889.0364921902055,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 8058.916919997235,\n          \"isDeleted\": 7636.664069530796\n        }\n      },\n      \"assignedTo\": {},\n      \"inspectorUserId\": 8525.534622032363,\n      \"address\": {\n        \"addressId\": 3296.7193305065166,\n        \"address1\": \"string\",\n        \"address2\": \"string\",\n        \"city\": \"string\",\n        \"state\": \"string\",\n        \"zip\": 5913.0150770271575,\n        \"countryCode\": \"string\",\n        \"county\": \"string\",\n        \"latitude\": \"string\",\n        \"longitude\": \"string\",\n        \"lockbox\": \"string\",\n        \"lot\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 1920.3326170656344,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 2753.308258383204,\n        \"isDeleted\": 4294.85319567414\n      },\n      \"latitude\": \"string\",\n      \"longitude\": \"string\",\n      \"isAsap\": true,\n      \"isRemote\": true,\n      \"inspectionDetails\": {\n        \"loanId\": 5593.542909123942,\n        \"loanTypeId\": 9566.066942566864,\n        \"loanType\": \"string\",\n        \"subdivision\": {},\n        \"lockboxCode\": \"string\",\n        \"loanOfficer\": {\n          \"userId\": 2645754,\n          \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\",\n          \"displayName\": \"Ovejero, Pablo\",\n          \"defaultRole\": \"loanAdministrator\",\n          \"isRegistered\": 1\n        },\n        \"borrower\": {\n          \"name\": \"string\",\n          \"primaryPhoneNumber\": {\n            \"number\": 1466.0175600358682,\n            \"isPrimary\": false\n          },\n          \"primaryAdministrator\": {}\n        },\n        \"builder\": {\n          \"name\": \"string\",\n          \"primaryPhoneNumber\": {\n            \"number\": 4908.01067379407,\n            \"isPrimary\": true\n          },\n          \"primaryAdministrator\": {}\n        }\n      },\n      \"isFinal\": true,\n      \"method\": {\n        \"method\": \"string\",\n        \"methodCode\": \"string\"\n      },\n      \"items\": [\n        {\n          \"name\": 3360.793389061627,\n          \"displayOrder\": 3710.785966438508,\n          \"inspectionItemId\": \"string\",\n          \"weightValue\": 5271.476439206994,\n          \"progress\": 7097.139245936368,\n          \"inspectedPercentComplete\": 6719.2286657573595,\n          \"budgetPhaseName\": \"string\",\n          \"budgetPhaseDisplayOrder\": 9637.983236717415,\n          \"financials\": {\n            \"loanBudgetItemFinancialId\": 7144.085193975163,\n            \"originalBudgetAmount\": 9430.338454623368,\n            \"budgetAmount\": 320.3777780656003,\n            \"fundedAmount\": 7813.265727958087,\n            \"requestedFundsAmount\": 5316.81388497337,\n            \"pendingRetainageCreditAmount\": 2071.8266771024073,\n            \"equityPrepaidAmount\": 7698.518817738873,\n            \"equityEarmarkAmount\": 9833.66483850574,\n            \"releasedAmount\": 2329.5953995596096,\n            \"availableFundsAmount\": 4443.051714553024,\n            \"storedMaterialAmount\": 8231.940290458795,\n            \"changeOrderCount\": 3107.5362381393,\n            \"changeOrderAmount\": 2800.819977859509,\n            \"pendingChangeOrderAmount\": 4436.059506538379,\n            \"trackRetainage\": 6051.814053433034,\n            \"retainageAccountId\": 8569.470978221161,\n            \"retainagePercentage\": 6768.321190461071,\n            \"totalRetainageAmount\": 4431.960226841013,\n            \"remainingRetainageAmount\": 4374.767945942744,\n            \"invoiceFinancingPercentage\": 1384.1235743874581,\n            \"eligibilityControl\": \"string\",\n            \"depositsOutstanding\": 7683.695550876508,\n            \"createdAt\": \"string\",\n            \"createdBy\": 2775.5234658666927,\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 30.88097253601596,\n            \"isDeleted\": 3840.410132009372\n          },\n          \"item\": {\n            \"loanBudgetItemId\": 848.5737012616102,\n            \"name\": \"string\",\n            \"description\": \"string\",\n            \"type\": \"string\",\n            \"subtype\": \"string\",\n            \"mergeType\": \"string\",\n            \"displayOrder\": 7160.012965742827,\n            \"percentComplete\": 3909.5589947568697,\n            \"value\": 7171.187153487498,\n            \"loanBudgetId\": 5141.6775747168895,\n            \"loanBudgetItemFinancialId\": 8231.795185866795,\n            \"loanBudgetPhaseId\": 8559.947824502504,\n            \"settings\": {\n              \"retainagePercent\": 2535.701465173499,\n              \"inspectable\": false,\n              \"drawable\": false,\n              \"retainable\": true,\n              \"retainagePercentage\": \"string\",\n              \"invoiceFinancingPercentage\": \"string\",\n              \"retainagePercentageValue\": 1159.602812759013,\n              \"invoiceFinancingPercentageValue\": 883.968963749976,\n              \"retainageAccountId\": 7931.686744204214\n            },\n            \"financials\": {\n              \"originalBudgetAmount\": 9682.309365459743,\n              \"adjustmentsToDate\": 8310.089429353084,\n              \"budgetAmount\": 74.96063382023799,\n              \"depositsOutstanding\": 7084.963802940784,\n              \"fundedAmount\": 7681.719922064371,\n              \"prepaidAmount\": 9051.011054487873,\n              \"releasedAmount\": 4704.060585648761,\n              \"availableAmount\": 6899.509823273042,\n              \"pendingChangeOrderAmount\": 9892.25368621074,\n              \"pendingDrawAmount\": 4873.843184640766,\n              \"pendingRetainageCreditAmount\": 2741.651741112846,\n              \"retainageBalance\": 7112.434861299876,\n              \"changeOrderCount\": 871.5956527243163,\n              \"balanceRemaining\": 7999.518786639322,\n              \"requestedFundsAmount\": 9421.614023860793,\n              \"remainingRetainageAmount\": 6248.535158823023,\n              \"otherPendingDrawTotal\": 8617.59424260677,\n              \"otherPendingReallocations\": 2325.864751150648,\n              \"availableFundsAmount\": 9458.342273461776,\n              \"retainageToDate\": 3406.511348197112\n            },\n            \"inspectionData\": {\n              \"inspectionCount\": 2180.580939928227,\n              \"inspectedPercentComplete\": 7769.978300073981,\n              \"lastInspectedAt\": \"string\"\n            },\n            \"phase\": {},\n            \"builderDisbursementMethodTypeId\": 1308.6163727351209,\n            \"customDisbursementMethodId\": 8145.171394519304,\n            \"releasedAmount\": 2425.039535943653,\n            \"retainageToDate\": 1207.1428212402545,\n            \"prepaidAmount\": 9653.38904069139,\n            \"fundedAmount\": 8332.779602500872,\n            \"budgetAmount\": 575.8105324955076,\n            \"originalBudgetAmount\": 2868.3362443697024,\n            \"requestedFundsAmount\": 6716.010442114289,\n            \"availableFundsAmount\": 2163.9950967834066,\n            \"changeOrderAmount\": 14.99406310674578,\n            \"remainingRetainageAmount\": 4128.303550750304,\n            \"unallocatedFundsAmount\": 3157.5924439112546,\n            \"availableFunds\": 1784.1123086092136\n          },\n          \"loanBudgetItemExpenseId\": 635.9233468232062,\n          \"loanBudgetItemId\": 3310.642941225659,\n          \"loanBudgetItemExpenseStatusId\": 2687.6847855442143,\n          \"inspectionId\": \"string\",\n          \"drawId\": 7304.220205909305,\n          \"loanPaymentId\": 5903.862200869962,\n          \"workAmount\": 1055.734094764964,\n          \"storedMaterialAmount\": 8467.71632645241,\n          \"currentStatus\": 9786.745483070808,\n          \"amount\": 2343.7080711150406,\n          \"retainageBalanceAmount\": 5206.192303098181,\n          \"retainageDrawAmount\": 2697.5516799272214,\n          \"retainageDebitAmount\": 8783.75583867719,\n          \"retainageCreditAmount\": 1659.5245470757536,\n          \"requestAmount\": 9753.220982417506,\n          \"originalRequestAmount\": 7998.687006362955,\n          \"approveAmount\": 9951.26232872896,\n          \"originalApproveAmount\": 23.228331755058562,\n          \"transferAmount\": 9871.49419482808,\n          \"originalTransferAmount\": 6938.105009538916,\n          \"reallocationAmount\": 5058.579117825693,\n          \"originalReallocationAmount\": 6952.420532092819,\n          \"fundingType\": \"string\",\n          \"fundingTypeId\": 5180.393929555884,\n          \"description\": \"string\",\n          \"depositsCreditAmount\": 7085.254859377315,\n          \"depositsDebitAmount\": 2512.121936202618,\n          \"createdAt\": \"string\",\n          \"createdBy\": 612.8536919978411,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 2204.6620466231047,\n          \"isDeleted\": 3239.243109002928,\n          \"invoicesCount\": 4905.448725685416,\n          \"cumulativeFundedAmount\": 110.01643179151755,\n          \"previousProgress\": 4157.984477333562,\n          \"incrementalProgress\": 1050.468823552436\n        },\n        {\n          \"name\": 2687.8247404705726,\n          \"displayOrder\": 4395.825326058494,\n          \"inspectionItemId\": \"string\",\n          \"weightValue\": 4998.304620442798,\n          \"progress\": 9622.73478174276,\n          \"inspectedPercentComplete\": 1029.3422102481186,\n          \"budgetPhaseName\": \"string\",\n          \"budgetPhaseDisplayOrder\": 7469.656335694147,\n          \"financials\": {\n            \"loanBudgetItemFinancialId\": 1777.1199921420477,\n            \"originalBudgetAmount\": 7355.175999385363,\n            \"budgetAmount\": 9740.668606073083,\n            \"fundedAmount\": 2405.5773527896463,\n            \"requestedFundsAmount\": 1080.7521918323948,\n            \"pendingRetainageCreditAmount\": 1839.4566970991,\n            \"equityPrepaidAmount\": 5154.161561867814,\n            \"equityEarmarkAmount\": 3608.947653302885,\n            \"releasedAmount\": 3620.913890073968,\n            \"availableFundsAmount\": 8793.355825843682,\n            \"storedMaterialAmount\": 2074.885469591652,\n            \"changeOrderCount\": 7632.083841929861,\n            \"changeOrderAmount\": 676.9203858892726,\n            \"pendingChangeOrderAmount\": 8968.613445928104,\n            \"trackRetainage\": 225.84896757283923,\n            \"retainageAccountId\": 6834.764375926965,\n            \"retainagePercentage\": 4704.7680678917295,\n            \"totalRetainageAmount\": 5364.032422593092,\n            \"remainingRetainageAmount\": 4042.1472965377015,\n            \"invoiceFinancingPercentage\": 7125.650134777776,\n            \"eligibilityControl\": \"string\",\n            \"depositsOutstanding\": 5577.145132023873,\n            \"createdAt\": \"string\",\n            \"createdBy\": 8904.258315362284,\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 7992.368949242577,\n            \"isDeleted\": 48.12132099614841\n          },\n          \"item\": {\n            \"loanBudgetItemId\": 9362.515597977661,\n            \"name\": \"string\",\n            \"description\": \"string\",\n            \"type\": \"string\",\n            \"subtype\": \"string\",\n            \"mergeType\": \"string\",\n            \"displayOrder\": 4600.594370202679,\n            \"percentComplete\": 2017.9403348803603,\n            \"value\": 6885.313297533321,\n            \"loanBudgetId\": 3417.8969738356836,\n            \"loanBudgetItemFinancialId\": 8018.968237882184,\n            \"loanBudgetPhaseId\": 5184.635683184372,\n            \"settings\": {\n              \"retainagePercent\": 6139.532300935084,\n              \"inspectable\": true,\n              \"drawable\": false,\n              \"retainable\": false,\n              \"retainagePercentage\": \"string\",\n              \"invoiceFinancingPercentage\": \"string\",\n              \"retainagePercentageValue\": 7626.561628690598,\n              \"invoiceFinancingPercentageValue\": 8439.403187246937,\n              \"retainageAccountId\": 9892.885556357343\n            },\n            \"financials\": {\n              \"originalBudgetAmount\": 2859.576143410072,\n              \"adjustmentsToDate\": 7200.199485387321,\n              \"budgetAmount\": 9872.684824235546,\n              \"depositsOutstanding\": 2818.457161860215,\n              \"fundedAmount\": 7046.676193386712,\n              \"prepaidAmount\": 9080.9141407038,\n              \"releasedAmount\": 414.8984297180247,\n              \"availableAmount\": 387.70816098504747,\n              \"pendingChangeOrderAmount\": 7609.836392968402,\n              \"pendingDrawAmount\": 5949.992025211115,\n              \"pendingRetainageCreditAmount\": 3950.8182871331287,\n              \"retainageBalance\": 8804.981673269383,\n              \"changeOrderCount\": 9570.996716409998,\n              \"balanceRemaining\": 4978.503825989159,\n              \"requestedFundsAmount\": 4961.323509258421,\n              \"remainingRetainageAmount\": 7134.096330949443,\n              \"otherPendingDrawTotal\": 3592.666999596862,\n              \"otherPendingReallocations\": 4694.436884668063,\n              \"availableFundsAmount\": 8092.390591304978,\n              \"retainageToDate\": 8671.798824788919\n            },\n            \"inspectionData\": {\n              \"inspectionCount\": 6692.635647627466,\n              \"inspectedPercentComplete\": 1927.1700204752406,\n              \"lastInspectedAt\": \"string\"\n            },\n            \"phase\": {},\n            \"builderDisbursementMethodTypeId\": 3427.3299244695254,\n            \"customDisbursementMethodId\": 5271.522381083705,\n            \"releasedAmount\": 912.2707827560383,\n            \"retainageToDate\": 1352.5699505828882,\n            \"prepaidAmount\": 2808.8119970388925,\n            \"fundedAmount\": 7169.549534684674,\n            \"budgetAmount\": 1490.2273208048643,\n            \"originalBudgetAmount\": 133.95046252965392,\n            \"requestedFundsAmount\": 2061.4113368748576,\n            \"availableFundsAmount\": 8668.66898710624,\n            \"changeOrderAmount\": 8214.397334087433,\n            \"remainingRetainageAmount\": 568.8192189764085,\n            \"unallocatedFundsAmount\": 3401.5935777267646,\n            \"availableFunds\": 1425.7762105717154\n          },\n          \"loanBudgetItemExpenseId\": 8813.302383711653,\n          \"loanBudgetItemId\": 7863.532346789427,\n          \"loanBudgetItemExpenseStatusId\": 589.9162447559281,\n          \"inspectionId\": \"string\",\n          \"drawId\": 5103.165195585238,\n          \"loanPaymentId\": 8400.071119397588,\n          \"workAmount\": 9981.043256840649,\n          \"storedMaterialAmount\": 1944.6984115138132,\n          \"currentStatus\": 4974.78587046399,\n          \"amount\": 1503.4195906762138,\n          \"retainageBalanceAmount\": 7822.838071721036,\n          \"retainageDrawAmount\": 8213.046099603105,\n          \"retainageDebitAmount\": 9534.695176163917,\n          \"retainageCreditAmount\": 3471.9051899156416,\n          \"requestAmount\": 1941.7107630298135,\n          \"originalRequestAmount\": 8223.579543925422,\n          \"approveAmount\": 2404.077160438529,\n          \"originalApproveAmount\": 6072.830836975717,\n          \"transferAmount\": 826.5468137854015,\n          \"originalTransferAmount\": 7249.060322954787,\n          \"reallocationAmount\": 2793.1423402323985,\n          \"originalReallocationAmount\": 1296.7466224402347,\n          \"fundingType\": \"string\",\n          \"fundingTypeId\": 7413.4942741296845,\n          \"description\": \"string\",\n          \"depositsCreditAmount\": 7851.939816274036,\n          \"depositsDebitAmount\": 1400.8838654461285,\n          \"createdAt\": \"string\",\n          \"createdBy\": 8901.810038852498,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 3386.357499973932,\n          \"isDeleted\": 7265.51222984088,\n          \"invoicesCount\": 540.3024852926375,\n          \"cumulativeFundedAmount\": 6247.3101647374915,\n          \"previousProgress\": 2974.501014733948,\n          \"incrementalProgress\": 1961.9776888523388\n        }\n      ],\n      \"survey\": {},\n      \"isLenderSubmitted\": true,\n      \"isManual\": false,\n      \"isCancellable\": false,\n      \"hasExecutiveSummary\": true,\n      \"inspectorOrganizationId\": 7698.141600030941,\n      \"executiveSummaryStatus\": \"string\",\n      \"incrementalProgress\": \"string\"\n    },\n    {\n      \"inspectionId\": \"string\",\n      \"displayOrder\": 9741.138294313843,\n      \"scheduledOn\": \"string\",\n      \"completedAt\": \"string\",\n      \"inspectedBy\": 3317.2357300119447,\n      \"requestedBy\": {\n        \"userId\": 7071.218316430355,\n        \"email\": \"string\",\n        \"firstName\": \"string\",\n        \"lastName\": \"string\",\n        \"fullName\": \"string\",\n        \"displayName\": \"string\",\n        \"defaultRole\": \"string\",\n        \"isRegistered\": 8223.054764362214\n      },\n      \"requestorRole\": \"string\",\n      \"notes\": \"string\",\n      \"progress\": \"string\",\n      \"cumulativeProgress\": \"string\",\n      \"releasedFunds\": 2321.3742929832824,\n      \"cumulativeHardCostReleasedFunds\": 638.2627013147235,\n      \"inspectionStatus\": {\n        \"statusCode\": \"string\",\n        \"category\": \"string\",\n        \"status\": \"string\",\n        \"updatedAt\": \"string\"\n      },\n      \"inspectionType\": {\n        \"code\": \"string\",\n        \"type\": \"string\",\n        \"subType\": \"string\"\n      },\n      \"bank\": {\n        \"bankId\": 4526.450647533486,\n        \"bankUid\": \"string\",\n        \"name\": \"string\",\n        \"primaryBankAdministratorId\": 2486.9087501871113,\n        \"primaryBankPhoneNumberId\": 4351.865406485313,\n        \"accountsPayableId\": 3246.863650200451,\n        \"addressId\": 7161.554204927821,\n        \"isReportOnly\": 8770.673297184305,\n        \"includeStats\": 7762.745740173319,\n        \"billingEffectiveDate\": \"string\",\n        \"billingTerminationDate\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 7755.614355123031,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 7865.373413115078,\n        \"isDeleted\": 3696.1562817984495\n      },\n      \"branch\": {\n        \"bankId\": 8865.731376411417,\n        \"branchId\": 9735.283025948032\n      },\n      \"inspector\": {\n        \"inspectorId\": 3831.963794490345,\n        \"primaryInspectorAdministratorId\": 1271.328350737737,\n        \"primaryInspectorPhoneNumberId\": 1574.8573859224812,\n        \"name\": \"string\",\n        \"addressId\": 7690.441553461515,\n        \"createdAt\": \"string\",\n        \"createdBy\": 5621.97643098141,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 5816.785182040218,\n        \"isDeleted\": 4564.129749313168,\n        \"primaryAdministrator\": {\n          \"userId\": 6751.007517131849,\n          \"email\": \"string\",\n          \"firstName\": \"string\",\n          \"lastName\": \"string\",\n          \"fullName\": \"string\",\n          \"displayName\": \"string\",\n          \"defaultRole\": \"string\",\n          \"isRegistered\": 9268.325860342,\n          \"inspectorAdministratorId\": 9429.729310440795,\n          \"inspectorId\": 8150.248095948474,\n          \"title\": \"string\",\n          \"createdAt\": \"string\",\n          \"createdBy\": 2869.6169241419566,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 3159.709655779599,\n          \"isDeleted\": 5758.9410000996595\n        },\n        \"primaryPhoneNumber\": {\n          \"inspectorPhoneNumberId\": 3057.975610093072,\n          \"inspectorId\": 8942.102635418587,\n          \"phoneNumberId\": 4825.373882388185,\n          \"isPrimary\": 1605.1058732208744,\n          \"createdAt\": \"string\",\n          \"createdBy\": 7089.371295121815,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 2481.2411100860363,\n          \"isDeleted\": 4431.805302996391,\n          \"countryCode\": 4351.981380247261,\n          \"number\": 122.72313020405878,\n          \"ext\": \"string\",\n          \"label\": \"string\",\n          \"country\": \"string\"\n        },\n        \"address\": {\n          \"addressId\": 9526.359324819352,\n          \"address1\": \"string\",\n          \"address2\": \"string\",\n          \"city\": \"string\",\n          \"state\": \"string\",\n          \"county\": \"string\",\n          \"zip\": 1646.9439433481691,\n          \"countryCode\": \"string\",\n          \"createdAt\": \"string\",\n          \"createdBy\": 4454.963648928996,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 696.4081092208319,\n          \"isDeleted\": 5599.566398735686\n        }\n      },\n      \"assignedTo\": {},\n      \"inspectorUserId\": 9410.548542805112,\n      \"address\": {\n        \"addressId\": 9551.467402083963,\n        \"address1\": \"string\",\n        \"address2\": \"string\",\n        \"city\": \"string\",\n        \"state\": \"string\",\n        \"zip\": 2671.5942631599864,\n        \"countryCode\": \"string\",\n        \"county\": \"string\",\n        \"latitude\": \"string\",\n        \"longitude\": \"string\",\n        \"lockbox\": \"string\",\n        \"lot\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 1090.428939247069,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 9492.208564446448,\n        \"isDeleted\": 8982.516577529934\n      },\n      \"latitude\": \"string\",\n      \"longitude\": \"string\",\n      \"isAsap\": false,\n      \"isRemote\": false,\n      \"inspectionDetails\": {\n        \"loanId\": 2940.797991293943,\n        \"loanTypeId\": 2802.4547509547083,\n        \"loanType\": \"string\",\n        \"subdivision\": {},\n        \"lockboxCode\": \"string\",\n        \"loanOfficer\": {\n          \"userId\": 2645754,\n          \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\",\n          \"displayName\": \"Ovejero, Pablo\",\n          \"defaultRole\": \"loanAdministrator\",\n          \"isRegistered\": 1\n        },\n        \"borrower\": {\n          \"name\": \"string\",\n          \"primaryPhoneNumber\": {\n            \"number\": 816.4621356128255,\n            \"isPrimary\": false\n          },\n          \"primaryAdministrator\": {}\n        },\n        \"builder\": {\n          \"name\": \"string\",\n          \"primaryPhoneNumber\": {\n            \"number\": 6682.860131171654,\n            \"isPrimary\": true\n          },\n          \"primaryAdministrator\": {}\n        }\n      },\n      \"isFinal\": false,\n      \"method\": {\n        \"method\": \"string\",\n        \"methodCode\": \"string\"\n      },\n      \"items\": [\n        {\n          \"name\": 9695.979161283547,\n          \"displayOrder\": 9793.16836610987,\n          \"inspectionItemId\": \"string\",\n          \"weightValue\": 4353.163700479597,\n          \"progress\": 5068.029615188384,\n          \"inspectedPercentComplete\": 5153.246115542165,\n          \"budgetPhaseName\": \"string\",\n          \"budgetPhaseDisplayOrder\": 3535.515638128466,\n          \"financials\": {\n            \"loanBudgetItemFinancialId\": 1130.7487813617001,\n            \"originalBudgetAmount\": 5135.846550812727,\n            \"budgetAmount\": 1183.7302554575324,\n            \"fundedAmount\": 7805.051515930492,\n            \"requestedFundsAmount\": 302.853302235484,\n            \"pendingRetainageCreditAmount\": 7530.434246495759,\n            \"equityPrepaidAmount\": 9494.479703783749,\n            \"equityEarmarkAmount\": 3224.0224003842077,\n            \"releasedAmount\": 2644.8994360439206,\n            \"availableFundsAmount\": 1733.7704335091487,\n            \"storedMaterialAmount\": 7691.267437513117,\n            \"changeOrderCount\": 1394.2859258038054,\n            \"changeOrderAmount\": 1051.938132364988,\n            \"pendingChangeOrderAmount\": 8925.520144784794,\n            \"trackRetainage\": 3999.253822201284,\n            \"retainageAccountId\": 775.0573757234347,\n            \"retainagePercentage\": 918.6240613550945,\n            \"totalRetainageAmount\": 2639.938853479197,\n            \"remainingRetainageAmount\": 9193.74755804866,\n            \"invoiceFinancingPercentage\": 5352.556375276868,\n            \"eligibilityControl\": \"string\",\n            \"depositsOutstanding\": 4425.842190221284,\n            \"createdAt\": \"string\",\n            \"createdBy\": 8740.940850536535,\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 7072.246092718551,\n            \"isDeleted\": 8131.210169670233\n          },\n          \"item\": {\n            \"loanBudgetItemId\": 2196.873153115554,\n            \"name\": \"string\",\n            \"description\": \"string\",\n            \"type\": \"string\",\n            \"subtype\": \"string\",\n            \"mergeType\": \"string\",\n            \"displayOrder\": 1869.4679056759721,\n            \"percentComplete\": 5420.501497151442,\n            \"value\": 2214.16467228125,\n            \"loanBudgetId\": 3834.13400674134,\n            \"loanBudgetItemFinancialId\": 6247.564231247451,\n            \"loanBudgetPhaseId\": 5589.239375672962,\n            \"settings\": {\n              \"retainagePercent\": 861.0439990909646,\n              \"inspectable\": false,\n              \"drawable\": false,\n              \"retainable\": false,\n              \"retainagePercentage\": \"string\",\n              \"invoiceFinancingPercentage\": \"string\",\n              \"retainagePercentageValue\": 3863.316191174961,\n              \"invoiceFinancingPercentageValue\": 6739.314072669937,\n              \"retainageAccountId\": 5920.094050012041\n            },\n            \"financials\": {\n              \"originalBudgetAmount\": 130.96498990490258,\n              \"adjustmentsToDate\": 1103.6839900685447,\n              \"budgetAmount\": 2119.2193943148186,\n              \"depositsOutstanding\": 3235.4119155146077,\n              \"fundedAmount\": 8781.341382297118,\n              \"prepaidAmount\": 2292.443108151346,\n              \"releasedAmount\": 8322.713123241414,\n              \"availableAmount\": 9637.54149655016,\n              \"pendingChangeOrderAmount\": 5228.8795255585055,\n              \"pendingDrawAmount\": 874.0388536680155,\n              \"pendingRetainageCreditAmount\": 7375.282261417966,\n              \"retainageBalance\": 8895.56490495592,\n              \"changeOrderCount\": 3902.608440994385,\n              \"balanceRemaining\": 6392.676044251868,\n              \"requestedFundsAmount\": 3015.423017815135,\n              \"remainingRetainageAmount\": 3839.15078748706,\n              \"otherPendingDrawTotal\": 4103.247412623151,\n              \"otherPendingReallocations\": 5754.552651768883,\n              \"availableFundsAmount\": 5242.820836092603,\n              \"retainageToDate\": 9749.74882398709\n            },\n            \"inspectionData\": {\n              \"inspectionCount\": 8079.090451944785,\n              \"inspectedPercentComplete\": 9557.935472705478,\n              \"lastInspectedAt\": \"string\"\n            },\n            \"phase\": {},\n            \"builderDisbursementMethodTypeId\": 148.97980954819423,\n            \"customDisbursementMethodId\": 4472.441059346985,\n            \"releasedAmount\": 4655.820683111129,\n            \"retainageToDate\": 6511.137100867457,\n            \"prepaidAmount\": 3930.4191426466627,\n            \"fundedAmount\": 1583.8601392906749,\n            \"budgetAmount\": 2940.7282143381663,\n            \"originalBudgetAmount\": 4947.545113369794,\n            \"requestedFundsAmount\": 6742.462598778297,\n            \"availableFundsAmount\": 906.0756795232816,\n            \"changeOrderAmount\": 4425.504034515374,\n            \"remainingRetainageAmount\": 4685.935644912953,\n            \"unallocatedFundsAmount\": 8505.980315625446,\n            \"availableFunds\": 1011.5841047280272\n          },\n          \"loanBudgetItemExpenseId\": 3701.595496061548,\n          \"loanBudgetItemId\": 945.253576415106,\n          \"loanBudgetItemExpenseStatusId\": 4716.411699018155,\n          \"inspectionId\": \"string\",\n          \"drawId\": 3779.081196924896,\n          \"loanPaymentId\": 3055.8819842295416,\n          \"workAmount\": 9255.6299945132,\n          \"storedMaterialAmount\": 9582.8021169105,\n          \"currentStatus\": 1608.601513371236,\n          \"amount\": 8503.689587342082,\n          \"retainageBalanceAmount\": 5748.7683857813745,\n          \"retainageDrawAmount\": 2262.0404363984157,\n          \"retainageDebitAmount\": 5468.828119539372,\n          \"retainageCreditAmount\": 8275.612881071183,\n          \"requestAmount\": 4646.404727633036,\n          \"originalRequestAmount\": 3618.193457239992,\n          \"approveAmount\": 8406.01123883007,\n          \"originalApproveAmount\": 9493.301344504152,\n          \"transferAmount\": 8637.161276152003,\n          \"originalTransferAmount\": 5413.68602263591,\n          \"reallocationAmount\": 2887.4354491273903,\n          \"originalReallocationAmount\": 5373.99912843827,\n          \"fundingType\": \"string\",\n          \"fundingTypeId\": 2354.0357951187184,\n          \"description\": \"string\",\n          \"depositsCreditAmount\": 4852.434108819889,\n          \"depositsDebitAmount\": 2784.4332510776103,\n          \"createdAt\": \"string\",\n          \"createdBy\": 876.0861552603893,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 9601.161891267582,\n          \"isDeleted\": 3346.8344126189254,\n          \"invoicesCount\": 3188.662521414054,\n          \"cumulativeFundedAmount\": 1034.5840729853173,\n          \"previousProgress\": 9056.958032225368,\n          \"incrementalProgress\": 4726.703676556738\n        },\n        {\n          \"name\": 1700.527991094788,\n          \"displayOrder\": 5909.577857803352,\n          \"inspectionItemId\": \"string\",\n          \"weightValue\": 3412.682217818107,\n          \"progress\": 1231.5323858282968,\n          \"inspectedPercentComplete\": 8388.697713646574,\n          \"budgetPhaseName\": \"string\",\n          \"budgetPhaseDisplayOrder\": 7662.432230188428,\n          \"financials\": {\n            \"loanBudgetItemFinancialId\": 2656.031142592421,\n            \"originalBudgetAmount\": 972.7030229542754,\n            \"budgetAmount\": 664.2189715570124,\n            \"fundedAmount\": 3857.666725604436,\n            \"requestedFundsAmount\": 495.61376240646496,\n            \"pendingRetainageCreditAmount\": 5383.007264539888,\n            \"equityPrepaidAmount\": 7006.622414809615,\n            \"equityEarmarkAmount\": 5921.695142805899,\n            \"releasedAmount\": 4843.164498038382,\n            \"availableFundsAmount\": 8552.842647123332,\n            \"storedMaterialAmount\": 9812.809858403181,\n            \"changeOrderCount\": 7795.003521139979,\n            \"changeOrderAmount\": 9475.636883420993,\n            \"pendingChangeOrderAmount\": 5396.506355946227,\n            \"trackRetainage\": 3860.7566302418572,\n            \"retainageAccountId\": 7565.788925838639,\n            \"retainagePercentage\": 4200.567618464104,\n            \"totalRetainageAmount\": 9786.302890485416,\n            \"remainingRetainageAmount\": 4750.849569296852,\n            \"invoiceFinancingPercentage\": 9734.773620301676,\n            \"eligibilityControl\": \"string\",\n            \"depositsOutstanding\": 1321.4348635535146,\n            \"createdAt\": \"string\",\n            \"createdBy\": 3552.855814364482,\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 6108.706072040204,\n            \"isDeleted\": 6192.489011599017\n          },\n          \"item\": {\n            \"loanBudgetItemId\": 8001.244158145015,\n            \"name\": \"string\",\n            \"description\": \"string\",\n            \"type\": \"string\",\n            \"subtype\": \"string\",\n            \"mergeType\": \"string\",\n            \"displayOrder\": 7487.714624935761,\n            \"percentComplete\": 2097.2365501991753,\n            \"value\": 1767.6113264527614,\n            \"loanBudgetId\": 1758.043969006533,\n            \"loanBudgetItemFinancialId\": 6817.476616963188,\n            \"loanBudgetPhaseId\": 7599.54412554058,\n            \"settings\": {\n              \"retainagePercent\": 9886.241388268212,\n              \"inspectable\": true,\n              \"drawable\": false,\n              \"retainable\": true,\n              \"retainagePercentage\": \"string\",\n              \"invoiceFinancingPercentage\": \"string\",\n              \"retainagePercentageValue\": 9470.701306650628,\n              \"invoiceFinancingPercentageValue\": 2678.621888701833,\n              \"retainageAccountId\": 4886.556543483253\n            },\n            \"financials\": {\n              \"originalBudgetAmount\": 7222.735533043221,\n              \"adjustmentsToDate\": 6719.899674326294,\n              \"budgetAmount\": 9998.295683975324,\n              \"depositsOutstanding\": 9788.296648430454,\n              \"fundedAmount\": 3411.5391742971224,\n              \"prepaidAmount\": 3699.428384411102,\n              \"releasedAmount\": 4043.693466879488,\n              \"availableAmount\": 8462.859466253816,\n              \"pendingChangeOrderAmount\": 1024.9803348128894,\n              \"pendingDrawAmount\": 6656.596444929559,\n              \"pendingRetainageCreditAmount\": 1821.9262303490202,\n              \"retainageBalance\": 4731.51317570892,\n              \"changeOrderCount\": 64.23514394756968,\n              \"balanceRemaining\": 2303.421642919995,\n              \"requestedFundsAmount\": 7462.443808338019,\n              \"remainingRetainageAmount\": 8459.025241566278,\n              \"otherPendingDrawTotal\": 511.54991811858343,\n              \"otherPendingReallocations\": 9247.44976460032,\n              \"availableFundsAmount\": 1113.9688457323648,\n              \"retainageToDate\": 8832.645615772522\n            },\n            \"inspectionData\": {\n              \"inspectionCount\": 1170.7597534422653,\n              \"inspectedPercentComplete\": 1410.0802682068947,\n              \"lastInspectedAt\": \"string\"\n            },\n            \"phase\": {},\n            \"builderDisbursementMethodTypeId\": 8679.974596424441,\n            \"customDisbursementMethodId\": 8954.379913238023,\n            \"releasedAmount\": 6435.838322204056,\n            \"retainageToDate\": 9629.776617530953,\n            \"prepaidAmount\": 5334.9879709120205,\n            \"fundedAmount\": 4519.884240291747,\n            \"budgetAmount\": 2131.9359979382803,\n            \"originalBudgetAmount\": 7339.751214424526,\n            \"requestedFundsAmount\": 3269.545421269567,\n            \"availableFundsAmount\": 4590.9475019813135,\n            \"changeOrderAmount\": 5934.936656594771,\n            \"remainingRetainageAmount\": 1568.9235117940036,\n            \"unallocatedFundsAmount\": 9639.864671622747,\n            \"availableFunds\": 5119.683068578439\n          },\n          \"loanBudgetItemExpenseId\": 4634.169384183141,\n          \"loanBudgetItemId\": 3751.211828406873,\n          \"loanBudgetItemExpenseStatusId\": 4846.864272940811,\n          \"inspectionId\": \"string\",\n          \"drawId\": 7757.151326229375,\n          \"loanPaymentId\": 4128.497855200969,\n          \"workAmount\": 1491.9329355157086,\n          \"storedMaterialAmount\": 3392.9982058866017,\n          \"currentStatus\": 4860.493159010501,\n          \"amount\": 8734.243098249375,\n          \"retainageBalanceAmount\": 2958.3288266688,\n          \"retainageDrawAmount\": 5427.276691194311,\n          \"retainageDebitAmount\": 2566.164280570311,\n          \"retainageCreditAmount\": 2157.154403486603,\n          \"requestAmount\": 1620.7176236114863,\n          \"originalRequestAmount\": 6516.996979903684,\n          \"approveAmount\": 6498.977784719901,\n          \"originalApproveAmount\": 1516.091525483947,\n          \"transferAmount\": 8677.459607491548,\n          \"originalTransferAmount\": 4924.347380818389,\n          \"reallocationAmount\": 4578.507993658959,\n          \"originalReallocationAmount\": 664.4879136521031,\n          \"fundingType\": \"string\",\n          \"fundingTypeId\": 6074.650089041928,\n          \"description\": \"string\",\n          \"depositsCreditAmount\": 3157.5348508589386,\n          \"depositsDebitAmount\": 4430.430098643478,\n          \"createdAt\": \"string\",\n          \"createdBy\": 3483.0975921506447,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 3530.648253918978,\n          \"isDeleted\": 1562.812828085919,\n          \"invoicesCount\": 681.4509937691404,\n          \"cumulativeFundedAmount\": 190.3836088311772,\n          \"previousProgress\": 9205.050713671333,\n          \"incrementalProgress\": 9010.970564753115\n        }\n      ],\n      \"survey\": {},\n      \"isLenderSubmitted\": false,\n      \"isManual\": true,\n      \"isCancellable\": true,\n      \"hasExecutiveSummary\": true,\n      \"inspectorOrganizationId\": 3011.0987209185437,\n      \"executiveSummaryStatus\": \"string\",\n      \"incrementalProgress\": \"string\"\n    }\n  ]\n}"},{"id":"dfcaa2fb-31d3-45d9-8c26-9d4375c3cc31","name":"Invalid request parameters","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/:deal_uid/inspections?incremental_progress=false&sort=string&limit=4688.326466455827&offset=4688.326466455827","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections",":deal_uid","inspections"],"query":[{"description":"Whether to include incremental progress","key":"incremental_progress","value":"false"},{"description":"Sort direction and field, e.g. -completedAt","key":"sort","value":"string"},{"description":"Number of results to return","key":"limit","value":"4688.326466455827"},{"description":"Offset for pagination","key":"offset","value":"4688.326466455827"}],"variable":[{"key":"deal_uid","value":"string","description":"Loan ID to get inspections for"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"4a747ccc-9ca7-490e-a252-70d89f512f0f","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/:deal_uid/inspections?incremental_progress=false&sort=string&limit=4688.326466455827&offset=4688.326466455827","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections",":deal_uid","inspections"],"query":[{"description":"Whether to include incremental progress","key":"incremental_progress","value":"false"},{"description":"Sort direction and field, e.g. -completedAt","key":"sort","value":"string"},{"description":"Number of results to return","key":"limit","value":"4688.326466455827"},{"description":"Offset for pagination","key":"offset","value":"4688.326466455827"}],"variable":[{"key":"deal_uid","value":"string","description":"Loan ID to get inspections for"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"5fc7af79-42f7-43ad-b009-f7aa86ad28d3","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/:deal_uid/inspections?incremental_progress=false&sort=string&limit=4688.326466455827&offset=4688.326466455827","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections",":deal_uid","inspections"],"query":[{"description":"Whether to include incremental progress","key":"incremental_progress","value":"false"},{"description":"Sort direction and field, e.g. -completedAt","key":"sort","value":"string"},{"description":"Number of results to return","key":"limit","value":"4688.326466455827"},{"description":"Offset for pagination","key":"offset","value":"4688.326466455827"}],"variable":[{"key":"deal_uid","value":"string","description":"Loan ID to get inspections for"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"7d8bd9f8-1049-459b-a6cf-2c011013d781"},{"name":"Get an inspection by ID","id":"815bcd7c-5721-4083-8d08-d5796433ffc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/{inspection_id}","description":"<p><b>Purpose:</b> Retrieves detailed information about a specific inspection (inspection_id). This endpoint returns comprehensive inspection details, including scheduled date and completion status.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","inspections","inspection","{inspection_id}"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"0faaa7c4-7d99-4e9f-b904-1542eaa82f77","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id"],"variable":[{"key":"inspection_id","value":"string","description":"Inspection ID to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": {\n    \"inspectionId\": \"string\",\n    \"displayOrder\": 2094.041787835743,\n    \"scheduledOn\": \"string\",\n    \"completedAt\": \"string\",\n    \"inspectedBy\": 907.2326032384559,\n    \"requestedBy\": {\n      \"userId\": 5825.673646890285,\n      \"email\": \"string\",\n      \"firstName\": \"string\",\n      \"lastName\": \"string\",\n      \"fullName\": \"string\",\n      \"displayName\": \"string\",\n      \"defaultRole\": \"string\",\n      \"isRegistered\": 2542.9980112407393\n    },\n    \"requestorRole\": \"string\",\n    \"notes\": \"string\",\n    \"progress\": \"string\",\n    \"cumulativeProgress\": \"string\",\n    \"releasedFunds\": 2924.7851040045202,\n    \"cumulativeHardCostReleasedFunds\": 7643.315873771834,\n    \"inspectionStatus\": {\n      \"statusCode\": \"string\",\n      \"category\": \"string\",\n      \"status\": \"string\",\n      \"updatedAt\": \"string\"\n    },\n    \"inspectionType\": {\n      \"code\": \"string\",\n      \"type\": \"string\",\n      \"subType\": \"string\"\n    },\n    \"bank\": {\n      \"bankId\": 796.033666273771,\n      \"bankUid\": \"string\",\n      \"name\": \"string\",\n      \"primaryBankAdministratorId\": 5433.031848129214,\n      \"primaryBankPhoneNumberId\": 7360.087768296309,\n      \"accountsPayableId\": 5834.6882336099725,\n      \"addressId\": 4047.948839932918,\n      \"isReportOnly\": 4279.097476226859,\n      \"includeStats\": 7228.673356855672,\n      \"billingEffectiveDate\": \"string\",\n      \"billingTerminationDate\": \"string\",\n      \"createdAt\": \"string\",\n      \"createdBy\": 3121.89304692019,\n      \"updatedAt\": \"string\",\n      \"updatedBy\": 7763.070634095274,\n      \"isDeleted\": 4637.330284249469\n    },\n    \"branch\": {\n      \"bankId\": 9246.852084453667,\n      \"branchId\": 7816.203942979303\n    },\n    \"inspector\": {\n      \"inspectorId\": 4147.710623137418,\n      \"primaryInspectorAdministratorId\": 2510.9259769531377,\n      \"primaryInspectorPhoneNumberId\": 4003.160181082195,\n      \"name\": \"string\",\n      \"addressId\": 3607.8591940255587,\n      \"createdAt\": \"string\",\n      \"createdBy\": 2192.2286159012806,\n      \"updatedAt\": \"string\",\n      \"updatedBy\": 339.9501659475801,\n      \"isDeleted\": 6706.858500302489,\n      \"primaryAdministrator\": {\n        \"userId\": 9609.972316758383,\n        \"email\": \"string\",\n        \"firstName\": \"string\",\n        \"lastName\": \"string\",\n        \"fullName\": \"string\",\n        \"displayName\": \"string\",\n        \"defaultRole\": \"string\",\n        \"isRegistered\": 6843.663997735433,\n        \"inspectorAdministratorId\": 5291.92213885289,\n        \"inspectorId\": 6571.17096632581,\n        \"title\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 8458.336376383757,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 3686.033095090846,\n        \"isDeleted\": 8087.147876580927\n      },\n      \"primaryPhoneNumber\": {\n        \"inspectorPhoneNumberId\": 9853.71781334976,\n        \"inspectorId\": 433.06177439902837,\n        \"phoneNumberId\": 9537.24326293665,\n        \"isPrimary\": 3165.8241195516734,\n        \"createdAt\": \"string\",\n        \"createdBy\": 824.0366967770507,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 6428.293680665276,\n        \"isDeleted\": 6050.206856693148,\n        \"countryCode\": 3208.0608779740783,\n        \"number\": 78.6596898232439,\n        \"ext\": \"string\",\n        \"label\": \"string\",\n        \"country\": \"string\"\n      },\n      \"address\": {\n        \"addressId\": 7800.641744168337,\n        \"address1\": \"string\",\n        \"address2\": \"string\",\n        \"city\": \"string\",\n        \"state\": \"string\",\n        \"county\": \"string\",\n        \"zip\": 5722.302243284362,\n        \"countryCode\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 4593.9889614741,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 6240.2136061484625,\n        \"isDeleted\": 8342.375530368343\n      }\n    },\n    \"assignedTo\": {},\n    \"inspectorUserId\": 4306.190261635568,\n    \"address\": {\n      \"addressId\": 2529.052255335662,\n      \"address1\": \"string\",\n      \"address2\": \"string\",\n      \"city\": \"string\",\n      \"state\": \"string\",\n      \"zip\": 2926.3892877868525,\n      \"countryCode\": \"string\",\n      \"county\": \"string\",\n      \"latitude\": \"string\",\n      \"longitude\": \"string\",\n      \"lockbox\": \"string\",\n      \"lot\": \"string\",\n      \"createdAt\": \"string\",\n      \"createdBy\": 4939.007001969171,\n      \"updatedAt\": \"string\",\n      \"updatedBy\": 4143.89420302187,\n      \"isDeleted\": 5194.429140348831\n    },\n    \"latitude\": \"string\",\n    \"longitude\": \"string\",\n    \"isAsap\": true,\n    \"isRemote\": false,\n    \"inspectionDetails\": {\n      \"loanId\": 7331.227973619605,\n      \"loanTypeId\": 4228.180234285082,\n      \"loanType\": \"string\",\n      \"subdivision\": {},\n      \"lockboxCode\": \"string\",\n      \"loanOfficer\": {\n        \"userId\": 2645754,\n        \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n        \"firstName\": \"Pablo\",\n        \"lastName\": \"Ovejero\",\n        \"fullName\": \"Pablo Ovejero\",\n        \"displayName\": \"Ovejero, Pablo\",\n        \"defaultRole\": \"loanAdministrator\",\n        \"isRegistered\": 1\n      },\n      \"borrower\": {\n        \"name\": \"string\",\n        \"primaryPhoneNumber\": {\n          \"number\": 4647.6960534359505,\n          \"isPrimary\": false\n        },\n        \"primaryAdministrator\": {}\n      },\n      \"builder\": {\n        \"name\": \"string\",\n        \"primaryPhoneNumber\": {\n          \"number\": 5003.946911264716,\n          \"isPrimary\": true\n        },\n        \"primaryAdministrator\": {}\n      }\n    },\n    \"isFinal\": false,\n    \"method\": {\n      \"method\": \"string\",\n      \"methodCode\": \"string\"\n    },\n    \"items\": [\n      {\n        \"name\": 9877.924076044643,\n        \"displayOrder\": 9296.56255912853,\n        \"inspectionItemId\": \"string\",\n        \"weightValue\": 7921.2803661231255,\n        \"progress\": 4870.505225833321,\n        \"inspectedPercentComplete\": 9293.723461974278,\n        \"budgetPhaseName\": \"string\",\n        \"budgetPhaseDisplayOrder\": 5019.1764722667285,\n        \"financials\": {\n          \"loanBudgetItemFinancialId\": 4949.681208937454,\n          \"originalBudgetAmount\": 5602.633454595815,\n          \"budgetAmount\": 7883.781342966315,\n          \"fundedAmount\": 2563.0600753327426,\n          \"requestedFundsAmount\": 3408.0957761642308,\n          \"pendingRetainageCreditAmount\": 5771.9787702549565,\n          \"equityPrepaidAmount\": 8398.275886301117,\n          \"equityEarmarkAmount\": 7676.244884858155,\n          \"releasedAmount\": 602.7467478926641,\n          \"availableFundsAmount\": 1069.933944281295,\n          \"storedMaterialAmount\": 9915.513006351031,\n          \"changeOrderCount\": 648.9157011189295,\n          \"changeOrderAmount\": 1045.9355950457739,\n          \"pendingChangeOrderAmount\": 5424.545401038969,\n          \"trackRetainage\": 6911.251389176789,\n          \"retainageAccountId\": 1093.8350522903372,\n          \"retainagePercentage\": 1084.0158293467505,\n          \"totalRetainageAmount\": 8021.195363845453,\n          \"remainingRetainageAmount\": 9270.464448273846,\n          \"invoiceFinancingPercentage\": 2001.7617220689365,\n          \"eligibilityControl\": \"string\",\n          \"depositsOutstanding\": 3379.189765269538,\n          \"createdAt\": \"string\",\n          \"createdBy\": 4191.6904817668055,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 9905.81406480967,\n          \"isDeleted\": 1279.8422528535934\n        },\n        \"item\": {\n          \"loanBudgetItemId\": 8565.986459185824,\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\",\n          \"subtype\": \"string\",\n          \"mergeType\": \"string\",\n          \"displayOrder\": 9574.141141661885,\n          \"percentComplete\": 500.4453244990914,\n          \"value\": 5538.15754466186,\n          \"loanBudgetId\": 5526.7522262793445,\n          \"loanBudgetItemFinancialId\": 5083.936167685384,\n          \"loanBudgetPhaseId\": 5130.321895012769,\n          \"settings\": {\n            \"retainagePercent\": 2289.962984814552,\n            \"inspectable\": false,\n            \"drawable\": true,\n            \"retainable\": true,\n            \"retainagePercentage\": \"string\",\n            \"invoiceFinancingPercentage\": \"string\",\n            \"retainagePercentageValue\": 7940.842113283062,\n            \"invoiceFinancingPercentageValue\": 3764.7821809058037,\n            \"retainageAccountId\": 8278.55057962061\n          },\n          \"financials\": {\n            \"originalBudgetAmount\": 1593.289738545416,\n            \"adjustmentsToDate\": 7859.194270129383,\n            \"budgetAmount\": 5146.5332283270445,\n            \"depositsOutstanding\": 7831.225616537899,\n            \"fundedAmount\": 402.8869952898717,\n            \"prepaidAmount\": 5660.576025270548,\n            \"releasedAmount\": 626.2878899183744,\n            \"availableAmount\": 8423.348153085499,\n            \"pendingChangeOrderAmount\": 6403.185812147592,\n            \"pendingDrawAmount\": 7803.363657669853,\n            \"pendingRetainageCreditAmount\": 5159.673748609629,\n            \"retainageBalance\": 5744.598917482756,\n            \"changeOrderCount\": 5170.699490068468,\n            \"balanceRemaining\": 886.577833585519,\n            \"requestedFundsAmount\": 225.4004317023639,\n            \"remainingRetainageAmount\": 5868.206366380321,\n            \"otherPendingDrawTotal\": 3267.8206990015824,\n            \"otherPendingReallocations\": 3457.6526311809007,\n            \"availableFundsAmount\": 6178.561897982471,\n            \"retainageToDate\": 2421.0146765139684\n          },\n          \"inspectionData\": {\n            \"inspectionCount\": 5000.331204455757,\n            \"inspectedPercentComplete\": 2672.969742484319,\n            \"lastInspectedAt\": \"string\"\n          },\n          \"phase\": {},\n          \"builderDisbursementMethodTypeId\": 6217.453225894599,\n          \"customDisbursementMethodId\": 5232.917509013682,\n          \"releasedAmount\": 4418.72900287817,\n          \"retainageToDate\": 3346.9782614402266,\n          \"prepaidAmount\": 2014.2190303832597,\n          \"fundedAmount\": 4546.508225867827,\n          \"budgetAmount\": 4813.388896866304,\n          \"originalBudgetAmount\": 5544.089901119353,\n          \"requestedFundsAmount\": 7546.448757728649,\n          \"availableFundsAmount\": 9413.67308357923,\n          \"changeOrderAmount\": 7207.198511891078,\n          \"remainingRetainageAmount\": 4204.398348475047,\n          \"unallocatedFundsAmount\": 4048.971948793394,\n          \"availableFunds\": 4982.951974595487\n        },\n        \"loanBudgetItemExpenseId\": 7118.574137877947,\n        \"loanBudgetItemId\": 6659.858549595247,\n        \"loanBudgetItemExpenseStatusId\": 4993.570889484053,\n        \"inspectionId\": \"string\",\n        \"drawId\": 7688.343381699041,\n        \"loanPaymentId\": 1540.7291624588715,\n        \"workAmount\": 9698.84071282093,\n        \"storedMaterialAmount\": 2528.1505924202143,\n        \"currentStatus\": 8090.215905230255,\n        \"amount\": 173.1576786787903,\n        \"retainageBalanceAmount\": 1315.2121481978552,\n        \"retainageDrawAmount\": 8914.908544519989,\n        \"retainageDebitAmount\": 8939.328376814155,\n        \"retainageCreditAmount\": 5046.889681786305,\n        \"requestAmount\": 3829.7701087130777,\n        \"originalRequestAmount\": 66.01765402526883,\n        \"approveAmount\": 1390.7759746188087,\n        \"originalApproveAmount\": 2929.3311865928163,\n        \"transferAmount\": 8955.586043493096,\n        \"originalTransferAmount\": 1323.547412016729,\n        \"reallocationAmount\": 8438.25733691421,\n        \"originalReallocationAmount\": 7104.117391464431,\n        \"fundingType\": \"string\",\n        \"fundingTypeId\": 4873.128143309352,\n        \"description\": \"string\",\n        \"depositsCreditAmount\": 592.4248181296077,\n        \"depositsDebitAmount\": 1337.4525243906965,\n        \"createdAt\": \"string\",\n        \"createdBy\": 3895.4657867091237,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 948.3861120460979,\n        \"isDeleted\": 533.0431309740912,\n        \"invoicesCount\": 3988.024352145333,\n        \"cumulativeFundedAmount\": 9183.441770115554,\n        \"previousProgress\": 7594.886003974657,\n        \"incrementalProgress\": 9320.891262570274\n      },\n      {\n        \"name\": 5783.90787099002,\n        \"displayOrder\": 7105.247558636794,\n        \"inspectionItemId\": \"string\",\n        \"weightValue\": 5748.386438201246,\n        \"progress\": 7261.761161430034,\n        \"inspectedPercentComplete\": 3215.1882987458525,\n        \"budgetPhaseName\": \"string\",\n        \"budgetPhaseDisplayOrder\": 6577.797805369931,\n        \"financials\": {\n          \"loanBudgetItemFinancialId\": 1358.5155200356014,\n          \"originalBudgetAmount\": 4037.423030252886,\n          \"budgetAmount\": 1025.9743166559153,\n          \"fundedAmount\": 4843.423247237047,\n          \"requestedFundsAmount\": 5031.08992435519,\n          \"pendingRetainageCreditAmount\": 6645.539274007001,\n          \"equityPrepaidAmount\": 7826.338944730841,\n          \"equityEarmarkAmount\": 789.8111601596324,\n          \"releasedAmount\": 7598.174886621747,\n          \"availableFundsAmount\": 4963.230026131305,\n          \"storedMaterialAmount\": 2801.1497437901435,\n          \"changeOrderCount\": 8263.050596184476,\n          \"changeOrderAmount\": 6201.294372067445,\n          \"pendingChangeOrderAmount\": 5937.368328400631,\n          \"trackRetainage\": 4975.387876924922,\n          \"retainageAccountId\": 5501.736621070271,\n          \"retainagePercentage\": 4409.609467596605,\n          \"totalRetainageAmount\": 9102.904796868113,\n          \"remainingRetainageAmount\": 869.8388334497697,\n          \"invoiceFinancingPercentage\": 456.60148354686237,\n          \"eligibilityControl\": \"string\",\n          \"depositsOutstanding\": 1588.4762254782393,\n          \"createdAt\": \"string\",\n          \"createdBy\": 9218.257288536883,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 6719.609105516887,\n          \"isDeleted\": 5475.76053096113\n        },\n        \"item\": {\n          \"loanBudgetItemId\": 4944.647184988989,\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\",\n          \"subtype\": \"string\",\n          \"mergeType\": \"string\",\n          \"displayOrder\": 5460.895590768869,\n          \"percentComplete\": 9702.655666969747,\n          \"value\": 4292.3274302139125,\n          \"loanBudgetId\": 5933.096728737261,\n          \"loanBudgetItemFinancialId\": 9239.00788146832,\n          \"loanBudgetPhaseId\": 9120.842801807152,\n          \"settings\": {\n            \"retainagePercent\": 6591.690480001449,\n            \"inspectable\": true,\n            \"drawable\": false,\n            \"retainable\": false,\n            \"retainagePercentage\": \"string\",\n            \"invoiceFinancingPercentage\": \"string\",\n            \"retainagePercentageValue\": 7506.748624910844,\n            \"invoiceFinancingPercentageValue\": 6409.206160527917,\n            \"retainageAccountId\": 7664.009485647734\n          },\n          \"financials\": {\n            \"originalBudgetAmount\": 5016.539360192901,\n            \"adjustmentsToDate\": 1697.1611623744298,\n            \"budgetAmount\": 3428.9343883883093,\n            \"depositsOutstanding\": 144.1775659231781,\n            \"fundedAmount\": 6303.861969329724,\n            \"prepaidAmount\": 2582.3681263790963,\n            \"releasedAmount\": 9707.529727105832,\n            \"availableAmount\": 2219.4227517977206,\n            \"pendingChangeOrderAmount\": 2592.5948600754623,\n            \"pendingDrawAmount\": 5244.249393860377,\n            \"pendingRetainageCreditAmount\": 4478.373801306461,\n            \"retainageBalance\": 749.4094484073698,\n            \"changeOrderCount\": 3988.8610026137726,\n            \"balanceRemaining\": 3370.1607735642915,\n            \"requestedFundsAmount\": 6187.4246424166495,\n            \"remainingRetainageAmount\": 5556.615099960919,\n            \"otherPendingDrawTotal\": 5455.99399958946,\n            \"otherPendingReallocations\": 6118.209563726592,\n            \"availableFundsAmount\": 6724.877108442805,\n            \"retainageToDate\": 5236.757562361866\n          },\n          \"inspectionData\": {\n            \"inspectionCount\": 245.45293989704064,\n            \"inspectedPercentComplete\": 8656.389112400811,\n            \"lastInspectedAt\": \"string\"\n          },\n          \"phase\": {},\n          \"builderDisbursementMethodTypeId\": 6182.569954905091,\n          \"customDisbursementMethodId\": 9491.201356481139,\n          \"releasedAmount\": 3728.8632022299153,\n          \"retainageToDate\": 5479.358465230964,\n          \"prepaidAmount\": 8221.326434963814,\n          \"fundedAmount\": 96.58253401221617,\n          \"budgetAmount\": 3427.9098019481057,\n          \"originalBudgetAmount\": 1260.0253649610015,\n          \"requestedFundsAmount\": 4919.345618647189,\n          \"availableFundsAmount\": 1353.2206772542809,\n          \"changeOrderAmount\": 5517.7983023844745,\n          \"remainingRetainageAmount\": 771.1967162315458,\n          \"unallocatedFundsAmount\": 8039.539212905263,\n          \"availableFunds\": 8438.379069256944\n        },\n        \"loanBudgetItemExpenseId\": 7264.526640694911,\n        \"loanBudgetItemId\": 8109.101305629324,\n        \"loanBudgetItemExpenseStatusId\": 6087.366998689451,\n        \"inspectionId\": \"string\",\n        \"drawId\": 3396.3317120620627,\n        \"loanPaymentId\": 6989.286660018428,\n        \"workAmount\": 4446.870624946689,\n        \"storedMaterialAmount\": 2042.0327417619267,\n        \"currentStatus\": 5661.871189007999,\n        \"amount\": 7267.592274485207,\n        \"retainageBalanceAmount\": 2425.071919547411,\n        \"retainageDrawAmount\": 4125.482862615849,\n        \"retainageDebitAmount\": 116.99775688139735,\n        \"retainageCreditAmount\": 3626.5337892688267,\n        \"requestAmount\": 7485.913947391901,\n        \"originalRequestAmount\": 4801.90535608295,\n        \"approveAmount\": 9605.41242899381,\n        \"originalApproveAmount\": 768.627617205554,\n        \"transferAmount\": 6713.509572776828,\n        \"originalTransferAmount\": 3303.991463970245,\n        \"reallocationAmount\": 4040.0247519465925,\n        \"originalReallocationAmount\": 5632.42588766314,\n        \"fundingType\": \"string\",\n        \"fundingTypeId\": 753.7605871920372,\n        \"description\": \"string\",\n        \"depositsCreditAmount\": 3993.4600069000794,\n        \"depositsDebitAmount\": 6468.195826540108,\n        \"createdAt\": \"string\",\n        \"createdBy\": 2069.3654967330112,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 2989.6831678630633,\n        \"isDeleted\": 5747.758286510955,\n        \"invoicesCount\": 9499.75647227461,\n        \"cumulativeFundedAmount\": 1073.1850224714713,\n        \"previousProgress\": 3845.146616402684,\n        \"incrementalProgress\": 775.6222340742702\n      }\n    ],\n    \"survey\": {},\n    \"isLenderSubmitted\": false,\n    \"isManual\": false,\n    \"isCancellable\": false,\n    \"hasExecutiveSummary\": false,\n    \"inspectorOrganizationId\": 8069.893924952413,\n    \"executiveSummaryStatus\": \"string\",\n    \"incrementalProgress\": \"string\"\n  }\n}"},{"id":"0eb88c84-6b72-42fe-b384-aa9c99a51b6d","name":"Invalid inspection ID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id"],"variable":[{"key":"inspection_id","value":"string","description":"Inspection ID to retrieve"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"04c100ec-ae31-40c3-aa54-f6645edc18d3","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id"],"variable":[{"key":"inspection_id","value":"string","description":"Inspection ID to retrieve"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"a093aeef-f38a-4fdf-8430-2a2caefe7203","name":"Unable to find the inspection","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id"],"variable":[{"key":"inspection_id","value":"string","description":"Inspection ID to retrieve"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"afbd7f8b-6fcd-440a-92bf-008fb7ce0cad","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id"],"variable":[{"key":"inspection_id","value":"string","description":"Inspection ID to retrieve"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"815bcd7c-5721-4083-8d08-d5796433ffc3"},{"name":"Get photos for an inspection","id":"d4e31b7b-4b43-49b6-9f2d-f461e3041667","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/{inspection_id}/photos","description":"<p><b>Purpose:</b> etrieve all photos associated with a specific inspection (inspection_id). This endpoint returns metadata for each image, including its URL, caption, creation timestamp, dimensions, and MIME type. It allows users to view and manage the visual evidence collected during an inspection, supporting audit, compliance, and progress tracking workflows.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","inspections","inspection","{inspection_id}","photos"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"60c408b2-50dc-4932-a2bd-03bd7b4e379e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id/photos","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id","photos"],"variable":[{"key":"inspection_id","value":"string","description":"Inspection ID to get photos for"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": [\n    {\n      \"id\": \"string\",\n      \"inspectionId\": \"string\",\n      \"url\": \"string\",\n      \"createdAt\": \"string\",\n      \"caption\": \"string\",\n      \"metadata\": {\n        \"width\": 1080,\n        \"height\": 720,\n        \"mimeType\": \"image/jpeg\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"inspectionId\": \"string\",\n      \"url\": \"string\",\n      \"createdAt\": \"string\",\n      \"caption\": \"string\",\n      \"metadata\": {\n        \"width\": 1080,\n        \"height\": 720,\n        \"mimeType\": \"image/jpeg\"\n      }\n    }\n  ]\n}"},{"id":"32661b8a-3b93-4202-b7fd-91c032990774","name":"Invalid inspection ID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id/photos","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id","photos"],"variable":[{"key":"inspection_id","value":"string","description":"Inspection ID to get photos for"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"98b41615-4a2a-4d05-8a13-58c004492d0c","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id/photos","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id","photos"],"variable":[{"key":"inspection_id","value":"string","description":"Inspection ID to get photos for"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"06fc9cbc-c4b5-4124-b34b-6afa28d868ae","name":"Unable to find the inspection","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id/photos","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id","photos"],"variable":[{"key":"inspection_id","value":"string","description":"Inspection ID to get photos for"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"2904fd3b-bda3-4a79-b7de-53bf95629ed5","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id/photos","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id","photos"],"variable":[{"key":"inspection_id","value":"string","description":"Inspection ID to get photos for"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"d4e31b7b-4b43-49b6-9f2d-f461e3041667"}],"id":"bae928c2-ddcc-47b0-87d2-c01d1fa268eb","description":"<p>Inspection scheduling and management endpoints for property inspections</p>\n","_postman_id":"bae928c2-ddcc-47b0-87d2-c01d1fa268eb","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}}},{"name":"Product Type","item":[{"name":"Get product types","id":"e68cb9d2-ebe3-4e14-877a-34585a96b976","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/product_types","description":"<p><b>Purpose:</b> Retrieves the list of available product types, which represent the different categories of deals or loan agreements supported by the CLA system. Each product type defines the structure and behavior of a loan, such as Residential, Renovation, Commercial, Line of Credit, or Borrowing Base.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","product_types"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"ba505067-f62f-46d6-9c1d-fae9f2a6770a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/product_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 200,\n  \"body\": [\n    {\n      \"product_type_id\": 123,\n      \"name\": \"Commercial\"\n    },\n    {\n      \"product_type_id\": 123,\n      \"name\": \"Commercial\"\n    }\n  ],\n  \"has_next\": false,\n  \"has_prev\": true,\n  \"page\": 1,\n  \"per_page\": 25,\n  \"total\": 10\n}"},{"id":"2659803f-9e60-4c54-81cd-9d3d497c8b37","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/product_types"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"Action not allowed.\",\n  \"details\": []\n}"},{"id":"802682b8-54a0-437d-a29e-a54fe6d4ebe9","name":"Unable to get product types","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/product_types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"Unable to get product types\",\n  \"details\": []\n}"}],"_postman_id":"e68cb9d2-ebe3-4e14-877a-34585a96b976"}],"id":"78c5c928-a25f-4d59-b34b-144b206c7f6a","description":"<p>Product type management endpoints for retrieving available product types</p>\n","_postman_id":"78c5c928-a25f-4d59-b34b-144b206c7f6a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}}},{"name":"Users","item":[{"name":"List bank/lender users in the caller bank scope","id":"2ef3d4f6-b8b7-432d-8d7e-6584f97d5ede","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/users","description":"<p><b>Purpose:</b> Returns bank/lender users visible to the partner for the authenticated bank. Each response includes <code>data</code>, <code>continuation_token</code>, and <code>has_more</code>. Use <code>per_page</code> to set how many records to return (default 25, maximum 100). When <code>has_more</code> is true, call again with the <code>continuation_token</code> from the previous response. Optional <code>sort_by</code> and <code>search</code> refine ordering and filtering.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","users"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"493c3182-9e88-4306-b0c2-c176b751e4c9","name":"Successfully retrieved bank/lender users","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users?per_page=25&continuation_token=string&sort_by=last_name:asc&search=string","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users"],"query":[{"description":"How many users to include in this response (default 25, maximum 100).","key":"per_page","value":"25"},{"description":"Opaque token from the previous list response; use with the next request when `has_more` was true.","key":"continuation_token","value":"string"},{"description":"Sort as `column:direction`. Columns: `user_id`, `email`, `first_name`, `last_name`, `default_role`, `created_at`, `updated_at`. Direction `asc` or `desc`; omitted direction defaults to `asc`. Omit entirely to use the server default.","key":"sort_by","value":"last_name:asc"},{"description":"Optional free-text search applied server-side to supported fields (first name, last name, email, and full name). The value must be URL-encoded.","key":"search","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 200,\n  \"body\": {\n    \"data\": [\n      {\n        \"user_id\": 2647694,\n        \"email\": \"jane.doe@bmo.com\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Doe\",\n        \"role\": \"branchAdministrator\",\n        \"bank_id\": 734,\n        \"is_primary\": false,\n        \"is_registered\": 1,\n        \"is_deleted\": 0,\n        \"created_at\": \"2026-04-12T09:25:18.413Z\",\n        \"title\": \"Loan Officer\",\n        \"branch_ids\": [\n          1624\n        ],\n        \"updated_at\": \"2026-05-02T17:08:55.221Z\"\n      },\n      {\n        \"user_id\": 2647694,\n        \"email\": \"jane.doe@bmo.com\",\n        \"first_name\": \"Jane\",\n        \"last_name\": \"Doe\",\n        \"role\": \"branchAdministrator\",\n        \"bank_id\": 734,\n        \"is_primary\": false,\n        \"is_registered\": 1,\n        \"is_deleted\": 0,\n        \"created_at\": \"2026-04-12T09:25:18.413Z\",\n        \"title\": \"Loan Officer\",\n        \"branch_ids\": [\n          1624\n        ],\n        \"updated_at\": \"2026-05-02T17:08:55.221Z\"\n      }\n    ],\n    \"continuation_token\": \"string\",\n    \"has_more\": true\n  }\n}"},{"id":"140cd08e-9e85-44d6-ba5c-c41dfc753a96","name":"400","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users?per_page=25&continuation_token=string&sort_by=last_name:asc&search=string","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users"],"query":[{"description":"How many users to include in this response (default 25, maximum 100).","key":"per_page","value":"25"},{"description":"Opaque token from the previous list response; use with the next request when `has_more` was true.","key":"continuation_token","value":"string"},{"description":"Sort as `column:direction`. Columns: `user_id`, `email`, `first_name`, `last_name`, `default_role`, `created_at`, `updated_at`. Direction `asc` or `desc`; omitted direction defaults to `asc`. Omit entirely to use the server default.","key":"sort_by","value":"last_name:asc"},{"description":"Optional free-text search applied server-side to supported fields (first name, last name, email, and full name). The value must be URL-encoded.","key":"search","value":"string"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"f13f30ca-b38d-4af9-8697-e55c0118a618","name":"403","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users?per_page=25&continuation_token=string&sort_by=last_name:asc&search=string","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users"],"query":[{"description":"How many users to include in this response (default 25, maximum 100).","key":"per_page","value":"25"},{"description":"Opaque token from the previous list response; use with the next request when `has_more` was true.","key":"continuation_token","value":"string"},{"description":"Sort as `column:direction`. Columns: `user_id`, `email`, `first_name`, `last_name`, `default_role`, `created_at`, `updated_at`. Direction `asc` or `desc`; omitted direction defaults to `asc`. Omit entirely to use the server default.","key":"sort_by","value":"last_name:asc"},{"description":"Optional free-text search applied server-side to supported fields (first name, last name, email, and full name). The value must be URL-encoded.","key":"search","value":"string"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"805ee57c-a714-4e44-8c91-5fe9f16af8f2","name":"500","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users?per_page=25&continuation_token=string&sort_by=last_name:asc&search=string","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users"],"query":[{"description":"How many users to include in this response (default 25, maximum 100).","key":"per_page","value":"25"},{"description":"Opaque token from the previous list response; use with the next request when `has_more` was true.","key":"continuation_token","value":"string"},{"description":"Sort as `column:direction`. Columns: `user_id`, `email`, `first_name`, `last_name`, `default_role`, `created_at`, `updated_at`. Direction `asc` or `desc`; omitted direction defaults to `asc`. Omit entirely to use the server default.","key":"sort_by","value":"last_name:asc"},{"description":"Optional free-text search applied server-side to supported fields (first name, last name, email, and full name). The value must be URL-encoded.","key":"search","value":"string"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"2ef3d4f6-b8b7-432d-8d7e-6584f97d5ede"},{"name":"Create a bank/lender user with an initial role and sub-permissions","id":"0e64a001-27b6-44c3-9621-b138d7875497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/users","description":"<p><b>Purpose:</b> Creates a new bank/lender user in the caller bank and assigns them their initial role plus per-role sub-permissions in a single call. If the access assignment fails after the base record is created, the partial user is deactivated to prevent zombie records.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","users"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"6062d989-6688-4ace-95d2-d79f67f514c0","name":"Successfully created the bank/lender user","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Jane\",\n  \"last_name\": \"Doe\",\n  \"email\": \"jane.doe@bmo.com\",\n  \"access\": {\n    \"role\": \"branchAdministrator\",\n    \"branch_ids\": [\n      123,\n      456\n    ],\n    \"is_elevated\": false,\n    \"is_allowed_approver\": false,\n    \"allow_comments\": false,\n    \"can_manage_requests\": false,\n    \"allow_files\": false,\n    \"can_create_projects\": false,\n    \"is_disbursement_administrator\": false\n  },\n  \"title\": \"Loan Officer\",\n  \"preferred_locale\": \"en_US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 201,\n  \"body\": {\n    \"user_id\": 2647694,\n    \"email\": \"jane.doe@bmo.com\",\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Doe\",\n    \"role\": \"branchAdministrator\",\n    \"bank_id\": 734,\n    \"is_registered\": 1,\n    \"is_deleted\": 0,\n    \"created_at\": \"2026-04-12T09:25:18.413Z\",\n    \"title\": \"Loan Officer\",\n    \"branch_ids\": [\n      123,\n      456\n    ],\n    \"is_elevated\": false,\n    \"is_allowed_approver\": false,\n    \"allow_comments\": false,\n    \"can_manage_requests\": false,\n    \"allow_files\": false,\n    \"can_create_projects\": false,\n    \"is_disbursement_administrator\": true,\n    \"updated_at\": \"2026-05-02T17:08:55.221Z\"\n  }\n}"},{"id":"230a8bc6-c4e5-47d7-bdbb-dc2ed871223f","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Jane\",\n  \"last_name\": \"Doe\",\n  \"email\": \"jane.doe@bmo.com\",\n  \"access\": {\n    \"role\": \"branchAdministrator\",\n    \"branch_ids\": [\n      123,\n      456\n    ],\n    \"is_elevated\": false,\n    \"is_allowed_approver\": false,\n    \"allow_comments\": false,\n    \"can_manage_requests\": false,\n    \"allow_files\": false,\n    \"can_create_projects\": false,\n    \"is_disbursement_administrator\": false\n  },\n  \"title\": \"Loan Officer\",\n  \"preferred_locale\": \"en_US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/users"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"342ace78-44f9-46be-9bbc-ad4d3c11b1b9","name":"403","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Jane\",\n  \"last_name\": \"Doe\",\n  \"email\": \"jane.doe@bmo.com\",\n  \"access\": {\n    \"role\": \"branchAdministrator\",\n    \"branch_ids\": [\n      123,\n      456\n    ],\n    \"is_elevated\": false,\n    \"is_allowed_approver\": false,\n    \"allow_comments\": false,\n    \"can_manage_requests\": false,\n    \"allow_files\": false,\n    \"can_create_projects\": false,\n    \"is_disbursement_administrator\": false\n  },\n  \"title\": \"Loan Officer\",\n  \"preferred_locale\": \"en_US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/users"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"c384e8fa-9b32-4123-9239-ef78a2ad00eb","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Jane\",\n  \"last_name\": \"Doe\",\n  \"email\": \"jane.doe@bmo.com\",\n  \"access\": {\n    \"role\": \"branchAdministrator\",\n    \"branch_ids\": [\n      123,\n      456\n    ],\n    \"is_elevated\": false,\n    \"is_allowed_approver\": false,\n    \"allow_comments\": false,\n    \"can_manage_requests\": false,\n    \"allow_files\": false,\n    \"can_create_projects\": false,\n    \"is_disbursement_administrator\": false\n  },\n  \"title\": \"Loan Officer\",\n  \"preferred_locale\": \"en_US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/users"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"0e64a001-27b6-44c3-9621-b138d7875497"},{"name":"Get a bank/lender user by ID","id":"9e245da7-7bbb-4eda-bbe1-c6dc69111660","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/users/{user_id}","description":"<p><b>Purpose:</b> Returns a single bank/lender user record scoped to the caller bank. Returns 404 when the user does not exist or does not belong to the caller bank.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","users","{user_id}"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"6c069bf0-e0c0-4062-8946-be4357adaa7d","name":"Successfully retrieved the bank/lender user","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 200,\n  \"body\": {\n    \"user_id\": 2647694,\n    \"email\": \"jane.doe@bmo.com\",\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Doe\",\n    \"role\": \"branchAdministrator\",\n    \"bank_id\": 734,\n    \"is_registered\": 1,\n    \"is_deleted\": 0,\n    \"created_at\": \"2026-04-12T09:25:18.413Z\",\n    \"title\": \"Loan Officer\",\n    \"branch_ids\": [\n      123,\n      456\n    ],\n    \"is_elevated\": false,\n    \"is_allowed_approver\": false,\n    \"allow_comments\": false,\n    \"can_manage_requests\": false,\n    \"allow_files\": false,\n    \"can_create_projects\": true,\n    \"is_disbursement_administrator\": false,\n    \"updated_at\": \"2026-05-02T17:08:55.221Z\"\n  }\n}"},{"id":"a1eeeef3-2785-4bfc-9412-dee492e35a6c","name":"400","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"c878c3c7-c5cf-4f29-9f33-1f3cb7fd95fe","name":"403","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"ae35dd54-321e-4d2d-9dbd-5793ab968acd","name":"404","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"43d5652b-6b16-4629-ada9-00c9722e811b","name":"500","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"9e245da7-7bbb-4eda-bbe1-c6dc69111660"},{"name":"Update a bank/lender user personal data","id":"9d28fa81-e389-4fab-af16-3c3f60a165a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/users/{user_id}","description":"<p><b>Purpose:</b> Patches editable personal data on a bank/lender user. Email, username, password, and role cannot be changed through this endpoint — use <code>PUT /users/:user_id/access</code> to update access.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","users","{user_id}"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"77744bb2-cb87-43a2-91fa-012a5aabe08d","name":"Successfully updated the bank/lender user","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Jane\",\n  \"last_name\": \"Smith\",\n  \"title\": \"Senior Loan Officer\",\n  \"preferred_locale\": \"en_US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 200,\n  \"body\": {\n    \"user_id\": 2647694,\n    \"email\": \"jane.doe@bmo.com\",\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Doe\",\n    \"role\": \"branchAdministrator\",\n    \"bank_id\": 734,\n    \"is_registered\": 1,\n    \"is_deleted\": 0,\n    \"created_at\": \"2026-04-12T09:25:18.413Z\",\n    \"title\": \"Loan Officer\",\n    \"branch_ids\": [\n      123,\n      456\n    ],\n    \"is_elevated\": false,\n    \"is_allowed_approver\": false,\n    \"allow_comments\": false,\n    \"can_manage_requests\": false,\n    \"allow_files\": false,\n    \"can_create_projects\": true,\n    \"is_disbursement_administrator\": false,\n    \"updated_at\": \"2026-05-02T17:08:55.221Z\"\n  }\n}"},{"id":"8c012f8d-7554-49b2-823d-b259258e5ef1","name":"400","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Jane\",\n  \"last_name\": \"Smith\",\n  \"title\": \"Senior Loan Officer\",\n  \"preferred_locale\": \"en_US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"1d803021-ee21-404d-ad19-c246bef0111f","name":"403","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Jane\",\n  \"last_name\": \"Smith\",\n  \"title\": \"Senior Loan Officer\",\n  \"preferred_locale\": \"en_US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"2f5f0dee-b906-4095-94c6-17a4ddba08ce","name":"404","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Jane\",\n  \"last_name\": \"Smith\",\n  \"title\": \"Senior Loan Officer\",\n  \"preferred_locale\": \"en_US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"210e399b-3315-48e5-a2f8-2cc5b75a12a6","name":"500","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"first_name\": \"Jane\",\n  \"last_name\": \"Smith\",\n  \"title\": \"Senior Loan Officer\",\n  \"preferred_locale\": \"en_US\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"9d28fa81-e389-4fab-af16-3c3f60a165a4"},{"name":"Deactivate a bank/lender user","id":"f1cdc614-b09c-4c64-897f-203660757d40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/users/{user_id}","description":"<p><b>Purpose:</b> Deactivates the user (soft delete on the platform plus disable in the identity provider) so they can no longer log in. The record stays in the database for audit purposes. Idempotent for already-deactivated users.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","users","{user_id}"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"21029939-aa58-4b90-89da-c797a2944c25","name":"User deactivated","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"c1d51c6c-6802-44bb-b5f4-dfb3e331e537","name":"400","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"7ae40749-4259-4ae9-a04f-f4e6b8518a2e","name":"403","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"ef97e3bc-c01f-4aa6-8a0f-369328d5492b","name":"404","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"af2c2ed5-d746-467e-8746-2c906ecb377f","name":"500","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"f1cdc614-b09c-4c64-897f-203660757d40"},{"name":"Replace a bank/lender user role and sub-permissions","id":"406abe4d-9954-4d44-8ade-7852c3f012a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/users/{user_id}/access","description":"<p><b>Purpose:</b> Replaces the role and sub-permissions of an existing bank/lender user (idempotent full replacement of access for that user within the bank scope). The shape of the body depends on the <code>role</code>: branch-scoped roles require non-empty <code>branch_ids</code>; bank-scoped roles (lenderAdministrator, lenderAdministratorReadonly) and TechAdministrator omit branch/bank id lists — access is derived from the API key bank.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","users","{user_id}","access"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"36b3fe10-9a33-4579-9bd6-29a30cc2da54","name":"Successfully replaced the user role and sub-permissions","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"branchAdministrator\",\n  \"branch_ids\": [\n    123,\n    456\n  ],\n  \"is_elevated\": false,\n  \"is_allowed_approver\": false,\n  \"allow_comments\": false,\n  \"can_manage_requests\": false,\n  \"allow_files\": false,\n  \"can_create_projects\": false,\n  \"is_disbursement_administrator\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id/access","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id","access"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 200,\n  \"body\": {\n    \"user_id\": 2647694,\n    \"email\": \"jane.doe@bmo.com\",\n    \"first_name\": \"Jane\",\n    \"last_name\": \"Doe\",\n    \"role\": \"branchAdministrator\",\n    \"bank_id\": 734,\n    \"is_registered\": 1,\n    \"is_deleted\": 0,\n    \"created_at\": \"2026-04-12T09:25:18.413Z\",\n    \"title\": \"Loan Officer\",\n    \"branch_ids\": [\n      123,\n      456\n    ],\n    \"is_elevated\": false,\n    \"is_allowed_approver\": false,\n    \"allow_comments\": false,\n    \"can_manage_requests\": false,\n    \"allow_files\": false,\n    \"can_create_projects\": true,\n    \"is_disbursement_administrator\": false,\n    \"updated_at\": \"2026-05-02T17:08:55.221Z\"\n  }\n}"},{"id":"663a46eb-36b5-454c-8d6c-45689c2e94e5","name":"400","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"branchAdministrator\",\n  \"branch_ids\": [\n    123,\n    456\n  ],\n  \"is_elevated\": false,\n  \"is_allowed_approver\": false,\n  \"allow_comments\": false,\n  \"can_manage_requests\": false,\n  \"allow_files\": false,\n  \"can_create_projects\": false,\n  \"is_disbursement_administrator\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id/access","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id","access"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"071b5adb-2acd-4ec4-905c-1444efe6fe45","name":"403","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"branchAdministrator\",\n  \"branch_ids\": [\n    123,\n    456\n  ],\n  \"is_elevated\": false,\n  \"is_allowed_approver\": false,\n  \"allow_comments\": false,\n  \"can_manage_requests\": false,\n  \"allow_files\": false,\n  \"can_create_projects\": false,\n  \"is_disbursement_administrator\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id/access","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id","access"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"af35757a-fe4e-435a-9027-57fcb168c466","name":"404","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"branchAdministrator\",\n  \"branch_ids\": [\n    123,\n    456\n  ],\n  \"is_elevated\": false,\n  \"is_allowed_approver\": false,\n  \"allow_comments\": false,\n  \"can_manage_requests\": false,\n  \"allow_files\": false,\n  \"can_create_projects\": false,\n  \"is_disbursement_administrator\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id/access","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id","access"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"7fd01382-4c66-4d70-afd0-2708747d3674","name":"500","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"description":"Added as a part of security scheme: bearer","key":"Authorization","value":"Bearer <token>"}],"body":{"mode":"raw","raw":"{\n  \"role\": \"branchAdministrator\",\n  \"branch_ids\": [\n    123,\n    456\n  ],\n  \"is_elevated\": false,\n  \"is_allowed_approver\": false,\n  \"allow_comments\": false,\n  \"can_manage_requests\": false,\n  \"allow_files\": false,\n  \"can_create_projects\": false,\n  \"is_disbursement_administrator\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/users/:user_id/access","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","users",":user_id","access"],"variable":[{"key":"user_id","value":"6346","description":"Numeric identifier of the user."}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"406abe4d-9954-4d44-8ade-7852c3f012a9"}],"id":"c26af1fe-2de3-439b-8fac-447d6ded6b2b","description":"<p>User management endpoints for creating, retrieving, and managing users</p>\n","_postman_id":"c26af1fe-2de3-439b-8fac-447d6ded6b2b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}}}],"id":"4d17c2af-2035-4bcf-9710-78a79fc6356d","_postman_id":"4d17c2af-2035-4bcf-9710-78a79fc6356d","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"e211324b-6368-4b4b-9d96-5767d043897c","id":"e211324b-6368-4b4b-9d96-5767d043897c","name":"CLA Product API - Endpoints","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"041d9ccf-7980-484b-8270-6067502b87d5"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"f12104d5-38e8-49af-8d1e-9b245175f5c1"}}],"variable":[{"key":"baseUrl","value":"https://api.getbuilt.com"},{"key":"api_key","value":"<your-api-key>"},{"key":"api_secret","value":"<your-api-secret>"}]}