{"info":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","description":"<html><head></head><body><p>e-Builder's Application Programming Interface (API) provides you with the framework to create custom integrations between e-Builder and your other applications and tools.</p>\n<p><strong>Use of APIs in e-Builder</strong></p>\n<p>e-Builder's API is built on the REST protocol using JSON document payloads. Customers and partners can unlock the data stored in e-Builder to build data extraction integrations with a variety of systems. Developers have built integrations with ERPs, CRMs, CMSs, and data warehouses.</p>\n<p>Note: If your requirements go beyond data extraction, we offer more comprehensive integration capabilities through the AppXChange.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>The e-Builder documentation is built using the OpenAPI 3.0 documentation standard. This provides a consistent method for describing endpoints and providing request/response examples as well as code samples.</p>\n<p>The endpoints are grouped together by module. Each module and its endpoints are further described to help developers understand their usage. Each endpoint also includes a mock response example and response schema.</p>\n<h2 id=\"before-you-start\">Before You Start</h2>\n<p>There is no special set-up required to use the e-Builder API; however, the instance should be fully configured and must be in use.<br>Access to the API is granted by account administrators. Once your account is enabled for API Access, and you are granted an API Access Key, you can use the API for small data exports that can be pulled into and managed.</p>\n<p>More details on access can be found under the Authenticate resource.</p>\n<p>For the most up-to-date list of public API endpoints please visit: <a href=\"https://api2.e-builder.net/swagger/ui/index#/\">https://api2.e-builder.net/swagger/ui/index#/</a></p>\n<h2 id=\"environments\">Environments</h2>\n<p>e-Builder has multiple environments available.</p>\n<p>When making API calls, ensure that the API subdomain matches your UI domain. For example, the base URL for the US1 Environment is <a href=\"https://api2.e-builder.net\">https://api2.e-builder.net</a> so the API endpoint used will be <a href=\"https://api2.e-builder.net/api/v2/projects\">https://api2.e-builder.net/api/v2/projects</a>.</p>\n<p>Use the following list of base URLs for each UI environment to define the API Endpoint:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>URL</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>US1</td>\n<td><a href=\"https://api2.e-builder.net\">https://api2.e-builder.net</a></td>\n</tr>\n<tr>\n<td>US2</td>\n<td><a href=\"https://api2-us2.e-builder.net\">https://api2-us2.e-builder.net</a></td>\n</tr>\n<tr>\n<td>US3</td>\n<td><a href=\"https://api2-us3.e-builder.net\">https://api2-us3.e-builder.net</a></td>\n</tr>\n<tr>\n<td>US4</td>\n<td><a href=\"https://api2-us4.e-builder.net\">https://api2-us4.e-builder.net</a></td>\n</tr>\n<tr>\n<td>Canada</td>\n<td><a href=\"https://api2.ca.e-builder.net\">https://api2.ca.e-builder.net</a></td>\n</tr>\n<tr>\n<td>Gov Cloud</td>\n<td><a href=\"https://gov-api2.e-builder.net\">https://gov-api2.e-builder.net</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>Your current environment url is https://api2.e-builder.net</p>\n<h2 id=\"uri-parameters\">URI Parameters</h2>\n<p>A URI Parameter is used to identify a specific resource or resources. For e-Builder APIs, all Uniform Resource Identifier (URI) parameters are optional. The most common parameters are limit, offset, schema and dates.</p>\n<h2 id=\"pagination\">Pagination</h2>\n<p>API queries to dense databases could potentially return thousands of results. Pagination is a type of filtering that helps to limit the number of objects (limit) from a certain point (offset).</p>\n<p>When a limit count is given, no more than that many records will be returned. Limit specifies the maximum number of rows to return.</p>\n<p>An offset refers to the number of records you wish to skip before selecting records. By specifying the offset, you can retrieve a subset of records starting with the offset value. Offset starts at 0 for the first record. Records are ordered by the last modified date.</p>\n<p>Each API collection has slightly different parameters and limit values that they support.</p>\n<h2 id=\"filtering\">Filtering</h2>\n<p>Filtering by other values will further limit the results returned after pagination. e-Builder supports the use of date filters on collections.</p>\n<h2 id=\"limits\">Limits</h2>\n<p>e-Builder APIs are subject to certain usage limits to protect our system infrastructure from over usage. Limiting API requests also ensures the fair distribution of system resources.</p>\n<p>e-Builder's annual subscription includes the following call limits:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Annual Subscription</th>\n<th>Access Included</th>\n<th>Additional $15,000</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Call Limits</td>\n<td>5,000,000</td>\n<td>10,000,000</td>\n</tr>\n<tr>\n<td>Time Range</td>\n<td>Quarterly</td>\n<td>Quarterly</td>\n</tr>\n</tbody>\n</table>\n</div><p>To purchase additional calls beyond the subscription limits, please contact e-Builder Support.</p>\n<h3 id=\"contact-support\">Contact Support:</h3>\n<p>Name: API Support</p>\n<p>Email: <a href=\"https://mailto:ebuilder-support@trimble.com\">ebuilder-support@trimble.com</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting Started","slug":"getting-started"}],"owner":"14436640","collectionId":"c480f9c5-888e-4a07-a4a5-90179d54718c","publishedId":"TzRVfmYG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-10-09T20:30:59.000Z"},"item":[{"name":"Authenticate","item":[{"name":"Authenticate a user","event":[{"listen":"test","script":{"id":"c13a0ce9-0adc-4411-8b42-7bdb98182c16","type":"text/javascript","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"access_token\", jsonData.access_token);"]}}],"id":"8d15eb63-2730-4371-b6c3-790d3c960a18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"},{"description":"<p>(Required) </p>\n","key":"grant_type","value":"password"}]},"url":"https://api2.e-builder.net/api/v2/Authenticate","description":"<p>After authenticating with a username and password, use the Bearer type authentication and the value \"Bearer {access_token}\" to enable authentication to other APIs.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Authenticate"],"host":["https://api2.e-builder.net"],"query":[],"variable":[]}},"response":[{"id":"99f12cf7-0378-4de9-9afe-8a1c5ab36287","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"description":" (This can only be one of password)","key":"grant_type","value":"password"},{"key":"username","value":"est id veniam"},{"key":"password","value":"enim ut"}]},"url":"https://api2.e-builder.net/api/v2/Authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"access_token\": \"aMNmk4LrJ0iAyObq5P0ByzSfzOlWhktVxIMne7DfQnza3G9mQKYoV_aawLb6xCcMU5iPdbrJXmXO0unX1SqSqs7VwjlsZpCYlANl-V2GgoXkh5DjfOr29J-R72e1JExenELr7cT22wh4PPJVLwlWUk-V1lLVcEjMelEMjiR3t91VrIL7EGkEUvKiHF_Eei7qK2X6_2WLqWZ10wMxSp7wX_PvYhSTgkWbLx4Gzo4bg6SrYxp_g_MKiTVx-DgGLK2_fR3nRqsi985vfm0IfwCa5Z_2dDIzYiSoXSFlUYDS3VYnprBSV_kWbN7dedASXV5nkUC27ISAU7y_Z4uFI0Y_V5QVseHMj_rEO2HtNvdGm7zZaM2WAx7PkCFoo5VzJDre\",\n \"token_type\": \"bearer\",\n \"expires_in\": 14399\n}"}],"_postman_id":"8d15eb63-2730-4371-b6c3-790d3c960a18"}],"id":"50cb5605-2a09-429a-8a62-fd7ecbf9efea","description":"<h1 id=\"accessing-e-builder-apis\">Accessing e-Builder APIs</h1>\n<p>The e-Builder API uses authorization to ensure that client requests access data securely. </p>\n<h2 id=\"prerequisites\">Prerequisites</h2>\n<p>Before starting the authentication process, ensure that you have a valid e-Builder user account with the Account Admin role. You will need to create an API Access Key in e-Builder to use in the authentication process.</p>\n<p><strong>Note</strong>: An API Access Key cannot be retrieved once it is created. Ensure that you copy the API Access Key when it is created. If you lose your API Access Key, please contact your e-Builder Administrator to generate a new API Key for you to use. The Administrator can also disable the lost API Key for you.</p>\n<p><strong>To create an API Access Key in e-Builder</strong></p>\n<ol>\n<li>Login to e-Builder.</li>\n<li>From the top navigation menu, click the <strong>Setup</strong> tab.</li>\n<li>In the Administration Tools section, click <strong>API Access</strong>.</li>\n<li>Click <strong>Create Key</strong>. \n<img src=\"https://www.e-builder.net/help/APIImages/API%20Access%20Page.jpg\" alt=\"API Access Page\" />\nThe API Key window is displayed.\n<img src=\"https://www.e-builder.net/help/APIImages/API%20Key%20Window1.jpg\" alt=\"API Key Window\" /></li>\n<li>In the API Key pop-up window, select a user to assign the key to in the <strong>User</strong> field.\n<img src=\"https://www.e-builder.net/help/APIImages/Select%20User%20in%20API%20Key%20Window1.jpg\" alt=\"Select the User in the API Key Window\" /></li>\n<li>To download a text file with the username and key, click <strong>Download Key</strong>.</li>\n<li>Click <strong>Save</strong>.</li>\n</ol>\n<h3 id=\"transport-layer-security-tls-requirements\">Transport Layer Security (TLS) Requirements</h3>\n<p>To protect your data and comply with industry standards, e-Builder supports TLS 1.2 encrypted  connections from your integrations and applications.</p>\n<h3 id=\"e-builder-authentication\">e-Builder Authentication</h3>\n<p>e-Builder uses token-based authentication (bearer token) to authenticate API requests.</p>\n","_postman_id":"50cb5605-2a09-429a-8a62-fd7ecbf9efea","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Account Funding","item":[{"name":"AccountFundingTransactions","item":[{"name":"Account Funding Transactions Get","id":"cc864184-3062-406b-8ae5-bb4212b86b5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/AccountFundingTransactions?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the account funding transactions collection.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","AccountFundingTransactions"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"1b2af829-c724-4a4d-b5d8-44521b4654e4","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingTransactions?offset=0&limit=5&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingTransactions"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"5"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"accountfundingtransactions\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/AccountFundingTransactions\",\n        \"offset\": 0,\n        \"limit\": 5,\n        \"size\": 5,\n        \"totalRecords\": 590\n    },\n    \"records\": [\n        {\n            \"transactionID\": \"af013434-e85a-48d3-9144-15f515bdc0bc\",\n            \"transactionAmount\": 100000000,\n            \"deposit\": 100000000,\n            \"transactionDescription\": \"Initial Deposit\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"transactionNumber\": \"\",\n            \"transactionDate\": \"2016-06-09T13:38:13.97\",\n            \"transactionType\": \"Funding Adjustment\",\n            \"withdrawal\": null,\n            \"allocatedToProject\": null\n        },\n        {\n            \"transactionID\": \"99965a09-d641-4064-94b5-8809eae22a34\",\n            \"transactionAmount\": 100000000,\n            \"deposit\": 100000000,\n            \"transactionDescription\": \"Initial Deposit\",\n            \"fundingSourceID\": \"ca439a49-f6a0-4461-8aaa-e0468c338a60\",\n            \"transactionNumber\": \"\",\n            \"transactionDate\": \"2016-06-09T13:40:03.84\",\n            \"transactionType\": \"Funding Adjustment\",\n            \"withdrawal\": null,\n            \"allocatedToProject\": null\n        },\n        {\n            \"transactionID\": \"72e69d7f-1693-4837-b2da-1d662773c3a1\",\n            \"transactionAmount\": -30000000,\n            \"deposit\": null,\n            \"transactionDescription\": \"The Alex Martin Master Federal Grant - 12345 - Funds allocated\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"transactionNumber\": \"\",\n            \"transactionDate\": \"2016-06-09T13:43:59.227\",\n            \"transactionType\": \"Funding Adjustment\",\n            \"withdrawal\": 30000000,\n            \"allocatedToProject\": null\n        },\n        {\n            \"transactionID\": \"1e5a7479-b344-4629-977e-a02c17f9df93\",\n            \"transactionAmount\": -1000000,\n            \"deposit\": null,\n            \"transactionDescription\": \"The Alex Martin Master Federal Grant - Funds allocated\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"transactionNumber\": \"\",\n            \"transactionDate\": \"2016-06-09T18:51:11.15\",\n            \"transactionType\": \"Funding Adjustment\",\n            \"withdrawal\": 1000000,\n            \"allocatedToProject\": null\n        },\n        {\n            \"transactionID\": \"a4e5728a-f9f7-4f1a-b40b-a5863580d0b8\",\n            \"transactionAmount\": 500000000,\n            \"deposit\": 500000000,\n            \"transactionDescription\": \"initail deposit\",\n            \"fundingSourceID\": \"c06eb3a6-bef1-4e4c-af2e-5939bdc7eb2f\",\n            \"transactionNumber\": \"\",\n            \"transactionDate\": \"2016-06-22T20:01:41.947\",\n            \"transactionType\": \"Funding Adjustment\",\n            \"withdrawal\": null,\n            \"allocatedToProject\": null\n        }\n    ]\n}"},{"id":"4ad2f327-b72e-4d0b-a881-8c244c4cdd0b","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingTransactions?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingTransactions"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"5","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"transactionID\": {\n                        \"type\": \"string\"\n                    },\n                    \"transactionAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"deposit\": {\n                        \"type\": \"number\"\n                    },\n                    \"transactionDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"transactionNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"transactionDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"transactionType\": {\n                        \"type\": \"string\"\n                    },\n                    \"withdrawal\": {\n                        \"type\": \"number\"\n                    },\n                    \"allocatedToProject\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"cc864184-3062-406b-8ae5-bb4212b86b5e"}],"id":"f65b5945-6348-4653-a1be-586adabab348","description":"<p>The Account Funding Transactions API allows access to the Account Funding Transactions collection.</p>\n","_postman_id":"f65b5945-6348-4653-a1be-586adabab348","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"AccountFundingRules","item":[{"name":"Account Funding Rules Get","id":"c51ab25e-f731-4d73-8304-e7e7f2901c19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/AccountFundingRules?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the account funding rules collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","AccountFundingRules"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"3ed8a3b9-4779-43b5-854f-caee218a6ebd","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingRules?offset=0&limit=2&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingRules"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"2"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"accountfundingrules\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/AccountFundingRules\",\n        \"offset\": 0,\n        \"limit\": 2,\n        \"size\": 2,\n        \"totalRecords\": 41\n    },\n    \"records\": [\n        {\n            \"fundingRuleID\": \"ea6696ad-c75b-4363-a143-066d549caf1e\",\n            \"name\": \"Alex Rule\",\n            \"description\": \"\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-09T14:19:26.177\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"lastModifiedBy\": \"Martin Aztiazarain\",\n            \"lastModifiedDate\": \"2016-06-09T14:19:26.177\",\n            \"lastModifiedByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"isActive\": true\n        },\n        {\n            \"fundingRuleID\": \"57864f4e-941b-4cf1-a6d2-eee8159b9d26\",\n            \"name\": \"Chris Cummings Funding Rule\",\n            \"description\": \"\",\n            \"createdBy\": \"Chris Cummings\",\n            \"dateCreated\": \"2016-06-22T20:22:16.363\",\n            \"createdByID\": \"6e9d2bb9-7933-4ec2-bdc5-a40bbc0f6e4f\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-06-22T20:22:16.363\",\n            \"lastModifiedByID\": \"6e9d2bb9-7933-4ec2-bdc5-a40bbc0f6e4f\",\n            \"isActive\": true\n        }\n    ]\n}"},{"id":"3dba1025-83e8-45f9-b802-0f3e019235c9","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingRules?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingRules"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"2","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"fundingRuleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"c51ab25e-f731-4d73-8304-e7e7f2901c19"},{"name":"Account Funding Rules Find By Id","id":"0bc95280-0ee5-4b5f-ae6f-c9bd4563ed5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/AccountFundingRules/:fundingRuleID","description":"<p>Returns an account funding rule.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","AccountFundingRules",":fundingRuleID"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"3beac214-ec80-4d3b-b7d8-394a77b07354","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"},{"id":"fba3ebb9-03be-4ada-866f-3fab997659d3","type":"any","value":"","key":"fundingRuleID"}]}},"response":[{"id":"8d0cca27-2a64-4069-a456-97438e704285","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingRules/:fundingRuleID?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingRules",":fundingRuleID"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"fundingRuleID","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"accountfundingrules\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/AccountFundingRules/57864f4e-941b-4cf1-a6d2-eee8159b9d26\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"fundingRuleID\": \"57864f4e-941b-4cf1-a6d2-eee8159b9d26\",\n            \"name\": \"Chris Cummings Funding Rule\",\n            \"description\": \"\",\n            \"createdBy\": \"Chris Cummings\",\n            \"dateCreated\": \"2016-06-22T20:22:16.363\",\n            \"createdByID\": \"6e9d2bb9-7933-4ec2-bdc5-a40bbc0f6e4f\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-06-22T20:22:16.363\",\n            \"lastModifiedByID\": \"6e9d2bb9-7933-4ec2-bdc5-a40bbc0f6e4f\",\n            \"isActive\": true\n        }\n    ]\n}"},{"id":"88e9a0e0-6b4a-45cf-aae6-fc9f059c5473","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingRules/:fundingRuleID?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingRules",":fundingRuleID"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"fundingRuleID","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"fundingRuleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"3beac214-ec80-4d3b-b7d8-394a77b07354","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "},{"id":"fba3ebb9-03be-4ada-866f-3fab997659d3","key":"fundingRuleID","value":"","type":"any"}],"_postman_id":"0bc95280-0ee5-4b5f-ae6f-c9bd4563ed5c"},{"name":"Account Funding Rules Find By Id Distributions","id":"e2893649-a9d0-49dc-a40d-22b25d4e0f7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/AccountFundingRules/:id/distributions?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns a account funding rules and its distributions.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","AccountFundingRules",":id","distributions"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"c57f9cfb-edf3-4b51-b441-be7d01ffc456","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"3661db94-aedf-4292-8955-9a2b65aa78be","name":"Untitled Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingRules/:id/distributions?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingRules",":id","distributions"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"key":"offset","value":"0"},{"key":"limit","value":"100"},{"key":"schema","value":"false"}],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"variable":[{"id":"c57f9cfb-edf3-4b51-b441-be7d01ffc456","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"e2893649-a9d0-49dc-a40d-22b25d4e0f7f"}],"id":"09484736-c333-4c4f-b707-e8914546cd91","description":"<p>The Account Funding Rules API allows access to the Account Funding Rules  collection and related resources such as distributions.</p>\n","_postman_id":"09484736-c333-4c4f-b707-e8914546cd91","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"AccountFundingDistributions","item":[{"name":"Account Funding Distributions Get","id":"a169efa1-c896-444a-aaa0-f36f06667589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/AccountFundingDistributions?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the account funding distributions collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","AccountFundingDistributions"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"255a3e54-821e-4708-87e7-bdd44364cd0f","name":"Untitled Example","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingDistributions?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingDistributions"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"key":"offset","value":"0"},{"key":"limit","value":"100"},{"key":"schema","value":"false"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"text/plain"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a169efa1-c896-444a-aaa0-f36f06667589"}],"id":"0c178947-bbbd-4c12-8018-50125d569acb","description":"<p>The Account Funding Distributions API allows access to the Account Funding Distributions collection.</p>\n","_postman_id":"0c178947-bbbd-4c12-8018-50125d569acb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"AccountFundingSources","item":[{"name":"Account Funding Sources Get","id":"a9c6c534-7aa0-4714-93d3-bccaaba9c8ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/AccountFundingSources?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the account funding source collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","AccountFundingSources"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"49daee62-067b-43a7-944c-e1768401b0c3","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingSources?offset=0&limit=5","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingSources"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"5"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"accountfundingsources\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/AccountFundingSources\",\n        \"offset\": 0,\n        \"limit\": 5,\n        \"size\": 5,\n        \"totalRecords\": 100\n    },\n    \"records\": [\n        {\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"name\": \"The Alex Martin Master Federal Grant\",\n            \"description\": \"\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-09T13:37:15.767\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"lastModifiedBy\": \"Martin Aztiazarain\",\n            \"lastModifiedDate\": \"2016-06-09T13:37:15.767\",\n            \"lastModifiedByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"balance\": 68499999.5,\n            \"fundingCategoryName\": \"Federal Grant\",\n            \"fundingCategoryDescription\": null,\n            \"status\": \"Active\",\n            \"totalCommitted\": 1017250,\n            \"allocatedFunds\": 0,\n            \"totalFunds\": 100000000\n        },\n        {\n            \"fundingSourceID\": \"5a860020-8415-4d80-81f6-3ef6ff664d84\",\n            \"name\": \"Rachael Kaufman Federal Grant \",\n            \"description\": \"\",\n            \"createdBy\": \"Rachael Kaufman\",\n            \"dateCreated\": \"2016-06-22T20:00:04.567\",\n            \"createdByID\": \"65d4f54a-6aa2-4f2e-a885-2d5633cc0580\",\n            \"lastModifiedBy\": \"Rachael Kaufman\",\n            \"lastModifiedDate\": \"2016-06-22T20:00:04.567\",\n            \"lastModifiedByID\": \"65d4f54a-6aa2-4f2e-a885-2d5633cc0580\",\n            \"balance\": 489995640,\n            \"fundingCategoryName\": \"Federal Grant\",\n            \"fundingCategoryDescription\": null,\n            \"status\": \"Active\",\n            \"totalCommitted\": 360680,\n            \"allocatedFunds\": 0,\n            \"totalFunds\": 500000000\n        },\n        {\n            \"fundingSourceID\": \"07b7354e-655f-4a49-965c-4999787b20c8\",\n            \"name\": \"Mark Hartley Federal Grant\",\n            \"description\": \"\",\n            \"createdBy\": \"Mark Hartley\",\n            \"dateCreated\": \"2016-06-22T20:00:20.627\",\n            \"createdByID\": \"1c7648ab-0008-4464-a492-939e38409005\",\n            \"lastModifiedBy\": \"Mark Hartley\",\n            \"lastModifiedDate\": \"2016-06-22T20:00:20.627\",\n            \"lastModifiedByID\": \"1c7648ab-0008-4464-a492-939e38409005\",\n            \"balance\": 479999995,\n            \"fundingCategoryName\": \"Federal Grant\",\n            \"fundingCategoryDescription\": null,\n            \"status\": \"Active\",\n            \"totalCommitted\": 2750,\n            \"allocatedFunds\": 0,\n            \"totalFunds\": 500000000\n        },\n        {\n            \"fundingSourceID\": \"1f0e951b-830e-4e3d-a738-78429cd74e22\",\n            \"name\": \"Chris Cummings Federal Grant\",\n            \"description\": \"\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-22T20:00:12.14\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"lastModifiedBy\": \"Martin Aztiazarain\",\n            \"lastModifiedDate\": \"2016-06-22T20:00:12.14\",\n            \"lastModifiedByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"balance\": 389458388.89,\n            \"fundingCategoryName\": \"Federal Grant\",\n            \"fundingCategoryDescription\": null,\n            \"status\": \"Active\",\n            \"totalCommitted\": 5905000,\n            \"allocatedFunds\": 100040000,\n            \"totalFunds\": 500000000\n        },\n        {\n            \"fundingSourceID\": \"ca439a49-f6a0-4461-8aaa-e0468c338a60\",\n            \"name\": \"The Alex Martin Master State Grant\",\n            \"description\": \"\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-09T13:37:43.113\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"lastModifiedBy\": \"Martin Aztiazarain\",\n            \"lastModifiedDate\": \"2016-06-09T13:37:43.113\",\n            \"lastModifiedByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"balance\": 99409954.5,\n            \"fundingCategoryName\": \"State Grant\",\n            \"fundingCategoryDescription\": null,\n            \"status\": \"Active\",\n            \"totalCommitted\": 49017250,\n            \"allocatedFunds\": 0,\n            \"totalFunds\": 100000000\n        }\n    ]\n}"},{"id":"2b9f6077-0275-42d8-a7a2-fb7b9980be64","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingSources?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingSources"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"5","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"balance\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingCategoryName\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingCategoryDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalCommitted\": {\n                        \"type\": \"number\"\n                    },\n                    \"allocatedFunds\": {\n                        \"type\": \"number\"\n                    },\n                    \"totalFunds\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"a9c6c534-7aa0-4714-93d3-bccaaba9c8ea"},{"name":"Account Funding Sources Find By Id","id":"80291fcb-adec-4f62-8c98-6c35ce4e1fec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/AccountFundingSources/:fundingSourceID","description":"<p>Returns an account funding source.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","AccountFundingSources",":fundingSourceID"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"24bfdb4d-641c-4e3f-9358-9028deaca120","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"},{"id":"be94f787-34a3-4bbb-9999-e05f00fa2131","type":"any","value":"","key":"fundingSourceID"}]}},"response":[{"id":"6740bccb-309b-4264-acc4-c111add9d6b9","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingSources/:fundingSourceID","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingSources",":fundingSourceID"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false","disabled":true}],"variable":[{"key":"fundingSourceID","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"accountfundingsources\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/AccountFundingSources/ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"name\": \"The Alex Martin Master Federal Grant\",\n            \"description\": \"\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-09T13:37:15.767\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"lastModifiedBy\": \"Martin Aztiazarain\",\n            \"lastModifiedDate\": \"2016-06-09T13:37:15.767\",\n            \"lastModifiedByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"balance\": 68499999.5,\n            \"fundingCategoryName\": \"Federal Grant\",\n            \"fundingCategoryDescription\": null,\n            \"status\": \"Active\",\n            \"totalCommitted\": 1017250,\n            \"allocatedFunds\": 0,\n            \"totalFunds\": 100000000\n        }\n    ]\n}"},{"id":"c29180d3-f230-4462-b1c1-ee757cfb6e11","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingSources/:fundingSourceID?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingSources",":fundingSourceID"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"fundingSourceID","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"balance\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingCategoryName\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingCategoryDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalCommitted\": {\n                        \"type\": \"number\"\n                    },\n                    \"allocatedFunds\": {\n                        \"type\": \"number\"\n                    },\n                    \"totalFunds\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"24bfdb4d-641c-4e3f-9358-9028deaca120","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "},{"id":"be94f787-34a3-4bbb-9999-e05f00fa2131","key":"fundingSourceID","value":"","type":"any"}],"_postman_id":"80291fcb-adec-4f62-8c98-6c35ce4e1fec"},{"name":"Account Funding Sources Find By Id Adjustments","id":"09a05e83-1e6a-4006-9017-940b3386cace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/AccountFundingSources/:fundingSourceID/adjustments","description":"<p>Returns a account funding source and its adjustments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","AccountFundingSources",":fundingSourceID","adjustments"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"disabled":true,"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"disabled":true,"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"016e8723-b966-4ac1-b289-65670ebccd6e","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"},{"id":"0015ce54-5b72-4a77-b093-d99555dfe09c","type":"any","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7","key":"fundingSourceID"}]}},"response":[{"id":"8f952b76-11fd-4408-9151-88b872b75fe4","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingSources/:fundingSourceID/adjustments","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingSources",":fundingSourceID","adjustments"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false","disabled":true}],"variable":[{"key":"fundingSourceID","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"accountfundingsources\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/AccountFundingSources/ba0e89d5-9fcb-41db-ab76-0306371714f7/adjustments\",\n        \"offset\": 0,\n        \"limit\": 3000,\n        \"size\": 3,\n        \"totalRecords\": 3\n    },\n    \"records\": [\n        {\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"name\": \"The Alex Martin Master Federal Grant\",\n            \"description\": \"\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-09T13:37:15.767\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"lastModifiedBy\": \"Martin Aztiazarain\",\n            \"lastModifiedDate\": \"2016-06-09T13:37:15.767\",\n            \"lastModifiedByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"balance\": 68499999.5,\n            \"fundingCategoryName\": \"Federal Grant\",\n            \"fundingCategoryDescription\": null,\n            \"status\": \"Active\",\n            \"totalCommitted\": 1017250,\n            \"allocatedFunds\": 0,\n            \"totalFunds\": 100000000\n        }\n    ],\n    \"details\": [\n        {\n            \"adjustmentID\": \"af013434-e85a-48d3-9144-15f515bdc0bc\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"description\": \"Initial Deposit\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-09T13:38:13.97\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"amount\": 100000000,\n            \"instanceID\": null\n        },\n        {\n            \"adjustmentID\": \"72e69d7f-1693-4837-b2da-1d662773c3a1\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"description\": \"The Alex Martin Master Federal Grant - 12345 - Funds allocated\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-09T13:43:59.227\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"amount\": -30000000,\n            \"instanceID\": null\n        },\n        {\n            \"adjustmentID\": \"1e5a7479-b344-4629-977e-a02c17f9df93\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"description\": \"The Alex Martin Master Federal Grant - Funds allocated\",\n            \"createdBy\": \"Alex Martin\",\n            \"dateCreated\": \"2016-06-09T18:51:11.15\",\n            \"createdByID\": \"d677c0af-4e1d-4fa9-8469-bc7c95fac365\",\n            \"amount\": -1000000,\n            \"instanceID\": null\n        }\n    ]\n}"},{"id":"ee656dd2-224f-4140-875c-9ceb46ca9c4e","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingSources/:fundingSourceID/adjustments?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingSources",":fundingSourceID","adjustments"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"fundingSourceID","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"adjustmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"instanceID\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"balance\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingCategoryName\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingCategoryDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalCommitted\": {\n                        \"type\": \"number\"\n                    },\n                    \"allocatedFunds\": {\n                        \"type\": \"number\"\n                    },\n                    \"totalFunds\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"016e8723-b966-4ac1-b289-65670ebccd6e","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "},{"id":"0015ce54-5b72-4a77-b093-d99555dfe09c","key":"fundingSourceID","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7","type":"any"}],"_postman_id":"09a05e83-1e6a-4006-9017-940b3386cace"},{"name":"Account Funding Sources Find By Id Custom Fields","id":"385b1268-5e00-4c97-bce8-dc2f8bc5dc62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/AccountFundingSources/:fundingSourceID/customfields","description":"<p>Returns a account funding source and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","AccountFundingSources",":fundingSourceID","customfields"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"disabled":true,"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"b584070f-1aef-45a3-9e03-c381420c67f5","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"},{"id":"9589f043-fa91-4b00-b843-bf460e1d80d9","type":"any","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7","key":"fundingSourceID"}]}},"response":[{"id":"a57c78d2-98e0-4594-8d54-0f3d40a7fae8","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingSources/:fundingSourceID/customfields","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingSources",":fundingSourceID","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false","disabled":true}],"variable":[{"key":"fundingSourceID","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"accountfundingsources\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/AccountFundingSources/ba0e89d5-9fcb-41db-ab76-0306371714f7/customfields\",\n        \"offset\": 0,\n        \"limit\": 3000,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"name\": \"The Alex Martin Master Federal Grant\",\n            \"description\": \"\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-09T13:37:15.767\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"lastModifiedBy\": \"Martin Aztiazarain\",\n            \"lastModifiedDate\": \"2016-06-09T13:37:15.767\",\n            \"lastModifiedByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"balance\": 68499999.5,\n            \"fundingCategoryName\": \"Federal Grant\",\n            \"fundingCategoryDescription\": null,\n            \"status\": \"Active\",\n            \"totalCommitted\": 1017250,\n            \"allocatedFunds\": 0,\n            \"totalFunds\": 100000000\n        }\n    ],\n    \"details\": []\n}"},{"id":"11937c90-4167-4e8f-9f2f-677e5bba3104","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingSources/:fundingSourceID/customfields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingSources",":fundingSourceID","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"fundingSourceID","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"balance\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingCategoryName\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingCategoryDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalCommitted\": {\n                        \"type\": \"number\"\n                    },\n                    \"allocatedFunds\": {\n                        \"type\": \"number\"\n                    },\n                    \"totalFunds\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"b584070f-1aef-45a3-9e03-c381420c67f5","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "},{"id":"9589f043-fa91-4b00-b843-bf460e1d80d9","key":"fundingSourceID","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7","type":"any"}],"_postman_id":"385b1268-5e00-4c97-bce8-dc2f8bc5dc62"},{"name":"Account Funding Sources Find By Id Transactions","id":"59d56b16-09cd-45f6-b739-42a0fab69aa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/AccountFundingSources/:fundingSourceID/transactions","description":"<p>Returns a account funding source and its transactions.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","AccountFundingSources",":fundingSourceID","transactions"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"disabled":true,"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"disabled":true,"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"9b00d240-6b9f-4d23-a0cd-2293c7fefb42","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"},{"id":"2f97a161-4837-45ae-b898-2f522f088088","type":"any","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7","key":"fundingSourceID"}]}},"response":[{"id":"200fdd75-de56-4b21-acca-fe8f8e4f4869","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingSources/:fundingSourceID/transactions","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingSources",":fundingSourceID","transactions"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false","disabled":true}],"variable":[{"key":"fundingSourceID","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"accountfundingsources\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/AccountFundingSources/ba0e89d5-9fcb-41db-ab76-0306371714f7/transactions\",\n        \"offset\": 0,\n        \"limit\": 3000,\n        \"size\": 6,\n        \"totalRecords\": 6\n    },\n    \"records\": [\n        {\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"name\": \"The Alex Martin Master Federal Grant\",\n            \"description\": \"\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-09T13:37:15.767\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"lastModifiedBy\": \"Martin Aztiazarain\",\n            \"lastModifiedDate\": \"2016-06-09T13:37:15.767\",\n            \"lastModifiedByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"balance\": 68499999.5,\n            \"fundingCategoryName\": \"Federal Grant\",\n            \"fundingCategoryDescription\": null,\n            \"status\": \"Active\",\n            \"totalCommitted\": 1017250,\n            \"allocatedFunds\": 0,\n            \"totalFunds\": 100000000\n        }\n    ],\n    \"details\": [\n        {\n            \"transactionID\": \"af013434-e85a-48d3-9144-15f515bdc0bc\",\n            \"transactionAmount\": 100000000,\n            \"deposit\": 100000000,\n            \"transactionDescription\": \"Initial Deposit\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"transactionNumber\": \"\",\n            \"transactionDate\": \"2016-06-09T13:38:13.97\",\n            \"transactionType\": \"Funding Adjustment\",\n            \"withdrawal\": null,\n            \"allocatedToProject\": null\n        },\n        {\n            \"transactionID\": \"72e69d7f-1693-4837-b2da-1d662773c3a1\",\n            \"transactionAmount\": -30000000,\n            \"deposit\": null,\n            \"transactionDescription\": \"The Alex Martin Master Federal Grant - 12345 - Funds allocated\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"transactionNumber\": \"\",\n            \"transactionDate\": \"2016-06-09T13:43:59.227\",\n            \"transactionType\": \"Funding Adjustment\",\n            \"withdrawal\": 30000000,\n            \"allocatedToProject\": null\n        },\n        {\n            \"transactionID\": \"1e5a7479-b344-4629-977e-a02c17f9df93\",\n            \"transactionAmount\": -1000000,\n            \"deposit\": null,\n            \"transactionDescription\": \"The Alex Martin Master Federal Grant - Funds allocated\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"transactionNumber\": \"\",\n            \"transactionDate\": \"2016-06-09T18:51:11.15\",\n            \"transactionType\": \"Funding Adjustment\",\n            \"withdrawal\": 1000000,\n            \"allocatedToProject\": null\n        },\n        {\n            \"transactionID\": \"bc292000-fbb1-473a-9c90-7bc3169c62c3\",\n            \"transactionAmount\": -250000,\n            \"deposit\": null,\n            \"transactionDescription\": \"INV - DK MC1 - 1\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"transactionNumber\": \"MMI - 00011\",\n            \"transactionDate\": \"2017-07-04T00:00:00\",\n            \"transactionType\": \"Master Invoice\",\n            \"withdrawal\": 250000,\n            \"allocatedToProject\": \"\"\n        },\n        {\n            \"transactionID\": \"646bfc37-1abd-4667-b1ba-7ecb9d00bd78\",\n            \"transactionAmount\": -250000,\n            \"deposit\": null,\n            \"transactionDescription\": \"INV - DK MC1 - 2\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"transactionNumber\": \"MMI - 00012\",\n            \"transactionDate\": \"2017-07-04T00:00:00\",\n            \"transactionType\": \"Master Invoice\",\n            \"withdrawal\": 250000,\n            \"allocatedToProject\": \"\"\n        },\n        {\n            \"transactionID\": \"6a14bea3-9d45-4e0e-8cd7-91bcd9af4ec4\",\n            \"transactionAmount\": -0.5,\n            \"deposit\": null,\n            \"transactionDescription\": \"3M- SF124 - 00000 07/23/2020\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"transactionNumber\": \"MMI - 00131\",\n            \"transactionDate\": \"2020-07-23T00:00:00\",\n            \"transactionType\": \"Master Invoice\",\n            \"withdrawal\": 0.5,\n            \"allocatedToProject\": \"\"\n        }\n    ]\n}"},{"id":"b034e8fe-8887-4faa-a4c7-0e53dcf466a5","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingSources/:fundingSourceID/transactions?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingSources",":fundingSourceID","transactions"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"fundingSourceID","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"transactionID\": {\n                        \"type\": \"string\"\n                    },\n                    \"transactionAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"deposit\": {\n                        \"type\": \"number\"\n                    },\n                    \"transactionDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"transactionNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"transactionDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"transactionType\": {\n                        \"type\": \"string\"\n                    },\n                    \"withdrawal\": {\n                        \"type\": \"number\"\n                    },\n                    \"allocatedToProject\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"balance\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingCategoryName\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingCategoryDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalCommitted\": {\n                        \"type\": \"number\"\n                    },\n                    \"allocatedFunds\": {\n                        \"type\": \"number\"\n                    },\n                    \"totalFunds\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"9b00d240-6b9f-4d23-a0cd-2293c7fefb42","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "},{"id":"2f97a161-4837-45ae-b898-2f522f088088","key":"fundingSourceID","value":"ba0e89d5-9fcb-41db-ab76-0306371714f7","type":"any"}],"_postman_id":"59d56b16-09cd-45f6-b739-42a0fab69aa9"}],"id":"f4ff83f5-3daa-4da3-8e6d-1979d1b50493","description":"<p>The Account Funding Sources API allows access to the Account Funding Sources collection and related resources such as adjustments, transactions and custom fields.</p>\n","_postman_id":"f4ff83f5-3daa-4da3-8e6d-1979d1b50493","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"AccountFundingAdjustments","item":[{"name":"Account Funding Adjustments Get","id":"598d5ab8-42c5-43d8-8403-29ece39fa3ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/AccountFundingAdjustments?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns the account funding adjustments collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","AccountFundingAdjustments"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"ed632b3b-dc71-4791-853d-385de1fdef7c","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingAdjustments?limit=5&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingAdjustments"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"5"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"accountfundingadjustments\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/AccountFundingAdjustments\",\n        \"offset\": 0,\n        \"limit\": 5,\n        \"size\": 5,\n        \"totalRecords\": 186\n    },\n    \"records\": [\n        {\n            \"adjustmentID\": \"af013434-e85a-48d3-9144-15f515bdc0bc\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"description\": \"Initial Deposit\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-09T13:38:13.97\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"amount\": 100000000,\n            \"instanceID\": null\n        },\n        {\n            \"adjustmentID\": \"72e69d7f-1693-4837-b2da-1d662773c3a1\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"description\": \"The Alex Martin Master Federal Grant - 12345 - Funds allocated\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-09T13:43:59.227\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"amount\": -30000000,\n            \"instanceID\": null\n        },\n        {\n            \"adjustmentID\": \"1e5a7479-b344-4629-977e-a02c17f9df93\",\n            \"fundingSourceID\": \"ba0e89d5-9fcb-41db-ab76-0306371714f7\",\n            \"description\": \"The Alex Martin Master Federal Grant - Funds allocated\",\n            \"createdBy\": \"Alex Martin\",\n            \"dateCreated\": \"2016-06-09T18:51:11.15\",\n            \"createdByID\": \"d677c0af-4e1d-4fa9-8469-bc7c95fac365\",\n            \"amount\": -1000000,\n            \"instanceID\": null\n        },\n        {\n            \"adjustmentID\": \"99965a09-d641-4064-94b5-8809eae22a34\",\n            \"fundingSourceID\": \"ca439a49-f6a0-4461-8aaa-e0468c338a60\",\n            \"description\": \"Initial Deposit\",\n            \"createdBy\": \"Martin Aztiazarain\",\n            \"dateCreated\": \"2016-06-09T13:40:03.84\",\n            \"createdByID\": \"c806376e-f6e1-4411-9056-aa3d0c873802\",\n            \"amount\": 100000000,\n            \"instanceID\": null\n        },\n        {\n            \"adjustmentID\": \"b509e478-964e-4634-ada2-0739d1a1a69c\",\n            \"fundingSourceID\": \"5a860020-8415-4d80-81f6-3ef6ff664d84\",\n            \"description\": \"Inital Deposit \",\n            \"createdBy\": \"Rachael Kaufman\",\n            \"dateCreated\": \"2016-06-22T20:02:00.707\",\n            \"createdByID\": \"65d4f54a-6aa2-4f2e-a885-2d5633cc0580\",\n            \"amount\": 500000000,\n            \"instanceID\": null\n        }\n    ]\n}"},{"id":"ba2f9d11-f6a6-4da1-9b77-1a7cf86cde3b","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/AccountFundingAdjustments?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","AccountFundingAdjustments"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"5","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"adjustmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"instanceID\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"598d5ab8-42c5-43d8-8403-29ece39fa3ea"}],"id":"a1f8fedd-fdb0-442c-ad8a-0e8d7217ebb4","description":"<p>The Account Funding Adjustments API allows access to the Account Funding Adjustments collection.</p>\n","_postman_id":"a1f8fedd-fdb0-442c-ad8a-0e8d7217ebb4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}}],"id":"b7ad6a5c-5f38-4883-9848-607a7aa11bac","description":"<p>Account-level funding provides the ability to track and report on funding activities across the entire account, which includes the versatility to also track at the project level.</p>\n<p>The Account Funding API allows access to the Account Funding Source collection and related resources like funding rules, transactions, distributions, funding sources and adjustments.</p>\n","_postman_id":"b7ad6a5c-5f38-4883-9848-607a7aa11bac","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Budgets","item":[{"name":"Budgets Get","id":"7999fbb6-2430-4008-a362-c385c4579489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Budgets?schema=true","description":"<p>Returns the collection of budget headers only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Budgets"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"disabled":true,"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"disabled":true,"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"true"}],"variable":[]}},"response":[{"id":"1c7a851f-a7c7-4ffc-add1-b2c8fb4d5e3e","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"budgets\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Budgets\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 3,\n        \"totalRecords\": 3\n    },\n    \"records\": [\n        {\n            \"budgetId\": \"6f0b9355-4a94-4a18-8b34-3ee1e079f051\",\n            \"projectId\": \"611239f4-353e-41fa-bb9d-2f13f62e77b0\",\n            \"projectName\": \"ESD - 13666\",\n            \"budgetControl\": \"Controlled By Line Item\",\n            \"description\": \"\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": \"\",\n            \"submittedForApprovalDate\": null,\n            \"approvedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"approvedBy\": \"Prerak Parikh\",\n            \"approvedByDate\": \"2020-05-28T00:00:00\",\n            \"createdById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"createdBy\": \"Prerak Parikh\",\n            \"dateCreated\": \"2020-05-28T08:50:42\",\n            \"lastModifiedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"lastModifiedBy\": \"Prerak Parikh\",\n            \"lastModifiedDate\": \"2020-05-28T08:51:09\",\n            \"costControlTolerancePercent\": null\n        },\n        {\n            \"budgetId\": \"8284aa3a-b9a8-4552-a4c1-85baac23bdc9\",\n            \"projectId\": \"bc24e9ea-745b-43db-b319-1161dc77b87a\",\n            \"projectName\": \"6.12.19\",\n            \"budgetControl\": \"Controlled By Line Item\",\n            \"description\": \"\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": \"\",\n            \"submittedForApprovalDate\": null,\n            \"approvedById\": null,\n            \"approvedBy\": \"\",\n            \"approvedByDate\": null,\n            \"createdById\": \"c1395ed2-4444-4d8d-9cdd-ebb1f810c5ac\",\n            \"createdBy\": \"Bruce Kobloth\",\n            \"dateCreated\": \"2020-10-07T14:45:24\",\n            \"lastModifiedById\": \"c1395ed2-4444-4d8d-9cdd-ebb1f810c5ac\",\n            \"lastModifiedBy\": \"Bruce Kobloth\",\n            \"lastModifiedDate\": \"2020-10-07T14:45:24\",\n            \"costControlTolerancePercent\": null\n        },\n        {\n            \"budgetId\": \"c91c8005-0cd9-430e-88a5-43a5e0fa56e6\",\n            \"projectId\": \"7c39461a-748f-408a-b7c7-1f88c106539e\",\n            \"projectName\": \"Bruce Multi-currency setup project\",\n            \"budgetControl\": \"Controlled By Line Item\",\n            \"description\": \"\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": \"\",\n            \"submittedForApprovalDate\": null,\n            \"approvedById\": \"eaf4009c-2e98-4418-a6a8-d637b9cdd8bf\",\n            \"approvedBy\": \"Bruce Kobloth\",\n            \"approvedByDate\": \"2020-12-14T00:00:00\",\n            \"createdById\": \"eaf4009c-2e98-4418-a6a8-d637b9cdd8bf\",\n            \"createdBy\": \"Bruce Kobloth\",\n            \"dateCreated\": \"2020-12-08T17:06:44\",\n            \"lastModifiedById\": \"eaf4009c-2e98-4418-a6a8-d637b9cdd8bf\",\n            \"lastModifiedBy\": \"Bruce Kobloth\",\n            \"lastModifiedDate\": \"2020-12-14T16:38:58\",\n            \"costControlTolerancePercent\": null\n        }\n    ]\n}"},{"id":"60135762-dc19-45df-8793-35e81c0b15b4","name":"Schema","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"budgetId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"7999fbb6-2430-4008-a362-c385c4579489"},{"name":"Budgets","id":"ce7f54f1-94fb-4911-9e70-c7adfcdeedd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Budgets/:budgetId?schema=false","description":"<p>This request returns details of a specific budget.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Budgets",":budgetId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"228be4da-f2b1-4aaf-bf56-efadcc22093f","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"","key":"budgetId"},{"id":"4b071166-712e-48ce-9ece-1958f31622da","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"string","value":"urn:uuid:74d8690b-4c95-e083-1d03-35611ebdac7f","key":"id"}]}},"response":[{"id":"e673e615-2745-4437-9b84-1cc8d0bdbe3f","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"8284aa3a-b9a8-4552-a4c1-85baac23bdc9","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"budgets\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Budgets/8284aa3a-b9a8-4552-a4c1-85baac23bdc9\",\n        \"offset\": 0,\n        \"limit\": 3000,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"budgetId\": \"8284aa3a-b9a8-4552-a4c1-85baac23bdc9\",\n            \"projectId\": \"bc24e9ea-745b-43db-b319-1161dc77b87a\",\n            \"projectName\": \"6.12.19\",\n            \"budgetControl\": \"Controlled By Line Item\",\n            \"description\": \"\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": \"\",\n            \"submittedForApprovalDate\": null,\n            \"approvedById\": null,\n            \"approvedBy\": \"\",\n            \"approvedByDate\": null,\n            \"createdById\": \"c1395ed2-4444-4d8d-9cdd-ebb1f810c5ac\",\n            \"createdBy\": \"Bruce Kobloth\",\n            \"dateCreated\": \"2020-10-07T14:45:24\",\n            \"lastModifiedById\": \"c1395ed2-4444-4d8d-9cdd-ebb1f810c5ac\",\n            \"lastModifiedBy\": \"Bruce Kobloth\",\n            \"lastModifiedDate\": \"2020-10-07T14:45:24\",\n            \"costControlTolerancePercent\": null\n        }\n    ]\n}"},{"id":"1c732c55-850b-44c1-9c26-e504848b03e9","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"budgetId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"228be4da-f2b1-4aaf-bf56-efadcc22093f","key":"budgetId","value":"","type":"string","description":"(Required) "},{"id":"4b071166-712e-48ce-9ece-1958f31622da","key":"id","value":"urn:uuid:74d8690b-4c95-e083-1d03-35611ebdac7f","type":"string","description":"(Required) "}],"_postman_id":"ce7f54f1-94fb-4911-9e70-c7adfcdeedd1"},{"name":"Budgets Find By Id Changes","id":"1cbcf972-0bad-4e60-8a95-cb05524e9658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Budgets/:budgetId/changes?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns budget change headers by budget id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Budgets",":budgetId","changes"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"a8ab2e05-a0a9-455e-b4e7-4cdd36541e82","description":{"content":"<p>GUID for the budget</p>\n","type":"text/plain"},"type":"any","value":"","key":"budgetId"},{"id":"3d97abc0-d68b-4f7b-aecc-abe1b6339baa","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"7df8b888-1182-4fe8-939b-23f227c2fbea","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets/:id/changes?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets",":id","changes"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"6f0b9355-4a94-4a18-8b34-3ee1e079f051","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"budgets\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Budgets/6f0b9355-4a94-4a18-8b34-3ee1e079f051/changes\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"budgetId\": \"6f0b9355-4a94-4a18-8b34-3ee1e079f051\",\n            \"projectId\": \"611239f4-353e-41fa-bb9d-2f13f62e77b0\",\n            \"projectName\": \"ESD - 13666\",\n            \"budgetControl\": \"Controlled By Line Item\",\n            \"description\": \"\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": \"\",\n            \"submittedForApprovalDate\": null,\n            \"approvedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"approvedBy\": \"Prerak Parikh\",\n            \"approvedByDate\": \"2020-05-28T00:00:00\",\n            \"createdById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"createdBy\": \"Prerak Parikh\",\n            \"dateCreated\": \"2020-05-28T08:50:42\",\n            \"lastModifiedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"lastModifiedBy\": \"Prerak Parikh\",\n            \"lastModifiedDate\": \"2020-05-28T08:51:09\",\n            \"costControlTolerancePercent\": null\n        }\n    ],\n    \"details\": []\n}"},{"id":"2c7613a1-2eb2-4be9-80db-14b6d22d0d92","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets/:id/changes?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets",":id","changes"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"changeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"changeNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"changeReasonCodeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCodeDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateOfChange\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"budgetId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"a8ab2e05-a0a9-455e-b4e7-4cdd36541e82","key":"budgetId","value":"","type":"any","description":"GUID for the budget"},{"id":"3d97abc0-d68b-4f7b-aecc-abe1b6339baa","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"1cbcf972-0bad-4e60-8a95-cb05524e9658"},{"name":"Budgets Find By Id Custom Fields","id":"5ba9670e-0533-4765-96a5-732b5d0a4641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Budgets/:budgetId/customFields?offset=0&limit=100&schema=false","description":"<p>Returns budget header custom fields by budget id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Budgets",":budgetId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"e1e11abd-76ce-4b27-9c17-fdb831598d75","description":{"content":"<p>GUID for the budget</p>\n","type":"text/plain"},"type":"any","value":"","key":"budgetId"},{"id":"ced5e096-a311-4d8e-b9b5-d8a1f26da535","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"399ccce6-1592-4339-923d-b9f6486d22cb","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"8284aa3a-b9a8-4552-a4c1-85baac23bdc9","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"budgets\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Budgets/8284aa3a-b9a8-4552-a4c1-85baac23bdc9/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"budgetId\": \"8284aa3a-b9a8-4552-a4c1-85baac23bdc9\",\n            \"projectId\": \"bc24e9ea-745b-43db-b319-1161dc77b87a\",\n            \"projectName\": \"6.12.19\",\n            \"budgetControl\": \"Controlled By Line Item\",\n            \"description\": \"\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": \"\",\n            \"submittedForApprovalDate\": null,\n            \"approvedById\": null,\n            \"approvedBy\": \"\",\n            \"approvedByDate\": null,\n            \"createdById\": \"c1395ed2-4444-4d8d-9cdd-ebb1f810c5ac\",\n            \"createdBy\": \"Bruce Kobloth\",\n            \"dateCreated\": \"2020-10-07T14:45:24\",\n            \"lastModifiedById\": \"c1395ed2-4444-4d8d-9cdd-ebb1f810c5ac\",\n            \"lastModifiedBy\": \"Bruce Kobloth\",\n            \"lastModifiedDate\": \"2020-10-07T14:45:24\",\n            \"costControlTolerancePercent\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"Budget Custom Fields String\",\n            \"value\": \"DF\"\n        }\n    ]\n}"},{"id":"9d7fe327-f0b5-4e2b-912d-4845c58ebebc","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets/:id/customFields?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"budgetId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"e1e11abd-76ce-4b27-9c17-fdb831598d75","key":"budgetId","value":"","type":"any","description":"GUID for the budget"},{"id":"ced5e096-a311-4d8e-b9b5-d8a1f26da535","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"5ba9670e-0533-4765-96a5-732b5d0a4641"},{"name":"Budgets Find By Id Items","id":"bcb7bd65-f8c4-4346-951c-cf8f0d5ed7d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Budgets/:budgetId/items?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns a budget item by budget id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Budgets",":budgetId","items"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"6d4b42fb-fc5a-40b3-bb6e-0e96a989a3f4","description":{"content":"<p>GUID for the budget</p>\n","type":"text/plain"},"type":"any","value":"","key":"budgetId"},{"id":"8a651759-8873-4a04-92d3-0b765b1edef8","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"781e808b-fb3a-4059-9456-e20ba82b6cb2","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets/:id/items?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets",":id","items"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"6f0b9355-4a94-4a18-8b34-3ee1e079f051","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"budgets\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Budgets/6f0b9355-4a94-4a18-8b34-3ee1e079f051/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"budgetId\": \"6f0b9355-4a94-4a18-8b34-3ee1e079f051\",\n            \"projectId\": \"611239f4-353e-41fa-bb9d-2f13f62e77b0\",\n            \"projectName\": \"ESD - 13666\",\n            \"budgetControl\": \"Controlled By Line Item\",\n            \"description\": \"\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": \"\",\n            \"submittedForApprovalDate\": null,\n            \"approvedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"approvedBy\": \"Prerak Parikh\",\n            \"approvedByDate\": \"2020-05-28T00:00:00\",\n            \"createdById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"createdBy\": \"Prerak Parikh\",\n            \"dateCreated\": \"2020-05-28T08:50:42\",\n            \"lastModifiedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"lastModifiedBy\": \"Prerak Parikh\",\n            \"lastModifiedDate\": \"2020-05-28T08:51:09\",\n            \"costControlTolerancePercent\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"lineItemId\": \"eabdb940-f0ef-4e24-800d-fc9bf7bdadc5\",\n            \"projectId\": \"611239f4-353e-41fa-bb9d-2f13f62e77b0\",\n            \"accountCode\": \"10\",\n            \"segment1Value\": \"10\",\n            \"segment2Value\": null,\n            \"segment3Value\": null,\n            \"segment4Value\": null,\n            \"segment5Value\": null,\n            \"segment6Value\": null,\n            \"description\": \"125\",\n            \"createdById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"createdBy\": \"Prerak Parikh\",\n            \"dateCreated\": \"2020-05-28T08:50:59\",\n            \"lastModifiedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"lastModifiedBy\": \"Prerak Parikh\",\n            \"lastModifiedDate\": \"2020-05-28T08:50:59\",\n            \"budgetAmount\": 10000000,\n            \"externalId\": null,\n            \"assumption\": null,\n            \"formula\": null,\n            \"fundingRuleId\": null,\n            \"allowCharges\": true,\n            \"accountCodeWithDescription\": \"10 - 125\",\n            \"isApprovalRequired\": false,\n            \"originalBudget\": 10000000,\n            \"approvedBudgetChanges\": 0,\n            \"currentBudget\": 10000000,\n            \"pendingBudgetChanges\": 0,\n            \"projectedBudgetChanges\": 0,\n            \"projectedBudget\": 10000000,\n            \"originalCommitments\": 0,\n            \"approvedCommitmentChanges\": 0,\n            \"nonCommitmentCosts\": 0,\n            \"currentCommitments\": 0,\n            \"pendingCommitmentChanges\": 0,\n            \"projectedCommitmentChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"currentOverUnder\": -10000000,\n            \"pendingCommitments\": 0,\n            \"projectedCommitments\": 0,\n            \"actualCostToComplete\": 0,\n            \"percentCostComplete\": 0,\n            \"projectedOverUnder\": -10000000,\n            \"allocatedForecast\": 0,\n            \"useUnallocatedForecast\": true,\n            \"netForecastAdjustments\": 0,\n            \"calculateForecastsBasedOn\": 1,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"forecastNotBudgetedNotCommitted\": 0,\n            \"forecastNotBudgeted\": 0,\n            \"unallocatedForecast\": 10000000,\n            \"estimateAtCompletion\": 10000000,\n            \"forecastedOverUnder\": 0,\n            \"amountRetainedBackup\": null,\n            \"currentRetainageHeld\": 0,\n            \"netActualsApproved\": 0,\n            \"amountRetainedPaid\": null,\n            \"retainageReleasedPaid\": null,\n            \"retainageHeldPaid\": 0,\n            \"netActualsPaid\": 0\n        }\n    ]\n}"},{"id":"f17dfe91-85a6-4c66-ae46-10e8c78f4cb8","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets/:id/items?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets",":id","items"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"lineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"accountCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment1Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment2Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment3Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment4Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment5Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment6Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"budgetAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"externalId\": {\n                        \"type\": \"string\"\n                    },\n                    \"assumption\": {\n                        \"type\": \"string\"\n                    },\n                    \"formula\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"allowCharges\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"accountCodeWithDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"isApprovalRequired\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"originalBudget\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedBudgetChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentBudget\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingBudgetChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedBudgetChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedBudget\": {\n                        \"type\": \"number\"\n                    },\n                    \"originalCommitments\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedCommitmentChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"nonCommitmentCosts\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentCommitments\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingCommitmentChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedCommitmentChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentOverUnder\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingCommitments\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedCommitments\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualCostToComplete\": {\n                        \"type\": \"number\"\n                    },\n                    \"percentCostComplete\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedOverUnder\": {\n                        \"type\": \"number\"\n                    },\n                    \"allocatedForecast\": {\n                        \"type\": \"number\"\n                    },\n                    \"useUnallocatedForecast\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"netForecastAdjustments\": {\n                        \"type\": \"number\"\n                    },\n                    \"calculateForecastsBasedOn\": {\n                        \"type\": \"integer\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"forecastNotBudgetedNotCommitted\": {\n                        \"type\": \"number\"\n                    },\n                    \"forecastNotBudgeted\": {\n                        \"type\": \"number\"\n                    },\n                    \"unallocatedForecast\": {\n                        \"type\": \"number\"\n                    },\n                    \"estimateAtCompletion\": {\n                        \"type\": \"number\"\n                    },\n                    \"forecastedOverUnder\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetainedBackup\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetainedPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleasedPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageHeldPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"budgetId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"6d4b42fb-fc5a-40b3-bb6e-0e96a989a3f4","key":"budgetId","value":"","type":"any","description":"GUID for the budget"},{"id":"8a651759-8873-4a04-92d3-0b765b1edef8","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"bcb7bd65-f8c4-4346-951c-cf8f0d5ed7d4"},{"name":"Budgets Findbudget Change Reason Codes","id":"8a008b8b-9356-4535-b2e8-b30b9b420de0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Budgets/budgetChangeReasonCodes?changeReasonCodeId=3344e3e3-53ef-7ced-7bbd-6a52ee675d02&schema=false","description":"<p>Returns budget Changes Reason Codes.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Budgets","budgetChangeReasonCodes"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>GUID for the change reason code</p>\n","type":"text/plain"},"key":"changeReasonCodeId","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"ccc08a67-b46d-4f7a-8153-43e1f1358979","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets/budgetChangeReasonCodes?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets","budgetChangeReasonCodes"],"query":[{"key":"changeReasonCodeId","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"budgetChangeReasonCodes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Budgets/budgetChangeReasonCodes\",\n        \"offset\": 0,\n        \"limit\": 6,\n        \"size\": 6,\n        \"totalRecords\": 6\n    },\n    \"records\": [\n        {\n            \"budgetChangeReasonCodeId\": \"10552c4c-5b3e-4bba-8142-847b73ff3a5a\",\n            \"reasonCode\": \"Contingency\",\n            \"appliesTo\": \"Original Budget\",\n            \"description\": \"Contingency\"\n        },\n        {\n            \"budgetChangeReasonCodeId\": \"1c1948dd-3498-48ec-aead-f0a12a7e9279\",\n            \"reasonCode\": \"Design Change\",\n            \"appliesTo\": \"Original Budget\",\n            \"description\": \"Design Change\"\n        },\n        {\n            \"budgetChangeReasonCodeId\": \"9ac525a5-ae87-444f-8d42-037584a5fe3f\",\n            \"reasonCode\": \"Error / Omission\",\n            \"appliesTo\": \"Original Budget\",\n            \"description\": \"Error / Omission\"\n        },\n        {\n            \"budgetChangeReasonCodeId\": \"396aadf0-82f5-4dd7-ae12-d823e27861ee\",\n            \"reasonCode\": \"Field Condition\",\n            \"appliesTo\": \"Original Budget\",\n            \"description\": \"Field Condition\"\n        },\n        {\n            \"budgetChangeReasonCodeId\": \"44abb3ac-64c8-4279-95e4-743dd0852eaf\",\n            \"reasonCode\": \"original\",\n            \"appliesTo\": \"Approved Changes\",\n            \"description\": \"\"\n        },\n        {\n            \"budgetChangeReasonCodeId\": \"c38841b9-ce4b-445b-ad49-cb9260fdbd11\",\n            \"reasonCode\": \"Owner Directive\",\n            \"appliesTo\": \"Original Budget\",\n            \"description\": \"Owner Directive\"\n        }\n    ]\n}"},{"id":"d7004d2a-989f-415d-a69e-7ba58badbdcd","name":"Mock Data w/ query","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets/budgetChangeReasonCodes?changeReasonCodeId=10552c4c-5b3e-4bba-8142-847b73ff3a5a&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets","budgetChangeReasonCodes"],"query":[{"key":"changeReasonCodeId","value":"10552c4c-5b3e-4bba-8142-847b73ff3a5a"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"budgetChangeReasonCodes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Budgets/budgetChangeReasonCodes\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"budgetChangeReasonCodeId\": \"10552c4c-5b3e-4bba-8142-847b73ff3a5a\",\n            \"reasonCode\": \"Contingency\",\n            \"appliesTo\": \"Original Budget\",\n            \"description\": \"Contingency\"\n        }\n    ]\n}"},{"id":"b0b82a6d-8d22-490d-b54b-afb1e4cc510a","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Budgets/budgetChangeReasonCodes?changeReasonCodeId=3344e3e3-53ef-7ced-7bbd-6a52ee675d02&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Budgets","budgetChangeReasonCodes"],"query":[{"key":"changeReasonCodeId","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"budgetChangeReasonCodeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"appliesTo\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"8a008b8b-9356-4535-b2e8-b30b9b420de0"}],"id":"89f5ec9e-6c7f-460e-ab7c-bf5a49ef180a","description":"<p>A budget is the original detailed cost estimate for a project. Only one budget is permitted per project. </p>\n<p>The budgets API provides access to a collection of budgets, budget line items, budget changes, budget change items, custom fields and budget change reason codes.</p>\n<p>The budget entity includes budget control, project identifier, description, dates and approval status.</p>\n","_postman_id":"89f5ec9e-6c7f-460e-ab7c-bf5a49ef180a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"CashFlows","item":[{"name":"Cash Flows Get","id":"d2b1d8c3-5300-4bfb-a711-89161a9125e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CashFlows?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns the cash flows collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CashFlows"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"e2b88bb4-27db-465c-8c3b-7c20b5664d5e","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CashFlows?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CashFlows"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"cashflows\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CashFlows\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 3,\n        \"totalRecords\": 3\n    },\n    \"records\": [\n        {\n            \"cashFlowId\": \"4ac39a60-eee2-4422-aeb7-b6f0788a1af4\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"description\": \"\",\n            \"dateCreated\": \"2011-09-29T13:31:40\",\n            \"forMonth\": \"2011-09-29T13:31:40\",\n            \"isBaseline\": true,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-09-29T13:31:40\"\n        },\n        {\n            \"cashFlowId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"description\": \"\",\n            \"dateCreated\": \"2011-10-18T17:55:53\",\n            \"forMonth\": \"2011-10-18T17:55:53\",\n            \"isBaseline\": false,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-10-18T17:55:53\"\n        },\n        {\n            \"cashFlowId\": \"a9c33e0e-4d0f-4e81-b631-e6c05628c4c4\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"description\": \"\",\n            \"dateCreated\": \"2013-06-04T12:15:09\",\n            \"forMonth\": \"2013-06-04T12:15:09\",\n            \"isBaseline\": false,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-06-20T18:07:21\"\n        }\n    ]\n}"},{"id":"ad71beb7-1671-4045-bd8d-890385a29420","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CashFlows?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CashFlows"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"cashFlowId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"forMonth\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"isBaseline\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"d2b1d8c3-5300-4bfb-a711-89161a9125e3"},{"name":"Cash Flows Find By Id","id":"a146eb2e-d0a8-4515-a559-3a118d06dfbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CashFlows/:cashFlowId?schema=false","description":"<p>Returns a cash flow.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CashFlows",":cashFlowId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"9702d561-568f-4dfd-9552-6588695ae894","description":{"content":"<p>GUID for cash flow item</p>\n","type":"text/plain"},"type":"any","value":"","key":"cashFlowId"},{"id":"a4f2a3ac-3e3c-401a-ba0a-79d3b54339ef","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"6db54cd8-3c53-4b73-986b-bdbdab961e1e","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CashFlows/:cashFlowId?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CashFlows",":cashFlowId"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"cashFlowId","value":"","description":"GUID for cash flow item"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"cashflows\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CashFlows/16fba35b-d09a-45a1-99be-261327017ca6\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"cashFlowId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"description\": \"\",\n            \"dateCreated\": \"2011-10-18T17:55:53\",\n            \"forMonth\": \"2011-10-18T17:55:53\",\n            \"isBaseline\": false,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-10-18T17:55:53\"\n        }\n    ]\n}"},{"id":"8bc9694e-e804-4a3b-adf0-1bf6147fb4e3","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CashFlows/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CashFlows",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"cashFlowId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"forMonth\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"isBaseline\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"9702d561-568f-4dfd-9552-6588695ae894","key":"cashFlowId","value":"","type":"any","description":"GUID for cash flow item"},{"id":"a4f2a3ac-3e3c-401a-ba0a-79d3b54339ef","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"a146eb2e-d0a8-4515-a559-3a118d06dfbd"},{"name":"Cash Flows Find By Id Custom Fields","id":"26ac3a8e-f145-4fca-8e1c-e1969c9c22fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CashFlows/:cashFlowId/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a cash flow and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CashFlows",":cashFlowId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"b8b63efa-d4d6-4e7d-8906-4638594454c0","description":{"content":"<p>GUID for cash flow item</p>\n","type":"text/plain"},"type":"any","value":"","key":"cashFlowId"},{"id":"c7cf9d56-0faf-413a-a118-06fe040a1762","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"6a4e54a5-6c4f-4f65-a816-6869d81b5703","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CashFlows/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CashFlows",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"16fba35b-d09a-45a1-99be-261327017ca6","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"cashflows\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CashFlows/16fba35b-d09a-45a1-99be-261327017ca6/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"cashFlowId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"description\": \"\",\n            \"dateCreated\": \"2011-10-18T17:55:53\",\n            \"forMonth\": \"2011-10-18T17:55:53\",\n            \"isBaseline\": false,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-10-18T17:55:53\"\n        }\n    ],\n    \"details\": []\n}"},{"id":"7c5e6380-08ee-41ab-8c95-5508251eb0b1","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CashFlows/:id/customFields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CashFlows",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"cashFlowId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"forMonth\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"isBaseline\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"b8b63efa-d4d6-4e7d-8906-4638594454c0","key":"cashFlowId","value":"","type":"any","description":"GUID for cash flow item"},{"id":"c7cf9d56-0faf-413a-a118-06fe040a1762","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"26ac3a8e-f145-4fca-8e1c-e1969c9c22fa"},{"name":"Cash Flows Find By Id Items","id":"87b32209-7543-4f5b-bb8f-9bca06709b78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CashFlows/:cashFlowId/items?offset=0&limit=100&schema=false","description":"<p>Returns a cash flow and its items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CashFlows",":cashFlowId","items"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"month","value":"1979-08-24T14:34:41.354Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"b8553200-9eb8-410a-98f1-7371033ae8a3","description":{"content":"<p>GUID for cash flow item</p>\n","type":"text/plain"},"type":"any","value":"","key":"cashFlowId"},{"id":"5fe405a6-b18d-4eff-bede-4fc09440f071","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"459f6105-e2e2-468a-80a1-c309205931b9","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CashFlows/:id/items?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CashFlows",":id","items"],"query":[{"key":"month","value":"1979-08-24T14:34:41.354Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"16fba35b-d09a-45a1-99be-261327017ca6","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"cashflows\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CashFlows/16fba35b-d09a-45a1-99be-261327017ca6/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 40,\n        \"totalRecords\": 40\n    },\n    \"records\": [\n        {\n            \"cashFlowId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"description\": \"\",\n            \"dateCreated\": \"2011-10-18T17:55:53\",\n            \"forMonth\": \"2011-10-18T17:55:53\",\n            \"isBaseline\": false,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-10-18T17:55:53\"\n        }\n    ],\n    \"details\": [\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6203b5d01-a492-403a-903e-4ba28b666df107-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"203b5d01-a492-403a-903e-4ba28b666df1\",\n            \"month\": \"2011-07-01T00:00:00\",\n            \"projectedBudget\": 6000000,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 6000000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f87dc67f-2df3-4f58-a0be-627d935fe25807-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f87dc67f-2df3-4f58-a0be-627d935fe258\",\n            \"month\": \"2011-07-01T00:00:00\",\n            \"projectedBudget\": 20000,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 20000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca659827913-07dd-415b-86e1-ab4979221a2807-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"month\": \"2011-07-01T00:00:00\",\n            \"projectedBudget\": 6000,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 4175,\n            \"estimateAtCompletion\": 6000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f3cb42cf-def4-419e-ad9b-eef504c5129507-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f3cb42cf-def4-419e-ad9b-eef504c51295\",\n            \"month\": \"2011-07-01T00:00:00\",\n            \"projectedBudget\": 0,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 30000,\n            \"estimateAtCompletion\": 30000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f3cb42cf-def4-419e-ad9b-eef504c5129508-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f3cb42cf-def4-419e-ad9b-eef504c51295\",\n            \"month\": \"2011-08-01T00:00:00\",\n            \"projectedBudget\": 0,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 30000,\n            \"estimateAtCompletion\": 30000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca659827913-07dd-415b-86e1-ab4979221a2808-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"month\": \"2011-08-01T00:00:00\",\n            \"projectedBudget\": 6000,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 4175,\n            \"estimateAtCompletion\": 6000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f87dc67f-2df3-4f58-a0be-627d935fe25808-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f87dc67f-2df3-4f58-a0be-627d935fe258\",\n            \"month\": \"2011-08-01T00:00:00\",\n            \"projectedBudget\": 20000,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 20000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6203b5d01-a492-403a-903e-4ba28b666df108-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"203b5d01-a492-403a-903e-4ba28b666df1\",\n            \"month\": \"2011-08-01T00:00:00\",\n            \"projectedBudget\": 6000000,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 6000000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6203b5d01-a492-403a-903e-4ba28b666df109-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"203b5d01-a492-403a-903e-4ba28b666df1\",\n            \"month\": \"2011-09-01T00:00:00\",\n            \"projectedBudget\": 6000000,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 6000000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f87dc67f-2df3-4f58-a0be-627d935fe25809-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f87dc67f-2df3-4f58-a0be-627d935fe258\",\n            \"month\": \"2011-09-01T00:00:00\",\n            \"projectedBudget\": 20000,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 20000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca659827913-07dd-415b-86e1-ab4979221a2809-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"month\": \"2011-09-01T00:00:00\",\n            \"projectedBudget\": 6000,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 4175,\n            \"estimateAtCompletion\": 6000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f3cb42cf-def4-419e-ad9b-eef504c5129509-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f3cb42cf-def4-419e-ad9b-eef504c51295\",\n            \"month\": \"2011-09-01T00:00:00\",\n            \"projectedBudget\": 0,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 30000,\n            \"estimateAtCompletion\": 30000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f3cb42cf-def4-419e-ad9b-eef504c5129510-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f3cb42cf-def4-419e-ad9b-eef504c51295\",\n            \"month\": \"2011-10-01T00:00:00\",\n            \"projectedBudget\": 0,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 30000,\n            \"estimateAtCompletion\": 30000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca659827913-07dd-415b-86e1-ab4979221a2810-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"month\": \"2011-10-01T00:00:00\",\n            \"projectedBudget\": 6000,\n            \"amountThisPeriod\": 937.5,\n            \"actualsPlusProjections\": 937.5,\n            \"projectedCommitments\": 4175,\n            \"estimateAtCompletion\": 6000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f87dc67f-2df3-4f58-a0be-627d935fe25810-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f87dc67f-2df3-4f58-a0be-627d935fe258\",\n            \"month\": \"2011-10-01T00:00:00\",\n            \"projectedBudget\": 20000,\n            \"amountThisPeriod\": 2910.26,\n            \"actualsPlusProjections\": 2910.26,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 20000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6203b5d01-a492-403a-903e-4ba28b666df110-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"203b5d01-a492-403a-903e-4ba28b666df1\",\n            \"month\": \"2011-10-01T00:00:00\",\n            \"projectedBudget\": 6000000,\n            \"amountThisPeriod\": 971689.76,\n            \"actualsPlusProjections\": 971689.76,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 6000000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6203b5d01-a492-403a-903e-4ba28b666df111-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"203b5d01-a492-403a-903e-4ba28b666df1\",\n            \"month\": \"2011-11-01T00:00:00\",\n            \"projectedBudget\": 6000000,\n            \"amountThisPeriod\": 182745.51,\n            \"actualsPlusProjections\": 1154435.27,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 6000000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f87dc67f-2df3-4f58-a0be-627d935fe25811-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f87dc67f-2df3-4f58-a0be-627d935fe258\",\n            \"month\": \"2011-11-01T00:00:00\",\n            \"projectedBudget\": 20000,\n            \"amountThisPeriod\": 7865.53,\n            \"actualsPlusProjections\": 10775.79,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 20000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca659827913-07dd-415b-86e1-ab4979221a2811-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"month\": \"2011-11-01T00:00:00\",\n            \"projectedBudget\": 6000,\n            \"amountThisPeriod\": 937.5,\n            \"actualsPlusProjections\": 1875,\n            \"projectedCommitments\": 4175,\n            \"estimateAtCompletion\": 6000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f3cb42cf-def4-419e-ad9b-eef504c5129511-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f3cb42cf-def4-419e-ad9b-eef504c51295\",\n            \"month\": \"2011-11-01T00:00:00\",\n            \"projectedBudget\": 0,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 30000,\n            \"estimateAtCompletion\": 30000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f3cb42cf-def4-419e-ad9b-eef504c5129512-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f3cb42cf-def4-419e-ad9b-eef504c51295\",\n            \"month\": \"2011-12-01T00:00:00\",\n            \"projectedBudget\": 0,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 30000,\n            \"estimateAtCompletion\": 30000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca659827913-07dd-415b-86e1-ab4979221a2812-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"month\": \"2011-12-01T00:00:00\",\n            \"projectedBudget\": 6000,\n            \"amountThisPeriod\": 937.5,\n            \"actualsPlusProjections\": 2812.5,\n            \"projectedCommitments\": 4175,\n            \"estimateAtCompletion\": 6000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f87dc67f-2df3-4f58-a0be-627d935fe25812-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f87dc67f-2df3-4f58-a0be-627d935fe258\",\n            \"month\": \"2011-12-01T00:00:00\",\n            \"projectedBudget\": 20000,\n            \"amountThisPeriod\": 6988.51,\n            \"actualsPlusProjections\": 17764.3,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 20000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6203b5d01-a492-403a-903e-4ba28b666df112-01-2011\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"203b5d01-a492-403a-903e-4ba28b666df1\",\n            \"month\": \"2011-12-01T00:00:00\",\n            \"projectedBudget\": 6000000,\n            \"amountThisPeriod\": 322379.44,\n            \"actualsPlusProjections\": 1476814.71,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 6000000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6203b5d01-a492-403a-903e-4ba28b666df101-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"203b5d01-a492-403a-903e-4ba28b666df1\",\n            \"month\": \"2012-01-01T00:00:00\",\n            \"projectedBudget\": 6000000,\n            \"amountThisPeriod\": 1110585.03,\n            \"actualsPlusProjections\": 2587399.74,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 6000000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f87dc67f-2df3-4f58-a0be-627d935fe25801-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f87dc67f-2df3-4f58-a0be-627d935fe258\",\n            \"month\": \"2012-01-01T00:00:00\",\n            \"projectedBudget\": 20000,\n            \"amountThisPeriod\": 2037.87,\n            \"actualsPlusProjections\": 19802.17,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 20000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca659827913-07dd-415b-86e1-ab4979221a2801-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"month\": \"2012-01-01T00:00:00\",\n            \"projectedBudget\": 6000,\n            \"amountThisPeriod\": 937.5,\n            \"actualsPlusProjections\": 3750,\n            \"projectedCommitments\": 4175,\n            \"estimateAtCompletion\": 6000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f3cb42cf-def4-419e-ad9b-eef504c5129501-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f3cb42cf-def4-419e-ad9b-eef504c51295\",\n            \"month\": \"2012-01-01T00:00:00\",\n            \"projectedBudget\": 0,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 30000,\n            \"estimateAtCompletion\": 30000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f3cb42cf-def4-419e-ad9b-eef504c5129502-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f3cb42cf-def4-419e-ad9b-eef504c51295\",\n            \"month\": \"2012-02-01T00:00:00\",\n            \"projectedBudget\": 0,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 30000,\n            \"estimateAtCompletion\": 30000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca659827913-07dd-415b-86e1-ab4979221a2802-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"month\": \"2012-02-01T00:00:00\",\n            \"projectedBudget\": 6000,\n            \"amountThisPeriod\": 937.5,\n            \"actualsPlusProjections\": 4687.5,\n            \"projectedCommitments\": 4175,\n            \"estimateAtCompletion\": 6000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f87dc67f-2df3-4f58-a0be-627d935fe25802-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f87dc67f-2df3-4f58-a0be-627d935fe258\",\n            \"month\": \"2012-02-01T00:00:00\",\n            \"projectedBudget\": 20000,\n            \"amountThisPeriod\": 192.06,\n            \"actualsPlusProjections\": 19994.23,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 20000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6203b5d01-a492-403a-903e-4ba28b666df102-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"203b5d01-a492-403a-903e-4ba28b666df1\",\n            \"month\": \"2012-02-01T00:00:00\",\n            \"projectedBudget\": 6000000,\n            \"amountThisPeriod\": 1404461.07,\n            \"actualsPlusProjections\": 3991860.81,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 6000000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6203b5d01-a492-403a-903e-4ba28b666df103-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"203b5d01-a492-403a-903e-4ba28b666df1\",\n            \"month\": \"2012-03-01T00:00:00\",\n            \"projectedBudget\": 6000000,\n            \"amountThisPeriod\": 1434128.21,\n            \"actualsPlusProjections\": 5425989.02,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 6000000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f87dc67f-2df3-4f58-a0be-627d935fe25803-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f87dc67f-2df3-4f58-a0be-627d935fe258\",\n            \"month\": \"2012-03-01T00:00:00\",\n            \"projectedBudget\": 20000,\n            \"amountThisPeriod\": 5.73,\n            \"actualsPlusProjections\": 19999.96,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 20000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca659827913-07dd-415b-86e1-ab4979221a2803-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"month\": \"2012-03-01T00:00:00\",\n            \"projectedBudget\": 6000,\n            \"amountThisPeriod\": 937.5,\n            \"actualsPlusProjections\": 5625,\n            \"projectedCommitments\": 4175,\n            \"estimateAtCompletion\": 6000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f3cb42cf-def4-419e-ad9b-eef504c5129503-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f3cb42cf-def4-419e-ad9b-eef504c51295\",\n            \"month\": \"2012-03-01T00:00:00\",\n            \"projectedBudget\": 0,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 30000,\n            \"estimateAtCompletion\": 30000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f3cb42cf-def4-419e-ad9b-eef504c5129504-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f3cb42cf-def4-419e-ad9b-eef504c51295\",\n            \"month\": \"2012-04-01T00:00:00\",\n            \"projectedBudget\": 0,\n            \"amountThisPeriod\": 0,\n            \"actualsPlusProjections\": 0,\n            \"projectedCommitments\": 30000,\n            \"estimateAtCompletion\": 30000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca659827913-07dd-415b-86e1-ab4979221a2804-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"month\": \"2012-04-01T00:00:00\",\n            \"projectedBudget\": 6000,\n            \"amountThisPeriod\": 375,\n            \"actualsPlusProjections\": 6000,\n            \"projectedCommitments\": 4175,\n            \"estimateAtCompletion\": 6000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6f87dc67f-2df3-4f58-a0be-627d935fe25804-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"f87dc67f-2df3-4f58-a0be-627d935fe258\",\n            \"month\": \"2012-04-01T00:00:00\",\n            \"projectedBudget\": 20000,\n            \"amountThisPeriod\": 0.04,\n            \"actualsPlusProjections\": 20000,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 20000\n        },\n        {\n            \"id\": \"16fba35b-d09a-45a1-99be-261327017ca6203b5d01-a492-403a-903e-4ba28b666df104-01-2012\",\n            \"entityId\": \"16fba35b-d09a-45a1-99be-261327017ca6\",\n            \"budgetLineItemId\": \"203b5d01-a492-403a-903e-4ba28b666df1\",\n            \"month\": \"2012-04-01T00:00:00\",\n            \"projectedBudget\": 6000000,\n            \"amountThisPeriod\": 574010.98,\n            \"actualsPlusProjections\": 6000000,\n            \"projectedCommitments\": 0,\n            \"estimateAtCompletion\": 6000000\n        }\n    ]\n}"},{"id":"e09eaa09-f2af-4c43-9c5e-e39d6731c098","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CashFlows/:id/items?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CashFlows",":id","items"],"query":[{"key":"month","value":"1979-08-24T14:34:41.354Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"entityId\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"month\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"projectedBudget\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountThisPeriod\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPlusProjections\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedCommitments\": {\n                        \"type\": \"number\"\n                    },\n                    \"estimateAtCompletion\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"cashFlowId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"forMonth\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"isBaseline\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"b8553200-9eb8-410a-98f1-7371033ae8a3","key":"cashFlowId","value":"","type":"any","description":"GUID for cash flow item"},{"id":"5fe405a6-b18d-4eff-bede-4fc09440f071","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"87b32209-7543-4f5b-bb8f-9bca06709b78"}],"id":"701555e4-3b7f-4ebc-a536-1038a8eaf752","description":"<p>The CashFlow cost entity in e-Builder is used to project the amount of money that will be expended each month in the remaining life of a project. This helps users anticipate how much money will be needed for each budget line item in the approaching months.</p>\n<p>The CashFlow API provides access to a collection of cash flows, cash flow items and custom fields.</p>\n<p>The CashFlow entity includes the description, month, and baseline.</p>\n","_postman_id":"701555e4-3b7f-4ebc-a536-1038a8eaf752","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Costs","item":[{"name":"Actual Costs","item":[{"name":"Commitment Invoices Get","id":"ed7d052a-929f-42bf-905e-9af78b2beac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CommitmentInvoices?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CommitmentInvoices"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"f6fef561-89a4-41c5-803b-ffd97c7b32b7","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentInvoices?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentInvoices"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitmentInvoices\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CommitmentInvoices\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 38,\n        \"totalRecords\": 38\n    },\n    \"records\": [\n        {\n            \"commitmentId\": \"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 15000,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"43368170-a558-4836-81bc-667eb13f6476\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2011-12-02T00:00:00\",\n            \"companyId\": \"67145ac1-eebf-40a5-be01-6422960b9a53\",\n            \"companyName\": \"Clody's Construction Depot\",\n            \"dateCreated\": \"2011-12-02T18:22:55\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2011-12-02T00:00:00\",\n            \"description\": \"Des\",\n            \"invoiceAmount\": 15000,\n            \"invoiceNumber\": \"004\",\n            \"lastModifiedDate\": \"2011-12-02T18:22:55\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"5248ed03-6731-4e85-9835-ee1cf652807d\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"1b592b50-34ed-49ee-89fe-e20ac8856bd2\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2012-03-12T00:00:00\",\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"companyName\": \"Flora's Tech Crew\",\n            \"dateCreated\": \"2012-03-12T14:31:03\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-03-12T00:00:00\",\n            \"description\": \"mmmmm\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"005\",\n            \"lastModifiedDate\": \"2012-03-12T14:31:03\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"c57f8760-5abe-4f75-b2a1-a1356bd069ae\",\n            \"contact\": \"Desmond Charles\"\n        },\n        {\n            \"commitmentId\": \"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 28400,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"20444d7b-47c1-44d3-a477-2d14842953db\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2012-03-13T00:00:00\",\n            \"companyId\": \"67145ac1-eebf-40a5-be01-6422960b9a53\",\n            \"companyName\": \"Clody's Construction Depot\",\n            \"dateCreated\": \"2011-10-18T17:57:36\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2011-10-18T00:00:00\",\n            \"description\": \"Sinage\",\n            \"invoiceAmount\": 28400,\n            \"invoiceNumber\": \"003\",\n            \"lastModifiedDate\": \"2012-03-13T16:59:09\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"eb21b361-2f30-4aa2-9882-660e3ba08fe6\",\n            \"netRetainageAmount\": 2000,\n            \"amountRetained\": 2000,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 18000,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"cfc86705-adf1-4e60-867d-6d6148bb1a3c\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2012-03-15T00:00:00\",\n            \"companyId\": \"67145ac1-eebf-40a5-be01-6422960b9a53\",\n            \"companyName\": \"Clody's Construction Depot\",\n            \"dateCreated\": \"2012-03-15T17:44:19\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-03-15T00:00:00\",\n            \"description\": \"Q1\",\n            \"invoiceAmount\": 20000,\n            \"invoiceNumber\": \"006\",\n            \"lastModifiedDate\": \"2012-03-15T18:04:11\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"15ddfaa4-4265-44dc-93f3-f303c4dde0ea\",\n            \"netRetainageAmount\": 2000,\n            \"amountRetained\": 2000,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 18000,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"19a472c8-c6ab-40db-a0f3-59ce0d3ab5db\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"da95ff64-d691-435c-b8e9-6d44af6023ca\",\n            \"companyName\": \"South East Contractors\",\n            \"dateCreated\": \"2012-03-15T19:00:26\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-03-15T00:00:00\",\n            \"description\": \"no pay app\",\n            \"invoiceAmount\": 20000,\n            \"invoiceNumber\": \"009\",\n            \"lastModifiedDate\": \"2012-03-15T19:00:26\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"6783dfca-9349-4227-994c-13b9dcec88af\",\n            \"netRetainageAmount\": 200,\n            \"amountRetained\": 200,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 1800,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"fef7d40e-33eb-4420-ba26-36129dcc8c52\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2012-08-01T14:43:28\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-08-01T00:00:00\",\n            \"description\": \"1 of 5 deliveries of wood flooring\",\n            \"invoiceAmount\": 2000,\n            \"invoiceNumber\": \"010\",\n            \"lastModifiedDate\": \"2012-08-01T14:43:28\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"5248ed03-6731-4e85-9835-ee1cf652807d\",\n            \"netRetainageAmount\": -200,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 200,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"51eef048-144b-4fe8-8467-1e6243ea40b6\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2012-08-06T00:00:00\",\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"companyName\": \"Flora's Tech Crew\",\n            \"dateCreated\": \"2012-08-06T20:22:47\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-08-06T00:00:00\",\n            \"description\": \"release retainage alone w/o invoice amount for pay app commit\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"011\",\n            \"lastModifiedDate\": \"2012-08-06T20:23:48\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"c57f8760-5abe-4f75-b2a1-a1356bd069ae\",\n            \"contact\": \"Desmond Charles\"\n        },\n        {\n            \"commitmentId\": \"c097c7de-1488-408b-a17c-2546ae718c05\",\n            \"netRetainageAmount\": -200,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 200,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"33242ab6-2aea-4985-8a03-3f169143e9fc\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"companyName\": \"Flora's Tech Crew\",\n            \"dateCreated\": \"2012-08-06T20:26:58\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-08-06T00:00:00\",\n            \"description\": \"Non pay app release retainage on uninvoiced item\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"012\",\n            \"lastModifiedDate\": \"2012-08-06T20:26:58\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"6783dfca-9349-4227-994c-13b9dcec88af\",\n            \"netRetainageAmount\": 10,\n            \"amountRetained\": 10,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 90,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"a189595a-4904-4854-90b5-24fb996f81d2\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2012-08-06T00:00:00\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2012-08-06T21:01:01\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-08-06T00:00:00\",\n            \"description\": \"release retainage alone pay app 1/2\",\n            \"invoiceAmount\": 100,\n            \"invoiceNumber\": \"013\",\n            \"lastModifiedDate\": \"2012-08-06T21:01:01\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"6783dfca-9349-4227-994c-13b9dcec88af\",\n            \"netRetainageAmount\": -10,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 10,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"51d4ac6e-199c-4b08-9897-543276a6bd61\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2012-08-06T00:00:00\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2012-08-06T21:02:34\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-08-06T00:00:00\",\n            \"description\": \"release retainage alone pay app 2/2\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"014\",\n            \"lastModifiedDate\": \"2012-08-06T21:02:34\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"13859517-0575-491c-be90-e1c4a88d179c\",\n            \"netRetainageAmount\": -550,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 550,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"622fc28e-48fb-4b42-8913-0635395790f1\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2012-08-06T00:00:00\",\n            \"companyId\": \"67145ac1-eebf-40a5-be01-6422960b9a53\",\n            \"companyName\": \"Clody's Construction Depot\",\n            \"dateCreated\": \"2012-08-06T21:08:53\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-08-06T00:00:00\",\n            \"description\": \"retainage exceeds commitment\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"015\",\n            \"lastModifiedDate\": \"2012-08-06T21:08:53\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"c097c7de-1488-408b-a17c-2546ae718c05\",\n            \"netRetainageAmount\": 15,\n            \"amountRetained\": 15,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 135,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"08d98a5e-16b6-4f83-b9c5-e26cf800621d\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2012-09-14T00:00:00\",\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"companyName\": \"Flora's Tech Crew\",\n            \"dateCreated\": \"2012-09-14T18:46:28\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-09-14T00:00:00\",\n            \"description\": \"test custom field icon\",\n            \"invoiceAmount\": 150,\n            \"invoiceNumber\": \"017\",\n            \"lastModifiedDate\": \"2012-09-14T18:46:28\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"e26464ce-b970-4302-858e-6bbeac1e62ca\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2012-09-17T19:20:31\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-09-17T00:00:00\",\n            \"description\": \"xxxxx\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"022\",\n            \"lastModifiedDate\": \"2012-09-17T19:20:31\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"lastModifiedBy\": \"Mathia Wiley\",\n            \"createdById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"createdBy\": \"Mathia Wiley\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"8dd56589-0f35-49c1-b772-d98f8cacd4c8\",\n            \"contact\": \"Dalye Strachen\"\n        },\n        {\n            \"commitmentId\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"netRetainageAmount\": 1275,\n            \"amountRetained\": 1275,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 7225,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"5f92e179-e89f-4471-86d5-6d263d8b29d1\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2011-10-18T17:15:58\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2011-10-18T00:00:00\",\n            \"description\": \"description\",\n            \"invoiceAmount\": 8500,\n            \"invoiceNumber\": \"001\",\n            \"lastModifiedDate\": \"2012-09-18T21:46:00\",\n            \"status\": \"Received\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"8dd56589-0f35-49c1-b772-d98f8cacd4c8\",\n            \"contact\": \"Dalye Strachen\"\n        },\n        {\n            \"commitmentId\": \"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 1600,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"ea702a85-b2e4-438d-9b46-93aeb0b2285b\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2012-03-13T00:00:00\",\n            \"companyId\": \"67145ac1-eebf-40a5-be01-6422960b9a53\",\n            \"companyName\": \"Clody's Construction Depot\",\n            \"dateCreated\": \"2011-10-18T17:56:51\",\n            \"dateDue\": null,\n            \"datePaid\": \"2012-09-19T00:00:00\",\n            \"dateReceived\": \"2011-10-18T00:00:00\",\n            \"description\": \"Sinage\",\n            \"invoiceAmount\": 1600,\n            \"invoiceNumber\": \"002\",\n            \"lastModifiedDate\": \"2012-09-19T13:39:03\",\n            \"status\": \"Paid\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"03d01022-dbb4-4f2a-82cc-bbd62229486d\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 2,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"0014394d-60dd-4d3b-b230-bc543242fb2d\",\n            \"projectId\": \"b35f8fef-21ce-4c30-a658-7722b7fc0eb1\",\n            \"approvedByDate\": \"2012-11-12T23:00:17\",\n            \"companyId\": \"3f27d683-a7a0-44cf-98fa-7c77f69d409f\",\n            \"companyName\": \"Star\",\n            \"dateCreated\": \"2012-11-12T22:51:02\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-11-12T00:00:00\",\n            \"description\": \"12345 - 11/12/2012 10:51:02 PM\",\n            \"invoiceAmount\": 2,\n            \"invoiceNumber\": \"12345\",\n            \"lastModifiedDate\": \"2012-11-12T23:00:17\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"lastModifiedBy\": \"ScheduleManager ScheduleManager\",\n            \"createdById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"createdBy\": \"ScheduleManager ScheduleManager\",\n            \"approvedById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"approvedBy\": \"ScheduleManager ScheduleManager\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": \"PIUCI - 2\",\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"03d01022-dbb4-4f2a-82cc-bbd62229486d\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 2,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"4eddf512-51eb-4816-9352-534b054ee929\",\n            \"projectId\": \"b35f8fef-21ce-4c30-a658-7722b7fc0eb1\",\n            \"approvedByDate\": \"2012-11-12T23:00:18\",\n            \"companyId\": \"3f27d683-a7a0-44cf-98fa-7c77f69d409f\",\n            \"companyName\": \"Star\",\n            \"dateCreated\": \"2012-11-12T22:49:30\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-11-12T00:00:00\",\n            \"description\": \"PIUCI - 00001 - 11/12/2012 10:49:31 PM\",\n            \"invoiceAmount\": 2,\n            \"invoiceNumber\": \"PIUCI - 00001\",\n            \"lastModifiedDate\": \"2012-11-12T23:00:18\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"lastModifiedBy\": \"ScheduleManager ScheduleManager\",\n            \"createdById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"createdBy\": \"ScheduleManager ScheduleManager\",\n            \"approvedById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"approvedBy\": \"ScheduleManager ScheduleManager\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": \"PIUCI - 1\",\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"03d01022-dbb4-4f2a-82cc-bbd62229486d\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 2,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"63db5d1b-e540-487a-92a7-d595a8c5ff94\",\n            \"projectId\": \"b35f8fef-21ce-4c30-a658-7722b7fc0eb1\",\n            \"approvedByDate\": null,\n            \"companyId\": \"3f27d683-a7a0-44cf-98fa-7c77f69d409f\",\n            \"companyName\": \"Star\",\n            \"dateCreated\": \"2012-11-13T18:32:14\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-11-13T00:00:00\",\n            \"description\": \"999 - 11/13/2012 6:32:14 PM\",\n            \"invoiceAmount\": 2,\n            \"invoiceNumber\": \"999\",\n            \"lastModifiedDate\": \"2012-11-13T18:32:14\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"lastModifiedBy\": \"ScheduleManager ScheduleManager\",\n            \"createdById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"createdBy\": \"ScheduleManager ScheduleManager\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": \"PIUCI - 3\",\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"3ac123ad-b605-4f79-8e42-2f8bb47f2eaf\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 2,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"d756ad03-b055-409f-aec8-109d54da2826\",\n            \"projectId\": \"b35f8fef-21ce-4c30-a658-7722b7fc0eb1\",\n            \"approvedByDate\": null,\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"companyName\": \"Flora's Tech Crew\",\n            \"dateCreated\": \"2012-11-13T18:34:37\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-11-13T00:00:00\",\n            \"description\": \"999 - 11/13/2012 6:34:37 PM\",\n            \"invoiceAmount\": 2,\n            \"invoiceNumber\": \"999\",\n            \"lastModifiedDate\": \"2012-11-13T18:34:37\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"lastModifiedBy\": \"ScheduleManager ScheduleManager\",\n            \"createdById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"createdBy\": \"ScheduleManager ScheduleManager\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": \"PIUCI - 4\",\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"15ddfaa4-4265-44dc-93f3-f303c4dde0ea\",\n            \"netRetainageAmount\": 5000,\n            \"amountRetained\": 5000,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 45000,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"1bee81f4-2b7c-4c43-b4c6-bb7df5eb285d\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2012-03-15T00:00:00\",\n            \"companyId\": \"da95ff64-d691-435c-b8e9-6d44af6023ca\",\n            \"companyName\": \"South East Contractors\",\n            \"dateCreated\": \"2012-03-15T18:55:13\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-03-15T00:00:00\",\n            \"description\": \"no pay app\",\n            \"invoiceAmount\": 50000,\n            \"invoiceNumber\": \"008\",\n            \"lastModifiedDate\": \"2012-12-05T15:15:37\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"34ea2158-1a4d-415a-a021-e7f2db1f2249\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"0e8738d2-6188-49de-8f09-54adf9f9ac96\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"da95ff64-d691-435c-b8e9-6d44af6023ca\",\n            \"companyName\": \"South East Contractors\",\n            \"dateCreated\": \"2013-01-10T19:07:23\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2013-01-10T00:00:00\",\n            \"description\": \"CICF Commitment Invoices\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"026\",\n            \"lastModifiedDate\": \"2013-01-10T19:07:23\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"73e09c41-edf6-45af-95f7-10d313aa8be6\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 50000,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"67b6198d-5fdb-4b14-bd64-c75202543f7e\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2013-08-01T00:00:00\",\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"companyName\": \"Flora's Tech Crew\",\n            \"dateCreated\": \"2013-08-01T20:52:17\",\n            \"dateDue\": null,\n            \"datePaid\": \"2013-08-01T00:00:00\",\n            \"dateReceived\": \"2013-08-01T00:00:00\",\n            \"description\": \"test for tolerance\",\n            \"invoiceAmount\": 50000,\n            \"invoiceNumber\": \"028\",\n            \"lastModifiedDate\": \"2013-08-01T20:54:28\",\n            \"status\": \"Paid\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"5248ed03-6731-4e85-9835-ee1cf652807d\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"6d4e512e-698c-4d9a-bbc3-b20ec2303365\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"companyName\": \"Flora's Tech Crew\",\n            \"dateCreated\": \"2014-12-09T15:50:48\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2014-12-09T00:00:00\",\n            \"description\": \"test jm\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"029\",\n            \"lastModifiedDate\": \"2014-12-09T15:50:48\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"e74710f2-a287-4d02-926a-e15a3fed3978\",\n            \"lastModifiedBy\": \"Jasmin Marun\",\n            \"createdById\": \"e74710f2-a287-4d02-926a-e15a3fed3978\",\n            \"createdBy\": \"Jasmin Marun\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"c57f8760-5abe-4f75-b2a1-a1356bd069ae\",\n            \"contact\": \"Desmond Charles\"\n        },\n        {\n            \"commitmentId\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"2d532f7c-5b17-49d7-a494-a1c36750fd72\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2014-12-09T15:51:03\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2014-12-09T00:00:00\",\n            \"description\": \"test jm\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"029\",\n            \"lastModifiedDate\": \"2014-12-09T15:51:03\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"e74710f2-a287-4d02-926a-e15a3fed3978\",\n            \"lastModifiedBy\": \"Jasmin Marun\",\n            \"createdById\": \"e74710f2-a287-4d02-926a-e15a3fed3978\",\n            \"createdBy\": \"Jasmin Marun\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"8dd56589-0f35-49c1-b772-d98f8cacd4c8\",\n            \"contact\": \"Dalye Strachen\"\n        },\n        {\n            \"commitmentId\": \"5922dc26-fcc9-42ea-9f6e-1ac14f8a12bc\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"dcce7012-716d-4bcb-be8c-65f367f8b890\",\n            \"projectId\": \"f3c2608d-dd3f-4b37-beb4-a75423dd5cf0\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": \"Construction Depot\",\n            \"dateCreated\": \"2018-03-05T13:00:56\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"Description\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"001\",\n            \"lastModifiedDate\": \"2018-03-05T13:01:39\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"6578ae3b-43a9-4b03-b19c-5930bf7db72a\",\n            \"lastModifiedBy\": \"Oleh Bondaruk\",\n            \"createdById\": \"6578ae3b-43a9-4b03-b19c-5930bf7db72a\",\n            \"createdBy\": \"Oleh Bondaruk\",\n            \"approvedById\": \"6578ae3b-43a9-4b03-b19c-5930bf7db72a\",\n            \"approvedBy\": \"Oleh Bondaruk\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"bf7ca1b4-1a7d-4bb2-8f67-7a575340c81e\",\n            \"netRetainageAmount\": 300,\n            \"amountRetained\": 300,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 2700,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"88e8def3-c670-4784-9b9f-d06e314d2316\",\n            \"projectId\": \"b58a8de7-9f09-476c-962a-d7fcf5c25e8d\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"0e8b938c-bb09-4ca8-9851-7aa2eabfadc7\",\n            \"companyName\": \"e-Builder\",\n            \"dateCreated\": \"2018-03-05T13:02:13\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"Description - invoice\",\n            \"invoiceAmount\": 3000,\n            \"invoiceNumber\": \"001\",\n            \"lastModifiedDate\": \"2018-03-05T13:04:07\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"4eba9d32-06a0-4afe-bd3c-c75dce8df7fb\",\n            \"lastModifiedBy\": \"Oleksandr Pavlovets\",\n            \"createdById\": \"4eba9d32-06a0-4afe-bd3c-c75dce8df7fb\",\n            \"createdBy\": \"Oleksandr Pavlovets\",\n            \"approvedById\": \"4eba9d32-06a0-4afe-bd3c-c75dce8df7fb\",\n            \"approvedBy\": \"Oleksandr Pavlovets\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"3e02e0f5-b8d3-404b-b6df-c7a03958e497\",\n            \"netRetainageAmount\": 300,\n            \"amountRetained\": 300,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 2700,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"95e6787b-f1e5-46f0-a466-4708b1b114cf\",\n            \"projectId\": \"be20e491-5efb-4d8d-b074-ce14f1752b91\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"8828e21b-b1dd-4c3a-a1b8-4d989c630197\",\n            \"companyName\": \"CSK\",\n            \"dateCreated\": \"2018-03-05T13:02:32\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"Description\",\n            \"invoiceAmount\": 3000,\n            \"invoiceNumber\": \"001\",\n            \"lastModifiedDate\": \"2018-03-05T13:04:08\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"lastModifiedBy\": \"Dmytro Potapov\",\n            \"createdById\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"createdBy\": \"Dmytro Potapov\",\n            \"approvedById\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"approvedBy\": \"Dmytro Potapov\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"9f558974-01ce-4bbe-977f-223d20f554d6\",\n            \"netRetainageAmount\": 30,\n            \"amountRetained\": 30,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 270,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"c1388b62-0c00-44a1-aa5d-3df7603705a6\",\n            \"projectId\": \"79af8340-a6c0-4df5-aba5-e4a7b451d3a4\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": \"Construction Depot\",\n            \"dateCreated\": \"2018-03-05T13:04:44\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"Some\",\n            \"invoiceAmount\": 300,\n            \"invoiceNumber\": \"001\",\n            \"lastModifiedDate\": \"2018-03-05T13:05:00\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b8149230-98b2-4ec6-a4a6-f2898934b89a\",\n            \"lastModifiedBy\": \"Pavel Gladoon\",\n            \"createdById\": \"b8149230-98b2-4ec6-a4a6-f2898934b89a\",\n            \"createdBy\": \"Pavel Gladoon\",\n            \"approvedById\": \"b8149230-98b2-4ec6-a4a6-f2898934b89a\",\n            \"approvedBy\": \"Pavel Gladoon\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"0561e47a-2722-4ebf-a0d9-3bf0810ea798\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"f925ce62-e4bc-4954-a05a-5a12834041aa\",\n            \"projectId\": \"b58a8de7-9f09-476c-962a-d7fcf5c25e8d\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"8828e21b-b1dd-4c3a-a1b8-4d989c630197\",\n            \"companyName\": \"CSK\",\n            \"dateCreated\": \"2018-03-05T13:08:56\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"Description - 2nd mine\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"002\",\n            \"lastModifiedDate\": \"2018-03-05T13:08:56\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"4eba9d32-06a0-4afe-bd3c-c75dce8df7fb\",\n            \"lastModifiedBy\": \"Oleksandr Pavlovets\",\n            \"createdById\": \"4eba9d32-06a0-4afe-bd3c-c75dce8df7fb\",\n            \"createdBy\": \"Oleksandr Pavlovets\",\n            \"approvedById\": \"4eba9d32-06a0-4afe-bd3c-c75dce8df7fb\",\n            \"approvedBy\": \"Oleksandr Pavlovets\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"0561e47a-2722-4ebf-a0d9-3bf0810ea798\",\n            \"netRetainageAmount\": 2500,\n            \"amountRetained\": 2500,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 2500,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"7f9a1813-91e3-4901-af49-bacb6413e011\",\n            \"projectId\": \"b58a8de7-9f09-476c-962a-d7fcf5c25e8d\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"8828e21b-b1dd-4c3a-a1b8-4d989c630197\",\n            \"companyName\": \"CSK\",\n            \"dateCreated\": \"2018-03-05T13:10:50\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"My desc 3rd with price\",\n            \"invoiceAmount\": 5000,\n            \"invoiceNumber\": \"003\",\n            \"lastModifiedDate\": \"2018-03-05T13:11:17\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"4eba9d32-06a0-4afe-bd3c-c75dce8df7fb\",\n            \"lastModifiedBy\": \"Oleksandr Pavlovets\",\n            \"createdById\": \"4eba9d32-06a0-4afe-bd3c-c75dce8df7fb\",\n            \"createdBy\": \"Oleksandr Pavlovets\",\n            \"approvedById\": \"4eba9d32-06a0-4afe-bd3c-c75dce8df7fb\",\n            \"approvedBy\": \"Oleksandr Pavlovets\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"249e8eaa-1d3e-4783-ba4b-4ea725eee354\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"487445a8-b1ba-463a-b28a-9790ea0e3c25\",\n            \"projectId\": \"f3c2608d-dd3f-4b37-beb4-a75423dd5cf0\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"companyName\": \"Construction Tec\",\n            \"dateCreated\": \"2018-03-05T13:09:50\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"Second Invoice\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"002\",\n            \"lastModifiedDate\": \"2018-03-05T13:11:27\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"6578ae3b-43a9-4b03-b19c-5930bf7db72a\",\n            \"lastModifiedBy\": \"Oleh Bondaruk\",\n            \"createdById\": \"6578ae3b-43a9-4b03-b19c-5930bf7db72a\",\n            \"createdBy\": \"Oleh Bondaruk\",\n            \"approvedById\": \"6578ae3b-43a9-4b03-b19c-5930bf7db72a\",\n            \"approvedBy\": \"Oleh Bondaruk\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"578ec825-e489-4ad1-ad83-b93959b3b2d4\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": \"0bc06d2c-a969-4ede-89dd-87cb3dbb128a\",\n            \"masterInvoiceNumber\": \"004\",\n            \"invoiceId\": \"e8469573-3d9e-40f3-8ee4-85f2b9477f99\",\n            \"projectId\": \"be20e491-5efb-4d8d-b074-ce14f1752b91\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": \"Construction Depot\",\n            \"dateCreated\": \"2018-03-05T13:12:49\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"test\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"002\",\n            \"lastModifiedDate\": \"2018-03-05T13:13:01\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"lastModifiedBy\": \"Dmytro Potapov\",\n            \"createdById\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"createdBy\": \"Dmytro Potapov\",\n            \"approvedById\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"approvedBy\": \"Dmytro Potapov\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"31cfc898-667c-44a3-904f-730bebf94787\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 0,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"b5e9c514-c1b1-4f56-b4bd-f8afc481b6c9\",\n            \"projectId\": \"79af8340-a6c0-4df5-aba5-e4a7b451d3a4\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"f35206b2-e08a-4037-b7eb-5825eb0db2c5\",\n            \"companyName\": \"Company\",\n            \"dateCreated\": \"2018-03-05T13:12:57\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"KJJJKFKSDF\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"002\",\n            \"lastModifiedDate\": \"2018-03-05T13:13:07\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b8149230-98b2-4ec6-a4a6-f2898934b89a\",\n            \"lastModifiedBy\": \"Pavel Gladoon\",\n            \"createdById\": \"b8149230-98b2-4ec6-a4a6-f2898934b89a\",\n            \"createdBy\": \"Pavel Gladoon\",\n            \"approvedById\": \"b8149230-98b2-4ec6-a4a6-f2898934b89a\",\n            \"approvedBy\": \"Pavel Gladoon\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"249e8eaa-1d3e-4783-ba4b-4ea725eee354\",\n            \"netRetainageAmount\": 195,\n            \"amountRetained\": 195,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 1105,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"be48796e-69b3-4454-ac9d-6567c357489b\",\n            \"projectId\": \"f3c2608d-dd3f-4b37-beb4-a75423dd5cf0\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"companyName\": \"Construction Tec\",\n            \"dateCreated\": \"2018-03-05T13:14:53\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"Second invoice\",\n            \"invoiceAmount\": 1300,\n            \"invoiceNumber\": \"003\",\n            \"lastModifiedDate\": \"2018-03-05T13:15:05\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"6578ae3b-43a9-4b03-b19c-5930bf7db72a\",\n            \"lastModifiedBy\": \"Oleh Bondaruk\",\n            \"createdById\": \"6578ae3b-43a9-4b03-b19c-5930bf7db72a\",\n            \"createdBy\": \"Oleh Bondaruk\",\n            \"approvedById\": \"6578ae3b-43a9-4b03-b19c-5930bf7db72a\",\n            \"approvedBy\": \"Oleh Bondaruk\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"netRetainageAmount\": 8.1,\n            \"amountRetained\": 8.1,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 45.9,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"e369c055-c4c9-4695-8268-f40b4939acf3\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2018-03-05T13:36:09\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"fffff\",\n            \"invoiceAmount\": 54,\n            \"invoiceNumber\": \"030\",\n            \"lastModifiedDate\": \"2018-03-05T13:36:25\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"lastModifiedBy\": \"Oleksandra Boyko\",\n            \"createdById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"createdBy\": \"Oleksandra Boyko\",\n            \"approvedById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"approvedBy\": \"Oleksandra Boyko\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"8dd56589-0f35-49c1-b772-d98f8cacd4c8\",\n            \"contact\": \"Dalye Strachen\"\n        },\n        {\n            \"commitmentId\": \"51e1f493-adc6-4a8c-8471-bd64bb2c8175\",\n            \"netRetainageAmount\": 0,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 1,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"bb697d75-1ed1-4d97-b416-232bd69197fe\",\n            \"projectId\": \"3e790e52-7804-43a1-ace5-61bb1fd4dce3\",\n            \"approvedByDate\": null,\n            \"companyId\": \"67145ac1-eebf-40a5-be01-6422960b9a53\",\n            \"companyName\": \"Clody's Construction Depot\",\n            \"dateCreated\": \"2019-01-27T22:43:19\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2019-01-27T00:00:00\",\n            \"description\": \"test\",\n            \"invoiceAmount\": 1,\n            \"invoiceNumber\": \"10541 - 00001\",\n            \"lastModifiedDate\": \"2019-01-27T22:43:19\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": \"10541 - 1\",\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"bf7ca1b4-1a7d-4bb2-8f67-7a575340c81e\",\n            \"netRetainageAmount\": 0.3,\n            \"amountRetained\": 0.3,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 2.7,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"49d80d26-11dd-4d1a-b5a0-98bf8adc9b34\",\n            \"projectId\": \"b58a8de7-9f09-476c-962a-d7fcf5c25e8d\",\n            \"approvedByDate\": null,\n            \"companyId\": \"0e8b938c-bb09-4ca8-9851-7aa2eabfadc7\",\n            \"companyName\": \"e-Builder\",\n            \"dateCreated\": \"2019-02-18T15:49:41\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2019-02-18T00:00:00\",\n            \"description\": \"a\",\n            \"invoiceAmount\": 3,\n            \"invoiceNumber\": \"004\",\n            \"lastModifiedDate\": \"2019-02-18T15:50:44\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"commitmentId\": \"bf7ca1b4-1a7d-4bb2-8f67-7a575340c81e\",\n            \"netRetainageAmount\": 0.3,\n            \"amountRetained\": 0.3,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 2.7,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"4a13aabd-2c68-4de2-89e4-febc7c5f90c4\",\n            \"projectId\": \"b58a8de7-9f09-476c-962a-d7fcf5c25e8d\",\n            \"approvedByDate\": null,\n            \"companyId\": \"0e8b938c-bb09-4ca8-9851-7aa2eabfadc7\",\n            \"companyName\": \"e-Builder\",\n            \"dateCreated\": \"2019-02-18T15:51:33\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2019-02-18T00:00:00\",\n            \"description\": \"a\",\n            \"invoiceAmount\": 3,\n            \"invoiceNumber\": \"005\",\n            \"lastModifiedDate\": \"2019-02-18T15:51:33\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        }\n    ]\n}"},{"id":"7cbaa462-19cd-48dd-800b-02a23b0ef7a0","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentInvoices?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentInvoices"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"netRetainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountLessRetainage\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterInvoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterInvoiceNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"datePaid\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceived\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"invoiceNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"ed7d052a-929f-42bf-905e-9af78b2beac1"},{"name":"Commitment Invoices Find By Id","id":"f8955f5c-557f-4f42-80c3-d01401458554","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CommitmentInvoices/:invoiceId?schema=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CommitmentInvoices",":invoiceId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"4cd22142-bf91-4d34-bd08-12b7df1b4186","type":"any","value":"","key":"invoiceId"},{"id":"49cbd521-8255-4718-8d15-e4b87b92efe0","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"689c0ac2-2a53-4f6e-9022-0ecffa8d228b","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentInvoices/:invoiceId?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentInvoices",":invoiceId"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"invoiceId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitmentInvoices\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CommitmentInvoices/e369c055-c4c9-4695-8268-f40b4939acf3\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"commitmentId\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"netRetainageAmount\": 8.1,\n            \"amountRetained\": 8.1,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 45.9,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"e369c055-c4c9-4695-8268-f40b4939acf3\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2018-03-05T13:36:09\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"fffff\",\n            \"invoiceAmount\": 54,\n            \"invoiceNumber\": \"030\",\n            \"lastModifiedDate\": \"2018-03-05T13:36:25\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"lastModifiedBy\": \"Oleksandra Boyko\",\n            \"createdById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"createdBy\": \"Oleksandra Boyko\",\n            \"approvedById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"approvedBy\": \"Oleksandra Boyko\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"8dd56589-0f35-49c1-b772-d98f8cacd4c8\",\n            \"contact\": \"Dalye Strachen\"\n        }\n    ]\n}"},{"id":"38405b7f-6aa7-4485-8cba-4d3c524ebec4","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentInvoices/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentInvoices",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"netRetainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountLessRetainage\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterInvoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterInvoiceNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"datePaid\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceived\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"invoiceNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"4cd22142-bf91-4d34-bd08-12b7df1b4186","key":"invoiceId","value":"","type":"any"},{"id":"49cbd521-8255-4718-8d15-e4b87b92efe0","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"f8955f5c-557f-4f42-80c3-d01401458554"},{"name":"Commitment Invoices Find By Id Custom Fields","id":"57dfe1ef-cca5-4d27-a5db-c0a89e1db8d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CommitmentInvoices/:invoiceId/customFields?offset=0&limit=100&schema=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CommitmentInvoices",":invoiceId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"6c23d6b8-bc2f-4cc8-9674-9cd5bd3a4d6d","type":"any","value":"","key":"invoiceId"},{"id":"742bec81-402f-4b35-822f-c66581d9821f","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"0cfd73e4-9c7d-4844-acc8-34e121e4d301","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentInvoices/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentInvoices",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"e369c055-c4c9-4695-8268-f40b4939acf3","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitmentInvoices\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CommitmentInvoices/e369c055-c4c9-4695-8268-f40b4939acf3/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"commitmentId\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"netRetainageAmount\": 8.1,\n            \"amountRetained\": 8.1,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 45.9,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"e369c055-c4c9-4695-8268-f40b4939acf3\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2018-03-05T13:36:09\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"fffff\",\n            \"invoiceAmount\": 54,\n            \"invoiceNumber\": \"030\",\n            \"lastModifiedDate\": \"2018-03-05T13:36:25\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"lastModifiedBy\": \"Oleksandra Boyko\",\n            \"createdById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"createdBy\": \"Oleksandra Boyko\",\n            \"approvedById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"approvedBy\": \"Oleksandra Boyko\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"8dd56589-0f35-49c1-b772-d98f8cacd4c8\",\n            \"contact\": \"Dalye Strachen\"\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"test\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"319aba99-7421-4f52-8e38-274e6b5984ee","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentInvoices/:id/customFields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentInvoices",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"netRetainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountLessRetainage\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterInvoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterInvoiceNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"datePaid\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceived\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"invoiceNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"6c23d6b8-bc2f-4cc8-9674-9cd5bd3a4d6d","key":"invoiceId","value":"","type":"any"},{"id":"742bec81-402f-4b35-822f-c66581d9821f","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"57dfe1ef-cca5-4d27-a5db-c0a89e1db8d5"},{"name":"Commitment Invoices Find By Id Items","id":"8eacd029-3732-4083-b500-801f5d0a1787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CommitmentInvoices/:invoiceId/items?offset=0&limit=100&schema=false","description":"<p>Invoice Items tab in the UI</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CommitmentInvoices",":invoiceId","items"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"b5323eab-21ff-476f-9fe2-853730343977","type":"any","value":"","key":"invoiceId"},{"id":"9249a9ff-cb69-47c8-b97b-001fa21ac4de","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"e3fab643-3808-4fd0-8340-0a78d8ee966b","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentInvoices/:id/items?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentInvoices",":id","items"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"e369c055-c4c9-4695-8268-f40b4939acf3","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitmentInvoices\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CommitmentInvoices/e369c055-c4c9-4695-8268-f40b4939acf3/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 2\n    },\n    \"records\": [\n        {\n            \"commitmentId\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"netRetainageAmount\": 8.1,\n            \"amountRetained\": 8.1,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 45.9,\n            \"masterInvoiceId\": null,\n            \"masterInvoiceNumber\": null,\n            \"invoiceId\": \"e369c055-c4c9-4695-8268-f40b4939acf3\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2018-03-05T00:00:00\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2018-03-05T13:36:09\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2018-03-05T00:00:00\",\n            \"description\": \"fffff\",\n            \"invoiceAmount\": 54,\n            \"invoiceNumber\": \"030\",\n            \"lastModifiedDate\": \"2018-03-05T13:36:25\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"lastModifiedBy\": \"Oleksandra Boyko\",\n            \"createdById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"createdBy\": \"Oleksandra Boyko\",\n            \"approvedById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"approvedBy\": \"Oleksandra Boyko\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"8dd56589-0f35-49c1-b772-d98f8cacd4c8\",\n            \"contact\": \"Dalye Strachen\"\n        }\n    ],\n    \"details\": [\n        {\n            \"quantity\": null,\n            \"quantityThisPeriod\": null,\n            \"amountThisPeriod\": 20,\n            \"totalMaterialsPresentlyStored\": 2,\n            \"netRetainageAmount\": 3.3,\n            \"retainagePercent\": 15,\n            \"retainageReleased\": 0,\n            \"invoiceItemId\": \"048a15ac-880f-4b3d-bc69-7d46d4ab9506\",\n            \"invoiceId\": \"e369c055-c4c9-4695-8268-f40b4939acf3\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"itemNumber\": \"001\",\n            \"description\": \"Land Aquisition - Inspections Revised\",\n            \"amount\": 22,\n            \"dateCreated\": \"2011-09-23T20:01:18\",\n            \"lastModifiedDate\": \"2018-03-05T13:36:25\",\n            \"fundingRuleId\": \"584670a0-024c-4b53-b210-4136f1329f1a\",\n            \"fundingRuleName\": \"McArthur High School\"\n        },\n        {\n            \"quantity\": null,\n            \"quantityThisPeriod\": null,\n            \"amountThisPeriod\": 30,\n            \"totalMaterialsPresentlyStored\": 2,\n            \"netRetainageAmount\": 4.8,\n            \"retainagePercent\": 15,\n            \"retainageReleased\": 0,\n            \"invoiceItemId\": \"bfc821e9-f1f9-454e-8338-4f07540f193a\",\n            \"invoiceId\": \"e369c055-c4c9-4695-8268-f40b4939acf3\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"itemNumber\": \"002\",\n            \"description\": \"Land Aquisition - Inspections\",\n            \"amount\": 32,\n            \"dateCreated\": \"2011-09-23T20:01:18\",\n            \"lastModifiedDate\": \"2018-03-05T13:36:25\",\n            \"fundingRuleId\": \"8108924c-1863-45a2-aa11-1f03917042b1\",\n            \"fundingRuleName\": \"Atlanta Legistature\"\n        }\n    ]\n}"},{"id":"94134e8b-9f90-43e1-aaf5-55a350289dc9","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentInvoices/:id/items?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentInvoices",":id","items"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"e369c055-c4c9-4695-8268-f40b4939acf3","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"quantityThisPeriod\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountThisPeriod\": {\n                        \"type\": \"number\"\n                    },\n                    \"totalMaterialsPresentlyStored\": {\n                        \"type\": \"number\"\n                    },\n                    \"netRetainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"invoiceItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"fundingRuleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"netRetainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountLessRetainage\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterInvoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterInvoiceNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"datePaid\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceived\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"invoiceNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"b5323eab-21ff-476f-9fe2-853730343977","key":"invoiceId","value":"","type":"any"},{"id":"9249a9ff-cb69-47c8-b97b-001fa21ac4de","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"8eacd029-3732-4083-b500-801f5d0a1787"},{"name":"Commitment Invoices Find Items By Id","id":"71be55ca-b366-4b2a-9c37-818a1ecbca71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CommitmentInvoiceItems/:invoiceItemId?schema=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CommitmentInvoiceItems",":invoiceItemId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"575ba030-abb2-4ab5-a74d-480365425e75","type":"any","value":"","key":"invoiceItemId"},{"id":"af4b3b35-9349-453b-9e98-f6374fbe3863","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"bef99318-048b-4ad0-a66f-9a5eb9369515","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentInvoiceItems/:invoiceItemId?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentInvoiceItems",":invoiceItemId"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"invoiceItemId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitmentInvoiceItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CommitmentInvoiceItems/048a15ac-880f-4b3d-bc69-7d46d4ab9506\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"quantity\": null,\n            \"quantityThisPeriod\": null,\n            \"amountThisPeriod\": 20,\n            \"totalMaterialsPresentlyStored\": 2,\n            \"netRetainageAmount\": 3.3,\n            \"retainagePercent\": 15,\n            \"retainageReleased\": 0,\n            \"invoiceItemId\": \"048a15ac-880f-4b3d-bc69-7d46d4ab9506\",\n            \"invoiceId\": \"e369c055-c4c9-4695-8268-f40b4939acf3\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"itemNumber\": \"001\",\n            \"description\": \"Land Aquisition - Inspections Revised\",\n            \"amount\": 22,\n            \"dateCreated\": \"2011-09-23T20:01:18\",\n            \"lastModifiedDate\": \"2018-03-05T13:36:25\",\n            \"fundingRuleId\": \"584670a0-024c-4b53-b210-4136f1329f1a\",\n            \"fundingRuleName\": \"McArthur High School\"\n        }\n    ]\n}"},{"id":"5488da79-9095-4fd3-bd58-45fa768f297f","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentInvoiceItems/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentInvoiceItems",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"048a15ac-880f-4b3d-bc69-7d46d4ab9506","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"quantityThisPeriod\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountThisPeriod\": {\n                        \"type\": \"number\"\n                    },\n                    \"totalMaterialsPresentlyStored\": {\n                        \"type\": \"number\"\n                    },\n                    \"netRetainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"invoiceItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"fundingRuleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"575ba030-abb2-4ab5-a74d-480365425e75","key":"invoiceItemId","value":"","type":"any"},{"id":"af4b3b35-9349-453b-9e98-f6374fbe3863","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"71be55ca-b366-4b2a-9c37-818a1ecbca71"},{"name":"Commitment Invoices Find Items By Id Custom Fields","id":"2445784f-bf56-4b54-8d91-4cdd59abd8df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CommitmentInvoiceItems/:invoiceItemId/customFields?offset=0&limit=100&schema=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CommitmentInvoiceItems",":invoiceItemId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"9bfa3339-0d00-445b-a7b0-f21fe14bd95a","type":"any","value":"","key":"invoiceItemId"},{"id":"74a9e04e-ca29-4088-875c-8673d2def4aa","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"c8309ab0-9619-46ac-a4d2-5cc6ea95ba8b","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentInvoiceItems/:invoiceItemId/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentInvoiceItems",":invoiceItemId","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"invoiceItemId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitmentInvoiceItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CommitmentInvoiceItems/048a15ac-880f-4b3d-bc69-7d46d4ab9506/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 2\n    },\n    \"records\": [\n        {\n            \"quantity\": null,\n            \"invoiceItemId\": \"048a15ac-880f-4b3d-bc69-7d46d4ab9506\",\n            \"invoiceId\": \"e369c055-c4c9-4695-8268-f40b4939acf3\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"itemNumber\": \"001\",\n            \"description\": \"Land Aquisition - Inspections Revised\",\n            \"amount\": 22,\n            \"dateCreated\": \"2011-09-23T20:01:18\",\n            \"lastModifiedDate\": \"2018-03-05T13:36:25\",\n            \"fundingRuleId\": \"584670a0-024c-4b53-b210-4136f1329f1a\",\n            \"fundingRuleName\": \"McArthur High School\"\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"1\",\n            \"value\": null\n        },\n        {\n            \"name\": \"test\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"535e5c47-8125-4965-9a88-f88e970e60a9","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentInvoiceItems/:id/customFields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentInvoiceItems",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"invoiceItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"fundingRuleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"9bfa3339-0d00-445b-a7b0-f21fe14bd95a","key":"invoiceItemId","value":"","type":"any"},{"id":"74a9e04e-ca29-4088-875c-8673d2def4aa","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"2445784f-bf56-4b54-8d91-4cdd59abd8df"}],"id":"03de1006-9146-4d5e-ab57-37461cfe68ee","description":"<p>Actual Costs are project expenses and invoices that have been approved for payment. Examples include invoices, reimbursable expenses, and contractor applications for payment.</p>\n<p>The Actual Costs API provides access to the commitment invoices collection and related resources such as custom fields.</p>\n","_postman_id":"03de1006-9146-4d5e-ab57-37461cfe68ee","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Commitment Changes","item":[{"name":"Commitment Changes Get","id":"de37ba10-b90e-4608-b624-811bee59662d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CommitmentChanges?offset=0&limit=100&schema=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CommitmentChanges"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"8aa9aba4-4139-4e86-bbff-faa6dbda0565","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentChanges?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentChanges"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitmentchanges\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CommitmentChanges\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 36,\n        \"totalRecords\": 36\n    },\n    \"records\": [\n        {\n            \"commitmentChangeID\": \"1a611ba3-56de-4a5e-8f9a-ca11ae906e16\",\n            \"commitmentID\": \"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 20000,\n            \"allowanceReasonCode\": false,\n            \"amount\": 20000,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-03-13T17:02:13\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2012-03-13T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-03-13T17:02:13\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Field Condition\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"44f7d3df-2ea9-42af-8013-9ced189e4c5c\",\n            \"commitmentID\": \"5248ed03-6731-4e85-9835-ee1cf652807d\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 20000,\n            \"allowanceReasonCode\": false,\n            \"amount\": 20000,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-09-19T13:43:43\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2012-09-19T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-09-19T13:43:43\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"94beb2c1-4ca6-4d48-9377-c41873675531\",\n            \"commitmentID\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 1000,\n            \"allowanceReasonCode\": false,\n            \"amount\": 1000,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-10-16T13:12:17\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2012-10-16T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-10-16T13:12:17\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"ccfeb3df-1290-4906-84bb-3bb2e1c73ba8\",\n            \"commitmentID\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"changeNumber\": \"002\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-10-16T20:50:38\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2012-10-16T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-10-16T20:50:38\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"e7a70661-996b-4697-9e31-ff0b19461921\",\n            \"commitmentID\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"changeNumber\": \"003\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 2000,\n            \"allowanceReasonCode\": false,\n            \"amount\": 2000,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-10-19T18:55:16\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2012-10-19T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-10-19T18:55:16\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Field Condition\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"81eb3a78-cc8d-4993-9574-33fe83e09d0e\",\n            \"commitmentID\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"changeNumber\": \"004\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 2000,\n            \"allowanceReasonCode\": false,\n            \"amount\": 2000,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-10-19T18:59:06\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2012-10-19T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"Where does this discription display?\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-10-19T18:59:06\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"a667e677-cdec-491c-80ff-b5d0ffda520a\",\n            \"commitmentID\": \"fd6b7c0c-1304-40c5-87f7-ef96f8ed5644\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-11-29T20:19:45\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2012-11-29T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-11-29T20:19:45\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Design Change\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"b8b70e5a-fab1-4b57-8ea0-875d04abd7d4\",\n            \"commitmentID\": \"eb21b361-2f30-4aa2-9882-660e3ba08fe6\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-11-29T20:21:04\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2012-11-29T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-11-29T20:21:04\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"64c6dca4-647c-407e-8048-8059934ecc44\",\n            \"commitmentID\": \"6783dfca-9349-4227-994c-13b9dcec88af\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"approvedByDate\": \"2012-11-29T00:00:00\",\n            \"approvedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-07-31T20:13:20\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2012-08-08T00:00:00\",\n            \"voidedBy\": \"Benouchka Sylverne\",\n            \"dateVoided\": \"2012-11-29T20:33:12\",\n            \"voidedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-11-29T20:33:12\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Void\",\n            \"reasonCode\": \"Design Change\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"96c5da74-0b36-49f7-99bc-4df8bfe73581\",\n            \"commitmentID\": \"15ddfaa4-4265-44dc-93f3-f303c4dde0ea\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 1030,\n            \"allowanceReasonCode\": false,\n            \"amount\": 1030,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-12-06T14:37:01\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2012-12-06T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-12-06T14:37:01\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"65cad1e8-5731-4f18-b67a-d5e43414f1ab\",\n            \"commitmentID\": \"34ea2158-1a4d-415a-a021-e7f2db1f2249\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-01-22T20:51:56\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2013-01-22T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-01-22T20:51:56\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Design Change\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"51e77195-a327-44ac-b033-5364f06cc930\",\n            \"commitmentID\": \"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1\",\n            \"changeNumber\": \"002\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 1000,\n            \"allowanceReasonCode\": false,\n            \"amount\": 1000,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-07-24T15:20:15\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2013-07-24T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-07-24T15:20:15\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Design Change\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"825fc810-02a1-4c53-b780-a4676d730fac\",\n            \"commitmentID\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"changeNumber\": \"005\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-09-04T12:58:29\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2013-09-04T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-04T12:58:29\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"1a1948e9-c5c4-44e4-ae55-9f5d277d0992\",\n            \"commitmentID\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"changeNumber\": \"006\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": -2000,\n            \"allowanceReasonCode\": false,\n            \"amount\": -2000,\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"approvedByDate\": \"2013-09-04T00:00:00\",\n            \"approvedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-09-04T13:40:17\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2013-09-04T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"Net Zero Change\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-04T13:41:12\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Approved\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"5c0bb399-0e10-4cd4-899d-094c28b918f2\",\n            \"commitmentID\": \"6783dfca-9349-4227-994c-13b9dcec88af\",\n            \"changeNumber\": \"002\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 2000,\n            \"allowanceReasonCode\": false,\n            \"amount\": 2000,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-09-04T13:42:11\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2013-09-04T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"Change from Aquitition 001\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-04T13:42:11\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"33db694c-3641-4927-98ad-e1ba5f7b573b\",\n            \"commitmentID\": \"73e09c41-edf6-45af-95f7-10d313aa8be6\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": -6000,\n            \"allowanceReasonCode\": false,\n            \"amount\": -6000,\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"approvedByDate\": \"2013-09-04T00:00:00\",\n            \"approvedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-09-04T15:09:08\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2013-09-04T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-04T15:11:30\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Approved\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"048b1d63-8063-4ebd-b4af-fc0ad5990a24\",\n            \"commitmentID\": \"fd6b7c0c-1304-40c5-87f7-ef96f8ed5644\",\n            \"changeNumber\": \"002\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-09-04T15:12:08\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2013-09-04T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-04T15:12:08\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"19deb99c-56ea-4058-80a0-933990d85146\",\n            \"commitmentID\": \"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1\",\n            \"changeNumber\": \"003\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 100,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-09-04T15:20:44\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2013-09-04T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-04T15:20:44\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"bf489553-66c9-4554-8917-9d9c6f5b7cc7\",\n            \"commitmentID\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"changeNumber\": \"007\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 100,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-09-16T20:11:13\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2013-09-16T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-16T20:11:13\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"3c5c0f00-3181-446a-a473-d3326ed71ed1\",\n            \"commitmentID\": \"39c25a49-68f1-4e2a-8492-cb78a2c342ee\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2014-02-17T20:50:36\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2014-02-17T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2014-02-17T20:50:36\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"082a33a3-3caa-4f20-8489-552122ea5100\",\n            \"commitmentID\": \"39c25a49-68f1-4e2a-8492-cb78a2c342ee\",\n            \"changeNumber\": \"002\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2014-05-29T14:29:46\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2014-05-29T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2014-05-29T14:29:46\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"1bcd4775-e858-4d81-bbfa-e6b37bfcece5\",\n            \"commitmentID\": \"f4074834-b96f-4fc0-9f1f-0c82162943e5\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 1000,\n            \"allowanceReasonCode\": true,\n            \"amount\": 0,\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"approvedByDate\": \"2014-08-20T00:00:00\",\n            \"approvedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2014-08-20T17:24:38\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2014-08-20T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2014-08-20T17:26:26\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Approved\",\n            \"reasonCode\": \"Error / Omission\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"4595ce5d-b0ac-4d15-9ba6-8a097c2c25d9\",\n            \"commitmentID\": \"f4a4da41-a013-439f-bcc1-f227cd058186\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 10000,\n            \"allowanceReasonCode\": true,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2014-08-20T17:29:06\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2014-08-20T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2014-08-20T17:29:06\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Error / Omission\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"f18e3306-22e7-497b-a662-f94eaa5b4225\",\n            \"commitmentID\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"changeNumber\": \"008\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 400,\n            \"allowanceReasonCode\": false,\n            \"amount\": 400,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Chris Cummings\",\n            \"dateCreated\": \"2016-08-17T11:53:03\",\n            \"createdByID\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"dateOfChange\": \"2016-08-17T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"Additional costs\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-08-17T11:53:35\",\n            \"lastModifiedByID\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"ef2cd030-92ad-41c8-8c0c-9820983c8b2f\",\n            \"commitmentID\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"changeNumber\": \"009\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 200,\n            \"allowanceReasonCode\": false,\n            \"amount\": 200,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Chris Cummings\",\n            \"dateCreated\": \"2016-09-01T09:54:48\",\n            \"createdByID\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"dateOfChange\": \"2016-09-01T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-09-01T09:54:48\",\n            \"lastModifiedByID\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"status\": \"Pending\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"cbde93e7-79bf-4c57-86d2-81a60f00ff37\",\n            \"commitmentID\": \"fc29468b-3c2e-4576-b228-fc35b7280738\",\n            \"changeNumber\": \"PACC - 00001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": true,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": \"PACC - 1\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-05-01T18:58:02\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2012-05-01T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"Test\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-12-16T12:01:44\",\n            \"lastModifiedByID\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Error / Omission\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"503e0177-c82a-4244-9745-701e9e566a4c\",\n            \"commitmentID\": \"07608370-8aeb-4fdb-b661-09555884b96b\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"91b67a96-a397-435e-99ad-710be22a263a\",\n            \"projectName\": \"DpotCiklum new training project 1\",\n            \"adjustmentAmount\": 4534,\n            \"allowanceReasonCode\": false,\n            \"amount\": 4534,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Dmytro Potapov\",\n            \"dateCreated\": \"2018-03-06T06:49:07\",\n            \"createdByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"dateOfChange\": \"2018-03-06T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"test\",\n            \"lastModifiedBy\": \"Dmytro Potapov\",\n            \"lastModifiedDate\": \"2018-03-06T06:49:58\",\n            \"lastModifiedByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Design Change\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": \"002\"\n        },\n        {\n            \"commitmentChangeID\": \"df40d1b4-d685-4070-b8a4-2393b90dbb3c\",\n            \"commitmentID\": \"81a40605-10fb-4f5a-bdbe-e5ccd4a78b25\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"3dbf2641-b68e-4e2c-9ad2-51308fe97280\",\n            \"projectName\": \"ESD-8757\",\n            \"adjustmentAmount\": 10000,\n            \"allowanceReasonCode\": false,\n            \"amount\": 10000,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Matías Fierro\",\n            \"dateCreated\": \"2018-05-07T15:13:53\",\n            \"createdByID\": \"005edc3d-eed4-4277-8a74-ed955ec61040\",\n            \"dateOfChange\": \"2018-05-07T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Matías Fierro\",\n            \"lastModifiedDate\": \"2018-05-07T15:14:58\",\n            \"lastModifiedByID\": \"005edc3d-eed4-4277-8a74-ed955ec61040\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Design Change\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"a81e57aa-7d65-4f86-8c44-05287cecb55b\",\n            \"commitmentID\": \"6ed17961-577c-41a6-85f8-d2d38d3284bb\",\n            \"changeNumber\": \"Draft - BCP - 00001\",\n            \"projectID\": \"555a9788-0e5e-41ca-929b-14b9fa77931e\",\n            \"projectName\": \"Maria Test project\",\n            \"adjustmentAmount\": 8,\n            \"allowanceReasonCode\": false,\n            \"amount\": 8,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Maria Lerma Tejada\",\n            \"dateCreated\": \"2019-04-08T14:40:26\",\n            \"createdByID\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"dateOfChange\": \"2019-04-08T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"Testing custom field 1\",\n            \"lastModifiedBy\": \"Maria Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-04-08T15:21:54\",\n            \"lastModifiedByID\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Field Condition\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"55a0dff8-0a2d-45bc-a39a-fe23996f2754\",\n            \"commitmentID\": \"6ed17961-577c-41a6-85f8-d2d38d3284bb\",\n            \"changeNumber\": \"Draft - BCP - 00002\",\n            \"projectID\": \"555a9788-0e5e-41ca-929b-14b9fa77931e\",\n            \"projectName\": \"Maria Test project\",\n            \"adjustmentAmount\": 25,\n            \"allowanceReasonCode\": false,\n            \"amount\": 25,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Maria Lerma Tejada\",\n            \"dateCreated\": \"2019-04-08T15:17:39\",\n            \"createdByID\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"dateOfChange\": \"2019-04-08T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"Testing custom field 2\",\n            \"lastModifiedBy\": \"Maria Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-04-09T09:23:48\",\n            \"lastModifiedByID\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"6008e6d7-0720-4ec6-8d4c-205075b9cbf7\",\n            \"commitmentID\": \"6ed17961-577c-41a6-85f8-d2d38d3284bb\",\n            \"changeNumber\": \"003 Cost Testing\",\n            \"projectID\": \"555a9788-0e5e-41ca-929b-14b9fa77931e\",\n            \"projectName\": \"Maria Test project\",\n            \"adjustmentAmount\": 100,\n            \"allowanceReasonCode\": false,\n            \"amount\": 100,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Maria Lerma Tejada\",\n            \"dateCreated\": \"2019-04-09T09:28:38\",\n            \"createdByID\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"dateOfChange\": \"2019-04-09T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"Cost Testing\",\n            \"lastModifiedBy\": \"Maria Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-04-09T09:28:38\",\n            \"lastModifiedByID\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"ce0db667-6035-4796-a5d8-b8b9c691992d\",\n            \"commitmentID\": \"6ed17961-577c-41a6-85f8-d2d38d3284bb\",\n            \"changeNumber\": \"BCP - 00001\",\n            \"projectID\": \"555a9788-0e5e-41ca-929b-14b9fa77931e\",\n            \"projectName\": \"Maria Test project\",\n            \"adjustmentAmount\": 100,\n            \"allowanceReasonCode\": false,\n            \"amount\": 100,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": \"BCP - 1\",\n            \"createdBy\": \"Maria Lerma Tejada\",\n            \"dateCreated\": \"2019-04-09T09:41:49\",\n            \"createdByID\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"dateOfChange\": \"2019-04-09T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"Testing custom field 3\",\n            \"lastModifiedBy\": \"Maria Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-04-09T09:41:49\",\n            \"lastModifiedByID\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"ececcbe5-5cb3-4295-a4d9-2a03d40752a7\",\n            \"commitmentID\": \"6ed17961-577c-41a6-85f8-d2d38d3284bb\",\n            \"changeNumber\": \"BCP - 00002\",\n            \"projectID\": \"555a9788-0e5e-41ca-929b-14b9fa77931e\",\n            \"projectName\": \"Maria Test project\",\n            \"adjustmentAmount\": 100,\n            \"allowanceReasonCode\": false,\n            \"amount\": 100,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": \"BCP - 2\",\n            \"createdBy\": \"Maria Lerma Tejada\",\n            \"dateCreated\": \"2019-04-09T13:42:36\",\n            \"createdByID\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"dateOfChange\": \"2019-04-09T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"Testing custom field 3\",\n            \"lastModifiedBy\": \"Maria Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-04-09T13:42:36\",\n            \"lastModifiedByID\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"6a1396b3-fbfb-4821-a4e4-8bb963d7d815\",\n            \"commitmentID\": \"6ed17961-577c-41a6-85f8-d2d38d3284bb\",\n            \"changeNumber\": \"Draft - BCP - 00003\",\n            \"projectID\": \"555a9788-0e5e-41ca-929b-14b9fa77931e\",\n            \"projectName\": \"Maria Test project\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Prerak Parikh\",\n            \"dateCreated\": \"2020-02-03T04:09:23\",\n            \"createdByID\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"dateOfChange\": \"2020-02-02T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"test 12623\",\n            \"lastModifiedBy\": \"Prerak Parikh\",\n            \"lastModifiedDate\": \"2020-02-03T04:09:23\",\n            \"lastModifiedByID\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"329eb32f-6afe-443d-8e75-84c35006c7a7\",\n            \"commitmentID\": \"6ed17961-577c-41a6-85f8-d2d38d3284bb\",\n            \"changeNumber\": \"Draft - BCP - 00004\",\n            \"projectID\": \"555a9788-0e5e-41ca-929b-14b9fa77931e\",\n            \"projectName\": \"Maria Test project\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Prerak Parikh\",\n            \"dateCreated\": \"2020-02-03T04:09:45\",\n            \"createdByID\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"dateOfChange\": \"2020-02-02T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"test 12623\",\n            \"lastModifiedBy\": \"Prerak Parikh\",\n            \"lastModifiedDate\": \"2020-02-03T04:09:45\",\n            \"lastModifiedByID\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Contingency\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"744e277f-7ee0-4d00-8576-8af8b4faa36b\",\n            \"commitmentID\": \"b5620126-ca16-4a21-9fde-0744606cef43\",\n            \"changeNumber\": \"45\",\n            \"projectID\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"projectName\": \"North East Hotel Project\",\n            \"adjustmentAmount\": 0,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Greg Schramm\",\n            \"dateCreated\": \"2021-02-11T00:37:54\",\n            \"createdByID\": \"0b4e02af-2103-4da0-a3f6-a76240aa1319\",\n            \"dateOfChange\": \"2021-02-10T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"Edited commitment for testing purposes\",\n            \"lastModifiedBy\": \"Greg Schramm\",\n            \"lastModifiedDate\": \"2021-02-11T00:38:40\",\n            \"lastModifiedByID\": \"0b4e02af-2103-4da0-a3f6-a76240aa1319\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        }\n    ]\n}"},{"id":"0fab469a-06b4-46c5-bcb1-f2f797e3afef","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentChanges?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentChanges"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentChangeID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"changeNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"adjustmentAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"allowanceReasonCode\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateOfChange\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentChangeID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"de37ba10-b90e-4608-b624-811bee59662d"},{"name":"Commitment Changes Find By Id","id":"7520f096-deba-40a1-9526-c8adfde464f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CommitmentChanges/:commitmentChangeID?schema=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CommitmentChanges",":commitmentChangeID"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"b9d3981d-509a-4cf9-9922-9fa2cddf596a","description":{"content":"<p>GUID for commitment change</p>\n","type":"text/plain"},"type":"any","value":"","key":"commitmentChangeID"},{"id":"ff127d03-eaeb-415d-8183-b477f60e7d78","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"bef64ed9-44bd-46a7-8155-d9c9b0f5bed8","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentChanges/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentChanges",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"1a1948e9-c5c4-44e4-ae55-9f5d277d0992","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitmentchanges\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CommitmentChanges/1a1948e9-c5c4-44e4-ae55-9f5d277d0992\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"commitmentChangeID\": \"1a1948e9-c5c4-44e4-ae55-9f5d277d0992\",\n            \"commitmentID\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"changeNumber\": \"006\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": -2000,\n            \"allowanceReasonCode\": false,\n            \"amount\": -2000,\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"approvedByDate\": \"2013-09-04T00:00:00\",\n            \"approvedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-09-04T13:40:17\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2013-09-04T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"Net Zero Change\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-04T13:41:12\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Approved\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        }\n    ]\n}"},{"id":"ebaa23b3-2b0f-4800-b75c-607d904c3c2e","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentChanges/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentChanges",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentChangeID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"changeNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"adjustmentAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"allowanceReasonCode\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateOfChange\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentChangeID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"b9d3981d-509a-4cf9-9922-9fa2cddf596a","key":"commitmentChangeID","value":"","type":"any","description":"GUID for commitment change"},{"id":"ff127d03-eaeb-415d-8183-b477f60e7d78","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"7520f096-deba-40a1-9526-c8adfde464f1"},{"name":"Commitment Changes Find By Id Custom Fields","id":"59f686ba-9c73-40c7-a9e1-5639d19d34fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CommitmentChanges/:commitmentChangeID/customfields?offset=0&limit=100&schema=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CommitmentChanges",":commitmentChangeID","customfields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"9a95de49-5033-45af-a2a9-c11c11f4e294","description":{"content":"<p>GUID for commitment change</p>\n","type":"text/plain"},"type":"any","value":"","key":"commitmentChangeID"},{"id":"31a99a2b-26d6-460c-913e-41f210883b28","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"452ec819-552a-45ca-89ad-4038137ac3e4","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentChanges/:id/customfields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentChanges",":id","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"8c7d8f8b-61a8-409f-93e9-e09eee31d109","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitmentchanges\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/CommitmentChanges/8c7d8f8b-61a8-409f-93e9-e09eee31d109/customfields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"commitmentChangeID\": \"8c7d8f8b-61a8-409f-93e9-e09eee31d109\",\n            \"commitmentID\": \"37cd3f39-d857-49fb-88e5-28f37f1f3f34\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"aa3e9d7f-256c-43c6-80af-9ac087f859e4\",\n            \"projectName\": \"Training - LEARNING AND DEVELOPMENT\",\n            \"adjustmentAmount\": 500,\n            \"allowanceReasonCode\": true,\n            \"amount\": 0,\n            \"approvedBy\": \"Gregory Schramm\",\n            \"approvedByDate\": \"2021-03-02T00:00:00\",\n            \"approvedByID\": \"ecb10f72-3d55-4302-b6dc-208c6962715e\",\n            \"controllingProcess\": null,\n            \"createdBy\": \"Gregory Schramm\",\n            \"dateCreated\": \"2021-03-02T22:29:57\",\n            \"createdByID\": \"ecb10f72-3d55-4302-b6dc-208c6962715e\",\n            \"dateOfChange\": \"2021-03-02T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Gregory Schramm\",\n            \"lastModifiedDate\": \"2021-03-02T22:32:11.763\",\n            \"lastModifiedByID\": \"ecb10f72-3d55-4302-b6dc-208c6962715e\",\n            \"status\": \"Approved\",\n            \"reasonCode\": \"SOV Creation\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        }\n    ],\n    \"details\": []\n}"},{"id":"bdff3cb2-2ba7-4f60-9fd1-d008141e7a23","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentChanges/:id/customfields?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentChanges",":id","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"8c7d8f8b-61a8-409f-93e9-e09eee31d109","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentChangeID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"changeNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"adjustmentAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"allowanceReasonCode\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateOfChange\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentChangeID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"9a95de49-5033-45af-a2a9-c11c11f4e294","key":"commitmentChangeID","value":"","type":"any","description":"GUID for commitment change"},{"id":"31a99a2b-26d6-460c-913e-41f210883b28","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"59f686ba-9c73-40c7-a9e1-5639d19d34fb"},{"name":"Commitment Changes Find By Id Items","id":"9fea5c8f-b452-470a-ac57-69c96ea451c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CommitmentChanges/:commitmentChangeID/items?offset=0&limit=100&schema=false","description":"<p>dateModified applies to the commitment change. Any modification to the commitment change or commitment change items updates the lastModifiedDate for both objects.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CommitmentChanges",":commitmentChangeID","items"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"dded6bdb-51b0-41f4-8919-bddc78ad818a","description":{"content":"<p>GUID for commitement change</p>\n","type":"text/plain"},"type":"any","value":"","key":"commitmentChangeID"},{"id":"164aa46a-0142-42d1-9ae0-c275e15f69a6","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"46931110-6f58-4d80-aab6-274f69a42f44","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentChanges/:id/items?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentChanges",":id","items"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"8c7d8f8b-61a8-409f-93e9-e09eee31d109","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitmentchanges\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/CommitmentChanges/8c7d8f8b-61a8-409f-93e9-e09eee31d109/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 5,\n        \"totalRecords\": 5\n    },\n    \"records\": [\n        {\n            \"commitmentChangeID\": \"8c7d8f8b-61a8-409f-93e9-e09eee31d109\",\n            \"commitmentID\": \"37cd3f39-d857-49fb-88e5-28f37f1f3f34\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"aa3e9d7f-256c-43c6-80af-9ac087f859e4\",\n            \"projectName\": \"Training - LEARNING AND DEVELOPMENT\",\n            \"adjustmentAmount\": 500,\n            \"allowanceReasonCode\": true,\n            \"amount\": 0,\n            \"approvedBy\": \"Gregory Schramm\",\n            \"approvedByDate\": \"2021-03-02T00:00:00\",\n            \"approvedByID\": \"ecb10f72-3d55-4302-b6dc-208c6962715e\",\n            \"controllingProcess\": null,\n            \"createdBy\": \"Gregory Schramm\",\n            \"dateCreated\": \"2021-03-02T22:29:57\",\n            \"createdByID\": \"ecb10f72-3d55-4302-b6dc-208c6962715e\",\n            \"dateOfChange\": \"2021-03-02T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Gregory Schramm\",\n            \"lastModifiedDate\": \"2021-03-02T22:32:11.763\",\n            \"lastModifiedByID\": \"ecb10f72-3d55-4302-b6dc-208c6962715e\",\n            \"status\": \"Approved\",\n            \"reasonCode\": \"SOV Creation\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"commitmentChangeItemID\": \"e86668aa-4671-4e56-a142-63dcedf7b14c\",\n            \"commitmentChangeID\": \"8c7d8f8b-61a8-409f-93e9-e09eee31d109\",\n            \"commitmentItemID\": \"9676328e-c1e1-4716-ac75-61245ac04c18\",\n            \"changeItemNumber\": \"001\",\n            \"description\": \"Construction\",\n            \"amount\": -500,\n            \"quantity\": null,\n            \"fundingRuleID\": \"633c15d9-66c8-4963-a1f6-c96a7192a65a\",\n            \"fundingRuleName\": \"Training Funding Rule\",\n            \"masterCommitmentItemID\": null,\n            \"masterCommitmentItemNumber\": null,\n            \"dateCreated\": \"2021-03-02T22:29:57\",\n            \"lastModifiedDate\": \"2021-03-02T22:32:11.763\"\n        },\n        {\n            \"commitmentChangeItemID\": \"52ae3406-aadb-4680-8f4c-b1a9d483099f\",\n            \"commitmentChangeID\": \"8c7d8f8b-61a8-409f-93e9-e09eee31d109\",\n            \"commitmentItemID\": \"af41f1df-7de9-4724-9fe7-c0bf177278aa\",\n            \"changeItemNumber\": \"002\",\n            \"description\": \"Mobilization\",\n            \"amount\": 50,\n            \"quantity\": null,\n            \"fundingRuleID\": \"633c15d9-66c8-4963-a1f6-c96a7192a65a\",\n            \"fundingRuleName\": \"Training Funding Rule\",\n            \"masterCommitmentItemID\": null,\n            \"masterCommitmentItemNumber\": null,\n            \"dateCreated\": \"2021-03-02T22:31:13\",\n            \"lastModifiedDate\": \"2021-03-02T22:32:11.763\"\n        },\n        {\n            \"commitmentChangeItemID\": \"36fa306b-5025-4977-bc23-c43078cc6b9e\",\n            \"commitmentChangeID\": \"8c7d8f8b-61a8-409f-93e9-e09eee31d109\",\n            \"commitmentItemID\": \"38ac12dd-c6fa-4925-96fc-c21f1efbb3e5\",\n            \"changeItemNumber\": \"003\",\n            \"description\": \"Site work\",\n            \"amount\": 100,\n            \"quantity\": null,\n            \"fundingRuleID\": \"633c15d9-66c8-4963-a1f6-c96a7192a65a\",\n            \"fundingRuleName\": \"Training Funding Rule\",\n            \"masterCommitmentItemID\": null,\n            \"masterCommitmentItemNumber\": null,\n            \"dateCreated\": \"2021-03-02T22:31:13\",\n            \"lastModifiedDate\": \"2021-03-02T22:32:11.763\"\n        },\n        {\n            \"commitmentChangeItemID\": \"c46f559c-fbb6-466c-b7c2-e23231e7ba6f\",\n            \"commitmentChangeID\": \"8c7d8f8b-61a8-409f-93e9-e09eee31d109\",\n            \"commitmentItemID\": \"19fd3fe8-149c-48a3-a0d0-652ebb45511d\",\n            \"changeItemNumber\": \"004\",\n            \"description\": \"Structure\",\n            \"amount\": 100,\n            \"quantity\": null,\n            \"fundingRuleID\": \"633c15d9-66c8-4963-a1f6-c96a7192a65a\",\n            \"fundingRuleName\": \"Training Funding Rule\",\n            \"masterCommitmentItemID\": null,\n            \"masterCommitmentItemNumber\": null,\n            \"dateCreated\": \"2021-03-02T22:31:13\",\n            \"lastModifiedDate\": \"2021-03-02T22:32:11.763\"\n        },\n        {\n            \"commitmentChangeItemID\": \"523f0a18-350b-4d49-a17e-1e3c4fd7b328\",\n            \"commitmentChangeID\": \"8c7d8f8b-61a8-409f-93e9-e09eee31d109\",\n            \"commitmentItemID\": \"27ab9754-b651-41e0-8678-2024fb9f057b\",\n            \"changeItemNumber\": \"005\",\n            \"description\": \"Finishes\",\n            \"amount\": 250,\n            \"quantity\": null,\n            \"fundingRuleID\": \"633c15d9-66c8-4963-a1f6-c96a7192a65a\",\n            \"fundingRuleName\": \"Training Funding Rule\",\n            \"masterCommitmentItemID\": null,\n            \"masterCommitmentItemNumber\": null,\n            \"dateCreated\": \"2021-03-02T22:31:13\",\n            \"lastModifiedDate\": \"2021-03-02T22:32:11.763\"\n        }\n    ]\n}"},{"id":"7ee1da77-180f-4078-9597-1891d4013e90","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentChanges/:id/items?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentChanges",":id","items"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"8c7d8f8b-61a8-409f-93e9-e09eee31d109","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentChangeItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentChangeID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"changeItemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingRuleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentChangeID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"changeNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"adjustmentAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"allowanceReasonCode\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateOfChange\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentChangeID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"dded6bdb-51b0-41f4-8919-bddc78ad818a","key":"commitmentChangeID","value":"","type":"any","description":"GUID for commitement change"},{"id":"164aa46a-0142-42d1-9ae0-c275e15f69a6","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"9fea5c8f-b452-470a-ac57-69c96ea451c0"}],"id":"af649b74-835e-4543-bf5b-9cddb79907c8","description":"<p>The Commitment Changes API provides access to the Commitment Change collection and details. It replicates some functionality available from the commitment object/changes.</p>\n","_postman_id":"af649b74-835e-4543-bf5b-9cddb79907c8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Commitments Get","id":"81c943cd-0516-419e-8d38-28daa60839eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Commitments?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>A commitment is a promise that you make to a seller to purchase goods or services in exchange for money in accordance with specific terms and conditions. The most common types of commitments are contracts and purchase orders.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Commitments"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"f2a47bb0-877b-480f-bc38-197a397bd58d","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Commitments?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Commitments"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Commitments\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 2\n    },\n    \"records\": [\n        {\n            \"commitmentID\": \"26f19317-8502-4fd8-b9a6-a78572703642\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": null,\n            \"approvedDate\": null,\n            \"approvedByID\": null,\n            \"createdBy\": \"Prerak Parikh\",\n            \"dateCreated\": \"2020-03-25T07:08:49\",\n            \"createdByID\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"commitmentDate\": \"2020-04-04T00:00:00\",\n            \"description\": \"Testing The 12991\",\n            \"lastModifiedBy\": \"Prerak Parikh\",\n            \"lastModifiedDate\": \"2020-03-25T08:27:26\",\n            \"lastModifiedByID\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"commitmentNumber\": \"123456\",\n            \"retainagePercent\": 10,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Contract\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 0,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 0,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 0,\n            \"remainingToBePaid\": 0,\n            \"scopeOfWork\": \"Testing The 12991\\r\\n\\r\\nChecking if something breaks after update\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"0e8b938c-bb09-4ca8-9851-7aa2eabfadc7\",\n            \"companyName\": \"e-Builder\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": \"1f3242d6-0f9e-4e5b-a1ce-bb8dce087a96\",\n            \"masterCommitmentNumber\": \"004\"\n        },\n        {\n            \"commitmentID\": \"0561e47a-2722-4ebf-a0d9-3bf0810ea798\",\n            \"projectID\": \"b58a8de7-9f09-476c-962a-d7fcf5c25e8d\",\n            \"projectName\": \"Alexander\",\n            \"actualsApproved\": 5000,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 5000,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 2500,\n            \"approvedBy\": \"Oleksandr Pavlovets\",\n            \"approvedDate\": \"2018-03-05T00:00:00\",\n            \"approvedByID\": \"4eba9d32-06a0-4afe-bd3c-c75dce8df7fb\",\n            \"createdBy\": \"Oleksandr Pavlovets\",\n            \"dateCreated\": \"2018-03-05T13:06:29\",\n            \"createdByID\": \"4eba9d32-06a0-4afe-bd3c-c75dce8df7fb\",\n            \"commitmentDate\": null,\n            \"description\": \"Commitment\",\n            \"lastModifiedBy\": \"Carlos Rodriguez\",\n            \"lastModifiedDate\": \"2020-08-06T02:34:14\",\n            \"lastModifiedByID\": \"5a7d0385-51b4-457f-9106-5af2628db0ab\",\n            \"commitmentNumber\": \"002\",\n            \"retainagePercent\": 50,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Contract\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 5000,\n            \"currentRetainageHeld\": 2500,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 5000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 5000,\n            \"remainingToBePaid\": 5000,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 2500,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"8828e21b-b1dd-4c3a-a1b8-4d989c630197\",\n            \"companyName\": \"CSK\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        }\n    ]\n}"},{"id":"853585be-ee61-4d6e-b81e-d8707ff2cab9","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Commitments?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Commitments"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitments\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/Commitments\",\n        \"offset\": 0,\n        \"limit\": 3000,\n        \"size\": 14,\n        \"totalRecords\": 14\n    },\n    \"records\": [\n        {\n            \"commitmentID\": \"6c534613-3482-4be9-9bbf-ad4b5a1d92ce\",\n            \"projectID\": \"aa3e9d7f-256c-43c6-80af-9ac087f859e4\",\n            \"projectName\": \"Training - LEARNING AND DEVELOPMENT\",\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Pamela Miles\",\n            \"approvedDate\": \"2019-03-11T09:44:47\",\n            \"approvedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"createdBy\": \"Pamela Miles\",\n            \"dateCreated\": \"2019-03-11T16:44:47\",\n            \"createdByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentDate\": null,\n            \"description\": \"Sample Training Commitment\",\n            \"lastModifiedBy\": \"Pamela Miles\",\n            \"lastModifiedDate\": \"2019-03-11T16:44:47\",\n            \"lastModifiedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentNumber\": \"Contract 001\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled Total\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Contract\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 50000,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 50000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 50000,\n            \"remainingToBePaid\": 50000,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"415e2529-e5cd-4b6e-8fe1-54a015574682\",\n            \"companyName\": \"Sample\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentID\": \"41cf4493-6673-4ee2-9582-71d70e5021c8\",\n            \"projectID\": \"633bfe5a-0066-4015-b952-fc1f2d920883\",\n            \"projectName\": \"Template - Folder Structure Training\",\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Angelo Padilla\",\n            \"approvedDate\": \"2019-06-10T00:00:00\",\n            \"approvedByID\": \"49f08b69-6879-4519-b2dc-d502212b8653\",\n            \"createdBy\": \"Angelo Padilla\",\n            \"dateCreated\": \"2019-06-11T02:44:40\",\n            \"createdByID\": \"49f08b69-6879-4519-b2dc-d502212b8653\",\n            \"commitmentDate\": null,\n            \"description\": \"test ap\",\n            \"lastModifiedBy\": \"Angelo Padilla\",\n            \"lastModifiedDate\": \"2019-06-11T02:49:19.01\",\n            \"lastModifiedByID\": \"49f08b69-6879-4519-b2dc-d502212b8653\",\n            \"commitmentNumber\": \"001\",\n            \"retainagePercent\": 5,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled Total\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Contract\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 11000,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 11000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 11000,\n            \"remainingToBePaid\": 11000,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"237eb825-8852-4bfd-a1dc-43bc999c71fa\",\n            \"companyName\": \"XYZ Company\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentID\": \"c9e14ecf-c467-4aa2-82eb-1f0ebd58dafc\",\n            \"projectID\": \"aa3e9d7f-256c-43c6-80af-9ac087f859e4\",\n            \"projectName\": \"Training - LEARNING AND DEVELOPMENT\",\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": null,\n            \"approvedDate\": null,\n            \"approvedByID\": null,\n            \"createdBy\": \"Pamela Miles\",\n            \"dateCreated\": \"2019-03-12T18:11:20\",\n            \"createdByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentDate\": null,\n            \"description\": \"test\",\n            \"lastModifiedBy\": \"Pamela Miles\",\n            \"lastModifiedDate\": \"2019-07-19T19:01:27\",\n            \"lastModifiedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentNumber\": \"Pay App 1\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled Total\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Other Commitment\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 9000,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 9000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 9000,\n            \"remainingToBePaid\": 9000,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"415e2529-e5cd-4b6e-8fe1-54a015574682\",\n            \"companyName\": \"Sample\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentID\": \"db10edfe-1ac6-4482-9c2b-5b1f9af0224b\",\n            \"projectID\": \"aa3e9d7f-256c-43c6-80af-9ac087f859e4\",\n            \"projectName\": \"Training - LEARNING AND DEVELOPMENT\",\n            \"actualsApproved\": 675,\n            \"actualsPaid\": 275,\n            \"actualsReceived\": 1841,\n            \"approvedChanges\": 1555,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Pamela Miles\",\n            \"approvedDate\": \"2019-07-19T00:00:00\",\n            \"approvedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"createdBy\": \"Pamela Miles\",\n            \"dateCreated\": \"2019-07-19T19:08:47\",\n            \"createdByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentDate\": \"2019-07-11T00:00:00\",\n            \"description\": \"test\",\n            \"lastModifiedBy\": \"Pamela Miles\",\n            \"lastModifiedDate\": \"2019-07-19T19:08:55.143\",\n            \"lastModifiedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentNumber\": \"1234\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Other Commitment\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 2355,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 800,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 2355,\n            \"remainingToBePaid\": 2080,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 675,\n            \"netActualsPaid\": 275,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"70e1d4d2-f060-4963-8ea9-28015a274abd\",\n            \"companyName\": \"Sample Other\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentID\": \"44ac9752-2df3-4775-bfea-8f41bbf3b8a8\",\n            \"projectID\": \"aa3e9d7f-256c-43c6-80af-9ac087f859e4\",\n            \"projectName\": \"Training - LEARNING AND DEVELOPMENT\",\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Pamela Miles\",\n            \"approvedDate\": \"2019-08-22T00:00:00\",\n            \"approvedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"createdBy\": \"Pamela Miles\",\n            \"dateCreated\": \"2019-08-23T00:49:44\",\n            \"createdByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentDate\": null,\n            \"description\": \"Test MM-Sample\",\n            \"lastModifiedBy\": \"Pamela Miles\",\n            \"lastModifiedDate\": \"2019-08-23T00:58:02.66\",\n            \"lastModifiedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentNumber\": \"Test MM\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Other Commitment\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 5,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 5,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 5,\n            \"remainingToBePaid\": 5,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": \"CAP - 1\",\n            \"companyID\": \"415e2529-e5cd-4b6e-8fe1-54a015574682\",\n            \"companyName\": \"Sample\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentID\": \"b93b856c-6c08-456c-bccc-0762944e96d3\",\n            \"projectID\": \"aa3e9d7f-256c-43c6-80af-9ac087f859e4\",\n            \"projectName\": \"Training - LEARNING AND DEVELOPMENT\",\n            \"actualsApproved\": 600,\n            \"actualsPaid\": 600,\n            \"actualsReceived\": 600,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Pamela Miles\",\n            \"approvedDate\": \"2019-07-19T00:00:00\",\n            \"approvedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"createdBy\": \"Pamela Miles\",\n            \"dateCreated\": \"2019-07-19T19:03:16\",\n            \"createdByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentDate\": null,\n            \"description\": \"test for controls\",\n            \"lastModifiedBy\": \"Pamela Miles\",\n            \"lastModifiedDate\": \"2020-01-29T17:51:58\",\n            \"lastModifiedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentNumber\": \"001\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled Total\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Other Commitment\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 1600,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 1600,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 1600,\n            \"remainingToBePaid\": 1000,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 600,\n            \"netActualsPaid\": 600,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"70e1d4d2-f060-4963-8ea9-28015a274abd\",\n            \"companyName\": \"Sample Other\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentID\": \"934f0e61-5d21-4d24-aff6-098de8444fe0\",\n            \"projectID\": \"aa3e9d7f-256c-43c6-80af-9ac087f859e4\",\n            \"projectName\": \"Training - LEARNING AND DEVELOPMENT\",\n            \"actualsApproved\": 30000,\n            \"actualsPaid\": 30000,\n            \"actualsReceived\": 30000,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Pamela Miles\",\n            \"approvedDate\": \"2020-01-29T00:00:00\",\n            \"approvedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"createdBy\": \"Pamela Miles\",\n            \"dateCreated\": \"2020-01-29T17:59:12\",\n            \"createdByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentDate\": null,\n            \"description\": \"To test funding controls on new entries\",\n            \"lastModifiedBy\": \"Pamela Miles\",\n            \"lastModifiedDate\": \"2020-01-29T17:59:27.427\",\n            \"lastModifiedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentNumber\": \"Funding Invoice New\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Other Commitment\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 30000,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 30000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 30000,\n            \"remainingToBePaid\": 0,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 30000,\n            \"netActualsPaid\": 30000,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"70e1d4d2-f060-4963-8ea9-28015a274abd\",\n            \"companyName\": \"Sample Other\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentID\": \"8808a81c-b9eb-4709-85ca-46a94acb463f\",\n            \"projectID\": \"795b41f6-88bb-4696-9111-6d1470d446d9\",\n            \"projectName\": \"01.Training - Funding\",\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": null,\n            \"approvedDate\": null,\n            \"approvedByID\": null,\n            \"createdBy\": \"Pamela Miles\",\n            \"dateCreated\": \"2020-03-05T17:27:33\",\n            \"createdByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentDate\": null,\n            \"description\": \"Funding Control Validation Test - Commitmnent\",\n            \"lastModifiedBy\": \"Pamela Miles\",\n            \"lastModifiedDate\": \"2020-03-05T17:27:33\",\n            \"lastModifiedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentNumber\": \"001\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Purchase Order\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 2000,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 2000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 2000,\n            \"remainingToBePaid\": 2000,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"70e1d4d2-f060-4963-8ea9-28015a274abd\",\n            \"companyName\": \"Sample Other\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentID\": \"7da4ea18-7ff2-410e-ac9c-cc6c26cf11fd\",\n            \"projectID\": \"795b41f6-88bb-4696-9111-6d1470d446d9\",\n            \"projectName\": \"01.Training - Funding\",\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Pamela Miles\",\n            \"approvedDate\": \"2020-03-05T00:00:00\",\n            \"approvedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"createdBy\": \"Pamela Miles\",\n            \"dateCreated\": \"2020-03-05T17:31:05\",\n            \"createdByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentDate\": null,\n            \"description\": \"Funding Control Validation Test - Invoice\",\n            \"lastModifiedBy\": \"Pamela Miles\",\n            \"lastModifiedDate\": \"2020-03-05T17:33:22.307\",\n            \"lastModifiedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentNumber\": \"002\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Other Commitment\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 1500,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 1500,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 1500,\n            \"remainingToBePaid\": 1500,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"19eed8d1-608c-49ef-8a1e-15871c245184\",\n            \"companyName\": \"Sample Contractor\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentID\": \"817c1aa3-9f2c-4db8-8416-0584a58ad74a\",\n            \"projectID\": \"f94bfae2-7ca4-44b4-986d-da1980d343c9\",\n            \"projectName\": \"01.DEMO - Standard Funding\",\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": null,\n            \"approvedDate\": null,\n            \"approvedByID\": null,\n            \"createdBy\": \"Pamela Miles\",\n            \"dateCreated\": \"2020-05-18T21:44:00\",\n            \"createdByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentDate\": null,\n            \"description\": \"Commitment 001 for funding demo\",\n            \"lastModifiedBy\": \"Pamela Miles\",\n            \"lastModifiedDate\": \"2020-05-18T21:47:27.427\",\n            \"lastModifiedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentNumber\": \"001\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Pending\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Purchase Order\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 10000,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 10000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 10000,\n            \"remainingToBePaid\": 10000,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"70e1d4d2-f060-4963-8ea9-28015a274abd\",\n            \"companyName\": \"Sample Other\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentID\": \"4f20a47b-0123-432f-b78e-7042e115cc3f\",\n            \"projectID\": \"f94bfae2-7ca4-44b4-986d-da1980d343c9\",\n            \"projectName\": \"01.DEMO - Standard Funding\",\n            \"actualsApproved\": 1500,\n            \"actualsPaid\": 1500,\n            \"actualsReceived\": 1500,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Pamela Miles\",\n            \"approvedDate\": \"2020-05-18T00:00:00\",\n            \"approvedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"createdBy\": \"Pamela Miles\",\n            \"dateCreated\": \"2020-05-18T21:49:05\",\n            \"createdByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentDate\": null,\n            \"description\": \"Test for Funding Demo #2\",\n            \"lastModifiedBy\": \"Pamela Miles\",\n            \"lastModifiedDate\": \"2020-05-18T21:57:57.747\",\n            \"lastModifiedByID\": \"53b5e0c9-04ab-4bf3-9992-8088e6fb6ce6\",\n            \"commitmentNumber\": \"002\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Other Commitment\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 8000,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 8000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 8000,\n            \"remainingToBePaid\": 6500,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 1500,\n            \"netActualsPaid\": 1500,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"70e1d4d2-f060-4963-8ea9-28015a274abd\",\n            \"companyName\": \"Sample Other\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentID\": \"003eb696-8c86-4f2b-8751-485db9cb76ac\",\n            \"projectID\": \"100f27eb-6b34-4cf5-88c8-c0717014d27c\",\n            \"projectName\": \"Z - CPJTest\",\n            \"actualsApproved\": 50000,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 50000,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 5000,\n            \"approvedBy\": \"Ciandress Jackson\",\n            \"approvedDate\": \"2020-07-21T00:00:00\",\n            \"approvedByID\": \"ac5ed505-52d7-45eb-b4e1-588c4d6624aa\",\n            \"createdBy\": \"Ciandress Jackson\",\n            \"dateCreated\": \"2020-07-21T20:13:17\",\n            \"createdByID\": \"ac5ed505-52d7-45eb-b4e1-588c4d6624aa\",\n            \"commitmentDate\": null,\n            \"description\": \"Testing MR\",\n            \"lastModifiedBy\": \"Ciandress Jackson\",\n            \"lastModifiedDate\": \"2020-07-21T20:13:43.75\",\n            \"lastModifiedByID\": \"ac5ed505-52d7-45eb-b4e1-588c4d6624aa\",\n            \"commitmentNumber\": \"001\",\n            \"retainagePercent\": 10,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Other Commitment\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 150000,\n            \"currentRetainageHeld\": 5000,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 150000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 150000,\n            \"remainingToBePaid\": 150000,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 45000,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"415e2529-e5cd-4b6e-8fe1-54a015574682\",\n            \"companyName\": \"Sample\",\n            \"contactID\": \"06c0c745-5656-4562-a448-608d9a1636e2\",\n            \"contactName\": \"Person Sample\",\n            \"masterCommitmentID\": \"67f995fe-083b-4538-a009-3ca89abffccf\",\n            \"masterCommitmentNumber\": \"001\"\n        },\n        {\n            \"commitmentID\": \"37cd3f39-d857-49fb-88e5-28f37f1f3f34\",\n            \"projectID\": \"aa3e9d7f-256c-43c6-80af-9ac087f859e4\",\n            \"projectName\": \"Training - LEARNING AND DEVELOPMENT\",\n            \"actualsApproved\": 99,\n            \"actualsPaid\": 99,\n            \"actualsReceived\": 99,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 9.9,\n            \"approvedBy\": \"Gregory Schramm\",\n            \"approvedDate\": \"2021-03-02T00:00:00\",\n            \"approvedByID\": \"ecb10f72-3d55-4302-b6dc-208c6962715e\",\n            \"createdBy\": \"Gregory Schramm\",\n            \"dateCreated\": \"2021-03-02T22:26:32\",\n            \"createdByID\": \"ecb10f72-3d55-4302-b6dc-208c6962715e\",\n            \"commitmentDate\": null,\n            \"description\": \"GC contract\",\n            \"lastModifiedBy\": \"Gregory Schramm\",\n            \"lastModifiedDate\": \"2021-03-02T22:26:53.447\",\n            \"lastModifiedByID\": \"ecb10f72-3d55-4302-b6dc-208c6962715e\",\n            \"commitmentNumber\": \"PO 100-21\",\n            \"retainagePercent\": 10,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Contract\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 500,\n            \"currentRetainageHeld\": 9.9,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 500,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 500,\n            \"remainingToBePaid\": 401,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 89.1,\n            \"netActualsPaid\": 89.1,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"237eb825-8852-4bfd-a1dc-43bc999c71fa\",\n            \"companyName\": \"XYZ Company\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentID\": \"a7b06dc8-2fa6-4176-91b4-dac4145d7933\",\n            \"projectID\": \"aa3e9d7f-256c-43c6-80af-9ac087f859e4\",\n            \"projectName\": \"Training - LEARNING AND DEVELOPMENT\",\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Gregory Schramm\",\n            \"approvedDate\": \"2021-04-27T00:00:00\",\n            \"approvedByID\": \"ecb10f72-3d55-4302-b6dc-208c6962715e\",\n            \"createdBy\": \"Gregory Schramm\",\n            \"dateCreated\": \"2021-04-27T19:33:31\",\n            \"createdByID\": \"ecb10f72-3d55-4302-b6dc-208c6962715e\",\n            \"commitmentDate\": \"2021-04-26T00:00:00\",\n            \"description\": \"Crypto test\",\n            \"lastModifiedBy\": \"Gregory Schramm\",\n            \"lastModifiedDate\": \"2021-04-27T19:39:55.803\",\n            \"lastModifiedByID\": \"ecb10f72-3d55-4302-b6dc-208c6962715e\",\n            \"commitmentNumber\": \"007\",\n            \"retainagePercent\": 10,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Other Commitment\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 0,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 0,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 0,\n            \"remainingToBePaid\": 0,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"79b0608f-0cfa-41f2-9009-037c7fcf5e55\",\n            \"companyName\": \"Sample Architect\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        }\n    ]\n}"}],"_postman_id":"81c943cd-0516-419e-8d38-28daa60839eb"},{"name":"Commitments Find By Id","id":"8dbbf811-c86e-4a61-81ae-e2ca70aa6a91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Commitments/:commitmentID?schema=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Commitments",":commitmentID"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"e6646832-22de-4725-8634-55901acc66d1","description":{"content":"<p>GUID for commitment</p>\n","type":"text/plain"},"type":"any","value":"","key":"commitmentID"},{"id":"6ab77123-add8-4db7-966b-dff1e611821e","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"95430764-07b6-45e4-bef7-76c14bc3d9e8","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Commitments/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Commitments",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Commitments/c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"commitmentID\": \"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"actualsApproved\": 45000,\n            \"actualsPaid\": 1600,\n            \"actualsReceived\": 45000,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"approvedDate\": \"2011-10-18T00:00:00\",\n            \"approvedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-10-18T17:20:40\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"commitmentDate\": null,\n            \"description\": \"Des\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-08-01T15:38:53\",\n            \"lastModifiedByID\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"commitmentNumber\": \"003\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Uncontrolled\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Final Phase\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 30000,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 30000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 30000,\n            \"remainingToBePaid\": 28400,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 45000,\n            \"netActualsPaid\": 1600,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"67145ac1-eebf-40a5-be01-6422960b9a53\",\n            \"companyName\": \"Clody's Construction Depot\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        }\n    ]\n}"},{"id":"2c126374-7a47-4471-b54a-ce64b046e88e","name":"Mock Data - Land Aquisition","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Commitments/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Commitments",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"85b19bc1-282e-4719-9b22-9443c86e2897","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Commitments/85b19bc1-282e-4719-9b22-9443c86e2897\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"commitmentID\": \"85b19bc1-282e-4719-9b22-9443c86e2897\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"actualsApproved\": 54,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 8554,\n            \"approvedChanges\": -2000,\n            \"amountRetained\": 8.1,\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"approvedDate\": \"2011-12-10T00:00:00\",\n            \"approvedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-23T20:01:18\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"commitmentDate\": \"2011-12-10T00:00:00\",\n            \"description\": \"Land Aquisition - Fees and Services\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-01-10T19:32:42\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"commitmentNumber\": \"001\",\n            \"retainagePercent\": 15,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Uncontrolled\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Initial Phase\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 2175,\n            \"currentRetainageHeld\": 8.1,\n            \"noticeToProceedDate\": \"2011-09-23T00:00:00\",\n            \"originalCommitmentValue\": 4175,\n            \"pendingChanges\": 200,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 2375,\n            \"remainingToBePaid\": 2175,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 45.9,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"contactID\": \"8dd56589-0f35-49c1-b772-d98f8cacd4c8\",\n            \"contactName\": \"Dalye Strachen\",\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        }\n    ]\n}"},{"id":"c1d49c65-a24c-42e3-a804-d24bc0dcda98","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Commitments/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Commitments",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentType\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"currentCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"noticeToProceedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"originalCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"remainingToBePaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"unitCostOption\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyID\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactID\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactName\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"e6646832-22de-4725-8634-55901acc66d1","key":"commitmentID","value":"","type":"any","description":"GUID for commitment"},{"id":"6ab77123-add8-4db7-966b-dff1e611821e","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"8dbbf811-c86e-4a61-81ae-e2ca70aa6a91"},{"name":"Commitments Find By Id Changes","id":"508d0a89-9ecd-4197-a896-d0c3c88c9af7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Commitments/:commitmentID/changes?offset=0&limit=100&schema=false","description":"<p>Changes to the commitment amount, i.e. adding funds. Schedule of Value (SOV).</p>\n<p>dateModified relates to the commitment not the commitment change.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Commitments",":commitmentID","changes"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"b29503fc-ba3e-4d30-a3e0-c17b035ff929","description":{"content":"<p>GUID for commitment</p>\n","type":"text/plain"},"type":"any","value":"","key":"commitmentID"},{"id":"7d79ab7c-76a0-44c0-8b34-b197e66383dd","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"460fa453-536a-46a2-b924-e4cc4b8adc52","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Commitments/:id/changes?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Commitments",":id","changes"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Commitments/c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1/changes\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 3,\n        \"totalRecords\": 3\n    },\n    \"records\": [\n        {\n            \"commitmentID\": \"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"actualsApproved\": 45000,\n            \"actualsPaid\": 1600,\n            \"actualsReceived\": 45000,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"approvedDate\": \"2011-10-18T00:00:00\",\n            \"approvedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-10-18T17:20:40\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"commitmentDate\": null,\n            \"description\": \"Des\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-08-01T15:38:53\",\n            \"lastModifiedByID\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"commitmentNumber\": \"003\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Uncontrolled\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Final Phase\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 30000,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 30000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 30000,\n            \"remainingToBePaid\": 28400,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 45000,\n            \"netActualsPaid\": 1600,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"67145ac1-eebf-40a5-be01-6422960b9a53\",\n            \"companyName\": \"Clody's Construction Depot\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"commitmentChangeID\": \"1a611ba3-56de-4a5e-8f9a-ca11ae906e16\",\n            \"commitmentID\": \"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1\",\n            \"changeNumber\": \"001\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 20000,\n            \"allowanceReasonCode\": false,\n            \"amount\": 20000,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-03-13T17:02:13\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2012-03-13T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-03-13T17:02:13\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Field Condition\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"51e77195-a327-44ac-b033-5364f06cc930\",\n            \"commitmentID\": \"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1\",\n            \"changeNumber\": \"002\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 1000,\n            \"allowanceReasonCode\": false,\n            \"amount\": 1000,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-07-24T15:20:15\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2013-07-24T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-07-24T15:20:15\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Design Change\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        },\n        {\n            \"commitmentChangeID\": \"19deb99c-56ea-4058-80a0-933990d85146\",\n            \"commitmentID\": \"c5b340e3-3f8f-43b0-ae0a-8b8b81d500a1\",\n            \"changeNumber\": \"003\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"adjustmentAmount\": 100,\n            \"allowanceReasonCode\": false,\n            \"amount\": 0,\n            \"approvedBy\": null,\n            \"approvedByDate\": null,\n            \"approvedByID\": null,\n            \"controllingProcess\": null,\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-09-04T15:20:44\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"dateOfChange\": \"2013-09-04T00:00:00\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"description\": \"\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-04T15:20:44\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"status\": \"Draft\",\n            \"reasonCode\": \"Owner Directive\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentChangeID\": null,\n            \"masterCommitmentNumber\": null\n        }\n    ]\n}"},{"id":"79f3d841-75b0-4fb6-8a29-24db9aefb216","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Commitments/:id/changes?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Commitments",":id","changes"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentChangeID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"changeNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"adjustmentAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"allowanceReasonCode\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateOfChange\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentChangeID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentType\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"currentCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"noticeToProceedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"originalCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"remainingToBePaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"unitCostOption\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyID\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactID\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactName\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"b29503fc-ba3e-4d30-a3e0-c17b035ff929","key":"commitmentID","value":"","type":"any","description":"GUID for commitment"},{"id":"7d79ab7c-76a0-44c0-8b34-b197e66383dd","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"508d0a89-9ecd-4197-a896-d0c3c88c9af7"},{"name":"Commitments Find By Id Custom Fields","id":"2add12e1-20b9-47ef-b841-a27f180a4b65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Commitments/:commitmentID/customfields?offset=0&limit=100&schema=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Commitments",":commitmentID","customfields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"ca7c22d6-82df-4411-af04-ca0d4a898ebb","description":{"content":"<p>GUID for commitment</p>\n","type":"text/plain"},"type":"any","value":"","key":"commitmentID"},{"id":"fd136669-0ada-4160-b88f-6cfabd770f94","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"1b285d09-508d-4340-a955-f179c0c0e79c","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Commitments/:id/customfields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Commitments",":id","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"f4a4da41-a013-439f-bcc1-f227cd058186","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Commitments/f4a4da41-a013-439f-bcc1-f227cd058186/customfields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 3,\n        \"totalRecords\": 3\n    },\n    \"records\": [\n        {\n            \"commitmentID\": \"f4a4da41-a013-439f-bcc1-f227cd058186\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"approvedDate\": \"2014-08-20T00:00:00\",\n            \"approvedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2014-08-20T17:28:36\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"commitmentDate\": null,\n            \"description\": \"GC allowance\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2014-08-20T17:28:46\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"commitmentNumber\": \"SOV - 00009\",\n            \"retainagePercent\": 10,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Initial Phase\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 10000,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 10000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 10000,\n            \"remainingToBePaid\": 10000,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": 10,\n            \"controllingProcess\": null,\n            \"companyID\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"companyName\": \"Construction Tec\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"custom field\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Medical Center\",\n            \"value\": null\n        },\n        {\n            \"name\": \"On-Site Labs\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"6139c6db-231b-4b60-b2ba-7029732f362e","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Commitments/:id/customfields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Commitments",":id","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentType\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"currentCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"noticeToProceedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"originalCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"remainingToBePaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"unitCostOption\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyID\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactID\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactName\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"ca7c22d6-82df-4411-af04-ca0d4a898ebb","key":"commitmentID","value":"","type":"any","description":"GUID for commitment"},{"id":"fd136669-0ada-4160-b88f-6cfabd770f94","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"2add12e1-20b9-47ef-b841-a27f180a4b65"},{"name":"Commitments Find By Id Items","id":"adc56ca3-9491-41f2-aa9d-1b114b8dfe21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Commitments/:commitmentID/items?offset=0&limit=100&schema=false","description":"<p>dateCreated applies to the Commitments not the commitment items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Commitments",":commitmentID","items"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"f6d9c24f-7464-4252-a09e-555934bac81b","description":{"content":"<p>GUID for commitment</p>\n","type":"text/plain"},"type":"any","value":"","key":"commitmentID"},{"id":"ebfb740c-b5e2-4288-bdaf-ba6a6fc84e0e","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"9aa67c86-a2b7-4858-9b7d-63be33d5062c","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Commitments/:id/items?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Commitments",":id","items"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"f4a4da41-a013-439f-bcc1-f227cd058186","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Commitments/f4a4da41-a013-439f-bcc1-f227cd058186/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"commitmentID\": \"f4a4da41-a013-439f-bcc1-f227cd058186\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": \"Benouchka Sylverne\",\n            \"approvedDate\": \"2014-08-20T00:00:00\",\n            \"approvedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2014-08-20T17:28:36\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"commitmentDate\": null,\n            \"description\": \"GC allowance\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2014-08-20T17:28:46\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"commitmentNumber\": \"SOV - 00009\",\n            \"retainagePercent\": 10,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled By Line Item\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Initial Phase\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 10000,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 10000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 10000,\n            \"remainingToBePaid\": 10000,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": false,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": 10,\n            \"controllingProcess\": null,\n            \"companyID\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"companyName\": \"Construction Tec\",\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": null,\n            \"masterCommitmentNumber\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"commitmentItemID\": \"c5912153-6844-4f38-bf13-686b52f38fe8\",\n            \"commitmentID\": \"f4a4da41-a013-439f-bcc1-f227cd058186\",\n            \"budgetLineItemID\": \"24f50b7c-6087-4975-afd5-b3295d811dff\",\n            \"actualsApproved\": 0,\n            \"actualsApprovedQty\": null,\n            \"actualsPaid\": 0,\n            \"actualsPaidQty\": null,\n            \"actualsReceived\": 0,\n            \"actualsReceivedQty\": null,\n            \"amount\": 10000,\n            \"amountRetained\": 0,\n            \"approvedChanges\": 0,\n            \"approvedChangesQty\": null,\n            \"currentCommitmentValue\": 10000,\n            \"currentCommitmentQty\": 0,\n            \"currentRetainageHeld\": 0,\n            \"dateCreated\": \"2014-08-20T17:28:36\",\n            \"lastModifiedDate\": \"2014-08-20T17:28:46\",\n            \"description\": \"Interior Design\",\n            \"itemNumber\": \"001\",\n            \"originalCommitmentValue\": 10000,\n            \"originalCommitmentQty\": null,\n            \"pendingChanges\": 0,\n            \"pendingChangesQty\": null,\n            \"projectedChanges\": 0,\n            \"projectedChangesQty\": null,\n            \"projectedCommitmentValue\": 10000,\n            \"projectedCommitmentQty\": 0,\n            \"quantity\": null,\n            \"retainagePercent\": 10,\n            \"retainageReleased\": 0,\n            \"isAllowance\": true,\n            \"unitCost\": null,\n            \"unitOfMeasure\": null,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"fundingRuleID\": \"4e1b6b0e-33ed-4ec5-bf18-f779f26fcc48\",\n            \"fundingRuleName\": \"Broward Community College\",\n            \"masterCommitmentItemID\": null,\n            \"equipmentItemID\": null,\n            \"masterCommitmentItemNumber\": null\n        }\n    ]\n}"},{"id":"c3d04cdc-efdd-482e-bc15-65b4544a2a8a","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Commitments/:id/items?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Commitments",":id","items"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApprovedQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaidQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceivedQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChangesQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentCommitmentQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"originalCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"originalCommitmentQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChangesQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChangesQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedCommitmentQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"isAllowance\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"unitCost\": {\n                        \"type\": \"number\"\n                    },\n                    \"unitOfMeasure\": {\n                        \"type\": \"string\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingRuleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"equipmentItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemNumber\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentType\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"currentCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"noticeToProceedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"originalCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"remainingToBePaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"unitCostOption\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyID\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactID\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactName\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"f6d9c24f-7464-4252-a09e-555934bac81b","key":"commitmentID","value":"","type":"any","description":"GUID for commitment"},{"id":"ebfb740c-b5e2-4288-bdaf-ba6a6fc84e0e","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"adc56ca3-9491-41f2-aa9d-1b114b8dfe21"},{"name":"Commitments Find Item By Id Custom Fields","id":"0ac8d40f-46be-4d97-a982-3a91104334c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CommitmentItems/:commitmentItemID/customfields?offset=0&limit=100&schema=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CommitmentItems",":commitmentItemID","customfields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"24f9de64-c369-47fa-9b35-a6cdc7c2aae8","description":{"content":"<p>GUID for commitment item</p>\n","type":"text/plain"},"type":"any","value":"","key":"commitmentItemID"},{"id":"6c484785-da67-4c0f-8006-a2a82ff52d2f","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"4cff0a0b-5c6e-4b66-82c3-d211d2a308db","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentItems/:id/customfields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentItems",":id","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"c5912153-6844-4f38-bf13-686b52f38fe8","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"commitmentitems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CommitmentItems/c5912153-6844-4f38-bf13-686b52f38fe8/customfields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"commitmentItemID\": \"c5912153-6844-4f38-bf13-686b52f38fe8\",\n            \"commitmentID\": \"f4a4da41-a013-439f-bcc1-f227cd058186\",\n            \"budgetLineItemID\": \"24f50b7c-6087-4975-afd5-b3295d811dff\",\n            \"actualsApproved\": 0,\n            \"actualsApprovedQty\": null,\n            \"actualsPaid\": 0,\n            \"actualsPaidQty\": null,\n            \"actualsReceived\": 0,\n            \"actualsReceivedQty\": null,\n            \"amount\": 10000,\n            \"amountRetained\": 0,\n            \"approvedChanges\": 0,\n            \"approvedChangesQty\": null,\n            \"currentCommitmentValue\": 10000,\n            \"currentCommitmentQty\": 0,\n            \"currentRetainageHeld\": 0,\n            \"dateCreated\": \"2014-08-20T17:28:36\",\n            \"lastModifiedDate\": \"2014-08-20T17:28:46\",\n            \"description\": \"Interior Design\",\n            \"itemNumber\": \"001\",\n            \"originalCommitmentValue\": 10000,\n            \"originalCommitmentQty\": null,\n            \"pendingChanges\": 0,\n            \"pendingChangesQty\": null,\n            \"projectedChanges\": 0,\n            \"projectedChangesQty\": null,\n            \"projectedCommitmentValue\": 10000,\n            \"projectedCommitmentQty\": 0,\n            \"quantity\": null,\n            \"retainagePercent\": 10,\n            \"retainageReleased\": 0,\n            \"isAllowance\": true,\n            \"unitCost\": null,\n            \"unitOfMeasure\": null,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"fundingRuleID\": \"4e1b6b0e-33ed-4ec5-bf18-f779f26fcc48\",\n            \"fundingRuleName\": \"Broward Community College\",\n            \"masterCommitmentItemID\": null,\n            \"equipmentItemID\": null,\n            \"masterCommitmentItemNumber\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"Custom1\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"3b720d43-0229-4dd3-a3ea-4c811f526b80","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CommitmentItems/:id/customfields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CommitmentItems",":id","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApprovedQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaidQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceivedQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChangesQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentCommitmentQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"originalCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"originalCommitmentQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChangesQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChangesQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedCommitmentQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"isAllowance\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"unitCost\": {\n                        \"type\": \"number\"\n                    },\n                    \"unitOfMeasure\": {\n                        \"type\": \"string\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingRuleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"equipmentItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemNumber\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"24f9de64-c369-47fa-9b35-a6cdc7c2aae8","key":"commitmentItemID","value":"","type":"any","description":"GUID for commitment item"},{"id":"6c484785-da67-4c0f-8006-a2a82ff52d2f","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"0ac8d40f-46be-4d97-a982-3a91104334c9"}],"id":"6a9a357b-cd98-433d-8577-bf2c979a2100","description":"<p>e-Builder's Cost module facilitates the cost management process for owner participants as well as external program participants that are involved in the finances of the program and its individual projects. It standardizes the tracking of costs across an entire program including income collected in funding sources, budget changes, commitment changes, and actual costs.</p>\n","_postman_id":"6a9a357b-cd98-433d-8577-bf2c979a2100","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Companies","item":[{"name":"Companies Get","id":"e1a6db15-5f75-452a-a430-9cfa471e9a2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Companies?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the companies collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Companies"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"44068fe8-b8b4-401c-98ee-ea9ca972e13e","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Companies?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Companies"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"address\": {\n                        \"type\": \"string\"\n                    },\n                    \"suite\": {\n                        \"type\": \"string\"\n                    },\n                    \"city\": {\n                        \"type\": \"string\"\n                    },\n                    \"state\": {\n                        \"type\": \"string\"\n                    },\n                    \"zip\": {\n                        \"type\": \"string\"\n                    },\n                    \"country\": {\n                        \"type\": \"string\"\n                    },\n                    \"county\": {\n                        \"type\": \"string\"\n                    },\n                    \"phone\": {\n                        \"type\": \"string\"\n                    },\n                    \"fax\": {\n                        \"type\": \"string\"\n                    },\n                    \"url\": {\n                        \"type\": \"string\"\n                    },\n                    \"wbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"mbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"vbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"sbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"other\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"isPrequalified\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"doNotUse\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"c2d2aff8-f3ac-4024-891d-8c802dfe6f79","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Companies?offset=0&limit=10&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Companies"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"10"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"companies\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Companies\",\n        \"offset\": 0,\n        \"limit\": 10,\n        \"size\": 10,\n        \"totalRecords\": 25\n    },\n    \"records\": [\n        {\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"county\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2011-08-17T18:18:05\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"companyNumber\": \"SCC001\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-08-17T18:18:05\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"companyId\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"companyName\": \"Construction Tec\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"county\": null,\n            \"phone\": \"(325) 669-9996\",\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2011-10-04T19:45:02\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"companyNumber\": \"CON001\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-10-04T19:45:02\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"companyName\": \"Flora's Tech Crew\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"county\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2011-10-04T19:45:26\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"companyNumber\": \"FLO001\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-10-04T19:45:26\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"companyId\": \"da95ff64-d691-435c-b8e9-6d44af6023ca\",\n            \"companyName\": \"South East Contractors\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"county\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2011-10-04T19:45:57\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"companyNumber\": \"SOU001\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-10-04T19:45:57\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"companyId\": \"573924f2-6bcb-41b1-9417-5b5dc6e366a9\",\n            \"companyName\": \"Constructucon\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"county\": null,\n            \"phone\": \"1987654321\",\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2011-10-06T20:05:56\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"companyNumber\": \"CON002\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-10-06T20:05:56\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"companyId\": \"67145ac1-eebf-40a5-be01-6422960b9a53\",\n            \"companyName\": \"Clody's Construction Depot\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"county\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2011-10-06T20:06:29\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"companyNumber\": \"CLO001\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-10-06T20:06:29\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"companyId\": \"51b5f12e-1777-4523-bc48-8bf7646ca830\",\n            \"companyName\": \"Geo Tec\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"county\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2011-10-28T15:44:42\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"companyNumber\": \"GEO001\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-10-28T15:44:42\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"companyId\": \"3f27d683-a7a0-44cf-98fa-7c77f69d409f\",\n            \"companyName\": \"Star\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": \"DE\",\n            \"zip\": null,\n            \"country\": \"USA\",\n            \"county\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2012-10-25T15:02:58\",\n            \"createdById\": \"b3269b05-c991-4f49-af4c-f5c68ddf4232\",\n            \"createdBy\": \"Jonah Mendez\",\n            \"companyNumber\": \"STA001\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Jonah Mendez\",\n            \"lastModifiedDate\": \"2012-10-25T15:02:58\",\n            \"lastModifiedByID\": \"b3269b05-c991-4f49-af4c-f5c68ddf4232\"\n        },\n        {\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": \"Construction Depot\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"county\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2013-09-16T19:06:46\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"companyNumber\": \"CON003\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-16T19:06:46\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"companyId\": \"92508a07-b52e-4fff-b3e2-e6007b275bbc\",\n            \"companyName\": \"TNT Contractors\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"county\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2014-07-18T19:03:12\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"companyNumber\": \"TNT001\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2014-07-18T19:03:12\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        }\n    ]\n}"}],"_postman_id":"e1a6db15-5f75-452a-a430-9cfa471e9a2b"},{"name":"Companies Find By Id","id":"ded41e1e-e57f-4bd9-8773-5f5992ddb040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Companies/:companyId?schema=false","description":"<p>Returns a company.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Companies",":companyId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"dad97c3d-e75f-45f4-b747-5aa38566689b","type":"any","value":"","key":"companyId"},{"id":"2fdb763e-e3df-46bd-9642-eb73f4bd9b35","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"bf667e4c-aec2-4a39-af90-4a1faab3d58c","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Companies/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Companies",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"6063366e-6f89-4f65-a619-1205ec5e8892","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"companies\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Companies/6063366e-6f89-4f65-a619-1205ec5e8892\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"county\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2011-08-17T18:18:05\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"companyNumber\": \"SCC001\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-08-17T18:18:05\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        }\n    ]\n}"},{"id":"be11beee-e36b-48dd-9c0a-f7671cdf81e0","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Companies/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Companies",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"address\": {\n                        \"type\": \"string\"\n                    },\n                    \"suite\": {\n                        \"type\": \"string\"\n                    },\n                    \"city\": {\n                        \"type\": \"string\"\n                    },\n                    \"state\": {\n                        \"type\": \"string\"\n                    },\n                    \"zip\": {\n                        \"type\": \"string\"\n                    },\n                    \"country\": {\n                        \"type\": \"string\"\n                    },\n                    \"county\": {\n                        \"type\": \"string\"\n                    },\n                    \"phone\": {\n                        \"type\": \"string\"\n                    },\n                    \"fax\": {\n                        \"type\": \"string\"\n                    },\n                    \"url\": {\n                        \"type\": \"string\"\n                    },\n                    \"wbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"mbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"vbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"sbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"other\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"isPrequalified\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"doNotUse\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"dad97c3d-e75f-45f4-b747-5aa38566689b","key":"companyId","value":"","type":"any"},{"id":"2fdb763e-e3df-46bd-9642-eb73f4bd9b35","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"ded41e1e-e57f-4bd9-8773-5f5992ddb040"},{"name":"Companies Find By Id Contacts","id":"353b8c03-a261-44d9-aaac-335348cc5b14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Companies/:companyId/contacts?offset=0&limit=100&schema=false","description":"<p>Returns a list of company contacts</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Companies",":companyId","contacts"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"de1f6f3b-adc7-4a1f-9538-c092a92cd943","type":"any","value":"","key":"companyId"},{"id":"12fdeacb-69e4-493f-bdc7-6a184a5072ce","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"74374269-35c6-40e8-9a83-73e9322f758f","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Companies/:id/contacts?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Companies",":id","contacts"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"6063366e-6f89-4f65-a619-1205ec5e8892","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"companies\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Companies/6063366e-6f89-4f65-a619-1205ec5e8892/contacts\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 2\n    },\n    \"records\": [\n        {\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"county\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2011-08-17T18:18:05\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"companyNumber\": \"SCC001\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-08-17T18:18:05\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        }\n    ],\n    \"details\": [\n        {\n            \"contactId\": \"8dd56589-0f35-49c1-b772-d98f8cacd4c8\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"firstName\": \"Dalye\",\n            \"lastName\": \"Strachen\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": \"Dr.\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-08-17T18:18:05\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"SCC Soft Computer\",\n            \"companyNumber\": \"SCC001\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"cc1b0721-2062-4ddf-8804-ee75a0563741\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"firstName\": \"Bidding Tester\",\n            \"lastName\": \"Tester\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-06T19:17:35\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": true,\n            \"companyName\": \"SCC Soft Computer\",\n            \"companyNumber\": \"SCC001\",\n            \"userId\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        }\n    ]\n}"},{"id":"c7855a34-feaf-4210-8418-a3ac6d0b0fea","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Companies/:id/contacts?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Companies",":id","contacts"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\"\n                    },\n                    \"email\": {\n                        \"type\": \"string\"\n                    },\n                    \"title\": {\n                        \"type\": \"string\"\n                    },\n                    \"department\": {\n                        \"type\": \"string\"\n                    },\n                    \"nameprefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"address\": {\n                        \"type\": \"string\"\n                    },\n                    \"suite\": {\n                        \"type\": \"string\"\n                    },\n                    \"city\": {\n                        \"type\": \"string\"\n                    },\n                    \"state\": {\n                        \"type\": \"string\"\n                    },\n                    \"zip\": {\n                        \"type\": \"string\"\n                    },\n                    \"country\": {\n                        \"type\": \"string\"\n                    },\n                    \"phone\": {\n                        \"type\": \"string\"\n                    },\n                    \"fax\": {\n                        \"type\": \"string\"\n                    },\n                    \"mobile\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"doNotUse\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"otherPhone\": {\n                        \"type\": \"string\"\n                    },\n                    \"pager\": {\n                        \"type\": \"string\"\n                    },\n                    \"isPrimary\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"userId\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"address\": {\n                        \"type\": \"string\"\n                    },\n                    \"suite\": {\n                        \"type\": \"string\"\n                    },\n                    \"city\": {\n                        \"type\": \"string\"\n                    },\n                    \"state\": {\n                        \"type\": \"string\"\n                    },\n                    \"zip\": {\n                        \"type\": \"string\"\n                    },\n                    \"country\": {\n                        \"type\": \"string\"\n                    },\n                    \"county\": {\n                        \"type\": \"string\"\n                    },\n                    \"phone\": {\n                        \"type\": \"string\"\n                    },\n                    \"fax\": {\n                        \"type\": \"string\"\n                    },\n                    \"url\": {\n                        \"type\": \"string\"\n                    },\n                    \"wbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"mbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"vbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"sbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"other\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"isPrequalified\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"doNotUse\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"de1f6f3b-adc7-4a1f-9538-c092a92cd943","key":"companyId","value":"","type":"any"},{"id":"12fdeacb-69e4-493f-bdc7-6a184a5072ce","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"353b8c03-a261-44d9-aaac-335348cc5b14"},{"name":"Companies Find By Id Custom Fields","id":"1b311216-3d3d-4ffa-8e12-dad1482e3d20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Companies/:companyId/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a company and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Companies",":companyId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"ea8f4ec4-b4e4-4768-876d-991b92b23a2d","type":"any","value":"","key":"companyId"},{"id":"f8a346c8-5306-4a20-a568-ebc7b69bbaa5","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"6e15e7d9-a1d6-44e6-8581-3344de75bbe1","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Companies/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Companies",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"6063366e-6f89-4f65-a619-1205ec5e8892","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"companies\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Companies/6063366e-6f89-4f65-a619-1205ec5e8892/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"county\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"url\": null,\n            \"wbe\": false,\n            \"mbe\": false,\n            \"dbe\": false,\n            \"vbe\": false,\n            \"sbe\": false,\n            \"other\": false,\n            \"dateCreated\": \"2011-08-17T18:18:05\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"companyNumber\": \"SCC001\",\n            \"isPrequalified\": false,\n            \"doNotUse\": false,\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-08-17T18:18:05\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        }\n    ],\n    \"details\": []\n}"},{"id":"69bb454e-daae-489f-8cb5-66e35b043951","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Companies/:id/customFields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Companies",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"address\": {\n                        \"type\": \"string\"\n                    },\n                    \"suite\": {\n                        \"type\": \"string\"\n                    },\n                    \"city\": {\n                        \"type\": \"string\"\n                    },\n                    \"state\": {\n                        \"type\": \"string\"\n                    },\n                    \"zip\": {\n                        \"type\": \"string\"\n                    },\n                    \"country\": {\n                        \"type\": \"string\"\n                    },\n                    \"county\": {\n                        \"type\": \"string\"\n                    },\n                    \"phone\": {\n                        \"type\": \"string\"\n                    },\n                    \"fax\": {\n                        \"type\": \"string\"\n                    },\n                    \"url\": {\n                        \"type\": \"string\"\n                    },\n                    \"wbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"mbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"vbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"sbe\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"other\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"isPrequalified\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"doNotUse\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"ea8f4ec4-b4e4-4768-876d-991b92b23a2d","key":"companyId","value":"","type":"any"},{"id":"f8a346c8-5306-4a20-a568-ebc7b69bbaa5","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"1b311216-3d3d-4ffa-8e12-dad1482e3d20"}],"id":"4b074f91-8412-4674-a615-30b896e4493a","description":"<p>An e-Builder company is a record of contact information (such as phone number, fax, street address, etc.) for a company. There can be more than one contact associated with a company but only one company can be associated with a contact. Companies can be stored solely as a reference or associated with commitments, costs or bids in the cost and bidding modules.</p>\n<p>The Companies API allows access to the companies collection and related resources (Contacts and Custom Fields).</p>\n","_postman_id":"4b074f91-8412-4674-a615-30b896e4493a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Contacts","item":[{"name":"Contacts Get","id":"e23b290b-9cf4-4541-8114-0a3946d48ae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Contacts?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns the contacts collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Contacts"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"21ed169d-da7e-4077-b582-cd42071ec0c5","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Contacts?offset=0&limit=3&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Contacts"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"3"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"contacts\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Contacts\",\n        \"offset\": 0,\n        \"limit\": 3,\n        \"size\": 3,\n        \"totalRecords\": 32\n    },\n    \"records\": [\n        {\n            \"contactId\": \"8dd56589-0f35-49c1-b772-d98f8cacd4c8\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"firstName\": \"Dalye\",\n            \"lastName\": \"Strachen\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": \"Dr.\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-08-17T18:18:05\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"SCC Soft Computer\",\n            \"companyNumber\": \"SCC001\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"965483ec-56cc-4e86-8d3c-f9705f5f1931\",\n            \"companyId\": \"da95ff64-d691-435c-b8e9-6d44af6023ca\",\n            \"firstName\": \"James\",\n            \"lastName\": \"Henderson\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-04T19:46:23\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"South East Contractors\",\n            \"companyNumber\": \"SOU001\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"cc1b0721-2062-4ddf-8804-ee75a0563741\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"firstName\": \"Bidding Tester\",\n            \"lastName\": \"Tester\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-06T19:17:35\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": true,\n            \"companyName\": \"SCC Soft Computer\",\n            \"companyNumber\": \"SCC001\",\n            \"userId\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        }\n    ]\n}"},{"id":"0b49a34c-d10c-4bc9-95b0-b552d5bf82f3","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Contacts?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Contacts"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"contacts\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Contacts\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 32,\n        \"totalRecords\": 32\n    },\n    \"records\": [\n        {\n            \"contactId\": \"8dd56589-0f35-49c1-b772-d98f8cacd4c8\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"firstName\": \"Dalye\",\n            \"lastName\": \"Strachen\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": \"Dr.\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-08-17T18:18:05\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"SCC Soft Computer\",\n            \"companyNumber\": \"SCC001\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"965483ec-56cc-4e86-8d3c-f9705f5f1931\",\n            \"companyId\": \"da95ff64-d691-435c-b8e9-6d44af6023ca\",\n            \"firstName\": \"James\",\n            \"lastName\": \"Henderson\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-04T19:46:23\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"South East Contractors\",\n            \"companyNumber\": \"SOU001\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"cc1b0721-2062-4ddf-8804-ee75a0563741\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"firstName\": \"Bidding Tester\",\n            \"lastName\": \"Tester\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-06T19:17:35\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": true,\n            \"companyName\": \"SCC Soft Computer\",\n            \"companyNumber\": \"SCC001\",\n            \"userId\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"contactId\": \"f2dfa895-99bd-42a9-92ac-89fe062090be\",\n            \"companyId\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"firstName\": \"Sheran\",\n            \"lastName\": \"Osbourn\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": \"(325) 669-9996\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-06T20:10:52\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"Construction Tec\",\n            \"companyNumber\": \"CON001\",\n            \"userId\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"contactId\": \"dc9558c5-887c-4771-a5d4-52021e735ed3\",\n            \"companyId\": \"573924f2-6bcb-41b1-9417-5b5dc6e366a9\",\n            \"firstName\": \"Loula\",\n            \"lastName\": \"Fellana\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": \"1987654321\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-06T20:11:13\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"Constructucon\",\n            \"companyNumber\": \"CON002\",\n            \"userId\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"contactId\": \"df628725-2ef6-4df6-a8c1-01e5c6aaa88e\",\n            \"companyId\": \"67145ac1-eebf-40a5-be01-6422960b9a53\",\n            \"firstName\": \"Eugine\",\n            \"lastName\": \"Fitzgerald\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": \"(665) 647-8856\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-06T20:11:34\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"Clody's Construction Depot\",\n            \"companyNumber\": \"CLO001\",\n            \"userId\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"contactId\": \"5ea6274a-8fcd-4f28-8cfa-ed724e76fdf2\",\n            \"companyId\": \"da95ff64-d691-435c-b8e9-6d44af6023ca\",\n            \"firstName\": \"Diana\",\n            \"lastName\": \"Martin\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-25T20:40:28\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": true,\n            \"companyName\": \"South East Contractors\",\n            \"companyNumber\": \"SOU001\",\n            \"userId\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"contactId\": \"0e48047d-7433-4077-b9f5-b79c919d8aac\",\n            \"companyId\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"firstName\": \"Kelly\",\n            \"lastName\": \"Sanchez\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": \"(325) 669-9996\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-25T20:41:30\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": true,\n            \"companyName\": \"Construction Tec\",\n            \"companyNumber\": \"CON001\",\n            \"userId\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"contactId\": \"3fed1ea1-c2de-46f4-abf5-012b34be027d\",\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"firstName\": \"Flora\",\n            \"lastName\": \"Marks\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-26T14:47:01\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": true,\n            \"companyName\": \"Flora's Tech Crew\",\n            \"companyNumber\": \"FLO001\",\n            \"userId\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"contactId\": \"c57f8760-5abe-4f75-b2a1-a1356bd069ae\",\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"firstName\": \"Desmond\",\n            \"lastName\": \"Charles\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": \"(885) 996-3332\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-26T14:48:39\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"Flora's Tech Crew\",\n            \"companyNumber\": \"FLO001\",\n            \"userId\": \"b2685106-f815-46dd-90a7-848eafe13eb7\"\n        },\n        {\n            \"contactId\": \"789c60d9-60b8-4255-9b36-32f2e40dff11\",\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"firstName\": \"Charlie\",\n            \"lastName\": \"Owen\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-26T14:48:47\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"Flora's Tech Crew\",\n            \"companyNumber\": \"FLO001\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"6503769e-e0f1-48fa-bc55-886bba3ae942\",\n            \"companyId\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"firstName\": \"Irma\",\n            \"lastName\": \"Mendez\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": \"Title\",\n            \"department\": \"Owner / Owner's Rep\",\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": \"1800 NW 69 ave\",\n            \"suite\": \"201\",\n            \"city\": \"Plantation\",\n            \"state\": \"FL\",\n            \"zip\": \"33313879878498498778\",\n            \"country\": \"Country\",\n            \"phone\": \"78\",\n            \"fax\": \"office fax\",\n            \"mobile\": \"Business cell\",\n            \"dateCreated\": \"2011-10-27T15:23:54\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": \"business pager\",\n            \"isPrimary\": false,\n            \"companyName\": \"Construction Tec\",\n            \"companyNumber\": \"CON001\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"f31a7ac7-e6e0-431e-b64f-d2466affe3ba\",\n            \"companyId\": \"51b5f12e-1777-4523-bc48-8bf7646ca830\",\n            \"firstName\": \"Beverly\",\n            \"lastName\": \"Swatson\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-10-28T15:44:42\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": true,\n            \"companyName\": \"Geo Tec\",\n            \"companyNumber\": \"GEO001\",\n            \"userId\": \"f857b7a2-6442-4320-8a31-3be04f932627\"\n        },\n        {\n            \"contactId\": \"b1d12c7c-7672-453d-b8bc-e0665446f0e5\",\n            \"companyId\": \"573924f2-6bcb-41b1-9417-5b5dc6e366a9\",\n            \"firstName\": \"Balinda\",\n            \"lastName\": \"Walters\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": \"1987654321\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2011-11-01T15:29:43\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": true,\n            \"companyName\": \"Constructucon\",\n            \"companyNumber\": \"CON002\",\n            \"userId\": \"f857b7a2-6442-4320-8a31-3be04f932627\"\n        },\n        {\n            \"contactId\": \"1507ba5a-8e2f-41c7-8dd0-c8f3ee26a607\",\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"firstName\": \"Bruzenskey\",\n            \"lastName\": \"Bois\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": \"123 Anywhere St.\",\n            \"suite\": null,\n            \"city\": \"Miramar\",\n            \"state\": \"FL\",\n            \"zip\": \"33023\",\n            \"country\": \"USA\",\n            \"phone\": \"1234567\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2013-09-16T19:06:46\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"Construction Depot\",\n            \"companyNumber\": \"CON003\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"fceaf52b-ead7-409f-bae6-b163dc58b3eb\",\n            \"companyId\": \"92508a07-b52e-4fff-b3e2-e6007b275bbc\",\n            \"firstName\": \"General\",\n            \"lastName\": \"Contractor\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": \"123 Anywhere St\",\n            \"suite\": null,\n            \"city\": \"Plantation\",\n            \"state\": \"FL\",\n            \"zip\": \"33313\",\n            \"country\": null,\n            \"phone\": \"0987654321\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2014-07-18T19:03:24\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"TNT Contractors\",\n            \"companyNumber\": \"TNT001\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"aeb4d810-6a84-4d25-9924-e6498647d7d4\",\n            \"companyId\": \"0e8b938c-bb09-4ca8-9851-7aa2eabfadc7\",\n            \"firstName\": \"Jasmin\",\n            \"lastName\": \"Marun\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": \"1800 NW 69th Ave\",\n            \"suite\": null,\n            \"city\": \"Plantation\",\n            \"state\": \"FL\",\n            \"zip\": \"33073\",\n            \"country\": null,\n            \"phone\": \"954 5551212\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2014-08-13T14:19:08\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"e-Builder\",\n            \"companyNumber\": \"EBU001\",\n            \"userId\": \"e74710f2-a287-4d02-926a-e15a3fed3978\"\n        },\n        {\n            \"contactId\": \"6898d558-6b0d-40e8-b7e0-721961d42b00\",\n            \"companyId\": \"0e8b938c-bb09-4ca8-9851-7aa2eabfadc7\",\n            \"firstName\": \"Ferol\",\n            \"lastName\": \"Jones\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": \"250 First Ave\",\n            \"suite\": null,\n            \"city\": \"Charlestown\",\n            \"state\": \"MA\",\n            \"zip\": \"02129\",\n            \"country\": null,\n            \"phone\": \"(617) 335-9840\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2014-08-13T14:19:20\",\n            \"createdById\": \"ae1b2341-eb60-41ef-940c-97c148f63bf3\",\n            \"createdBy\": \"Kathy Mulligan\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"e-Builder\",\n            \"companyNumber\": \"EBU001\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"4ce82a34-b16e-487a-af07-e158a14bcc99\",\n            \"companyId\": \"8828e21b-b1dd-4c3a-a1b8-4d989c630197\",\n            \"firstName\": \"dhoni\",\n            \"lastName\": \"ms\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2015-06-30T16:59:29\",\n            \"createdById\": \"3a3f3467-06f9-4664-9bc1-9979625a981e\",\n            \"createdBy\": \"Kanna Kurra\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": true,\n            \"companyName\": \"CSK\",\n            \"companyNumber\": \"CSK001\",\n            \"userId\": \"b10b3046-e3eb-4f1b-ab2b-844eb6791d76\"\n        },\n        {\n            \"contactId\": \"7e4b45cc-4866-41c6-9bf9-90e91cf77e46\",\n            \"companyId\": \"02fe257d-09f1-4a01-a0e1-3df17cf9ac79\",\n            \"firstName\": \"virat\",\n            \"lastName\": \"kohli\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2015-06-30T16:59:54\",\n            \"createdById\": \"3a3f3467-06f9-4664-9bc1-9979625a981e\",\n            \"createdBy\": \"Kanna Kurra\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": true,\n            \"companyName\": \"rcb\",\n            \"companyNumber\": \"RCB001\",\n            \"userId\": \"ad55a530-6388-41ce-b17e-da223b121d2c\"\n        },\n        {\n            \"contactId\": \"4fe64ce9-574d-4f97-a9be-44f1da811bd8\",\n            \"companyId\": \"cfb4eb1a-c1f1-42ed-b1fd-8f5dda26267e\",\n            \"firstName\": \"dhawan\",\n            \"lastName\": \"shikar\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2015-06-30T17:13:06\",\n            \"createdById\": \"3a3f3467-06f9-4664-9bc1-9979625a981e\",\n            \"createdBy\": \"Kanna Kurra\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": true,\n            \"companyName\": \"srh\",\n            \"companyNumber\": \"SRH001\",\n            \"userId\": \"04f71915-e47c-4c7f-8dc7-3aaf440ee765\"\n        },\n        {\n            \"contactId\": \"a4562142-7c98-489c-b12d-3e27591e67e7\",\n            \"companyId\": \"8828e21b-b1dd-4c3a-a1b8-4d989c630197\",\n            \"firstName\": \"aswhin\",\n            \"lastName\": \"rashwin\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2015-06-30T19:21:52\",\n            \"createdById\": \"3a3f3467-06f9-4664-9bc1-9979625a981e\",\n            \"createdBy\": \"Kanna Kurra\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"CSK\",\n            \"companyNumber\": \"CSK001\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"4b85cda8-1352-4844-9383-38abe87c851e\",\n            \"companyId\": \"573924f2-6bcb-41b1-9417-5b5dc6e366a9\",\n            \"firstName\": \"Chris\",\n            \"lastName\": \"Cummings\",\n            \"email\": null,\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": \"Mr.\",\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": \"1987654321\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2016-07-28T08:40:48\",\n            \"createdById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"createdBy\": \"Chris Cummings\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"Constructucon\",\n            \"companyNumber\": \"CON002\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"43ae365f-4e58-495a-9065-22142e203192\",\n            \"companyId\": \"53898d85-8e96-4c42-8ec9-27e424d87ca7\",\n            \"firstName\": \"Chris\",\n            \"lastName\": \"Cummings\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2016-08-01T11:25:26\",\n            \"createdById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"createdBy\": \"Chris Cummings\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"e-Builder, Inc.\",\n            \"companyNumber\": \"EBU002\",\n            \"userId\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\"\n        },\n        {\n            \"contactId\": \"d90c74cf-ba3f-4853-9578-533891c40f78\",\n            \"companyId\": \"f35206b2-e08a-4037-b7eb-5825eb0db2c5\",\n            \"firstName\": \"Regression\",\n            \"lastName\": \"User\",\n            \"email\": \"agwong@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": \"Address\",\n            \"suite\": null,\n            \"city\": \"Miami\",\n            \"state\": \"FL\",\n            \"zip\": \"33178\",\n            \"country\": null,\n            \"phone\": \"3053051111\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2017-03-30T13:43:43\",\n            \"createdById\": \"a0d24784-40af-4213-98ca-94bf3291169d\",\n            \"createdBy\": \"Ariadna Garcia Wong\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"Company\",\n            \"companyNumber\": \"COM001\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"d0a77612-d9e3-4d42-b9a9-bc939db82f88\",\n            \"companyId\": \"35a73c1f-7959-42a6-9de8-a5b672173c5a\",\n            \"firstName\": \"Diana\",\n            \"lastName\": \"Espinosa\",\n            \"email\": \"degutierrez@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2017-06-27T20:16:51\",\n            \"createdById\": \"a797718a-284c-479b-8795-fda87d5754a7\",\n            \"createdBy\": \"Diana Espinosa Gutierrez\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": true,\n            \"companyName\": \"training Company\",\n            \"companyNumber\": \"TRA001\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"c87810d4-544b-4ae7-9ad7-d3b264d4f3ef\",\n            \"companyId\": \"0e8b938c-bb09-4ca8-9851-7aa2eabfadc7\",\n            \"firstName\": \"Maria\",\n            \"lastName\": \"Lerma\",\n            \"email\": \"mltejada@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2017-10-23T13:42:14\",\n            \"createdById\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"createdBy\": \"Maria Lerma Tejada\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"e-Builder\",\n            \"companyNumber\": \"EBU001\",\n            \"userId\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\"\n        },\n        {\n            \"contactId\": \"e29f6323-e0ed-4adc-a906-ceddfc991f52\",\n            \"companyId\": \"0e8b938c-bb09-4ca8-9851-7aa2eabfadc7\",\n            \"firstName\": \"Maria 1\",\n            \"lastName\": \"Lerma 1\",\n            \"email\": \"mltejada@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2017-10-23T14:41:03\",\n            \"createdById\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"createdBy\": \"Maria Lerma Tejada\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"e-Builder\",\n            \"companyNumber\": \"EBU001\",\n            \"userId\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\"\n        },\n        {\n            \"contactId\": \"d7f1e506-e757-4b20-8e8d-c249e0fee265\",\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"firstName\": \"Maria 2\",\n            \"lastName\": \"Lerma 2\",\n            \"email\": \"mltejada@e-builder.net\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2017-10-23T14:46:59\",\n            \"createdById\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"createdBy\": \"Maria Lerma Tejada\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"Flora's Tech Crew\",\n            \"companyNumber\": \"FLO001\",\n            \"userId\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\"\n        },\n        {\n            \"contactId\": \"76cc11af-90cf-4383-b3e8-461633a9ef7c\",\n            \"companyId\": \"0e8b938c-bb09-4ca8-9851-7aa2eabfadc7\",\n            \"firstName\": \"Carlos\",\n            \"lastName\": \"Rodriguez\",\n            \"email\": \"CRODRIGUEZ@E-BUILDER.NET\",\n            \"title\": null,\n            \"department\": \"e-Builder\",\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": \"1800 NW 69th Ave #201\",\n            \"suite\": null,\n            \"city\": \"Plantation\",\n            \"state\": \"FL\",\n            \"zip\": \"33313\",\n            \"country\": \"USA\",\n            \"phone\": \"9546556292\",\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2019-01-07T16:14:50\",\n            \"createdById\": \"5a7d0385-51b4-457f-9106-5af2628db0ab\",\n            \"createdBy\": \"Carlos Rodriguez\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"e-Builder\",\n            \"companyNumber\": \"EBU001\",\n            \"userId\": \"5a7d0385-51b4-457f-9106-5af2628db0ab\"\n        },\n        {\n            \"contactId\": \"46ff2030-5015-4871-8a8c-e21b5b5bc259\",\n            \"companyId\": \"53898d85-8e96-4c42-8ec9-27e424d87ca7\",\n            \"firstName\": \"Carlos BIDDER\",\n            \"lastName\": \"Rodriguez\",\n            \"email\": \"crodriguez.ebuilder@gmail.com\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2019-07-22T19:56:19\",\n            \"createdById\": \"5a7d0385-51b4-457f-9106-5af2628db0ab\",\n            \"createdBy\": \"Carlos Rodriguez\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"e-Builder, Inc.\",\n            \"companyNumber\": \"EBU002\",\n            \"userId\": null\n        },\n        {\n            \"contactId\": \"7af2824d-27a4-4639-814c-28ccf7c3e4cf\",\n            \"companyId\": \"0e8b938c-bb09-4ca8-9851-7aa2eabfadc7\",\n            \"firstName\": \"Greg\",\n            \"lastName\": \"Schramm\",\n            \"email\": \"gregory_schramm@trimble.com\",\n            \"title\": null,\n            \"department\": null,\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": null,\n            \"suite\": null,\n            \"city\": null,\n            \"state\": null,\n            \"zip\": null,\n            \"country\": null,\n            \"phone\": null,\n            \"fax\": null,\n            \"mobile\": null,\n            \"dateCreated\": \"2020-12-11T18:41:43\",\n            \"createdById\": \"5a7d0385-51b4-457f-9106-5af2628db0ab\",\n            \"createdBy\": \"Carlos Rodriguez\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": null,\n            \"isPrimary\": false,\n            \"companyName\": \"e-Builder\",\n            \"companyNumber\": \"EBU001\",\n            \"userId\": \"0b4e02af-2103-4da0-a3f6-a76240aa1319\"\n        }\n    ]\n}"}],"_postman_id":"e23b290b-9cf4-4541-8114-0a3946d48ae2"},{"name":"Contacts Find By Id","id":"77d31996-7444-4283-a0b7-a6136809c8bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Contacts/:contactId?schema=false","description":"<p>Returns a contact.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Contacts",":contactId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"e7b8e052-4489-403d-bfb5-08c96fc13914","type":"any","value":"","key":"contactId"},{"id":"80bcdd30-2ab4-4cf4-a15c-fc3c553fe815","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"fad20f45-4266-4cc3-90c5-377de58a321c","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Contacts/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Contacts",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"6503769e-e0f1-48fa-bc55-886bba3ae942","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"contacts\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Contacts/6503769e-e0f1-48fa-bc55-886bba3ae942\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"contactId\": \"6503769e-e0f1-48fa-bc55-886bba3ae942\",\n            \"companyId\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"firstName\": \"Irma\",\n            \"lastName\": \"Mendez\",\n            \"email\": \"qatest@e-builder.net\",\n            \"title\": \"Title\",\n            \"department\": \"Owner / Owner's Rep\",\n            \"nameprefix\": null,\n            \"isActive\": true,\n            \"address\": \"1800 NW 69 ave\",\n            \"suite\": \"201\",\n            \"city\": \"Plantation\",\n            \"state\": \"FL\",\n            \"zip\": \"33313879878498498778\",\n            \"country\": \"Country\",\n            \"phone\": \"78\",\n            \"fax\": \"office fax\",\n            \"mobile\": \"Business cell\",\n            \"dateCreated\": \"2011-10-27T15:23:54\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"doNotUse\": false,\n            \"otherPhone\": null,\n            \"pager\": \"business pager\",\n            \"isPrimary\": false,\n            \"companyName\": \"Construction Tec\",\n            \"companyNumber\": \"CON001\",\n            \"userId\": null\n        }\n    ]\n}"},{"id":"32cefa33-2dc7-48f8-a486-a44382b848a1","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Contacts/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Contacts",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"8dd56589-0f35-49c1-b772-d98f8cacd4c8","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\"\n                    },\n                    \"email\": {\n                        \"type\": \"string\"\n                    },\n                    \"title\": {\n                        \"type\": \"string\"\n                    },\n                    \"department\": {\n                        \"type\": \"string\"\n                    },\n                    \"nameprefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"address\": {\n                        \"type\": \"string\"\n                    },\n                    \"suite\": {\n                        \"type\": \"string\"\n                    },\n                    \"city\": {\n                        \"type\": \"string\"\n                    },\n                    \"state\": {\n                        \"type\": \"string\"\n                    },\n                    \"zip\": {\n                        \"type\": \"string\"\n                    },\n                    \"country\": {\n                        \"type\": \"string\"\n                    },\n                    \"phone\": {\n                        \"type\": \"string\"\n                    },\n                    \"fax\": {\n                        \"type\": \"string\"\n                    },\n                    \"mobile\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"doNotUse\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"otherPhone\": {\n                        \"type\": \"string\"\n                    },\n                    \"pager\": {\n                        \"type\": \"string\"\n                    },\n                    \"isPrimary\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"userId\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"e7b8e052-4489-403d-bfb5-08c96fc13914","key":"contactId","value":"","type":"any"},{"id":"80bcdd30-2ab4-4cf4-a15c-fc3c553fe815","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"77d31996-7444-4283-a0b7-a6136809c8bc"},{"name":"Contacts Find By Id Custom Fields","id":"3a891ded-e37b-4968-822b-d986e12a7592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Contacts/:contactId/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a contact and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Contacts",":contactId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"34d53906-1ded-42ac-b128-c2f920719627","type":"any","value":"","key":"contactId"},{"id":"657500e1-c11f-4e99-81fc-a00c8d3bb4e6","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"c60a19a9-7fc1-4e65-9eea-b93b38748092","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Contacts/:id/customFields?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Contacts",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"8dd56589-0f35-49c1-b772-d98f8cacd4c8","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\"\n                    },\n                    \"email\": {\n                        \"type\": \"string\"\n                    },\n                    \"title\": {\n                        \"type\": \"string\"\n                    },\n                    \"department\": {\n                        \"type\": \"string\"\n                    },\n                    \"nameprefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"address\": {\n                        \"type\": \"string\"\n                    },\n                    \"suite\": {\n                        \"type\": \"string\"\n                    },\n                    \"city\": {\n                        \"type\": \"string\"\n                    },\n                    \"state\": {\n                        \"type\": \"string\"\n                    },\n                    \"zip\": {\n                        \"type\": \"string\"\n                    },\n                    \"country\": {\n                        \"type\": \"string\"\n                    },\n                    \"phone\": {\n                        \"type\": \"string\"\n                    },\n                    \"fax\": {\n                        \"type\": \"string\"\n                    },\n                    \"mobile\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"doNotUse\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"otherPhone\": {\n                        \"type\": \"string\"\n                    },\n                    \"pager\": {\n                        \"type\": \"string\"\n                    },\n                    \"isPrimary\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"userId\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"34d53906-1ded-42ac-b128-c2f920719627","key":"contactId","value":"","type":"any"},{"id":"657500e1-c11f-4e99-81fc-a00c8d3bb4e6","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"3a891ded-e37b-4968-822b-d986e12a7592"}],"id":"e93eaeae-1965-4f92-9ec2-e772e1dd10f3","description":"<p>e-Builder allows you to store and manage contact information for companies with whom you do business. \nAn e-Builder contact is a record of contact information (such as phone number, fax, email address, street address, etc.) associated with an e-Builder Company. Contacts can be stored solely as a reference or associated with Bids in the bidding module.</p>\n<p>The Contacts API provides access to the contacts collection and related resources (Custom Fields).</p>\n","_postman_id":"e93eaeae-1965-4f92-9ec2-e772e1dd10f3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"CostItemDistributions","item":[{"name":"Cost Item Distributions Get","id":"179e35c7-ce5e-4b1b-8e51-9176ecded7b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/CostItemFundingDistributions?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the cost item funding distribution collection only.</p>\n<p>costEntityID=commitmentItemsID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","CostItemFundingDistributions"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"1740836b-1b16-42de-bf6a-6b5215e60636","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CostItemFundingDistributions?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","CostItemFundingDistributions"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"costItemFundingDistributionID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"costEntityID\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"sourceName\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"percentage\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"},{"id":"7b9d9aaa-90b6-48c7-ad70-009d56928fcd","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/CostItemFundingDistributions?offset=0&limit=3","host":["https://api2.e-builder.net"],"path":["api","v2","CostItemFundingDistributions"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"3"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"costitemfundingdistributions\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/CostItemFundingDistributions\",\n        \"offset\": 0,\n        \"limit\": 3,\n        \"size\": 3,\n        \"totalRecords\": 139\n    },\n    \"records\": [\n        {\n            \"costItemFundingDistributionID\": \"9846bae5-e74b-4a55-88c8-0d0de8cdaaa8c5912153-6844-4f38-bf13-686b52f38fe8\",\n            \"fundingRuleItemID\": \"9846bae5-e74b-4a55-88c8-0d0de8cdaaa8\",\n            \"costEntityID\": \"c5912153-6844-4f38-bf13-686b52f38fe8\",\n            \"amount\": 4900,\n            \"fundingSourceID\": \"bd42f84a-5ee8-49a9-943f-576573883d67\",\n            \"sourceName\": \"Broward Community College\",\n            \"description\": \"\",\n            \"percentage\": 49\n        },\n        {\n            \"costItemFundingDistributionID\": \"7d265b06-020e-48c9-8df6-1297e610fe9ab002f22e-bc02-4368-9912-1ee61552497c\",\n            \"fundingRuleItemID\": \"7d265b06-020e-48c9-8df6-1297e610fe9a\",\n            \"costEntityID\": \"b002f22e-bc02-4368-9912-1ee61552497c\",\n            \"amount\": 75,\n            \"fundingSourceID\": \"bd42f84a-5ee8-49a9-943f-576573883d67\",\n            \"sourceName\": \"Broward Community College\",\n            \"description\": \"\",\n            \"percentage\": 50\n        },\n        {\n            \"costItemFundingDistributionID\": \"085afe35-a454-4248-be41-385a33e166265964aabf-d55c-48f6-94c6-ab23d9207922\",\n            \"fundingRuleItemID\": \"085afe35-a454-4248-be41-385a33e16626\",\n            \"costEntityID\": \"5964aabf-d55c-48f6-94c6-ab23d9207922\",\n            \"amount\": 2000,\n            \"fundingSourceID\": \"bd42f84a-5ee8-49a9-943f-576573883d67\",\n            \"sourceName\": \"Broward Community College\",\n            \"description\": \"\",\n            \"percentage\": 20\n        }\n    ]\n}"}],"_postman_id":"179e35c7-ce5e-4b1b-8e51-9176ecded7b2"}],"id":"ace06905-bf21-4a59-b3ec-105cb341e3e3","description":"<p>Funding distribution applies to commitments, commitment changes and invoices. While funding rules allow you to distribute funds based on a fixed ratio, the funding distribution mechanism allows you to deplete all funding sources equally based on the sum of the individual funding sources. This feature helps you ensure that funds are depleted from funding categories at the same rate.</p>\n<p>The Cost Item Distributions API allows access to the cost item funding distributions collection.</p>\n","_postman_id":"ace06905-bf21-4a59-b3ec-105cb341e3e3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Counters","item":[{"name":"Counters Get","id":"0c2a2cf4-b7f4-4167-a5d6-d5c09e0c8f77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Counters?lastModifiedDate=1979-08-24T14:34:41.354Z&schema=false","description":"<p>Returns the counters collection.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Counters"],"host":["https://api2.e-builder.net"],"query":[{"key":"lastModifiedDate","value":"1979-08-24T14:34:41.354Z"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"d961de91-952b-4af9-89e3-addb10921fe0","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Counters?lastModifiedDate=2018-08-24T14:34:41.354Z&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Counters"],"query":[{"key":"lastModifiedDate","value":"2018-08-24T14:34:41.354Z"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"changeCounters\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Counters\",\n        \"offset\": 0,\n        \"limit\": 23,\n        \"size\": 23,\n        \"totalRecords\": 23\n    },\n    \"records\": [\n        {\n            \"apiName\": \"budgets\",\n            \"totalRecords\": 10\n        },\n        {\n            \"apiName\": \"budgetItems\",\n            \"totalRecords\": 14\n        },\n        {\n            \"apiName\": \"budgetChanges\",\n            \"totalRecords\": 1\n        },\n        {\n            \"apiName\": \"fundingSources\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"commitments\",\n            \"totalRecords\": 15\n        },\n        {\n            \"apiName\": \"commitmentChanges\",\n            \"totalRecords\": 8\n        },\n        {\n            \"apiName\": \"cashFlows\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"cashFlowItems\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"commitmentInvoices\",\n            \"totalRecords\": 3\n        },\n        {\n            \"apiName\": \"commitmentInvoiceItems\",\n            \"totalRecords\": 1\n        },\n        {\n            \"apiName\": \"generalInvoices\",\n            \"totalRecords\": 2\n        },\n        {\n            \"apiName\": \"generalInvoiceItems\",\n            \"totalRecords\": 3\n        },\n        {\n            \"apiName\": \"forecasts\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"forecastAdjustments\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"forecastItems\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"accountFundingSources\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"masterInvoices\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"masterInvoiceItems\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"masterCommitments\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"masterCommitmentChanges\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"submittalPackages\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"submittalItems\",\n            \"totalRecords\": 0\n        },\n        {\n            \"apiName\": \"submittalItemReviewers\",\n            \"totalRecords\": 0\n        }\n    ]\n}"},{"id":"44cba47d-cf88-4265-8143-a332d571ba36","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Counters?lastModifiedDate=2018-08-24T14:34:41.354Z&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Counters"],"query":[{"key":"lastModifiedDate","value":"2018-08-24T14:34:41.354Z"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"apiName\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalRecords\": {\n                        \"type\": \"integer\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"0c2a2cf4-b7f4-4167-a5d6-d5c09e0c8f77"}],"id":"e4737d8b-665b-4c7b-b636-fd20d73b24e5","description":"<p>Shows the number of changes for the main entities of the e-Builder application. Results can be filtered by last modified date.</p>\n","_postman_id":"e4737d8b-665b-4c7b-b636-fd20d73b24e5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Processes","item":[{"name":"Processes Get","id":"fc872b02-2878-486f-9680-5029e5178716","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/DynamicCostTypes?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>DynamicCostTypes returns only process types for dynamic budget line items and dynamic commitment line items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","DynamicCostTypes"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"7fdc1575-264c-4f94-b5cb-06932f6c6e4e","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/DynamicCostTypes?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","DynamicCostTypes"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"processTypes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/DynamicCostTypes\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 3,\n        \"totalRecords\": 3\n    },\n    \"records\": [\n        {\n            \"processId\": \"4e847646-b05b-4baf-a2cc-c606ad149b73\",\n            \"processName\": \"Dynamic Cost Process\",\n            \"prefix\": \"DCP\",\n            \"description\": null,\n            \"createdDate\": \"2012-08-23T20:05:10.56\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-08-23T20:17:16.44\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"DynamicCommitmentLineItems\"\n        },\n        {\n            \"processId\": \"16bcee94-9a18-4c73-b04c-29d0b211e90c\",\n            \"processName\": \"Dynamic Cost Commitment 2\",\n            \"prefix\": \"DC2\",\n            \"description\": null,\n            \"createdDate\": \"2012-09-04T16:47:04.86\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-09-04T16:49:33.54\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"DynamicCommitmentLineItems\"\n        },\n        {\n            \"processId\": \"59b0561f-0455-4b58-9141-6156b5f0f83c\",\n            \"processName\": \"Dynamic Cost - Budget Line Item\",\n            \"prefix\": \"DC-BL\",\n            \"description\": null,\n            \"createdDate\": \"2012-08-29T17:19:58.03\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-12-06T14:55:15.777\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"DynamicBudgetLineItems\"\n        }\n    ]\n}"},{"id":"8e542988-d9e0-4c3a-a9c9-b90b4ca05afe","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/DynamicCostTypes?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","DynamicCostTypes"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"processId\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"prefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"costIntegrationType\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"fc872b02-2878-486f-9680-5029e5178716"},{"name":"Processes Find By Id","id":"fc732862-7095-4157-97d4-bbaecd91f778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/DynamicCostTypes/:processId?schema=false","description":"<p>Returns a dynamic cost process type.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","DynamicCostTypes",":processId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"766e510e-3e48-4a11-8c8f-eb3e0aa3696a","description":{"content":"<p>GUID for process</p>\n","type":"text/plain"},"type":"any","value":"","key":"processId"},{"id":"d647e32c-9597-4ae8-ac62-1fa150ec8b81","type":"any","value":"non id","key":"id"}]}},"response":[{"id":"df7476d2-f2be-42b9-8b15-b793a7574d6d","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/DynamicCostTypes/:processId?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","DynamicCostTypes",":processId"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"processId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"processTypes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/DynamicCostTypes/4e847646-b05b-4baf-a2cc-c606ad149b73\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"processId\": \"4e847646-b05b-4baf-a2cc-c606ad149b73\",\n            \"processName\": \"Dynamic Cost Process\",\n            \"prefix\": \"DCP\",\n            \"description\": null,\n            \"createdDate\": \"2012-08-23T20:05:10.56\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-08-23T20:17:16.44\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"DynamicCommitmentLineItems\"\n        }\n    ]\n}"},{"id":"18d32910-e923-400f-8b9f-ea56303a6899","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/DynamicCostTypes/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","DynamicCostTypes",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"496aee89-9795-4fbc-b0a1-12f58c9a3825","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"processId\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"prefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"costIntegrationType\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"766e510e-3e48-4a11-8c8f-eb3e0aa3696a","key":"processId","value":"","type":"any","description":"GUID for process"},{"id":"d647e32c-9597-4ae8-ac62-1fa150ec8b81","key":"id","value":"non id","type":"any"}],"_postman_id":"fc732862-7095-4157-97d4-bbaecd91f778"},{"name":"Processes Find By Id Dynamic Budget Line Items","id":"185f8f05-16b8-4444-a693-a71269fb5f61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/DynamicCostTypes/:processId/items?offset=0&limit=100&schema=false","description":"<p>Returns a dynamic cost process type and its items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","DynamicCostTypes",":processId","items"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"09c815d4-ec00-4581-a96c-1450141b0096","description":{"content":"<p>GUID for process</p>\n","type":"text/plain"},"type":"any","value":"","key":"processId"},{"id":"55f90f0a-0406-441b-a825-1d2b5088b1c2","type":"any","value":"non id","key":"id"}]}},"response":[{"id":"e1999488-ad44-4a28-84f1-edbd7b57e617","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/DynamicCostTypes/:id/items?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","DynamicCostTypes",":id","items"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"4e847646-b05b-4baf-a2cc-c606ad149b73","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"processTypes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/DynamicCostTypes/4e847646-b05b-4baf-a2cc-c606ad149b73/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 7,\n        \"totalRecords\": 7\n    },\n    \"records\": [\n        {\n            \"processId\": \"4e847646-b05b-4baf-a2cc-c606ad149b73\",\n            \"processName\": \"Dynamic Cost Process\",\n            \"prefix\": \"DCP\",\n            \"description\": null,\n            \"createdDate\": \"2012-08-23T20:05:10.56\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-08-23T20:17:16.44\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"DynamicCommitmentLineItems\"\n        }\n    ],\n    \"details\": [\n        {\n            \"dynamicLineItemId\": \"d5a96931-87f4-4597-8ceb-6fb8c270376e\",\n            \"commitmentItemId\": \"39546a65-b07c-409b-9a2e-6142af8b782a\",\n            \"instanceId\": \"5d4dfaca-bb32-4ee2-9152-8473f375e1b6\",\n            \"itemNumber\": \"001\",\n            \"description\": \"Land Aquisition - Purchase\",\n            \"reference\": null,\n            \"quantity\": 0,\n            \"units\": null,\n            \"unitCost\": 0,\n            \"amount\": 20000,\n            \"assumption\": null,\n            \"displayOrder\": 1\n        },\n        {\n            \"dynamicLineItemId\": \"c9d41714-325d-469f-b506-db3443c73023\",\n            \"commitmentItemId\": \"e444c808-fea2-4b68-bf0a-0074ec1e24ed\",\n            \"instanceId\": \"ad24ba2e-2bca-49cb-a6e9-0f7f93d1aaa0\",\n            \"itemNumber\": \"001\",\n            \"description\": \"Land Aquisition - Inspections\",\n            \"reference\": null,\n            \"quantity\": 0,\n            \"units\": null,\n            \"unitCost\": 0,\n            \"amount\": 500,\n            \"assumption\": null,\n            \"displayOrder\": 3\n        },\n        {\n            \"dynamicLineItemId\": \"56e855d5-6d3d-4f24-a5cf-f5d1b85cc424\",\n            \"commitmentItemId\": \"75723f75-4e85-4b10-a1bf-7d765a93442c\",\n            \"instanceId\": \"ad24ba2e-2bca-49cb-a6e9-0f7f93d1aaa0\",\n            \"itemNumber\": \"002\",\n            \"description\": \"Pat App Test - Sinage\",\n            \"reference\": null,\n            \"quantity\": 0,\n            \"units\": null,\n            \"unitCost\": 0,\n            \"amount\": 650,\n            \"assumption\": null,\n            \"displayOrder\": 4\n        },\n        {\n            \"dynamicLineItemId\": \"ebfd838e-8985-48c5-b099-5314dc186028\",\n            \"commitmentItemId\": \"5964aabf-d55c-48f6-94c6-ab23d9207922\",\n            \"instanceId\": \"ad24ba2e-2bca-49cb-a6e9-0f7f93d1aaa0\",\n            \"itemNumber\": \"003\",\n            \"description\": \"Land Aquisition - procurement\",\n            \"reference\": null,\n            \"quantity\": 0,\n            \"units\": null,\n            \"unitCost\": 0,\n            \"amount\": 1000,\n            \"assumption\": null,\n            \"displayOrder\": 5\n        },\n        {\n            \"dynamicLineItemId\": \"7a942a2f-5398-45f0-84c8-2a5b69974d6e\",\n            \"commitmentItemId\": \"e444c808-fea2-4b68-bf0a-0074ec1e24ed\",\n            \"instanceId\": \"c35ed2cf-b62e-404e-b74a-49d31cd37d2d\",\n            \"itemNumber\": \"001\",\n            \"description\": \"Land Aquisition - Inspections\",\n            \"reference\": null,\n            \"quantity\": 0,\n            \"units\": null,\n            \"unitCost\": 0,\n            \"amount\": 50,\n            \"assumption\": null,\n            \"displayOrder\": 1\n        },\n        {\n            \"dynamicLineItemId\": \"31dd8e51-064d-40c1-9026-d4db0d72d3bd\",\n            \"commitmentItemId\": \"75723f75-4e85-4b10-a1bf-7d765a93442c\",\n            \"instanceId\": \"c35ed2cf-b62e-404e-b74a-49d31cd37d2d\",\n            \"itemNumber\": \"002\",\n            \"description\": \"Pat App Test - Sinage\",\n            \"reference\": null,\n            \"quantity\": 0,\n            \"units\": null,\n            \"unitCost\": 0,\n            \"amount\": 250,\n            \"assumption\": null,\n            \"displayOrder\": 2\n        },\n        {\n            \"dynamicLineItemId\": \"531ca896-304b-46c0-958d-4ea1034e8484\",\n            \"commitmentItemId\": \"5964aabf-d55c-48f6-94c6-ab23d9207922\",\n            \"instanceId\": \"c35ed2cf-b62e-404e-b74a-49d31cd37d2d\",\n            \"itemNumber\": \"003\",\n            \"description\": \"Land Aquisition - procurement\",\n            \"reference\": null,\n            \"quantity\": 0,\n            \"units\": null,\n            \"unitCost\": 0,\n            \"amount\": 6000,\n            \"assumption\": null,\n            \"displayOrder\": 3\n        }\n    ]\n}"},{"id":"398e11fc-b232-47eb-b405-0667fc990203","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/DynamicCostTypes/:id/items?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","DynamicCostTypes",":id","items"],"query":[{"key":"dateModified","value":"2021-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"496aee89-9795-4fbc-b0a1-12f58c9a3825","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"processId\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"prefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"costIntegrationType\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"09c815d4-ec00-4581-a96c-1450141b0096","key":"processId","value":"","type":"any","description":"GUID for process"},{"id":"55f90f0a-0406-441b-a825-1d2b5088b1c2","key":"id","value":"non id","type":"any"}],"_postman_id":"185f8f05-16b8-4444-a693-a71269fb5f61"},{"name":"Processes Find Item By Id","id":"d2103b8f-1922-45b0-81d8-012fc8ba27a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/DynamicCostItems/:dynamicLineItemId?schema=false","description":"<p>Returns a dynamic cost item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","DynamicCostItems",":dynamicLineItemId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"e4ff2122-b73b-4ff6-8399-446e3cf1580f","description":{"content":"<p>GUID for process items</p>\n","type":"text/plain"},"type":"any","value":"","key":"dynamicLineItemId"},{"id":"0f0fe0aa-1810-4766-b654-ce0d79e28d6c","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"5db19a40-59d4-4818-a0cd-69a499df2f4e","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/DynamicCostItems/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","DynamicCostItems",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"d5a96931-87f4-4597-8ceb-6fb8c270376e","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"dynamicCostItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/DynamicCostItems/d5a96931-87f4-4597-8ceb-6fb8c270376e\",\n        \"offset\": 0,\n        \"limit\": 0,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"dynamicLineItemId\": \"d5a96931-87f4-4597-8ceb-6fb8c270376e\",\n            \"commitmentItemId\": \"39546a65-b07c-409b-9a2e-6142af8b782a\",\n            \"instanceId\": \"5d4dfaca-bb32-4ee2-9152-8473f375e1b6\",\n            \"itemNumber\": \"001\",\n            \"description\": \"Land Aquisition - Purchase\",\n            \"reference\": null,\n            \"quantity\": 0,\n            \"units\": null,\n            \"unitCost\": 0,\n            \"amount\": 20000,\n            \"assumption\": null,\n            \"displayOrder\": 1\n        }\n    ]\n}"},{"id":"31f1d743-95e1-4ae3-949b-16dc9fda65e3","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/DynamicCostItems/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","DynamicCostItems",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"d5a96931-87f4-4597-8ceb-6fb8c270376e","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"dynamicLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"instanceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"reference\": {\n                        \"type\": \"string\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"units\": {\n                        \"type\": \"string\"\n                    },\n                    \"unitCost\": {\n                        \"type\": \"number\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"assumption\": {\n                        \"type\": \"string\"\n                    },\n                    \"displayOrder\": {\n                        \"type\": \"integer\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"e4ff2122-b73b-4ff6-8399-446e3cf1580f","key":"dynamicLineItemId","value":"","type":"any","description":"GUID for process items"},{"id":"0f0fe0aa-1810-4766-b654-ce0d79e28d6c","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"d2103b8f-1922-45b0-81d8-012fc8ba27a6"},{"name":"Processes Find Item By Id Custom Fields","id":"188cbdf4-b856-4db8-8ef3-34869ee5eef9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/DynamicCostItems/:dynamicLineItemId/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a dynamic cost item and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","DynamicCostItems",":dynamicLineItemId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"d3411f15-6061-41c9-9516-3689e5b2d2d1","description":{"content":"<p>GUID for process items</p>\n","type":"text/plain"},"type":"any","value":"","key":"dynamicLineItemId"},{"id":"1447502d-bf5c-4d8d-a626-f61c1cdee25f","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"2ab43550-995b-407e-833c-87b56f5503f5","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/DynamicCostItems/:dynamicLineItemId/customFields","host":["https://api2.e-builder.net"],"path":["api","v2","DynamicCostItems",":dynamicLineItemId","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false","disabled":true}],"variable":[{"key":"dynamicLineItemId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"dynamicCostItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/DynamicCostItems/d5a96931-87f4-4597-8ceb-6fb8c270376e/customFields\",\n        \"offset\": 0,\n        \"limit\": 3000,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"dynamicLineItemId\": \"d5a96931-87f4-4597-8ceb-6fb8c270376e\",\n            \"commitmentItemId\": \"39546a65-b07c-409b-9a2e-6142af8b782a\",\n            \"instanceId\": \"5d4dfaca-bb32-4ee2-9152-8473f375e1b6\",\n            \"itemNumber\": \"001\",\n            \"description\": \"Land Aquisition - Purchase\",\n            \"reference\": null,\n            \"quantity\": 0,\n            \"units\": null,\n            \"unitCost\": 0,\n            \"amount\": 20000,\n            \"assumption\": null,\n            \"displayOrder\": 1\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"test\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"91ddb9f7-ee80-4654-b7f5-ba9f8bbce8ca","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/DynamicCostItems/:id/customFields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","DynamicCostItems",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"d5a96931-87f4-4597-8ceb-6fb8c270376e","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"dynamicLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"instanceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"reference\": {\n                        \"type\": \"string\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"units\": {\n                        \"type\": \"string\"\n                    },\n                    \"unitCost\": {\n                        \"type\": \"number\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"assumption\": {\n                        \"type\": \"string\"\n                    },\n                    \"displayOrder\": {\n                        \"type\": \"integer\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"d3411f15-6061-41c9-9516-3689e5b2d2d1","key":"dynamicLineItemId","value":"","type":"any","description":"GUID for process items"},{"id":"1447502d-bf5c-4d8d-a626-f61c1cdee25f","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"188cbdf4-b856-4db8-8ef3-34869ee5eef9"},{"name":"Processes Get","id":"37ee856c-9374-4839-965e-7dfcc590a78b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ProcessTypes?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the process types collection only. ProcessTypes returns all process types.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ProcessTypes"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"1aacb9a0-4745-40ce-b022-12e8e767f565","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessTypes?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessTypes"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"processTypes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ProcessTypes\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 75,\n        \"totalRecords\": 75\n    },\n    \"records\": [\n        {\n            \"processId\": \"d31c5300-45e1-47aa-962f-3914578fa535\",\n            \"processName\": \"Document Review and Approval\",\n            \"prefix\": \"DRA\",\n            \"description\": \"This process has been created to automate the document creation, review, and approval process.\",\n            \"createdDate\": \"2011-11-29T14:50:30.207\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-12-13T20:27:32.187\",\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"470fc3e4-e00d-4a68-8b73-96d5a9c648db\",\n            \"processName\": \"Andy's Test Process\",\n            \"prefix\": \"1\",\n            \"description\": null,\n            \"createdDate\": \"2011-10-27T16:34:12.603\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"lastModifiedDate\": \"2011-12-13T21:22:02.077\",\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"26b3e04a-deaa-40d6-ad15-f4110ae62f76\",\n            \"processName\": \"Cost Process Test\",\n            \"prefix\": \"CPT\",\n            \"description\": null,\n            \"createdDate\": \"2011-12-19T14:11:31.877\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-12-19T14:11:31.877\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"BudgetChange\"\n        },\n        {\n            \"processId\": \"b603a6f4-8ae8-4a4e-b2c0-e9a3f4596564\",\n            \"processName\": \"Change Order\",\n            \"prefix\": \"CO\",\n            \"description\": null,\n            \"createdDate\": \"2012-03-08T18:34:31.27\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-03-08T18:57:07.447\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"BudgetChange\"\n        },\n        {\n            \"processId\": \"346361a9-8200-499e-acae-6ec56d25787c\",\n            \"processName\": \"Pay App Process (Invoice Proc)\",\n            \"prefix\": \"PApp\",\n            \"description\": null,\n            \"createdDate\": \"2012-05-01T18:21:41.257\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-05-01T18:24:24.153\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"Commitment\"\n        },\n        {\n            \"processId\": \"2ba761fb-6efa-4fd7-9f28-b3ead7a4b838\",\n            \"processName\": \"Pay App Commitment Change\",\n            \"prefix\": \"PACC\",\n            \"description\": null,\n            \"createdDate\": \"2012-05-01T18:41:55.703\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-05-01T18:42:05.84\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"CommitmentChange\"\n        },\n        {\n            \"processId\": \"4e847646-b05b-4baf-a2cc-c606ad149b73\",\n            \"processName\": \"Dynamic Cost Process\",\n            \"prefix\": \"DCP\",\n            \"description\": null,\n            \"createdDate\": \"2012-08-23T20:05:10.56\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-08-23T20:17:16.44\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"DynamicCommitmentLineItems\"\n        },\n        {\n            \"processId\": \"d4944ccd-1637-4cb6-af59-2abf2691807c\",\n            \"processName\": \"Commitment Change Process\",\n            \"prefix\": \"BCP\",\n            \"description\": null,\n            \"createdDate\": \"2011-12-06T22:02:10.603\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-09-04T14:34:39.66\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"CommitmentChange\"\n        },\n        {\n            \"processId\": \"16bcee94-9a18-4c73-b04c-29d0b211e90c\",\n            \"processName\": \"Dynamic Cost Commitment 2\",\n            \"prefix\": \"DC2\",\n            \"description\": null,\n            \"createdDate\": \"2012-09-04T16:47:04.86\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-09-04T16:49:33.54\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"DynamicCommitmentLineItems\"\n        },\n        {\n            \"processId\": \"2052a2f9-b705-438e-a0f8-fc2b19cc249f\",\n            \"processName\": \"Request for Information\",\n            \"prefix\": \"RFI\",\n            \"description\": null,\n            \"createdDate\": \"2012-10-10T14:51:24.787\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"lastModifiedDate\": \"2012-10-10T14:53:23.76\",\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"7164a762-bbc1-440f-a15c-7f5c9850508e\",\n            \"processName\": \"Process Import Update with Cost ID\",\n            \"prefix\": \"PIUCI\",\n            \"description\": \"Test the ability to update a process via import using the invoice number instead of the process counter\",\n            \"createdDate\": \"2012-11-12T22:24:55.86\",\n            \"createdById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"createdBy\": \"ScheduleManager ScheduleManager\",\n            \"lastModifiedDate\": \"2012-11-12T22:47:21.15\",\n            \"lastModifiedById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"lastModifiedBy\": \"ScheduleManager ScheduleManager\",\n            \"costIntegrationType\": \"ActualCosts\"\n        },\n        {\n            \"processId\": \"59b0561f-0455-4b58-9141-6156b5f0f83c\",\n            \"processName\": \"Dynamic Cost - Budget Line Item\",\n            \"prefix\": \"DC-BL\",\n            \"description\": null,\n            \"createdDate\": \"2012-08-29T17:19:58.03\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-12-06T14:55:15.777\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"DynamicBudgetLineItems\"\n        },\n        {\n            \"processId\": \"d3d9c82e-8f02-4d6f-b8b6-f7f6fc1c8031\",\n            \"processName\": \"Budget Change Approval\",\n            \"prefix\": \"BCA\",\n            \"description\": null,\n            \"createdDate\": \"2012-12-07T19:02:09.57\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-12-07T19:02:09.57\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0\",\n            \"processName\": \"Project Status Report\",\n            \"prefix\": \"PSR\",\n            \"description\": null,\n            \"createdDate\": \"2012-12-07T20:33:06.683\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-12-07T21:25:50.68\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"758f41e7-346a-4cd2-9b54-1fef6c577c5a\",\n            \"processName\": \"GC SOV Submission\",\n            \"prefix\": \"SOV\",\n            \"description\": null,\n            \"createdDate\": \"2011-12-02T21:23:53.737\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-01-10T18:50:12.67\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": \"Commitment\"\n        },\n        {\n            \"processId\": \"05961cab-a5f8-4db6-9e60-8b592bd79f9a\",\n            \"processName\": \"Commitment Change  (Static Reason Code)\",\n            \"prefix\": \"SRC\",\n            \"description\": null,\n            \"createdDate\": \"2013-01-14T22:09:29.99\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-01-14T22:09:29.99\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"6c4d5e91-688d-417a-ba09-518e5a77e392\",\n            \"processName\": \"Delete this Process\",\n            \"prefix\": \"DTP\",\n            \"description\": null,\n            \"createdDate\": \"2013-02-20T15:32:27.487\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-02-20T15:32:27.487\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"ce0dc0f8-2a46-49a4-a633-c25d18bdc070\",\n            \"processName\": \"Document Review and Approval Sign Off\",\n            \"prefix\": \"DSO\",\n            \"description\": \"This process is subsequent to the Document Review and Approval Process\",\n            \"createdDate\": \"2013-04-29T14:56:55.587\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-04-29T14:56:55.587\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"7d57d545-361a-4b60-8abf-fc8bc0abd835\",\n            \"processName\": \"Andy's Process\",\n            \"prefix\": \"AP\",\n            \"description\": \"This is Andy's Test Process\",\n            \"createdDate\": \"2011-07-28T14:24:56.937\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"lastModifiedDate\": \"2013-06-21T18:00:24.373\",\n            \"lastModifiedById\": \"b3269b05-c991-4f49-af4c-f5c68ddf4232\",\n            \"lastModifiedBy\": \"Jonah Mendez\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"639b4339-110c-4ec1-9d3b-b333f85d7cba\",\n            \"processName\": \"e-Signature\",\n            \"prefix\": \"eSig\",\n            \"description\": null,\n            \"createdDate\": \"2013-09-10T14:04:20.317\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-10T14:09:15.16\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"40236901-5ddf-426c-89fa-613f6ef61508\",\n            \"processName\": \"eSig Tutorial\",\n            \"prefix\": \"ET\",\n            \"description\": null,\n            \"createdDate\": \"2013-09-10T15:45:14.807\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-10T15:47:20.423\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"f80c10d2-c6ef-45fa-9722-2b24383f1d71\",\n            \"processName\": \"Budget Change Process\",\n            \"prefix\": \"BC\",\n            \"description\": \"Propose a budget change for approval.\",\n            \"createdDate\": \"2011-11-29T16:16:05.99\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2013-09-19T18:11:43.847\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"f477c22a-b5b6-4c15-a5ca-b55e87808b7c\",\n            \"processName\": \"Approval Process MR\",\n            \"prefix\": \"APMR\",\n            \"description\": null,\n            \"createdDate\": \"2015-10-27T21:01:59.507\",\n            \"createdById\": \"b3269b05-c991-4f49-af4c-f5c68ddf4232\",\n            \"createdBy\": \"Jonah Mendez\",\n            \"lastModifiedDate\": \"2015-10-27T21:01:59.507\",\n            \"lastModifiedById\": \"b3269b05-c991-4f49-af4c-f5c68ddf4232\",\n            \"lastModifiedBy\": \"Jonah Mendez\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"c0c986e4-0890-4051-81d2-a1c40650fffd\",\n            \"processName\": \"Test Process With Actors\",\n            \"prefix\": \"TPWA\",\n            \"description\": \"Test a process that allows specifying actors and non-actors\",\n            \"createdDate\": \"2016-09-06T15:14:44.47\",\n            \"createdById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"createdBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2017-04-11T19:23:13.043\",\n            \"lastModifiedById\": \"bade37db-26db-4c62-9a94-89569f596aec\",\n            \"lastModifiedBy\": \"Jose F Melendez B\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"fafbe5be-e81f-4fef-a9fc-32fe67ef8f19\",\n            \"processName\": \"TR Test Process\",\n            \"prefix\": \"TTP\",\n            \"description\": \"Test Process\",\n            \"createdDate\": \"2017-08-30T15:11:17.793\",\n            \"createdById\": \"4a04e4e5-cca9-4ae9-acce-222712d672d8\",\n            \"createdBy\": \"Dmitry Dubovets\",\n            \"lastModifiedDate\": \"2017-08-30T15:21:19.37\",\n            \"lastModifiedById\": \"4a04e4e5-cca9-4ae9-acce-222712d672d8\",\n            \"lastModifiedBy\": \"Dmitry Dubovets\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"8cb20b0e-bb7a-42a7-b225-54ef8d29af82\",\n            \"processName\": \"ESD-9186\",\n            \"prefix\": \"9186\",\n            \"description\": null,\n            \"createdDate\": \"2018-06-20T18:03:21.42\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2018-06-20T18:05:03.607\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"Commitment\"\n        },\n        {\n            \"processId\": \"eca3b05b-a403-4384-bf7d-59df352ec959\",\n            \"processName\": \"ESD-9186 a\",\n            \"prefix\": \"9186a\",\n            \"description\": null,\n            \"createdDate\": \"2018-06-20T20:41:11.373\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2018-06-20T20:41:20.203\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"Commitment\"\n        },\n        {\n            \"processId\": \"b2d97b53-04cd-4a69-a83d-5aa6e1150c8d\",\n            \"processName\": \"ESD-9186 b\",\n            \"prefix\": \"9186b\",\n            \"description\": null,\n            \"createdDate\": \"2018-06-21T16:02:26.403\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2018-06-21T16:03:24.34\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"Commitment\"\n        },\n        {\n            \"processId\": \"7cbfe4ab-336a-4357-a19c-cb80c860a8df\",\n            \"processName\": \"ESD-8668\",\n            \"prefix\": \"8668\",\n            \"description\": null,\n            \"createdDate\": \"2018-07-10T20:09:08.087\",\n            \"createdById\": \"903bcb1b-1ffe-4f8f-8112-927db6eb86ee\",\n            \"createdBy\": \"david G\",\n            \"lastModifiedDate\": \"2018-07-10T20:12:15.927\",\n            \"lastModifiedById\": \"903bcb1b-1ffe-4f8f-8112-927db6eb86ee\",\n            \"lastModifiedBy\": \"david G\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"0add55f6-1f97-4135-9e4e-078456f63441\",\n            \"processName\": \"decimal\",\n            \"prefix\": \"decim\",\n            \"description\": null,\n            \"createdDate\": \"2018-10-17T14:11:00.54\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2018-10-17T14:14:05.09\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"Commitment\"\n        },\n        {\n            \"processId\": \"438b1181-c7fe-4ce6-bda8-0508fbfff746\",\n            \"processName\": \"ESD-10541\",\n            \"prefix\": \"10541\",\n            \"description\": null,\n            \"createdDate\": \"2019-01-23T22:09:20.14\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-01-27T22:16:28.967\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"ActualCosts\"\n        },\n        {\n            \"processId\": \"4f37b19a-70ff-4714-9718-8dc3bcea8db0\",\n            \"processName\": \"01948\",\n            \"prefix\": \"948\",\n            \"description\": null,\n            \"createdDate\": \"2013-08-27T20:12:55.213\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2019-01-30T02:23:01.657\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"Commitment\"\n        },\n        {\n            \"processId\": \"f20508e3-cc94-4a4e-86dc-07872ee748e2\",\n            \"processName\": \"ESD-10577\",\n            \"prefix\": \"10577\",\n            \"description\": null,\n            \"createdDate\": \"2019-01-31T11:52:44.747\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-01-31T11:52:44.747\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"2a402b35-fb4b-4bc0-9e3a-f354d59ab945\",\n            \"processName\": \"test\",\n            \"prefix\": \"test\",\n            \"description\": null,\n            \"createdDate\": \"2019-02-01T21:54:04.733\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-02-01T21:54:13.923\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"a8d384da-d4a6-4556-804e-8c1c5560023b\",\n            \"processName\": \"test\",\n            \"prefix\": \"1234\",\n            \"description\": null,\n            \"createdDate\": \"2019-02-22T21:13:01.26\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-02-22T21:13:01.26\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"1b0059dc-f9d4-40fc-bb58-6d7b31d7dbf9\",\n            \"processName\": \"ESD-10597\",\n            \"prefix\": \"10597\",\n            \"description\": null,\n            \"createdDate\": \"2019-03-28T19:24:27.007\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-03-28T19:26:28.607\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"cecd5111-4d07-4fb0-9f60-2c1f848bc6ec\",\n            \"processName\": \"Commitment Process\",\n            \"prefix\": \"CP\",\n            \"description\": null,\n            \"createdDate\": \"2019-04-09T13:26:45.103\",\n            \"createdById\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"createdBy\": \"Maria Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-04-09T13:27:06.63\",\n            \"lastModifiedById\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"lastModifiedBy\": \"Maria Lerma Tejada\",\n            \"costIntegrationType\": \"Commitment\"\n        },\n        {\n            \"processId\": \"56a7e878-1eca-45c1-b8f6-80bd634f32d0\",\n            \"processName\": \"ESD-11038\",\n            \"prefix\": \"11038\",\n            \"description\": null,\n            \"createdDate\": \"2019-05-07T14:12:08.17\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-05-07T14:13:49.647\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"5a0eff6b-d7a2-4dea-810f-6d6c8d9c968b\",\n            \"processName\": \"test\",\n            \"prefix\": \"12345\",\n            \"description\": null,\n            \"createdDate\": \"2019-05-10T18:01:23.043\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-05-10T18:01:23.043\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"Commitment\"\n        },\n        {\n            \"processId\": \"6c902932-561a-4eca-a19c-51c7ff045f8e\",\n            \"processName\": \"Shakyma\",\n            \"prefix\": \"shaky\",\n            \"description\": null,\n            \"createdDate\": \"2019-04-26T16:50:32.117\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-05-14T20:57:49.557\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"Commitment\"\n        },\n        {\n            \"processId\": \"63cee581-1bb5-49c1-abd7-3ef75e685c0e\",\n            \"processName\": \"ESD-11065\",\n            \"prefix\": \"11065\",\n            \"description\": null,\n            \"createdDate\": \"2019-05-16T19:48:28.35\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-05-16T19:51:35.16\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"494db8f1-2441-4264-8bda-d405f4bfa5c4\",\n            \"processName\": \"ESD-11418\",\n            \"prefix\": \"11418\",\n            \"description\": null,\n            \"createdDate\": \"2019-06-13T15:15:51.213\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-06-13T15:21:03.353\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"e75ef94a-6fd7-4d0c-90ca-d7050492610b\",\n            \"processName\": \"ESD-11427\",\n            \"prefix\": \"11427\",\n            \"description\": null,\n            \"createdDate\": \"2019-06-14T14:13:03.193\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-06-14T14:14:02.523\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"d2a68489-8dda-452e-804b-dcba8bbc2deb\",\n            \"processName\": \"ESD-11242\",\n            \"prefix\": \"11242\",\n            \"description\": null,\n            \"createdDate\": \"2019-06-14T19:45:13.897\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-06-14T19:46:07.263\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"09565542-a783-419b-987b-3a5dad23518e\",\n            \"processName\": \"ESD-11445\",\n            \"prefix\": \"11445\",\n            \"description\": null,\n            \"createdDate\": \"2019-06-17T18:02:20.66\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-06-17T18:02:20.66\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"83794643-950d-4b64-91ff-c00bd872026a\",\n            \"processName\": \"ESD-11162\",\n            \"prefix\": \"11162\",\n            \"description\": null,\n            \"createdDate\": \"2019-06-24T15:58:07.713\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-06-24T17:48:16.227\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"c7c4538b-f88a-42ac-b15b-4a502200edcf\",\n            \"processName\": \"ESD-11553\",\n            \"prefix\": \"11553\",\n            \"description\": null,\n            \"createdDate\": \"2019-07-18T17:40:02.4\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-07-18T17:40:12.777\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"c62a82d2-c48c-4720-878f-2205f5e1f777\",\n            \"processName\": \"ESD-11627\",\n            \"prefix\": \"11627\",\n            \"description\": null,\n            \"createdDate\": \"2019-07-25T14:11:24.32\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-07-25T14:12:45.007\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"55d2a530-7495-43ff-8edc-15d7b4d42ca5\",\n            \"processName\": \"ESD-11653\",\n            \"prefix\": \"11653\",\n            \"description\": null,\n            \"createdDate\": \"2019-07-26T18:52:59.08\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-07-26T18:54:34.007\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"6b135bc2-54bf-4e50-8a18-2030e94a9ea5\",\n            \"processName\": \"ESD-11583\",\n            \"prefix\": \"11583\",\n            \"description\": null,\n            \"createdDate\": \"2019-07-29T18:57:35.023\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-07-29T19:01:53.077\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"a66fef23-7539-42bd-84ae-a7cc02d84a89\",\n            \"processName\": \"ESD-11732\",\n            \"prefix\": \"11732\",\n            \"description\": null,\n            \"createdDate\": \"2019-08-06T17:25:02.737\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-08-06T17:27:05.827\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"686c7384-70b3-4cbf-abf5-39dd33e3b9ad\",\n            \"processName\": \"ESD-11787\",\n            \"prefix\": \"11787\",\n            \"description\": null,\n            \"createdDate\": \"2019-08-21T14:50:29.22\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-08-21T14:52:03.16\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"7fb0fbef-106d-4c13-a243-1ca3ed38d2cf\",\n            \"processName\": \"8.27.19 cost\",\n            \"prefix\": \"99999\",\n            \"description\": null,\n            \"createdDate\": \"2019-08-27T20:52:47.06\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-08-27T20:54:08.91\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"BudgetChange\"\n        },\n        {\n            \"processId\": \"389c3a83-e6ac-4687-8e81-151861bef1e8\",\n            \"processName\": \"8.27.19 non-cost\",\n            \"prefix\": \"99998\",\n            \"description\": null,\n            \"createdDate\": \"2019-08-27T20:54:24.963\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-08-27T20:55:01.84\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"c71f3da5-e883-4c71-92de-ac00ac2bffa6\",\n            \"processName\": \"EPP-335\",\n            \"prefix\": \"335\",\n            \"description\": null,\n            \"createdDate\": \"2019-09-22T15:24:58.573\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2019-09-22T15:24:58.573\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"DynamicMasterCommitmentLineItems\"\n        },\n        {\n            \"processId\": \"a8da638f-3ca6-4664-bb9d-7cbe1d2c1cc2\",\n            \"processName\": \"test\",\n            \"prefix\": \"test1\",\n            \"description\": null,\n            \"createdDate\": \"2020-01-24T17:05:06.373\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-01-24T17:05:17.167\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"82a94c2d-cca7-40c2-8ad2-099c086a1d8d\",\n            \"processName\": \"ESD-12985\",\n            \"prefix\": \"12985\",\n            \"description\": null,\n            \"createdDate\": \"2020-02-24T16:48:07.967\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-02-24T16:48:07.967\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"c3cfe75a-68da-453e-8e8c-486f0e7e9ece\",\n            \"processName\": \"test3.07\",\n            \"prefix\": \"3.07\",\n            \"description\": null,\n            \"createdDate\": \"2020-03-07T13:22:31.037\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-03-07T13:23:51.62\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"4e4352ca-a439-473c-a3bc-1f275cfcf07c\",\n            \"processName\": \"test3.072\",\n            \"prefix\": \"3.072\",\n            \"description\": null,\n            \"createdDate\": \"2020-03-09T10:44:49.427\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-03-07T23:11:47.723\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"Commitment\"\n        },\n        {\n            \"processId\": \"548b9394-c608-4dc5-ac2b-cdda2809ce58\",\n            \"processName\": \"Usiku master plan\",\n            \"prefix\": \"84621\",\n            \"description\": null,\n            \"createdDate\": \"2020-03-10T17:15:32.433\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-03-10T17:15:46.037\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"1d40fa3a-a831-4a76-bc04-b76e131fd9e8\",\n            \"processName\": \"workflowQueue\",\n            \"prefix\": \"wq\",\n            \"description\": null,\n            \"createdDate\": \"2020-03-29T22:00:57.013\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-03-29T22:02:33.95\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"58abeeb8-8f14-43b1-8610-5eb770f4f88c\",\n            \"processName\": \"ESD-13302\",\n            \"prefix\": \"13302\",\n            \"description\": null,\n            \"createdDate\": \"2020-03-31T21:11:41.277\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-03-31T21:13:37.63\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"11baef3f-07b4-4267-8b1e-91f0c4a7b199\",\n            \"processName\": \"ESD-13302 copy\",\n            \"prefix\": \"133..\",\n            \"description\": null,\n            \"createdDate\": \"2020-03-31T21:27:50.893\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-03-31T21:28:21.63\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"DynamicMasterCommitmentLineItems\"\n        },\n        {\n            \"processId\": \"fb4f10cb-bf57-4b22-a3ca-afb9f8651ee5\",\n            \"processName\": \"ESD-13012 commitment\",\n            \"prefix\": \"1301a\",\n            \"description\": null,\n            \"createdDate\": \"2020-04-02T21:47:38.89\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-04-02T21:59:00.163\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": \"DynamicMasterCommitmentLineItems\"\n        },\n        {\n            \"processId\": \"2d88ddce-712a-481d-89b3-42422cb3c381\",\n            \"processName\": \"ESD-11624\",\n            \"prefix\": \"11624\",\n            \"description\": null,\n            \"createdDate\": \"2019-08-12T17:34:43.687\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-04-04T03:46:23.64\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"88d32498-9b49-4775-9640-38e831aafa23\",\n            \"processName\": \"process lookup B\",\n            \"prefix\": \"lkp B\",\n            \"description\": null,\n            \"createdDate\": \"2020-04-15T12:49:22.007\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-04-16T15:09:34.657\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"dfb2dfdc-197e-474a-8595-7c0cb71df319\",\n            \"processName\": \"Spawn Process\",\n            \"prefix\": \"spawn\",\n            \"description\": null,\n            \"createdDate\": \"2020-04-17T14:50:49.813\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-04-17T14:51:31.45\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"e0709f81-2056-4637-b7d2-a0390645f0fd\",\n            \"processName\": \"ESD-13497\",\n            \"prefix\": \"13497\",\n            \"description\": null,\n            \"createdDate\": \"2020-04-28T22:39:48.097\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-04-28T22:39:59.627\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"ded1e56c-5fe8-4138-a521-9cb284cdf453\",\n            \"processName\": \"dynamic budget line items\",\n            \"prefix\": \"dbli\",\n            \"description\": null,\n            \"createdDate\": \"2020-06-01T16:33:54.493\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-06-01T16:34:14.497\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"78468383-bc8f-4d81-9de2-f4c0d917fc4a\",\n            \"processName\": \"ESD-12880 Dynamic Grid Item Duplicate Issue\",\n            \"prefix\": \"12880\",\n            \"description\": null,\n            \"createdDate\": \"2020-06-02T10:14:09.313\",\n            \"createdById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"createdBy\": \"Prerak Parikh\",\n            \"lastModifiedDate\": \"2020-06-02T10:19:36.74\",\n            \"lastModifiedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"lastModifiedBy\": \"Prerak Parikh\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"93b897f3-a303-4715-a92f-73ef7167decd\",\n            \"processName\": \"ESD-13748\",\n            \"prefix\": \"13748\",\n            \"description\": null,\n            \"createdDate\": \"2020-06-16T15:57:45.797\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-06-16T15:59:56.23\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"c9892d6e-c049-48fc-bafe-a1368629784c\",\n            \"processName\": \"test3.073\",\n            \"prefix\": \"3.073\",\n            \"description\": null,\n            \"createdDate\": \"2020-05-07T14:02:38.573\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-07-01T16:01:17.427\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"a77e1ce7-3394-4d81-951b-22194f2126d4\",\n            \"processName\": \"test3.071\",\n            \"prefix\": \"3.071\",\n            \"description\": null,\n            \"createdDate\": \"2020-03-07T13:25:42.283\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-07-01T16:02:49.54\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"c2f46b10-f453-4dd3-b5c9-8964e8d76e68\",\n            \"processName\": \"dynamic grid\",\n            \"prefix\": \"dg\",\n            \"description\": null,\n            \"createdDate\": \"2020-07-24T01:19:49.387\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-07-24T01:20:00.727\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        },\n        {\n            \"processId\": \"18334922-d23a-4e34-a7bc-76b094a1fad3\",\n            \"processName\": \"process lookup A\",\n            \"prefix\": \"lkp A\",\n            \"description\": null,\n            \"createdDate\": \"2018-12-05T22:13:37.4\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedDate\": \"2020-07-30T21:33:38.29\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"costIntegrationType\": null\n        }\n    ]\n}"},{"id":"7a59b426-5c6b-4205-8b5f-1dfda05f850c","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessTypes?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessTypes"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"processId\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"prefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"costIntegrationType\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"37ee856c-9374-4839-965e-7dfcc590a78b"},{"name":"Processes Find By Id","id":"536c9c28-7d91-4c02-acd2-efa877a9d7cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ProcessTypes/:processId?schema=false","description":"<p>Returns a process type.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ProcessTypes",":processId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"936fa7d9-5f0b-4f21-b204-0bfaf80ec15a","description":{"content":"<p>GUID for process</p>\n","type":"text/plain"},"type":"any","value":"","key":"processId"},{"id":"5bd2d876-bd67-48c0-a756-a3536e66715d","type":"any","value":"non id","key":"id"}]}},"response":[{"id":"cb5b00ed-4bc0-450b-b607-1ef90c77b00c","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessTypes/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessTypes",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"processTypes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ProcessTypes/0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"processId\": \"0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0\",\n            \"processName\": \"Project Status Report\",\n            \"prefix\": \"PSR\",\n            \"description\": null,\n            \"createdDate\": \"2012-12-07T20:33:06.683\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-12-07T21:25:50.68\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": null\n        }\n    ]\n}"}],"variable":[{"id":"936fa7d9-5f0b-4f21-b204-0bfaf80ec15a","key":"processId","value":"","type":"any","description":"GUID for process"},{"id":"5bd2d876-bd67-48c0-a756-a3536e66715d","key":"id","value":"non id","type":"any"}],"_postman_id":"536c9c28-7d91-4c02-acd2-efa877a9d7cd"},{"name":"Processes Find By Id Custom Fields","id":"ab1ca8fb-edfc-4c91-aa9e-6bd4f6124907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ProcessTypes/:processId/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a process type and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ProcessTypes",":processId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"5641e78c-98ed-46d9-89c7-030cf1fc197f","description":{"content":"<p>GUID for process</p>\n","type":"text/plain"},"type":"any","value":"","key":"processId"},{"id":"3c3c4752-6c32-45ac-830f-02851f5778ec","type":"any","value":"non id","key":"id"}]}},"response":[{"id":"99409fd9-8483-4342-b27b-7aadd86c6720","name":"Processes Find By Id Custom Fields","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessTypes/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessTypes",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"processTypes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ProcessTypes/0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 23,\n        \"totalRecords\": 23\n    },\n    \"records\": [\n        {\n            \"processId\": \"0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0\",\n            \"processName\": \"Project Status Report\",\n            \"prefix\": \"PSR\",\n            \"description\": null,\n            \"createdDate\": \"2012-12-07T20:33:06.683\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-12-07T21:25:50.68\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"Account User\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Assistant Supervisor\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Date\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Date of type String\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Decimal\",\n            \"value\": null\n        },\n        {\n            \"name\": \"decimal 0 places\",\n            \"value\": null\n        },\n        {\n            \"name\": \"decimal 1 places\",\n            \"value\": null\n        },\n        {\n            \"name\": \"decimal no places\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Drop Down List\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Estimated Cost to Complete\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Inspection Supervisor\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Integer\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Issue Found\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Issue Type\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Multi-Pick\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Process Custom Field\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Process Custom Field 2\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Process Custom Field 3\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Process Notice of Non-Compliance Counter\",\n            \"value\": null\n        },\n        {\n            \"name\": \"String\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Text Block\",\n            \"value\": null\n        },\n        {\n            \"name\": \"User in Role\",\n            \"value\": null\n        },\n        {\n            \"name\": \"User in Role on Project\",\n            \"value\": null\n        }\n    ]\n}"}],"variable":[{"id":"5641e78c-98ed-46d9-89c7-030cf1fc197f","key":"processId","value":"","type":"any","description":"GUID for process"},{"id":"3c3c4752-6c32-45ac-830f-02851f5778ec","key":"id","value":"non id","type":"any"}],"_postman_id":"ab1ca8fb-edfc-4c91-aa9e-6bd4f6124907"},{"name":"Processes Find By Id Instances","id":"ba94fdd4-60fd-4488-a0b8-98982436d4a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ProcessTypes/:processId/instances?offset=0&limit=100&schema=false","description":"<p>Returns a processType and its instances.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ProcessTypes",":processId","instances"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"ebe607cd-e2ff-4126-a5e7-97ed2ebfd846","description":{"content":"<p>GUID for process</p>\n","type":"text/plain"},"type":"any","value":"","key":"processId"},{"id":"0c0c3812-8bbb-4d75-9bc8-b9d48b995d98","type":"any","value":"non id","key":"id"}]}},"response":[{"id":"a1ede665-54c9-40af-9e45-e40e368b2d7f","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessTypes/:id/instances?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessTypes",":id","instances"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"processTypes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ProcessTypes/0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0/instances\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 2\n    },\n    \"records\": [\n        {\n            \"processId\": \"0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0\",\n            \"processName\": \"Project Status Report\",\n            \"prefix\": \"PSR\",\n            \"description\": null,\n            \"createdDate\": \"2012-12-07T20:33:06.683\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-12-07T21:25:50.68\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"costIntegrationType\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"instanceId\": \"13308e4f-2a15-400e-a29b-9c7a08ac72de\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"processId\": \"0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0\",\n            \"counterPrefix\": null,\n            \"companyName\": \"uruit\",\n            \"currentStep\": \"Program Manager\",\n            \"instanceStatusValue\": 1,\n            \"instanceStatus\": \"Open\",\n            \"open\": \"Yes\",\n            \"processCounter\": 1,\n            \"processStatusValue\": 1,\n            \"processStatus\": \"Submitted\",\n            \"processSubject\": \"test\",\n            \"mostRecentComment\": null,\n            \"createdByCompany\": \"uruit\",\n            \"createdById\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"createdBy\": \"julio ruiz\",\n            \"acceptedById\": null,\n            \"acceptedBy\": null,\n            \"processName\": \"Project Status Report\",\n            \"processPrefix\": \"PSR\",\n            \"responsibleActors\": \"Kanna Kurra, Jonah Mendez, Greg Schramm\",\n            \"dateCreated\": \"2017-09-13T15:02:29.873\",\n            \"dateDue\": null,\n            \"dateFinished\": null,\n            \"stepDateDue\": null,\n            \"processVariance\": null,\n            \"stepVariance\": null,\n            \"processAge\": null,\n            \"stepAge\": 1255.3,\n            \"processDocument\": \"PSR #00001 - test\",\n            \"costIntegrationType\": null,\n            \"mappedCostId\": null,\n            \"dateSubmitted\": \"2017-09-13T15:02:29.873\",\n            \"stepDateCreated\": \"2017-09-13T15:02:35.623\",\n            \"submittedById\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"submittedBy\": \"ruiz, julio\",\n            \"submittedByCompanyName\": \"uruit\",\n            \"workdayDateDue\": null,\n            \"stepWorkdayDateDue\": null\n        },\n        {\n            \"instanceId\": \"ed42f45e-4b0b-4787-80cc-e506b51665a5\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"processId\": \"0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0\",\n            \"counterPrefix\": null,\n            \"companyName\": \"uruit\",\n            \"currentStep\": \"Program Manager\",\n            \"instanceStatusValue\": 1,\n            \"instanceStatus\": \"Open\",\n            \"open\": \"Yes\",\n            \"processCounter\": 2,\n            \"processStatusValue\": 1,\n            \"processStatus\": \"Submitted\",\n            \"processSubject\": \"test 2\",\n            \"mostRecentComment\": null,\n            \"createdByCompany\": \"uruit\",\n            \"createdById\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"createdBy\": \"julio ruiz\",\n            \"acceptedById\": null,\n            \"acceptedBy\": null,\n            \"processName\": \"Project Status Report\",\n            \"processPrefix\": \"PSR\",\n            \"responsibleActors\": \"Kanna Kurra, Jonah Mendez, Greg Schramm\",\n            \"dateCreated\": \"2017-09-13T15:10:22.337\",\n            \"dateDue\": null,\n            \"dateFinished\": null,\n            \"stepDateDue\": null,\n            \"processVariance\": null,\n            \"stepVariance\": null,\n            \"processAge\": null,\n            \"stepAge\": 1255.3,\n            \"processDocument\": \"PSR #00002 - test 2\",\n            \"costIntegrationType\": null,\n            \"mappedCostId\": null,\n            \"dateSubmitted\": \"2017-09-13T15:10:22.337\",\n            \"stepDateCreated\": \"2017-09-13T15:10:26.12\",\n            \"submittedById\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"submittedBy\": \"ruiz, julio\",\n            \"submittedByCompanyName\": \"uruit\",\n            \"workdayDateDue\": null,\n            \"stepWorkdayDateDue\": null\n        }\n    ]\n}"},{"id":"a06502de-dd9a-430f-aab6-73ac6541af69","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessTypes/:id/instances?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessTypes",":id","instances"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"non id","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"instanceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"processId\": {\n                        \"type\": \"string\"\n                    },\n                    \"counterPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"currentStep\": {\n                        \"type\": \"string\"\n                    },\n                    \"instanceStatusValue\": {\n                        \"type\": \"integer\"\n                    },\n                    \"instanceStatus\": {\n                        \"type\": \"string\"\n                    },\n                    \"open\": {\n                        \"type\": \"string\"\n                    },\n                    \"processCounter\": {\n                        \"type\": \"integer\"\n                    },\n                    \"processStatusValue\": {\n                        \"type\": \"integer\"\n                    },\n                    \"processStatus\": {\n                        \"type\": \"string\"\n                    },\n                    \"processSubject\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentComment\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdByCompany\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"acceptedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"acceptedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"processPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"responsibleActors\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateFinished\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"stepDateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"processVariance\": {\n                        \"type\": \"number\"\n                    },\n                    \"stepVariance\": {\n                        \"type\": \"number\"\n                    },\n                    \"processAge\": {\n                        \"type\": \"number\"\n                    },\n                    \"stepAge\": {\n                        \"type\": \"number\"\n                    },\n                    \"processDocument\": {\n                        \"type\": \"string\"\n                    },\n                    \"costIntegrationType\": {\n                        \"type\": \"string\"\n                    },\n                    \"mappedCostId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateSubmitted\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"stepDateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedByCompanyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"workdayDateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"stepWorkdayDateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"processId\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"prefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"costIntegrationType\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"ebe607cd-e2ff-4126-a5e7-97ed2ebfd846","key":"processId","value":"","type":"any","description":"GUID for process"},{"id":"0c0c3812-8bbb-4d75-9bc8-b9d48b995d98","key":"id","value":"non id","type":"any"}],"_postman_id":"ba94fdd4-60fd-4488-a0b8-98982436d4a4"},{"name":"Processes Find Project Instance By Id","id":"1c410ae7-26dd-4d12-a36d-a61e6924aab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ProcessInstances/:instanceId?schema=false","description":"<p>Returns a process instance.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ProcessInstances",":instanceId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"eef94152-ac50-4330-904f-366c1368c50a","description":{"content":"<p>GUID for process instance</p>\n","type":"text/plain"},"type":"any","value":"","key":"instanceId"},{"id":"e76468b2-f657-43f8-bb9b-52673e678d56","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"b45426e4-9139-4ac1-b992-c4b561fe69d5","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessInstances/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessInstances",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"13308e4f-2a15-400e-a29b-9c7a08ac72de","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"processes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ProcessInstances/13308e4f-2a15-400e-a29b-9c7a08ac72de\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"instanceId\": \"13308e4f-2a15-400e-a29b-9c7a08ac72de\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"processId\": \"0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0\",\n            \"counterPrefix\": null,\n            \"companyName\": \"uruit\",\n            \"currentStep\": \"Program Manager\",\n            \"instanceStatusValue\": 1,\n            \"instanceStatus\": \"Open\",\n            \"open\": \"Yes\",\n            \"processCounter\": 1,\n            \"processStatusValue\": 1,\n            \"processStatus\": \"Submitted\",\n            \"processSubject\": \"test\",\n            \"mostRecentComment\": null,\n            \"createdByCompany\": \"uruit\",\n            \"createdById\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"createdBy\": \"julio ruiz\",\n            \"acceptedById\": null,\n            \"acceptedBy\": null,\n            \"processName\": \"Project Status Report\",\n            \"processPrefix\": \"PSR\",\n            \"responsibleActors\": \"Kanna Kurra, Jonah Mendez, Greg Schramm\",\n            \"dateCreated\": \"2017-09-13T15:02:29.873\",\n            \"dateDue\": null,\n            \"dateFinished\": null,\n            \"stepDateDue\": null,\n            \"processVariance\": null,\n            \"stepVariance\": null,\n            \"processAge\": null,\n            \"stepAge\": 1258.2,\n            \"processDocument\": \"PSR #00001 - test\",\n            \"costIntegrationType\": null,\n            \"mappedCostId\": null,\n            \"dateSubmitted\": \"2017-09-13T15:02:29.873\",\n            \"stepDateCreated\": \"2017-09-13T15:02:35.623\",\n            \"submittedById\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"submittedBy\": \"ruiz, julio\",\n            \"submittedByCompanyName\": \"uruit\",\n            \"workdayDateDue\": null,\n            \"stepWorkdayDateDue\": null\n        }\n    ]\n}"},{"id":"f04cf224-40f6-4567-8178-8705cfd359c8","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessInstances/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessInstances",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"instanceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"processId\": {\n                        \"type\": \"string\"\n                    },\n                    \"counterPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"currentStep\": {\n                        \"type\": \"string\"\n                    },\n                    \"instanceStatusValue\": {\n                        \"type\": \"integer\"\n                    },\n                    \"instanceStatus\": {\n                        \"type\": \"string\"\n                    },\n                    \"open\": {\n                        \"type\": \"string\"\n                    },\n                    \"processCounter\": {\n                        \"type\": \"integer\"\n                    },\n                    \"processStatusValue\": {\n                        \"type\": \"integer\"\n                    },\n                    \"processStatus\": {\n                        \"type\": \"string\"\n                    },\n                    \"processSubject\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentComment\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdByCompany\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"acceptedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"acceptedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"processPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"responsibleActors\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateFinished\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"stepDateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"processVariance\": {\n                        \"type\": \"number\"\n                    },\n                    \"stepVariance\": {\n                        \"type\": \"number\"\n                    },\n                    \"processAge\": {\n                        \"type\": \"number\"\n                    },\n                    \"stepAge\": {\n                        \"type\": \"number\"\n                    },\n                    \"processDocument\": {\n                        \"type\": \"string\"\n                    },\n                    \"costIntegrationType\": {\n                        \"type\": \"string\"\n                    },\n                    \"mappedCostId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateSubmitted\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"stepDateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedByCompanyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"workdayDateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"stepWorkdayDateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"eef94152-ac50-4330-904f-366c1368c50a","key":"instanceId","value":"","type":"any","description":"GUID for process instance"},{"id":"e76468b2-f657-43f8-bb9b-52673e678d56","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"1c410ae7-26dd-4d12-a36d-a61e6924aab8"},{"name":"Processes Find Process Instance By Id Data Fields","id":"e5077640-72d2-4c0a-bed8-b214c1fe1def","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ProcessInstances/:instanceId/dataFields?offset=0&limit=100&schema=false","description":"<p>Returns a process instance and its data fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ProcessInstances",":instanceId","dataFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"b8b9e398-2db0-4d2a-ab89-4a278b152451","description":{"content":"<p>GUID for process instance</p>\n","type":"text/plain"},"type":"any","value":"","key":"instanceId"},{"id":"f3bd7cbc-abe9-4327-a879-a0f2cc89ac4e","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"9bcab3b2-aa92-4cb0-9919-6e2de51b424b","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessInstances/:id/dataFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessInstances",":id","dataFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"13308e4f-2a15-400e-a29b-9c7a08ac72de","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"processes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ProcessInstances/13308e4f-2a15-400e-a29b-9c7a08ac72de/dataFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"instanceId\": \"13308e4f-2a15-400e-a29b-9c7a08ac72de\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"processId\": \"0e5d96f3-0885-47ff-9d78-4aa8e6f2cef0\",\n            \"counterPrefix\": null,\n            \"companyName\": \"uruit\",\n            \"currentStep\": \"Program Manager\",\n            \"instanceStatusValue\": 1,\n            \"instanceStatus\": \"Open\",\n            \"open\": \"Yes\",\n            \"processCounter\": 1,\n            \"processStatusValue\": 1,\n            \"processStatus\": \"Submitted\",\n            \"processSubject\": \"test\",\n            \"mostRecentComment\": null,\n            \"createdByCompany\": \"uruit\",\n            \"createdById\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"createdBy\": \"julio ruiz\",\n            \"acceptedById\": null,\n            \"acceptedBy\": null,\n            \"processName\": \"Project Status Report\",\n            \"processPrefix\": \"PSR\",\n            \"responsibleActors\": \"Kanna Kurra, Jonah Mendez, Greg Schramm\",\n            \"dateCreated\": \"2017-09-13T15:02:29.873\",\n            \"dateDue\": null,\n            \"dateFinished\": null,\n            \"stepDateDue\": null,\n            \"processVariance\": null,\n            \"stepVariance\": null,\n            \"processAge\": null,\n            \"stepAge\": 1258.2,\n            \"processDocument\": \"PSR #00001 - test\",\n            \"costIntegrationType\": null,\n            \"mappedCostId\": null,\n            \"dateSubmitted\": \"2017-09-13T15:02:29.873\",\n            \"stepDateCreated\": \"2017-09-13T15:02:35.623\",\n            \"submittedById\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"submittedBy\": \"ruiz, julio\",\n            \"submittedByCompanyName\": \"uruit\",\n            \"workdayDateDue\": null,\n            \"stepWorkdayDateDue\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"aStatus\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Status\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"ae65f43d-d957-4759-a396-23b9452b84f4","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessInstances/:id/dataFields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessInstances",":id","dataFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"instanceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"processId\": {\n                        \"type\": \"string\"\n                    },\n                    \"counterPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"currentStep\": {\n                        \"type\": \"string\"\n                    },\n                    \"instanceStatusValue\": {\n                        \"type\": \"integer\"\n                    },\n                    \"instanceStatus\": {\n                        \"type\": \"string\"\n                    },\n                    \"open\": {\n                        \"type\": \"string\"\n                    },\n                    \"processCounter\": {\n                        \"type\": \"integer\"\n                    },\n                    \"processStatusValue\": {\n                        \"type\": \"integer\"\n                    },\n                    \"processStatus\": {\n                        \"type\": \"string\"\n                    },\n                    \"processSubject\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentComment\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdByCompany\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"acceptedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"acceptedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"processPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"responsibleActors\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateFinished\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"stepDateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"processVariance\": {\n                        \"type\": \"number\"\n                    },\n                    \"stepVariance\": {\n                        \"type\": \"number\"\n                    },\n                    \"processAge\": {\n                        \"type\": \"number\"\n                    },\n                    \"stepAge\": {\n                        \"type\": \"number\"\n                    },\n                    \"processDocument\": {\n                        \"type\": \"string\"\n                    },\n                    \"costIntegrationType\": {\n                        \"type\": \"string\"\n                    },\n                    \"mappedCostId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateSubmitted\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"stepDateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedByCompanyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"workdayDateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"stepWorkdayDateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"b8b9e398-2db0-4d2a-ab89-4a278b152451","key":"instanceId","value":"","type":"any","description":"GUID for process instance"},{"id":"f3bd7cbc-abe9-4327-a879-a0f2cc89ac4e","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"e5077640-72d2-4c0a-bed8-b214c1fe1def"},{"name":"Processes Find Process Instance By Id Dynamic Grids","id":"1891a74f-355c-4f58-9033-332c451e268d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ProcessInstances/:instanceId/dynamicGrids?offset=0&limit=100&schema=false","description":"<p>Returns a dynamic grid.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ProcessInstances",":instanceId","dynamicGrids"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"33148920-e663-4c78-beff-e00bb5baa375","description":{"content":"<p>GUID for process instance</p>\n","type":"text/plain"},"type":"any","value":"","key":"instanceId"},{"id":"f435cd6f-82ed-4344-91bb-d2d93ee8c952","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"8d863a98-c0c0-42bf-8f45-8d9cf5ad1ad5","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessInstances/:id/dynamicGrids?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessInstances",":id","dynamicGrids"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"cda0661f-0a34-40f3-a220-c16493b409eb","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"processes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ProcessInstances/cda0661f-0a34-40f3-a220-c16493b409eb/dynamicGrids\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"instanceId\": \"cda0661f-0a34-40f3-a220-c16493b409eb\",\n            \"projectId\": \"82b514fc-1cd6-494e-b52e-925facdbf886\",\n            \"processId\": \"78468383-bc8f-4d81-9de2-f4c0d917fc4a\",\n            \"counterPrefix\": null,\n            \"companyName\": \"SigmaSolve\",\n            \"currentStep\": null,\n            \"instanceStatusValue\": 0,\n            \"instanceStatus\": \"Draft\",\n            \"open\": \"Yes\",\n            \"processCounter\": null,\n            \"processStatusValue\": 0,\n            \"processStatus\": \"NotAssigned\",\n            \"processSubject\": \"[No subject]\",\n            \"mostRecentComment\": null,\n            \"createdByCompany\": \"SigmaSolve\",\n            \"createdById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"createdBy\": \"Prerak Parikh\",\n            \"acceptedById\": null,\n            \"acceptedBy\": null,\n            \"processName\": \"ESD-12880 Dynamic Grid Item Duplicate Issue\",\n            \"processPrefix\": \"12880\",\n            \"responsibleActors\": null,\n            \"dateCreated\": \"2020-06-05T13:21:30.133\",\n            \"dateDue\": null,\n            \"dateFinished\": null,\n            \"stepDateDue\": null,\n            \"processVariance\": null,\n            \"stepVariance\": null,\n            \"processAge\": null,\n            \"stepAge\": null,\n            \"processDocument\": null,\n            \"costIntegrationType\": null,\n            \"mappedCostId\": null,\n            \"dateSubmitted\": null,\n            \"stepDateCreated\": null,\n            \"submittedById\": null,\n            \"submittedBy\": null,\n            \"submittedByCompanyName\": null,\n            \"workdayDateDue\": null,\n            \"stepWorkdayDateDue\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"dynamicGridId\": \"10b9dbba-f0d2-46f3-960d-c395aa4920ff\",\n            \"name\": \"ESD-12880\",\n            \"dateCreated\": \"2020-06-02T10:13:37.163\",\n            \"lastModifiedDate\": \"2020-06-02T10:13:37.133\",\n            \"createdById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"createdBy\": \"Prerak Parikh\",\n            \"lastModifiedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"lastModifiedBy\": \"Prerak Parikh\"\n        }\n    ]\n}"},{"id":"21c5eaf6-b08f-4d16-ab87-5532f0cc87df","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessInstances/:id/dynamicGrids?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessInstances",":id","dynamicGrids"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"dynamicGridId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"instanceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"processId\": {\n                        \"type\": \"string\"\n                    },\n                    \"counterPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"currentStep\": {\n                        \"type\": \"string\"\n                    },\n                    \"instanceStatusValue\": {\n                        \"type\": \"integer\"\n                    },\n                    \"instanceStatus\": {\n                        \"type\": \"string\"\n                    },\n                    \"open\": {\n                        \"type\": \"string\"\n                    },\n                    \"processCounter\": {\n                        \"type\": \"integer\"\n                    },\n                    \"processStatusValue\": {\n                        \"type\": \"integer\"\n                    },\n                    \"processStatus\": {\n                        \"type\": \"string\"\n                    },\n                    \"processSubject\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentComment\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdByCompany\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"acceptedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"acceptedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"processPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"responsibleActors\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateFinished\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"stepDateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"processVariance\": {\n                        \"type\": \"number\"\n                    },\n                    \"stepVariance\": {\n                        \"type\": \"number\"\n                    },\n                    \"processAge\": {\n                        \"type\": \"number\"\n                    },\n                    \"stepAge\": {\n                        \"type\": \"number\"\n                    },\n                    \"processDocument\": {\n                        \"type\": \"string\"\n                    },\n                    \"costIntegrationType\": {\n                        \"type\": \"string\"\n                    },\n                    \"mappedCostId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateSubmitted\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"stepDateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedByCompanyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"workdayDateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"stepWorkdayDateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"33148920-e663-4c78-beff-e00bb5baa375","key":"instanceId","value":"","type":"any","description":"GUID for process instance"},{"id":"f435cd6f-82ed-4344-91bb-d2d93ee8c952","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"1891a74f-355c-4f58-9033-332c451e268d"},{"name":"Processes Find Dynamic Grid By Id","id":"864b50a5-9b5e-4d06-8cb0-30cc52160038","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ProcessInstances/:instanceId/dynamicGrids/:dynamicGridId?offset=0&limit=100&schema=false","description":"<p>Returns a process instance and its dynamic grids.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ProcessInstances",":instanceId","dynamicGrids",":dynamicGridId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"f32f6699-d685-459b-88e2-fac60d2dbda7","description":{"content":"<p>GUID for process instance</p>\n","type":"text/plain"},"type":"any","value":"","key":"instanceId"},{"id":"b3ea0229-e783-40b2-9edf-b7d7ee5baa50","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"dynamicGridId"},{"id":"2448b6a8-c018-4bcc-953d-3437078e3fa1","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"6fb073fe-e5ae-4751-8712-6088dd657695","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessInstances/:id/dynamicGrids/:dynamicGridId?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessInstances",":id","dynamicGrids",":dynamicGridId"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"cda0661f-0a34-40f3-a220-c16493b409eb","description":"(Required) "},{"key":"dynamicGridId","value":"10b9dbba-f0d2-46f3-960d-c395aa4920ff","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"dynamicGrids\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ProcessInstances/cda0661f-0a34-40f3-a220-c16493b409eb/dynamicGrids/10b9dbba-f0d2-46f3-960d-c395aa4920ff\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"dynamicGridId\": \"10b9dbba-f0d2-46f3-960d-c395aa4920ff\",\n            \"name\": \"ESD-12880\",\n            \"dateCreated\": \"2020-06-02T10:13:37.163\",\n            \"lastModifiedDate\": \"2020-06-02T10:13:37.133\",\n            \"createdById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"createdBy\": \"Prerak Parikh\",\n            \"lastModifiedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"lastModifiedBy\": \"Prerak Parikh\"\n        }\n    ]\n}"},{"id":"ce7f2172-df6a-452a-b56c-cbad3aba6daf","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessInstances/:id/dynamicGrids/:dynamicGridId?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessInstances",":id","dynamicGrids",":dynamicGridId"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "},{"key":"dynamicGridId","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"dynamicGridId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"f32f6699-d685-459b-88e2-fac60d2dbda7","key":"instanceId","value":"","type":"any","description":"GUID for process instance"},{"id":"b3ea0229-e783-40b2-9edf-b7d7ee5baa50","key":"dynamicGridId","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "},{"id":"2448b6a8-c018-4bcc-953d-3437078e3fa1","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"864b50a5-9b5e-4d06-8cb0-30cc52160038"},{"name":"Processes Find Dynamic Grid By Id Items","id":"7b4b9e41-0740-4c53-b968-91588e50b963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ProcessInstances/:instanceId/dynamicGrids/:dynamicGridId/items?offset=0&limit=100&schema=false","description":"<p>Returns a dynamic grid and its items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ProcessInstances",":instanceId","dynamicGrids",":dynamicGridId","items"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"b9385605-1211-4a97-ae1c-12e4840b2bf8","type":"any","value":"","key":"instanceId"},{"id":"19ff0672-e902-4cf8-a0fb-b0fd232237f7","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"dynamicGridId"},{"id":"e1c403cb-3cd1-4547-9725-62c0918fea51","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"dd02a33e-200e-433e-aee9-dd76a82ea087","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessInstances/:id/dynamicGrids/:dynamicGridId/items?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessInstances",":id","dynamicGrids",":dynamicGridId","items"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"cda0661f-0a34-40f3-a220-c16493b409eb","description":"(Required) "},{"key":"dynamicGridId","value":"10b9dbba-f0d2-46f3-960d-c395aa4920ff","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"dynamicGrids\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ProcessInstances/cda0661f-0a34-40f3-a220-c16493b409eb/dynamicGrids/10b9dbba-f0d2-46f3-960d-c395aa4920ff/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 2\n    },\n    \"records\": [\n        {\n            \"dynamicGridId\": \"10b9dbba-f0d2-46f3-960d-c395aa4920ff\",\n            \"name\": \"ESD-12880\",\n            \"dateCreated\": \"2020-06-02T10:13:37.163\",\n            \"lastModifiedDate\": \"2020-06-02T10:13:37.133\",\n            \"createdById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"createdBy\": \"Prerak Parikh\",\n            \"lastModifiedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"lastModifiedBy\": \"Prerak Parikh\"\n        }\n    ],\n    \"details\": [\n        {\n            \"rowNumber\": 1,\n            \"test\": \"test\"\n        },\n        {\n            \"rowNumber\": 2,\n            \"test\": \"test 1\"\n        }\n    ]\n}"},{"id":"ac1f64d8-d8cf-4afc-806c-5485152338c3","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ProcessInstances/:id/dynamicGrids/:dynamicGridId/items?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ProcessInstances",":id","dynamicGrids",":dynamicGridId","items"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "},{"key":"dynamicGridId","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"rowNumber\": {\n                        \"type\": \"integer\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"dynamicGridId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"b9385605-1211-4a97-ae1c-12e4840b2bf8","key":"instanceId","value":"","type":"any"},{"id":"19ff0672-e902-4cf8-a0fb-b0fd232237f7","key":"dynamicGridId","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "},{"id":"e1c403cb-3cd1-4547-9725-62c0918fea51","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"7b4b9e41-0740-4c53-b968-91588e50b963"}],"id":"0a76a2a1-5d51-4207-bc9e-770b62bb586e","description":"<p>The e-Builder Processes module (also referred to as Structured Workflow) is a collaborative system that automates business process according to a set of business rules.</p>\n<p>The Processes API provides access to the processes collection and related resources (Instances, Dynamic Cost Items, Data Fields, and Custom Fields).</p>\n","_postman_id":"0a76a2a1-5d51-4207-bc9e-770b62bb586e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Forecasts","item":[{"name":"Forecasts Get","id":"9fcb0c3a-8d62-4d20-809a-751593f99ea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Forecasts?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the forecasts collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Forecasts"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"f93748e9-5862-4e8e-ad2e-51dfff2b0ffe","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Forecasts?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Forecasts"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"forecasts\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Forecasts\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 2\n    },\n    \"records\": [\n        {\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"description\": null,\n            \"status\": 2,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-08-03T08:43:49.14\",\n            \"costSummarySnapshotId\": null\n        },\n        {\n            \"forecastId\": \"21a46ccb-7cea-46d0-a76c-0739487891ac\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"description\": null,\n            \"status\": 2,\n            \"createdById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"createdBy\": \"Chris Cummings\",\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-08-03T09:00:56.2\",\n            \"costSummarySnapshotId\": null\n        }\n    ]\n}"},{"id":"120f34c4-a81c-438d-86ea-94454f19aea8","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Forecasts?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Forecasts"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"forecastId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"integer\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"costSummarySnapshotId\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"9fcb0c3a-8d62-4d20-809a-751593f99ea7"},{"name":"Forecasts Find By Id","id":"6091d100-7c33-45ec-b797-23c0ccce5248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Forecasts/:forecastId?schema=false","description":"<p>Returns a forecast.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Forecasts",":forecastId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"0eefbb7c-0173-463a-8f90-05094a6ab6a4","description":{"content":"<p>GUID for forecast</p>\n","type":"text/plain"},"type":"any","value":"","key":"forecastId"},{"id":"3935051c-c25c-479b-abd6-f74a09428033","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"ae74a9bd-3b56-4e78-8850-ab11cae05ff2","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Forecasts/:forecastId?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Forecasts",":forecastId"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"forecastId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"forecasts\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Forecasts/cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"description\": null,\n            \"status\": 2,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-08-03T08:43:49.14\",\n            \"costSummarySnapshotId\": null\n        }\n    ]\n}"},{"id":"b11a718b-4eec-47f1-a936-3ae5d3586947","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Forecasts/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Forecasts",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"forecastId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"integer\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"costSummarySnapshotId\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"0eefbb7c-0173-463a-8f90-05094a6ab6a4","key":"forecastId","value":"","type":"any","description":"GUID for forecast"},{"id":"3935051c-c25c-479b-abd6-f74a09428033","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"6091d100-7c33-45ec-b797-23c0ccce5248"},{"name":"Forecasts Find By Id Items","id":"c4e63211-a2a7-48c4-9445-5f281b8dbecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Forecasts/:forecastId/items?offset=0&limit=100&schema=false","description":"<p>Returns a forecast and its items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Forecasts",":forecastId","items"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"51e556ce-2ec0-4d5c-8339-a679e1be36e4","description":{"content":"<p>GUID for forecast</p>\n","type":"text/plain"},"type":"any","value":"","key":"forecastId"},{"id":"59f21f90-8cb0-4b03-bdaf-b4d5c1a8d1a4","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"8a251551-f2f1-4bae-86d8-42454da17425","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Forecasts/:id/items?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Forecasts",":id","items"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"cd08dd0b-7da6-42b1-80ba-0b02414e47bb","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"forecasts\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Forecasts/cd08dd0b-7da6-42b1-80ba-0b02414e47bb/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 13,\n        \"totalRecords\": 13\n    },\n    \"records\": [\n        {\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"description\": null,\n            \"status\": 2,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-08-03T08:43:49.14\",\n            \"costSummarySnapshotId\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"forecastItemId\": \"1ad53667-b195-431d-8834-9389c4d1e658\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"09b2450e-2013-4012-aa64-bd5681ab5452\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"f87dc67f-2df3-4f58-a0be-627d935fe258\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"f51acbff-80a5-4100-8c27-48dee6449e6c\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"203b5d01-a492-403a-903e-4ba28b666df1\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"ecff5240-ee99-4489-8717-33f3524a60fe\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"f3cb42cf-def4-419e-ad9b-eef504c51295\",\n            \"useUnallocatedForecast\": false\n        },\n        {\n            \"forecastItemId\": \"a95ccac6-61ee-4695-90ae-0750c2089e7e\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"9d57e889-38b1-4567-981c-42a005561998\",\n            \"useUnallocatedForecast\": false\n        },\n        {\n            \"forecastItemId\": \"eb5c33fe-254f-4f11-8823-8120d64894b9\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"3ce47315-92e7-4057-b918-bf5c86dd697a\",\n            \"useUnallocatedForecast\": false\n        },\n        {\n            \"forecastItemId\": \"f196236e-9637-480c-94a6-a10cdc04c11a\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"24f50b7c-6087-4975-afd5-b3295d811dff\",\n            \"useUnallocatedForecast\": false\n        },\n        {\n            \"forecastItemId\": \"a262614e-ce76-4bcc-9f96-42647491b06b\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"edd14470-a149-4098-aa0a-95727b4e55b2\",\n            \"useUnallocatedForecast\": false\n        },\n        {\n            \"forecastItemId\": \"97037ed3-4cd6-44bd-b005-5f15b9532549\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"5889d1be-370f-4693-84c7-0425df7e4c71\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"b8508840-f3ac-403b-be90-79a84dc813fd\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"7e0685c3-39cb-4f00-a122-c3c1bf49eae5\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"d5cd4535-61a6-4eed-8078-4162aabb0193\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"49ef7fd2-8b9a-4b8a-9f6e-ac03f30b45cc\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"19e0d391-d326-4de1-9802-b1b60c1a4046\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"112ea557-cca2-44d0-a9aa-ef6768310dc0\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"4399b6b0-8d26-46c0-8b04-918cbf1946e0\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"59fdb437-6aa4-42ac-a11c-c7059b82664f\",\n            \"useUnallocatedForecast\": true\n        }\n    ]\n}"},{"id":"722d7b9f-016c-4787-bb5f-0aac315c7af7","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Forecasts/:id/items?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Forecasts",":id","items"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"forecastItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"forecastId\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"useUnallocatedForecast\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"forecastId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"integer\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"costSummarySnapshotId\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"51e556ce-2ec0-4d5c-8339-a679e1be36e4","key":"forecastId","value":"","type":"any","description":"GUID for forecast"},{"id":"59f21f90-8cb0-4b03-bdaf-b4d5c1a8d1a4","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"c4e63211-a2a7-48c4-9445-5f281b8dbecc"},{"name":"Forecasts Find By Id Adjustments","id":"9fc49aad-4ed3-4198-bc3f-721f9df600f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Forecasts/:forecastId/adjustments?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns a forecast and its adjustments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Forecasts",":forecastId","adjustments"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"4bfcacdb-38e4-44ee-b56b-64b17c3f47aa","description":{"content":"<p>GUID for forecast</p>\n","type":"text/plain"},"type":"any","value":"","key":"forecastId"},{"id":"7e8b01e1-6dc8-4ada-8d50-e64ce6b5956f","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"e7a4b2cb-b17b-45b9-9101-42f99afcc4a1","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Forecasts/:forecastId/adjustments?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Forecasts",":forecastId","adjustments"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"forecastId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"forecasts\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Forecasts/cd08dd0b-7da6-42b1-80ba-0b02414e47bb/adjustments\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"description\": null,\n            \"status\": 2,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-08-03T08:43:49.14\",\n            \"costSummarySnapshotId\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"forecastAdjustmentId\": \"6343bd79-d60e-4ccd-9be3-d8beb188853d\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"forecastItemId\": \"d5cd4535-61a6-4eed-8078-4162aabb0193\",\n            \"budgetLineItemId\": \"49ef7fd2-8b9a-4b8a-9f6e-ac03f30b45cc\",\n            \"description\": \"Testing\",\n            \"assumption\": \"Aggressive\",\n            \"amount\": 2000,\n            \"createdById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"createdBy\": \"Chris Cummings\",\n            \"dateCreated\": \"2016-08-02T21:15:59\"\n        }\n    ]\n}"},{"id":"6adf93fd-7e1e-4061-a210-3e8adf08b35d","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Forecasts/:id/adjustments?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Forecasts",":id","adjustments"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"forecastAdjustmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"forecastId\": {\n                        \"type\": \"string\"\n                    },\n                    \"forecastItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"assumption\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"forecastId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"integer\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"costSummarySnapshotId\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"4bfcacdb-38e4-44ee-b56b-64b17c3f47aa","key":"forecastId","value":"","type":"any","description":"GUID for forecast"},{"id":"7e8b01e1-6dc8-4ada-8d50-e64ce6b5956f","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"9fc49aad-4ed3-4198-bc3f-721f9df600f4"},{"name":"Forecasts Get Items","id":"d6b89236-6395-4ff5-a521-54356c0560a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ForecastItems?offset=0&limit=100&schema=false","description":"<p>Returns the forecast items collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ForecastItems"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"8ed04425-eb05-480d-ab3c-171fd2c02146","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ForecastItems?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ForecastItems"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"forecastItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ForecastItems\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 18,\n        \"totalRecords\": 18\n    },\n    \"records\": [\n        {\n            \"forecastItemId\": \"1ad53667-b195-431d-8834-9389c4d1e658\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"09b2450e-2013-4012-aa64-bd5681ab5452\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"f87dc67f-2df3-4f58-a0be-627d935fe258\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"f51acbff-80a5-4100-8c27-48dee6449e6c\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"203b5d01-a492-403a-903e-4ba28b666df1\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"25c19b54-a8f7-43e0-9b90-ff46401ca4c6\",\n            \"forecastId\": \"21a46ccb-7cea-46d0-a76c-0739487891ac\",\n            \"budgetLineItemId\": \"d5fd611f-f988-4956-af3a-7263da11c22c\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"ecff5240-ee99-4489-8717-33f3524a60fe\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"f3cb42cf-def4-419e-ad9b-eef504c51295\",\n            \"useUnallocatedForecast\": false\n        },\n        {\n            \"forecastItemId\": \"a7e9a044-520f-4912-b74f-a81a062732ea\",\n            \"forecastId\": \"21a46ccb-7cea-46d0-a76c-0739487891ac\",\n            \"budgetLineItemId\": \"40f943a9-fd7f-4532-86fc-7bfa89e2e1a6\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"bf7cb822-f33d-4650-acb7-0ef3a6b28efc\",\n            \"forecastId\": \"21a46ccb-7cea-46d0-a76c-0739487891ac\",\n            \"budgetLineItemId\": \"dd742e6b-d972-42c0-a3b4-8523023fec53\",\n            \"useUnallocatedForecast\": false\n        },\n        {\n            \"forecastItemId\": \"7a6c4e26-69c5-4e29-a3fd-fe902ce399c1\",\n            \"forecastId\": \"21a46ccb-7cea-46d0-a76c-0739487891ac\",\n            \"budgetLineItemId\": \"03ca9799-b955-4f8a-87b1-2504452a11c4\",\n            \"useUnallocatedForecast\": false\n        },\n        {\n            \"forecastItemId\": \"a95ccac6-61ee-4695-90ae-0750c2089e7e\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"9d57e889-38b1-4567-981c-42a005561998\",\n            \"useUnallocatedForecast\": false\n        },\n        {\n            \"forecastItemId\": \"eb5c33fe-254f-4f11-8823-8120d64894b9\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"3ce47315-92e7-4057-b918-bf5c86dd697a\",\n            \"useUnallocatedForecast\": false\n        },\n        {\n            \"forecastItemId\": \"f196236e-9637-480c-94a6-a10cdc04c11a\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"24f50b7c-6087-4975-afd5-b3295d811dff\",\n            \"useUnallocatedForecast\": false\n        },\n        {\n            \"forecastItemId\": \"a262614e-ce76-4bcc-9f96-42647491b06b\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"edd14470-a149-4098-aa0a-95727b4e55b2\",\n            \"useUnallocatedForecast\": false\n        },\n        {\n            \"forecastItemId\": \"d576773a-2251-457b-818a-77328bf34af8\",\n            \"forecastId\": \"21a46ccb-7cea-46d0-a76c-0739487891ac\",\n            \"budgetLineItemId\": \"090b525e-814f-4f40-8caa-5122b8619fe4\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"b8508840-f3ac-403b-be90-79a84dc813fd\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"7e0685c3-39cb-4f00-a122-c3c1bf49eae5\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"97037ed3-4cd6-44bd-b005-5f15b9532549\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"5889d1be-370f-4693-84c7-0425df7e4c71\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"d5cd4535-61a6-4eed-8078-4162aabb0193\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"49ef7fd2-8b9a-4b8a-9f6e-ac03f30b45cc\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"19e0d391-d326-4de1-9802-b1b60c1a4046\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"112ea557-cca2-44d0-a9aa-ef6768310dc0\",\n            \"useUnallocatedForecast\": true\n        },\n        {\n            \"forecastItemId\": \"4399b6b0-8d26-46c0-8b04-918cbf1946e0\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"59fdb437-6aa4-42ac-a11c-c7059b82664f\",\n            \"useUnallocatedForecast\": true\n        }\n    ]\n}"},{"id":"90bb1322-c776-4f9a-91bd-ddaf1e2b1a72","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ForecastItems?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ForecastItems"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"forecastItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"forecastId\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"useUnallocatedForecast\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"forecastId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"integer\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"costSummarySnapshotId\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"d6b89236-6395-4ff5-a521-54356c0560a1"},{"name":"Forecasts Find Items By Id","id":"41559118-fd79-481d-a0f5-61254c9c56b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ForecastItems/:forecastItemId?schema=false","description":"<p>Returns a forecast item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ForecastItems",":forecastItemId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"e801812c-0076-487f-ba38-f65dcdfd8aaa","description":{"content":"<p>GUID for forecast item</p>\n","type":"text/plain"},"type":"any","value":"","key":"forecastItemId"},{"id":"db1ade7a-39f7-45d7-8c7d-e7dfdef0a619","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"c68f37e5-2854-4bf6-b6f0-05048ccaadaa","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ForecastItems/:forecastItemId?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ForecastItems",":forecastItemId"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"forecastItemId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"forecastItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ForecastItems/1ad53667-b195-431d-8834-9389c4d1e658\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"forecastItemId\": \"1ad53667-b195-431d-8834-9389c4d1e658\",\n            \"forecastId\": \"cd08dd0b-7da6-42b1-80ba-0b02414e47bb\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"useUnallocatedForecast\": true\n        }\n    ]\n}"},{"id":"1348a58b-bb8b-4781-a2db-120b33db5fdf","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ForecastItems/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ForecastItems",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"forecastItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"forecastId\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"useUnallocatedForecast\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"e801812c-0076-487f-ba38-f65dcdfd8aaa","key":"forecastItemId","value":"","type":"any","description":"GUID for forecast item"},{"id":"db1ade7a-39f7-45d7-8c7d-e7dfdef0a619","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"41559118-fd79-481d-a0f5-61254c9c56b8"},{"name":"Forecasts Find Items By Id Adjustments","id":"9863cccf-beed-42d8-b70b-892750d2ba02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ForecastItems/:forecastItemId/adjustments?offset=0&limit=100&schema=false","description":"<p>Returns a forecast item and its adjustments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ForecastItems",":forecastItemId","adjustments"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"6d409070-5ca3-4881-a17c-caaef750cf0b","description":{"content":"<p>GUID for forecast item</p>\n","type":"text/plain"},"type":"any","value":"","key":"forecastItemId"},{"id":"df2baea4-d80a-4c23-826c-bca99d989ba8","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[],"variable":[{"id":"6d409070-5ca3-4881-a17c-caaef750cf0b","key":"forecastItemId","value":"","type":"any","description":"GUID for forecast item"},{"id":"df2baea4-d80a-4c23-826c-bca99d989ba8","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"9863cccf-beed-42d8-b70b-892750d2ba02"},{"name":"Forecasts Find Items By Id Details","id":"b39d44bb-0b56-446d-82db-376dff667f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ForecastItems/:forecastItemId/details?offset=0&limit=100&schema=false","description":"<p>Returns a forecast item and its details.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ForecastItems",":forecastItemId","details"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"c2eed34d-c122-4b87-8d2d-99c94a996757","description":{"content":"<p>GUID for forecast id</p>\n","type":"text/plain"},"type":"any","value":"","key":"forecastItemId"},{"id":"08239eb5-d783-4d0c-8e93-0b0837166e8a","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[],"variable":[{"id":"c2eed34d-c122-4b87-8d2d-99c94a996757","key":"forecastItemId","value":"","type":"any","description":"GUID for forecast id"},{"id":"08239eb5-d783-4d0c-8e93-0b0837166e8a","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"b39d44bb-0b56-446d-82db-376dff667f3a"}],"id":"b6c04b9f-71bf-4db8-8b8c-3f384cfc52ea","description":"<p>Forecasting helps users plan for and anticipate possible conditions that may affect the project budget. This allows you to plan proactively and mitigate potential risks.</p>\n<p>The Forecast API provides access to the forecasts collection and related resources such as Forecast Items and Forecast Adjustments.</p>\n","_postman_id":"b6c04b9f-71bf-4db8-8b8c-3f384cfc52ea","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Forms","item":[{"name":"Forms Get","id":"d593a56e-a2f2-4985-944e-e5fb178ac3b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FormTypes?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the form types collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FormTypes"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"349a9991-f490-4714-ac3e-91c9d1a68d1c","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FormTypes?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","FormTypes"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"formTypes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FormTypes\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 20,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"formTypeId\": \"ff8528ba-670e-4f25-b166-f8c860d64fe6\",\n            \"formType\": \"Site Level Form #2\",\n            \"description\": \"Site Level Form #2\",\n            \"prefix\": \"SLF2\",\n            \"dateCreated\": \"2006-06-14T04:12:23\"\n        },\n        {\n            \"formTypeId\": \"ec74286b-8a37-43a6-bc71-c0ea55f95e2d\",\n            \"formType\": \"Checkbox Deselect Test\",\n            \"description\": \"Will adding a checkbox (or other) field type to the Account Level form, also add the new field to previous instanciations of this form ?\",\n            \"prefix\": \"CDT\",\n            \"dateCreated\": \"2006-07-06T14:25:30.373\"\n        },\n        {\n            \"formTypeId\": \"e6e849f0-00ec-4be7-81a6-28ecb62d25b2\",\n            \"formType\": \"Maintenance Request Form (Workflow)\",\n            \"description\": \"Form is used to request maintenance at any facility\",\n            \"prefix\": \"MRFW\",\n            \"dateCreated\": \"2006-07-06T18:58:58.723\"\n        },\n        {\n            \"formTypeId\": \"f49418a9-0277-4580-96fb-df514f465744\",\n            \"formType\": \"Submittal (Improvements)\",\n            \"description\": \"Submittal (Improvements)\",\n            \"prefix\": \"SI\",\n            \"dateCreated\": \"2006-08-16T21:39:43.727\"\n        },\n        {\n            \"formTypeId\": \"0d669d95-0255-4909-8c73-bfc8be788123\",\n            \"formType\": \"Plans/Spec Submission\",\n            \"description\": \"Send the structural plans/specs noted with permit approval documentation to Alexander by end of week.\",\n            \"prefix\": \"PS\",\n            \"dateCreated\": \"2011-10-06T14:53:13.857\"\n        },\n        {\n            \"formTypeId\": \"45e82c8f-1a84-4e7e-987c-b15736acf41d\",\n            \"formType\": \"Send the structural plans/specs noted with permit approval documentation to Alexander by end of week.\",\n            \"description\": \"\",\n            \"prefix\": \"Stspn\",\n            \"dateCreated\": \"2011-11-17T18:50:00.693\"\n        },\n        {\n            \"formTypeId\": \"dff319fe-a543-4de2-91df-f225e39cf0ed\",\n            \"formType\": \"Default Folder Test\",\n            \"description\": \"\",\n            \"prefix\": \"DFT\",\n            \"dateCreated\": \"2011-12-15T18:55:04.257\"\n        },\n        {\n            \"formTypeId\": \"8cf5297f-c11f-46cc-8006-3287ff0ee038\",\n            \"formType\": \"Test\",\n            \"description\": \"\",\n            \"prefix\": \"Test\",\n            \"dateCreated\": \"2012-10-25T20:30:49.823\"\n        },\n        {\n            \"formTypeId\": \"5342f68e-3b2b-4aae-9545-25ca176eb2d0\",\n            \"formType\": \"Prompt Notify on Edit\",\n            \"description\": \"\",\n            \"prefix\": \"PNoE\",\n            \"dateCreated\": \"2012-10-31T18:01:26.227\"\n        },\n        {\n            \"formTypeId\": \"fa25ddc7-c41c-4613-8a65-d5c347e21df1\",\n            \"formType\": \"RFI\",\n            \"description\": \"\",\n            \"prefix\": \"RFI\",\n            \"dateCreated\": \"2012-12-18T16:29:50.47\"\n        },\n        {\n            \"formTypeId\": \"b0d8191f-7807-4dab-b503-514bc6c7e1c0\",\n            \"formType\": \"Electrical Inspections\",\n            \"description\": \"\",\n            \"prefix\": \"EI\",\n            \"dateCreated\": \"2012-12-19T16:37:25.44\"\n        },\n        {\n            \"formTypeId\": \"7e2277b4-2afa-4ccb-aed1-3e3a70f7c81c\",\n            \"formType\": \"Quality Issues\",\n            \"description\": \"\",\n            \"prefix\": \"QI\",\n            \"dateCreated\": \"2013-01-16T20:18:03.603\"\n        },\n        {\n            \"formTypeId\": \"1d785025-ae27-452a-ad53-1063584c270d\",\n            \"formType\": \"Mechanical Issues\",\n            \"description\": \"\",\n            \"prefix\": \"MI\",\n            \"dateCreated\": \"2013-01-16T20:25:26.4\"\n        },\n        {\n            \"formTypeId\": \"973ddad6-4be4-48cc-a675-a71d5ecb05c7\",\n            \"formType\": \"Request for Information\",\n            \"description\": \"\",\n            \"prefix\": \"RfI_1\",\n            \"dateCreated\": \"2013-01-22T21:41:12.3\"\n        },\n        {\n            \"formTypeId\": \"69910624-102d-42a3-9207-408553e30d65\",\n            \"formType\": \"Copied Form Type\",\n            \"description\": \"\",\n            \"prefix\": \"CFT\",\n            \"dateCreated\": \"2013-02-28T16:04:27\"\n        },\n        {\n            \"formTypeId\": \"848d2b5d-edd6-4e9d-aa22-5357af35ab15\",\n            \"formType\": \"Accident Report\",\n            \"description\": \"\",\n            \"prefix\": \"AR\",\n            \"dateCreated\": \"2013-02-28T16:21:16\"\n        },\n        {\n            \"formTypeId\": \"028435b3-ec5c-484b-a116-e3c944eca448\",\n            \"formType\": \"Test field components\",\n            \"description\": \"Testing the components of the fields\",\n            \"prefix\": \"TFC\",\n            \"dateCreated\": \"2017-02-21T14:22:11.777\"\n        },\n        {\n            \"formTypeId\": \"b9f57969-1845-448a-b9c1-172a54d82794\",\n            \"formType\": \"test\",\n            \"description\": \"\",\n            \"prefix\": \"test\",\n            \"dateCreated\": \"2018-08-03T13:02:44.077\"\n        },\n        {\n            \"formTypeId\": \"52b84095-4a02-4d4d-848d-eeda6eafcea6\",\n            \"formType\": \"ESD-11115 project issue\",\n            \"description\": \"\",\n            \"prefix\": \"11115\",\n            \"dateCreated\": \"2019-04-25T18:37:10.877\"\n        },\n        {\n            \"formTypeId\": \"46265dfd-6d23-401b-8b07-d04b76c1d95d\",\n            \"formType\": \"ESD-11115 standard form type\",\n            \"description\": \"\",\n            \"prefix\": \"11111\",\n            \"dateCreated\": \"2019-04-25T18:37:33.517\"\n        }\n    ]\n}"},{"id":"49619eb2-d183-4520-92cb-9faaf957adcb","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FormTypes?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","FormTypes"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"formTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"formType\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"prefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"d593a56e-a2f2-4985-944e-e5fb178ac3b4"},{"name":"Forms Find By Id","id":"3c7480b7-16f5-4e34-b294-8d2339bb4930","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FormTypes/:formTypeId?schema=false","description":"<p>Returns a form type.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FormTypes",":formTypeId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"558ff30b-e1c9-47bb-9b2d-a120270394ef","description":{"content":"<p>GUID for form type</p>\n","type":"text/plain"},"type":"any","value":"","key":"formTypeId"},{"id":"c07ab5c0-d752-427f-9007-faf5103b30eb","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"40bee054-5b04-45d6-87cb-9b5a75f8e2b1","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FormTypes/:formTypeId?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","FormTypes",":formTypeId"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"formTypeId","value":"","description":"GUID for form type"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"formTypes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FormTypes/fa25ddc7-c41c-4613-8a65-d5c347e21df1\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"formTypeId\": \"fa25ddc7-c41c-4613-8a65-d5c347e21df1\",\n            \"formType\": \"RFI\",\n            \"description\": \"\",\n            \"prefix\": \"RFI\",\n            \"dateCreated\": \"2012-12-18T16:29:50.47\"\n        }\n    ]\n}"},{"id":"05afc9b5-e4d0-42cc-881f-49af25144430","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FormTypes/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","FormTypes",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"formTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"formType\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"prefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"558ff30b-e1c9-47bb-9b2d-a120270394ef","key":"formTypeId","value":"","type":"any","description":"GUID for form type"},{"id":"c07ab5c0-d752-427f-9007-faf5103b30eb","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"3c7480b7-16f5-4e34-b294-8d2339bb4930"},{"name":"Forms Find By Id Custom Fields","id":"6f6dcb4b-b311-4de7-9847-77c64aeb131d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FormTypes/:formTypeId/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a form type and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FormTypes",":formTypeId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"53c12a42-9de5-4495-880c-28cb5f242911","description":{"content":"<p>GUID for form type</p>\n","type":"text/plain"},"type":"any","value":"","key":"formTypeId"},{"id":"271fccc1-0aca-48cc-8a5c-159c5ee8d09a","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"cbb988f7-c693-41ca-b460-7b4032631565","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FormTypes/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","FormTypes",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"fa25ddc7-c41c-4613-8a65-d5c347e21df1","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"formTypes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FormTypes/fa25ddc7-c41c-4613-8a65-d5c347e21df1/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 2\n    },\n    \"records\": [\n        {\n            \"formTypeId\": \"fa25ddc7-c41c-4613-8a65-d5c347e21df1\",\n            \"formType\": \"RFI\",\n            \"description\": \"\",\n            \"prefix\": \"RFI\",\n            \"dateCreated\": \"2012-12-18T16:29:50.47\"\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"Project Custom Field\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Project Phase\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"a17ea404-4d5c-4b41-a885-cf4ed3337876","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FormTypes/:id/customFields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","FormTypes",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"formTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"formType\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"prefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"53c12a42-9de5-4495-880c-28cb5f242911","key":"formTypeId","value":"","type":"any","description":"GUID for form type"},{"id":"271fccc1-0aca-48cc-8a5c-159c5ee8d09a","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"6f6dcb4b-b311-4de7-9847-77c64aeb131d"},{"name":"Forms Find By Id Forms","id":"8649cadf-87b9-4f86-8a74-cd5dbc8c8e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FormTypes/:id/forms?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns a form type and its forms.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FormTypes",":id","forms"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"77c69ffe-bab5-4dc0-a5aa-434387850c4a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"3420ed3d-492f-4376-a806-716aba14cca8","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FormTypes/:id/forms?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","FormTypes",":id","forms"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"fa25ddc7-c41c-4613-8a65-d5c347e21df1","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"formTypes\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FormTypes/fa25ddc7-c41c-4613-8a65-d5c347e21df1/forms\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 2\n    },\n    \"records\": [\n        {\n            \"formTypeId\": \"fa25ddc7-c41c-4613-8a65-d5c347e21df1\",\n            \"formType\": \"RFI\",\n            \"description\": \"\",\n            \"prefix\": \"RFI\",\n            \"dateCreated\": \"2012-12-18T16:29:50.47\"\n        }\n    ],\n    \"details\": [\n        {\n            \"formId\": \"838d2afe-be50-4ceb-9563-50d911166751\",\n            \"formTypeId\": \"fa25ddc7-c41c-4613-8a65-d5c347e21df1\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"accountId\": \"f7979b80-44ff-4460-bb5e-1716a07b8b63\",\n            \"formCounter\": 1,\n            \"formCounterPrefix\": \"\",\n            \"subject\": \"Status of West Wing Inspection\",\n            \"dateDue\": \"2012-12-20T00:00:00\",\n            \"dateCreated\": \"2012-12-18T17:00:26.663\",\n            \"dateClosed\": \"2012-12-19T19:10:37\",\n            \"authorId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"author\": \"Mathia Wiley\",\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"ownerId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"owner\": \"Mathia Wiley\",\n            \"authorCompany\": \"e-Builder\",\n            \"heldByCompany\": \"e-Builder\",\n            \"formType\": \"RFI\",\n            \"priority\": \"Normal\",\n            \"status\": \"2132.00d late\",\n            \"completionVariance\": \"0.10\",\n            \"completionVarianceRounded\": 0\n        },\n        {\n            \"formId\": \"83491d87-2a9e-4816-9f42-0f702c7a1445\",\n            \"formTypeId\": \"fa25ddc7-c41c-4613-8a65-d5c347e21df1\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"accountId\": \"f7979b80-44ff-4460-bb5e-1716a07b8b63\",\n            \"formCounter\": 2,\n            \"formCounterPrefix\": \"\",\n            \"subject\": \"Can send from workflow in your court?\",\n            \"dateDue\": \"2012-12-21T00:00:00\",\n            \"dateCreated\": \"2012-12-19T18:41:14.75\",\n            \"dateClosed\": null,\n            \"authorId\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"author\": \"Benouchka Sylverne\",\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"ownerId\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"owner\": \"Benouchka Sylverne\",\n            \"authorCompany\": \"eb\",\n            \"heldByCompany\": \"e-Builder\",\n            \"formType\": \"RFI\",\n            \"priority\": \"Normal\",\n            \"status\": \"2131.00d late\",\n            \"completionVariance\": \"2131.00\",\n            \"completionVarianceRounded\": 2131\n        }\n    ]\n}"},{"id":"b20550bc-f9c3-459a-a046-0bcd593e85e3","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FormTypes/:id/forms?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","FormTypes",":id","forms"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"formId\": {\n                        \"type\": \"string\"\n                    },\n                    \"formTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"accountId\": {\n                        \"type\": \"string\"\n                    },\n                    \"formCounter\": {\n                        \"type\": \"integer\"\n                    },\n                    \"formCounterPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"subject\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateClosed\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"authorId\": {\n                        \"type\": \"string\"\n                    },\n                    \"author\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldById\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"ownerId\": {\n                        \"type\": \"string\"\n                    },\n                    \"owner\": {\n                        \"type\": \"string\"\n                    },\n                    \"authorCompany\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldByCompany\": {\n                        \"type\": \"string\"\n                    },\n                    \"formType\": {\n                        \"type\": \"string\"\n                    },\n                    \"priority\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"completionVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"completionVarianceRounded\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"formTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"formType\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"prefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"77c69ffe-bab5-4dc0-a5aa-434387850c4a","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"8649cadf-87b9-4f86-8a74-cd5dbc8c8e15"},{"name":"Forms Find Project Instance By Id","id":"e1c8973d-0bab-4521-9db8-9c1246250fc4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Forms/:formId?schema=false","description":"<p>Returns a form.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Forms",":formId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"cc1bf9d6-564c-42c1-b981-d1eb4dec53fe","description":{"content":"<p>GUID for form</p>\n","type":"text/plain"},"type":"any","value":"","key":"formId"},{"id":"8aec0099-7c34-48da-a916-8ff41ee755a0","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"c259613f-3f43-4b2f-9f8c-2cb756466564","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Forms/:formId?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Forms",":formId"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"formId","value":"","description":"GUID for form"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"forms\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Forms/838d2afe-be50-4ceb-9563-50d911166751\",\n        \"offset\": 0,\n        \"limit\": 0,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"formId\": \"838d2afe-be50-4ceb-9563-50d911166751\",\n            \"formTypeId\": \"fa25ddc7-c41c-4613-8a65-d5c347e21df1\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"accountId\": \"f7979b80-44ff-4460-bb5e-1716a07b8b63\",\n            \"formCounter\": 1,\n            \"formCounterPrefix\": \"\",\n            \"subject\": \"Status of West Wing Inspection\",\n            \"dateDue\": \"2012-12-20T00:00:00\",\n            \"dateCreated\": \"2012-12-18T17:00:26.663\",\n            \"dateClosed\": \"2012-12-19T19:10:37\",\n            \"authorId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"author\": \"Mathia Wiley\",\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"ownerId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"owner\": \"Mathia Wiley\",\n            \"authorCompany\": \"e-Builder\",\n            \"heldByCompany\": \"e-Builder\",\n            \"formType\": \"RFI\",\n            \"priority\": \"Normal\",\n            \"status\": \"2132.00d late\",\n            \"completionVariance\": \"0.10\",\n            \"completionVarianceRounded\": 0\n        }\n    ]\n}"},{"id":"a63a16da-6f79-401f-bd77-d3180f133442","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Forms/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Forms",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"formId\": {\n                        \"type\": \"string\"\n                    },\n                    \"formTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"accountId\": {\n                        \"type\": \"string\"\n                    },\n                    \"formCounter\": {\n                        \"type\": \"integer\"\n                    },\n                    \"formCounterPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"subject\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateClosed\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"authorId\": {\n                        \"type\": \"string\"\n                    },\n                    \"author\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldById\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"ownerId\": {\n                        \"type\": \"string\"\n                    },\n                    \"owner\": {\n                        \"type\": \"string\"\n                    },\n                    \"authorCompany\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldByCompany\": {\n                        \"type\": \"string\"\n                    },\n                    \"formType\": {\n                        \"type\": \"string\"\n                    },\n                    \"priority\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"completionVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"completionVarianceRounded\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"cc1bf9d6-564c-42c1-b981-d1eb4dec53fe","key":"formId","value":"","type":"any","description":"GUID for form"},{"id":"8aec0099-7c34-48da-a916-8ff41ee755a0","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"e1c8973d-0bab-4521-9db8-9c1246250fc4"},{"name":"Forms Find Form By Id Data Fields","id":"112ba2b9-27c1-47ca-8b3c-a01bdc4dd629","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Forms/:formId/formFields?offset=0&limit=100&schema=false","description":"<p>Returns a form and its form fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Forms",":formId","formFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"95a2b592-0aff-4d22-a74e-a10aa13e11fd","description":{"content":"<p>GUID for form</p>\n","type":"text/plain"},"type":"any","value":"","key":"formId"},{"id":"54fe2b7f-3449-4bd9-9b39-287fdd3618ba","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"b4737751-1726-4315-a685-a994fe500930","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Forms/:id/formFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Forms",":id","formFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"838d2afe-be50-4ceb-9563-50d911166751","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"forms\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Forms/838d2afe-be50-4ceb-9563-50d911166751/formFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 5,\n        \"totalRecords\": 5\n    },\n    \"records\": [\n        {\n            \"formId\": \"838d2afe-be50-4ceb-9563-50d911166751\",\n            \"formTypeId\": \"fa25ddc7-c41c-4613-8a65-d5c347e21df1\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"accountId\": \"f7979b80-44ff-4460-bb5e-1716a07b8b63\",\n            \"formCounter\": 1,\n            \"formCounterPrefix\": \"\",\n            \"subject\": \"Status of West Wing Inspection\",\n            \"dateDue\": \"2012-12-20T00:00:00\",\n            \"dateCreated\": \"2012-12-18T17:00:26.663\",\n            \"dateClosed\": \"2012-12-19T19:10:37\",\n            \"authorId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"author\": \"Mathia Wiley\",\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"ownerId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"owner\": \"Mathia Wiley\",\n            \"authorCompany\": \"e-Builder\",\n            \"heldByCompany\": \"e-Builder\",\n            \"formType\": \"RFI\",\n            \"priority\": \"Normal\",\n            \"status\": \"2132.00d late\",\n            \"completionVariance\": \"0.10\",\n            \"completionVarianceRounded\": 0\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"Issue_Category\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Location\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Event_Name\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Issue_Details\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Resolution_Details\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"b993a361-9961-4b3a-b743-db77c14e3f22","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Forms/:id/formFields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Forms",":id","formFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"formId\": {\n                        \"type\": \"string\"\n                    },\n                    \"formTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"accountId\": {\n                        \"type\": \"string\"\n                    },\n                    \"formCounter\": {\n                        \"type\": \"integer\"\n                    },\n                    \"formCounterPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"subject\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateClosed\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"authorId\": {\n                        \"type\": \"string\"\n                    },\n                    \"author\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldById\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"ownerId\": {\n                        \"type\": \"string\"\n                    },\n                    \"owner\": {\n                        \"type\": \"string\"\n                    },\n                    \"authorCompany\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldByCompany\": {\n                        \"type\": \"string\"\n                    },\n                    \"formType\": {\n                        \"type\": \"string\"\n                    },\n                    \"priority\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"completionVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"completionVarianceRounded\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"95a2b592-0aff-4d22-a74e-a10aa13e11fd","key":"formId","value":"","type":"any","description":"GUID for form"},{"id":"54fe2b7f-3449-4bd9-9b39-287fdd3618ba","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"112ba2b9-27c1-47ca-8b3c-a01bdc4dd629"}],"id":"151af630-9c0e-49f0-88b5-b80613639490","description":"<p>Forms are customizable electronic input screens used to record specific data elements. They are created according to business processes and may be routed to various team members or roles on your projects. Workflow forms can be routed to different user roles, across organizations, and externally to non-e-Builder users as well. </p>\n<p>Due dates, comments, attachments, requests, and field information are all easily accessible by all parties involved in a form's life cycle. Form data and usage information can also be pulled into reports by users with access to the form.</p>\n<p>The Forms API provides access to a collection of forms and related resources such as form fields and custom fields.</p>\n","_postman_id":"151af630-9c0e-49f0-88b5-b80613639490","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Funding","item":[{"name":"FundingDistributions","item":[{"name":"Funding Distributions Get","id":"414128be-0a9b-49dd-b0a1-904a028d35c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FundingDistributions?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the funding distribution collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FundingDistributions"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"db295146-25ea-41b0-af68-786f9c276a3d","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingDistributions","host":["https://api2.e-builder.net"],"path":["api","v2","FundingDistributions"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"fundingdistributions\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FundingDistributions\",\n        \"offset\": 0,\n        \"limit\": 3000,\n        \"size\": 15,\n        \"totalRecords\": 15\n    },\n    \"records\": [\n        {\n            \"fundingRuleItemID\": \"039fefb5-112b-4b1e-93ef-3ea9e9be0089\",\n            \"fundingRuleID\": \"584670a0-024c-4b53-b210-4136f1329f1a\",\n            \"ruleName\": \"McArthur High School\",\n            \"fundingSourceID\": \"e4f5ce02-8401-4827-9183-509ba990d83e\",\n            \"percentage\": 100,\n            \"sourceName\": \"McArthur High School\",\n            \"description\": \"\"\n        },\n        {\n            \"fundingRuleItemID\": \"5f7d4171-9e95-473b-8045-dd320193022e\",\n            \"fundingRuleID\": \"8108924c-1863-45a2-aa11-1f03917042b1\",\n            \"ruleName\": \"Atlanta Legistature\",\n            \"fundingSourceID\": \"be19cdad-0763-4e0c-a868-2491545b3fdf\",\n            \"percentage\": 100,\n            \"sourceName\": \"Atlanta Legislature\",\n            \"description\": \"City budget 2020\"\n        },\n        {\n            \"fundingRuleItemID\": \"f7422c44-7a81-4564-828d-0099f471578d\",\n            \"fundingRuleID\": \"a894ee1b-b315-452d-9f66-85c3368018ef\",\n            \"ruleName\": \"Public Compliance\",\n            \"fundingSourceID\": \"f2d0ec0c-6448-46ed-9e61-3ac722a0176a\",\n            \"percentage\": 20,\n            \"sourceName\": \"DC Creative Arts\",\n            \"description\": \"\"\n        },\n        {\n            \"fundingRuleItemID\": \"26d28851-5585-4c43-9ea0-0282200290e4\",\n            \"fundingRuleID\": \"a894ee1b-b315-452d-9f66-85c3368018ef\",\n            \"ruleName\": \"Public Compliance\",\n            \"fundingSourceID\": \"be19cdad-0763-4e0c-a868-2491545b3fdf\",\n            \"percentage\": 20,\n            \"sourceName\": \"Atlanta Legislature\",\n            \"description\": \"City budget 2020\"\n        },\n        {\n            \"fundingRuleItemID\": \"33ed736c-3591-4a69-bd7e-775ce67e7013\",\n            \"fundingRuleID\": \"a894ee1b-b315-452d-9f66-85c3368018ef\",\n            \"ruleName\": \"Public Compliance\",\n            \"fundingSourceID\": \"bd42f84a-5ee8-49a9-943f-576573883d67\",\n            \"percentage\": 20,\n            \"sourceName\": \"Broward Community College\",\n            \"description\": \"\"\n        },\n        {\n            \"fundingRuleItemID\": \"f0bc980b-7391-48c0-b832-c2f9b9149148\",\n            \"fundingRuleID\": \"a894ee1b-b315-452d-9f66-85c3368018ef\",\n            \"ruleName\": \"Public Compliance\",\n            \"fundingSourceID\": \"74b57f39-2975-42ee-9b01-723431110367\",\n            \"percentage\": 20,\n            \"sourceName\": \"Board of Regence\",\n            \"description\": \"\"\n        },\n        {\n            \"fundingRuleItemID\": \"9efc839b-0df1-43ee-a526-febed7ea63e4\",\n            \"fundingRuleID\": \"a894ee1b-b315-452d-9f66-85c3368018ef\",\n            \"ruleName\": \"Public Compliance\",\n            \"fundingSourceID\": \"fce07004-6121-4b6f-8562-c9456b6357ef\",\n            \"percentage\": 20,\n            \"sourceName\": \"Government Grant\",\n            \"description\": \"\"\n        },\n        {\n            \"fundingRuleItemID\": \"8631b3f9-897b-4815-a240-14dad926fad7\",\n            \"fundingRuleID\": \"4e1b6b0e-33ed-4ec5-bf18-f779f26fcc48\",\n            \"ruleName\": \"Broward Community College\",\n            \"fundingSourceID\": \"bd42f84a-5ee8-49a9-943f-576573883d67\",\n            \"percentage\": 49,\n            \"sourceName\": \"Broward Community College\",\n            \"description\": \"\"\n        },\n        {\n            \"fundingRuleItemID\": \"412b8631-3457-49d1-b7e5-3abdb57db233\",\n            \"fundingRuleID\": \"4e1b6b0e-33ed-4ec5-bf18-f779f26fcc48\",\n            \"ruleName\": \"Broward Community College\",\n            \"fundingSourceID\": \"be19cdad-0763-4e0c-a868-2491545b3fdf\",\n            \"percentage\": 15,\n            \"sourceName\": \"Atlanta Legislature\",\n            \"description\": \"City budget 2020\"\n        },\n        {\n            \"fundingRuleItemID\": \"cc2273a7-bb6f-478e-8ded-3bb5cad2c8e1\",\n            \"fundingRuleID\": \"4e1b6b0e-33ed-4ec5-bf18-f779f26fcc48\",\n            \"ruleName\": \"Broward Community College\",\n            \"fundingSourceID\": \"f2d0ec0c-6448-46ed-9e61-3ac722a0176a\",\n            \"percentage\": 6,\n            \"sourceName\": \"DC Creative Arts\",\n            \"description\": \"\"\n        },\n        {\n            \"fundingRuleItemID\": \"51059ee1-abfa-426c-a5ec-684ad3997bca\",\n            \"fundingRuleID\": \"4e1b6b0e-33ed-4ec5-bf18-f779f26fcc48\",\n            \"ruleName\": \"Broward Community College\",\n            \"fundingSourceID\": \"fce07004-6121-4b6f-8562-c9456b6357ef\",\n            \"percentage\": 9,\n            \"sourceName\": \"Government Grant\",\n            \"description\": \"\"\n        },\n        {\n            \"fundingRuleItemID\": \"683f03ea-cf54-43bd-8210-8d61d9459696\",\n            \"fundingRuleID\": \"4e1b6b0e-33ed-4ec5-bf18-f779f26fcc48\",\n            \"ruleName\": \"Broward Community College\",\n            \"fundingSourceID\": \"e4f5ce02-8401-4827-9183-509ba990d83e\",\n            \"percentage\": 5,\n            \"sourceName\": \"McArthur High School\",\n            \"description\": \"\"\n        },\n        {\n            \"fundingRuleItemID\": \"6c63bedb-96aa-4114-a9fe-d269d378d2e1\",\n            \"fundingRuleID\": \"4e1b6b0e-33ed-4ec5-bf18-f779f26fcc48\",\n            \"ruleName\": \"Broward Community College\",\n            \"fundingSourceID\": \"74b57f39-2975-42ee-9b01-723431110367\",\n            \"percentage\": 16,\n            \"sourceName\": \"Board of Regence\",\n            \"description\": \"\"\n        },\n        {\n            \"fundingRuleItemID\": \"aa28b013-8740-45d5-9e4f-26ac006d01fb\",\n            \"fundingRuleID\": \"3605d3d9-12e6-4e9a-8646-bc115f92b76b\",\n            \"ruleName\": \"BID\",\n            \"fundingSourceID\": \"087c33fa-f01f-45a8-aa31-522d827d4293\",\n            \"percentage\": 100,\n            \"sourceName\": \"BID\",\n            \"description\": \"BID\"\n        },\n        {\n            \"fundingRuleItemID\": \"b18d9abc-583e-47d1-bf0f-5017f65e1f5e\",\n            \"fundingRuleID\": \"a778c778-ddbc-4ae0-9816-41995829c8fa\",\n            \"ruleName\": \"Gobierno central\",\n            \"fundingSourceID\": \"c07b55a6-3e0e-4364-ba54-253e5d7dde32\",\n            \"percentage\": 100,\n            \"sourceName\": \"Gobierno central\",\n            \"description\": \"Gobierno central\"\n        }\n    ]\n}"},{"id":"b330e97c-c8db-43fb-bb19-917ee1ec43cc","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingDistributions?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","FundingDistributions"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"fundingRuleItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"ruleName\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"percentage\": {\n                        \"type\": \"number\"\n                    },\n                    \"sourceName\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"414128be-0a9b-49dd-b0a1-904a028d35c9"},{"name":"Funding Distributions Find By Id","id":"15d1f1e0-b2ce-4d4c-938a-a078362bff56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FundingDistributions/:id?schema=false","description":"<p>Returns a funding source adjustment.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FundingDistributions",":id"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"fcfebd20-0016-453c-a535-60cea89a2642","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[],"variable":[{"id":"fcfebd20-0016-453c-a535-60cea89a2642","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"15d1f1e0-b2ce-4d4c-938a-a078362bff56"}],"id":"fe7f1347-5363-4260-95d3-dab80a68f8f4","description":"<p>The Funding Distributions API provides access to a collection of funding distributions.</p>\n","_postman_id":"fe7f1347-5363-4260-95d3-dab80a68f8f4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"FundingRules","item":[{"name":"Funding Rules Get","id":"47d50f18-8d00-4bd1-8144-4704202720d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FundingRules?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the funding rule collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FundingRules"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"7836248b-f472-42f6-b92d-af937f688c2b","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingRules?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","FundingRules"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"fundingrules\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FundingRules\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 6,\n        \"totalRecords\": 6\n    },\n    \"records\": [\n        {\n            \"fundingRuleID\": \"584670a0-024c-4b53-b210-4136f1329f1a\",\n            \"name\": \"McArthur High School\",\n            \"description\": \"\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-08T21:39:09.243\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-09-08T21:39:09.243\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"isActive\": true\n        },\n        {\n            \"fundingRuleID\": \"8108924c-1863-45a2-aa11-1f03917042b1\",\n            \"name\": \"Atlanta Legistature\",\n            \"description\": \"\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-16T18:42:23.923\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-09-16T18:42:23.923\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"isActive\": true\n        },\n        {\n            \"fundingRuleID\": \"a894ee1b-b315-452d-9f66-85c3368018ef\",\n            \"name\": \"Public Compliance\",\n            \"description\": \"\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-03-12T14:16:16\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-03-12T14:16:16\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"isActive\": true\n        },\n        {\n            \"fundingRuleID\": \"4e1b6b0e-33ed-4ec5-bf18-f779f26fcc48\",\n            \"name\": \"Broward Community College\",\n            \"description\": \"\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-08T21:39:09.243\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-10-01T21:00:20\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"isActive\": true\n        },\n        {\n            \"fundingRuleID\": \"a778c778-ddbc-4ae0-9816-41995829c8fa\",\n            \"name\": \"Gobierno central\",\n            \"description\": \"Gobierno central\",\n            \"projectID\": \"80e2d21a-9fe7-4dec-9d66-d3e154631610\",\n            \"projectName\": \"JR_AuditLogTesting\",\n            \"createdBy\": \"julio ruiz\",\n            \"dateCreated\": \"2017-08-04T17:07:12.067\",\n            \"createdByID\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"lastModifiedBy\": \"julio ruiz\",\n            \"lastModifiedDate\": \"2017-08-04T17:07:12.067\",\n            \"lastModifiedByID\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"isActive\": true\n        },\n        {\n            \"fundingRuleID\": \"3605d3d9-12e6-4e9a-8646-bc115f92b76b\",\n            \"name\": \"BID\",\n            \"description\": \"BID\",\n            \"projectID\": \"80e2d21a-9fe7-4dec-9d66-d3e154631610\",\n            \"projectName\": \"JR_AuditLogTesting\",\n            \"createdBy\": \"julio ruiz\",\n            \"dateCreated\": \"2017-08-04T17:07:12.067\",\n            \"createdByID\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"lastModifiedBy\": \"julio ruiz\",\n            \"lastModifiedDate\": \"2017-08-04T17:07:12.067\",\n            \"lastModifiedByID\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"isActive\": true\n        }\n    ]\n}"}],"_postman_id":"47d50f18-8d00-4bd1-8144-4704202720d6"},{"name":"Funding Rules Find By Id","id":"7c85a96b-819c-45a2-9940-b4ecac94fd31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FundingRules/:fundingRuleID?schema=false","description":"<p>Returns a funding rule.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FundingRules",":fundingRuleID"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"6a7088e1-91f4-4aa8-8e85-12c980edb36a","description":{"content":"<p>GUID for funding rule</p>\n","type":"text/plain"},"type":"any","value":"","key":"fundingRuleID"},{"id":"77603714-1e0c-4050-8a71-a95d342f07ff","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"7ee8f8f1-bfa7-4443-a811-75b724e1db1b","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingRules/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","FundingRules",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"8108924c-1863-45a2-aa11-1f03917042b1","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"fundingrules\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FundingRules/8108924c-1863-45a2-aa11-1f03917042b1\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"fundingRuleID\": \"8108924c-1863-45a2-aa11-1f03917042b1\",\n            \"name\": \"Atlanta Legistature\",\n            \"description\": \"\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-16T18:42:23.923\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-09-16T18:42:23.923\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"isActive\": true\n        }\n    ]\n}"}],"variable":[{"id":"6a7088e1-91f4-4aa8-8e85-12c980edb36a","key":"fundingRuleID","value":"","type":"any","description":"GUID for funding rule"},{"id":"77603714-1e0c-4050-8a71-a95d342f07ff","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"7c85a96b-819c-45a2-9940-b4ecac94fd31"},{"name":"Funding Rules Find By Id Distributions","id":"0efd7356-6d5c-46cd-b8bf-d014483a20fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FundingRules/:fundingRuleID/distributions?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns a funding rule and its funding distributions.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FundingRules",":fundingRuleID","distributions"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"fb013ded-2d62-44ea-801d-d1197015e602","type":"any","value":"","key":"fundingRuleID"},{"id":"25fd5611-f72e-4083-abd3-67f2b1057221","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[],"variable":[{"id":"fb013ded-2d62-44ea-801d-d1197015e602","key":"fundingRuleID","value":"","type":"any"},{"id":"25fd5611-f72e-4083-abd3-67f2b1057221","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"0efd7356-6d5c-46cd-b8bf-d014483a20fe"}],"id":"6bf27ee0-b312-4172-b8e2-d2afe1032411","description":"<p>The Funding Rules API provides access to a collection of funding rules and related resources such as distributions.</p>\n","_postman_id":"6bf27ee0-b312-4172-b8e2-d2afe1032411","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"FundingSourceAdjustments","item":[{"name":"Funding Source Adjustments Get","id":"80f062c1-3062-4255-af60-229febaecae7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FundingSourceAdjustments?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns the funding source adjustment collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FundingSourceAdjustments"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"26b3be9e-b737-4a16-a2d1-ce614758a1b5","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingSourceAdjustments?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","FundingSourceAdjustments"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"fundingsourceadjustments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FundingSourceAdjustments\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"adjustmentID\": \"4bb0c990-a28c-417d-a3b3-a4afdf6f75b9\",\n            \"fundingSourceID\": \"be19cdad-0763-4e0c-a868-2491545b3fdf\",\n            \"description\": \"Rainy Day fund\",\n            \"createdBy\": \"Greg Schramm\",\n            \"dateCreated\": \"2021-02-19T20:02:23\",\n            \"createdByID\": \"0b4e02af-2103-4da0-a3f6-a76240aa1319\",\n            \"amount\": 3000\n        }\n    ]\n}"},{"id":"b076848d-c967-4b1f-a7ac-c6e885c5db4a","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingSourceAdjustments?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","FundingSourceAdjustments"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"adjustmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"80f062c1-3062-4255-af60-229febaecae7"},{"name":"Funding Source Adjustments Find By Id","id":"c4caccd1-bcc8-4345-a1ea-3b3376b04dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FundingSourceAdjustments/:adjustmentID?schema=false","description":"<p>Returns a funding source adjustment.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FundingSourceAdjustments",":adjustmentID"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"4b33cd33-bd78-4752-a951-bcb19bf26c1c","description":{"content":"<p>GUID for fudning adjustment</p>\n","type":"text/plain"},"type":"any","value":"","key":"adjustmentID"},{"id":"5339eec0-85ab-4abb-9fcf-44e7f2a762b0","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"6da852a2-fa73-400a-a51d-0f8e15f77768","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingSourceAdjustments/:adjustmentID?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","FundingSourceAdjustments",":adjustmentID"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"adjustmentID","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"fundingsourceadjustments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FundingSourceAdjustments/4bb0c990-a28c-417d-a3b3-a4afdf6f75b9\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"adjustmentID\": \"4bb0c990-a28c-417d-a3b3-a4afdf6f75b9\",\n            \"fundingSourceID\": \"be19cdad-0763-4e0c-a868-2491545b3fdf\",\n            \"description\": \"Rainy Day fund\",\n            \"createdBy\": \"Greg Schramm\",\n            \"dateCreated\": \"2021-02-19T20:02:23\",\n            \"createdByID\": \"0b4e02af-2103-4da0-a3f6-a76240aa1319\",\n            \"amount\": 3000\n        }\n    ],\n    \"details\": []\n}"},{"id":"01b93ad1-2609-42ae-b46c-5ac85c6f4c58","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingSourceAdjustments/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","FundingSourceAdjustments",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"10dcf02b-1542-4e36-bc7d-ef8e49cf5319","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"adjustmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"4b33cd33-bd78-4752-a951-bcb19bf26c1c","key":"adjustmentID","value":"","type":"any","description":"GUID for fudning adjustment"},{"id":"5339eec0-85ab-4abb-9fcf-44e7f2a762b0","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"c4caccd1-bcc8-4345-a1ea-3b3376b04dc8"}],"id":"058ee948-3caf-4a5d-856c-db0ebb81e69e","description":"<p>The Funding Source Adjustments API provides access to a collection of funding source adjustments.</p>\n","_postman_id":"058ee948-3caf-4a5d-856c-db0ebb81e69e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Funding Sources","item":[{"name":"Funding Sources Get","id":"3f198690-27e6-4122-a21e-90b9f01c763a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FundingSources?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the funding source collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FundingSources"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"cbda9e55-bff3-4ff5-a542-e7f4bcdfc09a","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingSources?offset=0&limit=11&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","FundingSources"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"11"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"fundingsources\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FundingSources\",\n        \"offset\": 0,\n        \"limit\": 11,\n        \"size\": 11,\n        \"totalRecords\": 11\n    },\n    \"records\": [\n        {\n            \"fundingSourceID\": \"bd42f84a-5ee8-49a9-943f-576573883d67\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"name\": \"Broward Community College\",\n            \"description\": \"\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-08T21:39:09.243\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-09-08T21:39:09.243\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"balance\": 681450,\n            \"fundingCategoryName\": \"Broward County Schools Grant\",\n            \"fundingCategoryDescription\": \"Government sponsored funds\",\n            \"totalAdjustments\": 755425,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 97390,\n            \"budgeted\": 3,\n            \"totalFunds\": 755425,\n            \"spentToDate\": 73975\n        },\n        {\n            \"fundingSourceID\": \"fce07004-6121-4b6f-8562-c9456b6357ef\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"name\": \"Government Grant\",\n            \"description\": \"\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-09T13:19:30\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-09-09T13:19:30\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"balance\": 9985573,\n            \"fundingCategoryName\": \"Broward County Schools Grant\",\n            \"fundingCategoryDescription\": \"Government sponsored funds\",\n            \"totalAdjustments\": 9995486.5,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 42290,\n            \"budgeted\": 3,\n            \"totalFunds\": 9995486.5,\n            \"spentToDate\": 9913.5\n        },\n        {\n            \"fundingSourceID\": \"74b57f39-2975-42ee-9b01-723431110367\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"name\": \"Board of Regence\",\n            \"description\": \"\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-16T18:29:14\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-09-16T18:29:14\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"balance\": 59974355,\n            \"fundingCategoryName\": \"Broward County Schools Grant\",\n            \"fundingCategoryDescription\": \"Government sponsored funds\",\n            \"totalAdjustments\": 59991977.5,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 51110,\n            \"budgeted\": 3,\n            \"totalFunds\": 59991977.5,\n            \"spentToDate\": 17622.5\n        },\n        {\n            \"fundingSourceID\": \"be19cdad-0763-4e0c-a868-2491545b3fdf\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"name\": \"Atlanta Legistature\",\n            \"description\": \"\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-16T18:42:23.923\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-09-16T18:42:23.923\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"balance\": 49978923,\n            \"fundingCategoryName\": \"Broward County Schools Grant\",\n            \"fundingCategoryDescription\": \"Government sponsored funds\",\n            \"totalAdjustments\": 50023977.5,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 114875,\n            \"budgeted\": 6010003,\n            \"totalFunds\": 50023977.5,\n            \"spentToDate\": 45054.5\n        },\n        {\n            \"fundingSourceID\": \"f2d0ec0c-6448-46ed-9e61-3ac722a0176a\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"name\": \"DC Creative Arts\",\n            \"description\": \"\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-10-18T17:17:28\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-10-18T17:17:28\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"balance\": 2990382,\n            \"fundingCategoryName\": \"Board of Regents\",\n            \"fundingCategoryDescription\": null,\n            \"totalAdjustments\": 2996991,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 38210,\n            \"budgeted\": 3,\n            \"totalFunds\": 2996991,\n            \"spentToDate\": 6609\n        },\n        {\n            \"fundingSourceID\": \"f6c5a498-0dae-4380-a6ab-b04e1fb8f98b\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"name\": \"Bond1\",\n            \"description\": \"\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2012-03-13T14:38:52.533\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2012-03-13T14:38:52.533\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"balance\": 0,\n            \"fundingCategoryName\": \"Board of Regents\",\n            \"fundingCategoryDescription\": null,\n            \"totalAdjustments\": null,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 0,\n            \"budgeted\": 15050,\n            \"totalFunds\": 0,\n            \"spentToDate\": 0\n        },\n        {\n            \"fundingSourceID\": \"3262ba61-f4ef-4841-bb3c-c276b56c55be\",\n            \"projectID\": \"aa4d4e70-4135-43cf-95f1-2074d3fd911a\",\n            \"projectName\": \"Test Project Number 1\",\n            \"name\": \"Benouchka Source\",\n            \"description\": \"\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2014-01-06T18:55:46\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2014-01-06T18:55:46\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"balance\": 134,\n            \"fundingCategoryName\": \"Board of Regents\",\n            \"fundingCategoryDescription\": null,\n            \"totalAdjustments\": 134,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 0,\n            \"budgeted\": 0,\n            \"totalFunds\": 134,\n            \"spentToDate\": 0\n        },\n        {\n            \"fundingSourceID\": \"e4f5ce02-8401-4827-9183-509ba990d83e\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"name\": \"McArthur High School\",\n            \"description\": \"\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-08T21:39:09.243\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-07-29T09:59:41\",\n            \"lastModifiedByID\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"balance\": -141237,\n            \"fundingCategoryName\": \"Broward County Schools Grant\",\n            \"fundingCategoryDescription\": \"Government sponsored funds\",\n            \"totalAdjustments\": -69107.5,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 80500,\n            \"budgeted\": 16020,\n            \"totalFunds\": -69107.5,\n            \"spentToDate\": 72129.5\n        },\n        {\n            \"fundingSourceID\": \"0d5e942b-caee-4ef1-aa0d-f7efde19833c\",\n            \"projectID\": \"d38bf9eb-f072-4973-ad1f-1eece944ca57\",\n            \"projectName\": \"Construction Depot\",\n            \"name\": \"Account Level Fund 1\",\n            \"description\": \"\",\n            \"createdBy\": \"Chris Cummings\",\n            \"dateCreated\": \"2016-08-02T17:58:32\",\n            \"createdByID\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"lastModifiedDate\": \"2016-08-02T17:58:32\",\n            \"lastModifiedByID\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"balance\": 0,\n            \"fundingCategoryName\": \"Board of Regents\",\n            \"fundingCategoryDescription\": null,\n            \"totalAdjustments\": null,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": \"970b2032-5d5b-405d-b795-03f71bd51928\",\n            \"accountFundingSourceName\": \"Account Level Fund 1\",\n            \"committed\": 0,\n            \"budgeted\": 0,\n            \"totalFunds\": 0,\n            \"spentToDate\": 0\n        },\n        {\n            \"fundingSourceID\": \"c07b55a6-3e0e-4364-ba54-253e5d7dde32\",\n            \"projectID\": \"80e2d21a-9fe7-4dec-9d66-d3e154631610\",\n            \"projectName\": \"JR_AuditLogTesting\",\n            \"name\": \"Gobierno central\",\n            \"description\": \"Gobierno central\",\n            \"createdBy\": \"julio ruiz\",\n            \"dateCreated\": \"2017-08-04T17:07:12.067\",\n            \"createdByID\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"lastModifiedBy\": \"julio ruiz\",\n            \"lastModifiedDate\": \"2017-08-04T17:07:12.067\",\n            \"lastModifiedByID\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"balance\": 680000,\n            \"fundingCategoryName\": \"Fondos concursables\",\n            \"fundingCategoryDescription\": null,\n            \"totalAdjustments\": 680000,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 0,\n            \"budgeted\": 180000,\n            \"totalFunds\": 680000,\n            \"spentToDate\": 0\n        },\n        {\n            \"fundingSourceID\": \"087c33fa-f01f-45a8-aa31-522d827d4293\",\n            \"projectID\": \"80e2d21a-9fe7-4dec-9d66-d3e154631610\",\n            \"projectName\": \"JR_AuditLogTesting\",\n            \"name\": \"BID\",\n            \"description\": \"BID\",\n            \"createdBy\": \"julio ruiz\",\n            \"dateCreated\": \"2017-08-04T17:07:12.067\",\n            \"createdByID\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"lastModifiedBy\": \"julio ruiz\",\n            \"lastModifiedDate\": \"2017-08-04T17:07:12.067\",\n            \"lastModifiedByID\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"balance\": 450000,\n            \"fundingCategoryName\": \"Prestamos renovables\",\n            \"fundingCategoryDescription\": null,\n            \"totalAdjustments\": 450000,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 0,\n            \"budgeted\": 0,\n            \"totalFunds\": 450000,\n            \"spentToDate\": 0\n        }\n    ]\n}"},{"id":"c56979ff-f953-4532-a7ef-b415e0358122","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingSources?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","FundingSources"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"balance\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingCategoryName\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingCategoryDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalAdjustments\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentsCanExceed\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"masterInvoicesCanExceed\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"accountFundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"accountFundingSourceName\": {\n                        \"type\": \"string\"\n                    },\n                    \"committed\": {\n                        \"type\": \"number\"\n                    },\n                    \"budgeted\": {\n                        \"type\": \"number\"\n                    },\n                    \"totalFunds\": {\n                        \"type\": \"number\"\n                    },\n                    \"spentToDate\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"3f198690-27e6-4122-a21e-90b9f01c763a"},{"name":"Funding Sources Find By Id","id":"880a5f03-f24b-4373-813a-263591989c19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FundingSources/:id?schema=false","description":"<p>Returns a funding source.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FundingSources",":id"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"5d9cc8a4-a834-40bf-bbd1-46bfc8ada57a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"efc441e6-fd70-4109-adf8-098a92a04560","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingSources/:fundingSourceID?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","FundingSources",":fundingSourceID"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"fundingSourceID","value":"","description":"GUID for funding source"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"fundingsources\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FundingSources/be19cdad-0763-4e0c-a868-2491545b3fdf\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"fundingSourceID\": \"be19cdad-0763-4e0c-a868-2491545b3fdf\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"name\": \"Atlanta Legistature\",\n            \"description\": \"\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-16T18:42:23.923\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"lastModifiedDate\": \"2011-09-16T18:42:23.923\",\n            \"lastModifiedByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"balance\": 49978923,\n            \"fundingCategoryName\": \"Broward County Schools Grant\",\n            \"fundingCategoryDescription\": \"Government sponsored funds\",\n            \"totalAdjustments\": 50023977.5,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 114875,\n            \"budgeted\": 6010003,\n            \"totalFunds\": 50023977.5,\n            \"spentToDate\": 45054.5\n        }\n    ]\n}"}],"variable":[{"id":"5d9cc8a4-a834-40bf-bbd1-46bfc8ada57a","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"880a5f03-f24b-4373-813a-263591989c19"},{"name":"Funding Sources Find By Id Adjustments","id":"ad717032-5f6a-404f-91e5-037731cdbe6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FundingSources/:fundingSourceID/adjustments?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns a funding source and its adjustments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FundingSources",":fundingSourceID","adjustments"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"15c41a1a-c2e9-4e5c-b4a1-94cbf2da1ed7","description":{"content":"<p>GUID for funding source</p>\n","type":"text/plain"},"type":"any","value":"","key":"fundingSourceID"},{"id":"311b993e-747f-4d86-9a39-d1b9a4de68e4","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"dec52b3a-7ae5-41b8-8151-936b9bc3626a","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingSources/:id/adjustments?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","FundingSources",":id","adjustments"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"be19cdad-0763-4e0c-a868-2491545b3fdf","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"fundingsources\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FundingSources/be19cdad-0763-4e0c-a868-2491545b3fdf/adjustments\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"fundingSourceID\": \"be19cdad-0763-4e0c-a868-2491545b3fdf\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"name\": \"Atlanta Legislature\",\n            \"description\": \"City budget 2020\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-16T18:42:23.923\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Greg Schramm\",\n            \"lastModifiedDate\": \"2021-02-19T20:00:57\",\n            \"lastModifiedByID\": \"0b4e02af-2103-4da0-a3f6-a76240aa1319\",\n            \"balance\": 49981923,\n            \"fundingCategoryName\": \"Broward County Schools Grant\",\n            \"fundingCategoryDescription\": \"Government sponsored funds\",\n            \"totalAdjustments\": 50026977.5,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 114875,\n            \"budgeted\": 6010003,\n            \"totalFunds\": 50026977.5,\n            \"spentToDate\": 45054.5\n        }\n    ],\n    \"details\": [\n        {\n            \"adjustmentID\": \"4bb0c990-a28c-417d-a3b3-a4afdf6f75b9\",\n            \"fundingSourceID\": \"be19cdad-0763-4e0c-a868-2491545b3fdf\",\n            \"description\": \"Rainy Day fund\",\n            \"createdBy\": \"Greg Schramm\",\n            \"dateCreated\": \"2021-02-19T20:02:23\",\n            \"createdByID\": \"0b4e02af-2103-4da0-a3f6-a76240aa1319\",\n            \"amount\": 3000\n        }\n    ]\n}"},{"id":"5303701b-f1ee-4235-8ec2-6789e8f35186","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingSources/:id/adjustments?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","FundingSources",":id","adjustments"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"599d003c-14d3-4f41-978c-c50b1bcf0212","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"adjustmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"balance\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingCategoryName\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingCategoryDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalAdjustments\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentsCanExceed\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"masterInvoicesCanExceed\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"accountFundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"accountFundingSourceName\": {\n                        \"type\": \"string\"\n                    },\n                    \"committed\": {\n                        \"type\": \"number\"\n                    },\n                    \"budgeted\": {\n                        \"type\": \"number\"\n                    },\n                    \"totalFunds\": {\n                        \"type\": \"number\"\n                    },\n                    \"spentToDate\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"15c41a1a-c2e9-4e5c-b4a1-94cbf2da1ed7","key":"fundingSourceID","value":"","type":"any","description":"GUID for funding source"},{"id":"311b993e-747f-4d86-9a39-d1b9a4de68e4","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"ad717032-5f6a-404f-91e5-037731cdbe6d"},{"name":"Funding Sources Find By Id Custom Fields","id":"4261b29c-e83a-4d82-b6a9-59e24d554ed4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/FundingSources/:fundingSourceID/customfields?offset=0&limit=100&schema=false","description":"<p>Returns a funding source and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","FundingSources",":fundingSourceID","customfields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"09dc2a73-46ee-4b77-8d70-bfb41cdd8ab4","description":{"content":"<p>GUID for funding source</p>\n","type":"text/plain"},"type":"any","value":"","key":"fundingSourceID"},{"id":"0a5d45e9-339f-4141-a037-8b4057911bef","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"980b4f5d-f2a2-4351-a839-d24849a91e74","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingSources/:id/customfields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","FundingSources",":id","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"be19cdad-0763-4e0c-a868-2491545b3fdf","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"fundingsources\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/FundingSources/be19cdad-0763-4e0c-a868-2491545b3fdf/customfields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"fundingSourceID\": \"be19cdad-0763-4e0c-a868-2491545b3fdf\",\n            \"projectID\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"projectName\": \"eB Construction\",\n            \"name\": \"Atlanta Legislature\",\n            \"description\": \"City budget 2020\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2011-09-16T18:42:23.923\",\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Greg Schramm\",\n            \"lastModifiedDate\": \"2021-02-19T20:00:57\",\n            \"lastModifiedByID\": \"0b4e02af-2103-4da0-a3f6-a76240aa1319\",\n            \"balance\": 49981923,\n            \"fundingCategoryName\": \"Broward County Schools Grant\",\n            \"fundingCategoryDescription\": \"Government sponsored funds\",\n            \"totalAdjustments\": 50026977.5,\n            \"masterCommitmentsCanExceed\": null,\n            \"masterInvoicesCanExceed\": null,\n            \"accountFundingSourceID\": null,\n            \"accountFundingSourceName\": null,\n            \"committed\": 114875,\n            \"budgeted\": 6010003,\n            \"totalFunds\": 50026977.5,\n            \"spentToDate\": 45054.5\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"Category\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"c9f35042-7267-4e95-a314-de098cf9ce40","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/FundingSources/:id/customfields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","FundingSources",":id","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"2fd51dc1-bf3e-4077-89c9-394031069ea5","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"fundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"balance\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingCategoryName\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingCategoryDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalAdjustments\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentsCanExceed\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"masterInvoicesCanExceed\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"accountFundingSourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"accountFundingSourceName\": {\n                        \"type\": \"string\"\n                    },\n                    \"committed\": {\n                        \"type\": \"number\"\n                    },\n                    \"budgeted\": {\n                        \"type\": \"number\"\n                    },\n                    \"totalFunds\": {\n                        \"type\": \"number\"\n                    },\n                    \"spentToDate\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"09dc2a73-46ee-4b77-8d70-bfb41cdd8ab4","key":"fundingSourceID","value":"","type":"any","description":"GUID for funding source"},{"id":"0a5d45e9-339f-4141-a037-8b4057911bef","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"4261b29c-e83a-4d82-b6a9-59e24d554ed4"}],"id":"eca22e4e-ab64-4855-a5f2-125148017829","description":"<p>The Funding Sources API provides access to a collection of funding sources and related resources such as adjustments and custom fields.</p>\n","_postman_id":"eca22e4e-ab64-4855-a5f2-125148017829","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}}],"id":"302f599a-5ee2-4777-be44-65f1ed2ac108","description":"<p>Funding sources establish where funds are being endowed for budget line items, commitments and invoices. Enabling funding on a project offers visibility into the total, used and remaining project funds per funding source. By default, a funding source is always required when processing invoices.</p>\n<p>The Funding API provides access to a collection of funding sources, funding distributions, funding rules, funding source adjustments and custom fields.</p>\n","_postman_id":"302f599a-5ee2-4777-be44-65f1ed2ac108","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"General Invoices","item":[{"name":"General Invoices Get","id":"70f9313b-a3a3-4c0e-9df4-69ed7b4f7c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/GeneralInvoices?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the general invoices collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","GeneralInvoices"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"61a783f9-ab4a-4fef-86bb-db23046b4bb1","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/GeneralInvoices?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","GeneralInvoices"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"generalInvoices\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/GeneralInvoices\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 20,\n        \"totalRecords\": 20\n    },\n    \"records\": [\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"edd695e6-d2e2-45d7-919c-a8d79f159cd2\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"approvedByDate\": \"2011-11-01T00:00:00\",\n            \"companyId\": \"573924f2-6bcb-41b1-9417-5b5dc6e366a9\",\n            \"companyName\": \"Constructucon\",\n            \"dateCreated\": \"2011-11-01T19:32:00\",\n            \"dateDue\": null,\n            \"datePaid\": \"2011-11-01T00:00:00\",\n            \"dateReceived\": \"2011-11-01T00:00:00\",\n            \"description\": \"test\",\n            \"invoiceAmount\": 140,\n            \"invoiceNumber\": \"001\",\n            \"lastModifiedDate\": \"2011-11-01T19:33:49\",\n            \"status\": \"Paid\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"approvedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"approvedBy\": \"Andy Sutton\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"06eb7995-5fad-42f2-ae2a-082dce9ac0b3\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"approvedByDate\": \"2011-11-01T00:00:00\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2011-11-01T20:29:15\",\n            \"dateDue\": null,\n            \"datePaid\": \"2011-11-01T00:00:00\",\n            \"dateReceived\": \"2011-11-01T00:00:00\",\n            \"description\": \"test5\",\n            \"invoiceAmount\": 99,\n            \"invoiceNumber\": \"004\",\n            \"lastModifiedDate\": \"2011-11-01T20:32:14\",\n            \"status\": \"Paid\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"approvedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"approvedBy\": \"Andy Sutton\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"52218772-4695-4243-883d-8864f6ea985c\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"approvedByDate\": \"2011-11-01T00:00:00\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2011-11-01T20:28:03\",\n            \"dateDue\": null,\n            \"datePaid\": \"2011-11-01T00:00:00\",\n            \"dateReceived\": \"2011-11-01T00:00:00\",\n            \"description\": \"test54\",\n            \"invoiceAmount\": 450,\n            \"invoiceNumber\": \"003\",\n            \"lastModifiedDate\": \"2011-11-01T20:32:51\",\n            \"status\": \"Paid\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"approvedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"approvedBy\": \"Andy Sutton\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"a076b8f4-6792-42d4-83d3-1db80bc605fd\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"approvedByDate\": \"2011-11-01T00:00:00\",\n            \"companyId\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"companyName\": \"Construction Tec\",\n            \"dateCreated\": \"2011-11-01T20:24:10\",\n            \"dateDue\": null,\n            \"datePaid\": \"2011-11-02T00:00:00\",\n            \"dateReceived\": \"2011-11-01T00:00:00\",\n            \"description\": \"test3\",\n            \"invoiceAmount\": 50,\n            \"invoiceNumber\": \"002\",\n            \"lastModifiedDate\": \"2011-11-02T19:59:21\",\n            \"status\": \"Paid\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"approvedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"approvedBy\": \"Andy Sutton\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"93de019f-af22-410d-99da-e77dc5762c7a\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"approvedByDate\": null,\n            \"companyId\": \"51b5f12e-1777-4523-bc48-8bf7646ca830\",\n            \"companyName\": \"Geo Tec\",\n            \"dateCreated\": \"2011-11-02T20:09:20\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2011-11-02T00:00:00\",\n            \"description\": \"test\",\n            \"invoiceAmount\": 345,\n            \"invoiceNumber\": \"007\",\n            \"lastModifiedDate\": \"2011-11-02T20:09:20\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"533c16aa-16b8-4554-a017-076d95bbc717\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2012-09-14T17:44:23\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-09-14T00:00:00\",\n            \"description\": \"Test for Invoice Lilne Items Custom Fields\",\n            \"invoiceAmount\": 50000,\n            \"invoiceNumber\": \"016\",\n            \"lastModifiedDate\": \"2012-09-14T00:00:00\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"8ac6b53f-c0fb-44f7-97a3-72176e66e5f0\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"companyName\": \"Construction Tec\",\n            \"dateCreated\": \"2012-09-14T20:08:41\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-09-14T00:00:00\",\n            \"description\": \"jjjj\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"018\",\n            \"lastModifiedDate\": \"2012-09-14T20:08:41\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"c3cc2ba9-500b-487d-91e0-95c87fb9169d\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"companyName\": \"Construction Tec\",\n            \"dateCreated\": \"2012-09-14T20:16:16\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-09-14T00:00:00\",\n            \"description\": \"ggg\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"019\",\n            \"lastModifiedDate\": \"2012-09-14T20:16:16\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"45c6c754-ccd6-414b-838f-65b0203e7b2a\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"51b5f12e-1777-4523-bc48-8bf7646ca830\",\n            \"companyName\": \"Geo Tec\",\n            \"dateCreated\": \"2012-09-14T20:18:56\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-09-14T00:00:00\",\n            \"description\": \"gggg\",\n            \"invoiceAmount\": 55,\n            \"invoiceNumber\": \"020\",\n            \"lastModifiedDate\": \"2012-09-14T20:18:56\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"40dbd104-dace-4022-96ed-ab793b7651eb\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2012-09-14T21:16:27\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-09-14T00:00:00\",\n            \"description\": \"Legal Fees\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"021\",\n            \"lastModifiedDate\": \"2012-09-14T21:16:27\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"6c8a6a4e-283f-4100-9a09-a15cc33f31c9\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"573924f2-6bcb-41b1-9417-5b5dc6e366a9\",\n            \"companyName\": \"Constructucon\",\n            \"dateCreated\": \"2012-09-17T19:25:21\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-09-17T00:00:00\",\n            \"description\": \"ddddd\",\n            \"invoiceAmount\": 50,\n            \"invoiceNumber\": \"023\",\n            \"lastModifiedDate\": \"2012-09-17T19:25:21\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"lastModifiedBy\": \"Mathia Wiley\",\n            \"createdById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"createdBy\": \"Mathia Wiley\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"95281894-65ad-486e-99d7-e80b4bce6f2a\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"companyName\": \"Flora's Tech Crew\",\n            \"dateCreated\": \"2012-09-17T20:02:28\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-09-17T00:00:00\",\n            \"description\": \"ccccc\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"024\",\n            \"lastModifiedDate\": \"2012-09-17T20:02:28\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"lastModifiedBy\": \"Mathia Wiley\",\n            \"createdById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"createdBy\": \"Mathia Wiley\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"55813410-feee-4acb-8d57-272b00d6c309\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"companyName\": \"Construction Tec\",\n            \"dateCreated\": \"2012-09-17T20:10:08\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-09-17T00:00:00\",\n            \"description\": \"test for add general invoice error message\",\n            \"invoiceAmount\": 0,\n            \"invoiceNumber\": \"025\",\n            \"lastModifiedDate\": \"2012-09-17T20:10:08\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"lastModifiedBy\": \"Mathia Wiley\",\n            \"createdById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"createdBy\": \"Mathia Wiley\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"075eabd4-5507-4546-aaf4-d5bcc4bd1d10\",\n            \"projectId\": \"b35f8fef-21ce-4c30-a658-7722b7fc0eb1\",\n            \"approvedByDate\": null,\n            \"companyId\": \"d8df961a-761f-4773-8a28-804f6e96d4c7\",\n            \"companyName\": \"Construction Tec\",\n            \"dateCreated\": \"2012-11-13T18:38:20\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-11-13T00:00:00\",\n            \"description\": \"999 - 11/13/2012 6:38:20 PM\",\n            \"invoiceAmount\": 2,\n            \"invoiceNumber\": \"999\",\n            \"lastModifiedDate\": \"2012-11-13T18:38:20\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"lastModifiedBy\": \"ScheduleManager ScheduleManager\",\n            \"createdById\": \"86684f7c-02bf-450f-a34e-4e8933fc482c\",\n            \"createdBy\": \"ScheduleManager ScheduleManager\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": \"PIUCI - 5\",\n            \"contactId\": \"6503769e-e0f1-48fa-bc55-886bba3ae942\",\n            \"contact\": \"Irma Mendez\"\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"9dd663e5-3b25-4632-ac51-be7dd1ec0a62\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"approvedByDate\": null,\n            \"companyId\": \"573924f2-6bcb-41b1-9417-5b5dc6e366a9\",\n            \"companyName\": \"Constructucon\",\n            \"dateCreated\": \"2011-11-02T20:05:20\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2011-11-02T00:00:00\",\n            \"description\": \"rest\",\n            \"invoiceAmount\": 43,\n            \"invoiceNumber\": \"006\",\n            \"lastModifiedDate\": \"2012-11-30T22:08:10\",\n            \"status\": \"Received\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"mmmmm\",\n            \"invoiceId\": \"1164ecaa-2422-4623-b26f-34dd74930406\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": null,\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2013-08-01T13:29:13\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2013-08-01T00:00:00\",\n            \"description\": \"General invoice\",\n            \"invoiceAmount\": 50000,\n            \"invoiceNumber\": \"027\",\n            \"lastModifiedDate\": \"2013-08-01T13:29:13\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"e7bc25ce-537e-4dba-ae72-2ed2d8d68c1a\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"approvedByDate\": \"2016-08-11T00:00:00\",\n            \"companyId\": \"4c21cb55-f0aa-4d6b-a8cd-e6f2d697851d\",\n            \"companyName\": \"Flora's Tech Crew\",\n            \"dateCreated\": \"2011-11-01T20:33:17\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2011-11-01T00:00:00\",\n            \"description\": \"test6\",\n            \"invoiceAmount\": 66,\n            \"invoiceNumber\": \"005\",\n            \"lastModifiedDate\": \"2016-08-11T17:28:49\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"approvedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"approvedBy\": \"Chris Cummings\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"62ca2322-45c8-4414-8795-76e91b250819\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2016-08-11T00:00:00\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2012-03-15T18:16:24\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-03-15T00:00:00\",\n            \"description\": \"Testing General Invoice\",\n            \"invoiceAmount\": 60000,\n            \"invoiceNumber\": \"007\",\n            \"lastModifiedDate\": \"2016-08-11T17:29:08\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"approvedBy\": \"Chris Cummings\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"cadf7b5a-50f0-4c6a-bff4-80bac900413d\",\n            \"projectId\": \"f752ceb9-b3ec-4449-a614-293450a118d5\",\n            \"approvedByDate\": null,\n            \"companyId\": \"67145ac1-eebf-40a5-be01-6422960b9a53\",\n            \"companyName\": \"Clody's Construction Depot\",\n            \"dateCreated\": \"2019-02-08T16:07:51.257\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2019-02-08T00:00:00\",\n            \"description\": \"test\",\n            \"invoiceAmount\": 1,\n            \"invoiceNumber\": \"001\",\n            \"lastModifiedDate\": \"2019-02-08T16:07:51.257\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        },\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"4d7e57eb-bcb0-4046-a5bf-44db5e6a98f3\",\n            \"projectId\": \"b58a8de7-9f09-476c-962a-d7fcf5c25e8d\",\n            \"approvedByDate\": null,\n            \"companyId\": \"f35206b2-e08a-4037-b7eb-5825eb0db2c5\",\n            \"companyName\": \"Company\",\n            \"dateCreated\": \"2020-08-06T02:12:21.813\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2020-08-05T00:00:00\",\n            \"description\": \"czv zv\",\n            \"invoiceAmount\": 13570,\n            \"invoiceNumber\": \"006\",\n            \"lastModifiedDate\": \"2020-08-06T02:12:21.813\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"5a7d0385-51b4-457f-9106-5af2628db0ab\",\n            \"lastModifiedBy\": \"Carlos Rodriguez\",\n            \"createdById\": \"5a7d0385-51b4-457f-9106-5af2628db0ab\",\n            \"createdBy\": \"Carlos Rodriguez\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": null,\n            \"contact\": null\n        }\n    ]\n}"},{"id":"53ced338-c6ca-4d91-8445-a0eb3e876ca3","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/GeneralInvoices?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","GeneralInvoices"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"datePaid\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceived\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"invoiceNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"70f9313b-a3a3-4c0e-9df4-69ed7b4f7c3d"},{"name":"General Invoices Find By Id","id":"2bcb85c3-6666-4a08-8d53-7cf10bb2fe8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/GeneralInvoices/:invoiceId?schema=false","description":"<p>Returns a general invoice.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","GeneralInvoices",":invoiceId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"e02aa634-6888-49d8-9761-fecd8116e807","type":"any","value":"","key":"invoiceId"},{"id":"82d29a3e-4251-4b03-a152-18e89399ce4a","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"5104327a-e5c0-4b3e-a4fb-3a37474447a8","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/GeneralInvoices/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","GeneralInvoices",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"62ca2322-45c8-4414-8795-76e91b250819","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"generalInvoices\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/GeneralInvoices/62ca2322-45c8-4414-8795-76e91b250819\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"62ca2322-45c8-4414-8795-76e91b250819\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2016-08-11T00:00:00\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2012-03-15T18:16:24\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-03-15T00:00:00\",\n            \"description\": \"Testing General Invoice\",\n            \"invoiceAmount\": 60000,\n            \"invoiceNumber\": \"007\",\n            \"lastModifiedDate\": \"2016-08-11T17:29:08\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"approvedBy\": \"Chris Cummings\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        }\n    ]\n}"},{"id":"891c4927-1c36-4eda-9787-1a618a897c12","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/GeneralInvoices/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","GeneralInvoices",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"datePaid\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceived\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"invoiceNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"e02aa634-6888-49d8-9761-fecd8116e807","key":"invoiceId","value":"","type":"any"},{"id":"82d29a3e-4251-4b03-a152-18e89399ce4a","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"2bcb85c3-6666-4a08-8d53-7cf10bb2fe8f"},{"name":"General Invoices Find By Id Custom Fields","id":"58718ce9-e9c3-4a33-9404-a20c92136c7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/GeneralInvoices/:invoiceId/customFields?offset=0&limit=100&schema=false","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","GeneralInvoices",":invoiceId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"28c7402d-8c88-4c2d-89f0-95fe6924d456","type":"any","value":"","key":"invoiceId"},{"id":"4957329b-644d-419b-ae24-3c18998717c3","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"11b1b0e0-8803-426e-9478-ba8e0d9aea7d","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/GeneralInvoices/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","GeneralInvoices",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"62ca2322-45c8-4414-8795-76e91b250819","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"generalInvoices\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/GeneralInvoices/62ca2322-45c8-4414-8795-76e91b250819/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"62ca2322-45c8-4414-8795-76e91b250819\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2016-08-11T00:00:00\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2012-03-15T18:16:24\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-03-15T00:00:00\",\n            \"description\": \"Testing General Invoice\",\n            \"invoiceAmount\": 60000,\n            \"invoiceNumber\": \"007\",\n            \"lastModifiedDate\": \"2016-08-11T17:29:08\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"approvedBy\": \"Chris Cummings\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"test\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"abbc2ec6-9924-40a0-9df4-8ba54c28d30a","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/GeneralInvoices/:id/customFields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","GeneralInvoices",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"datePaid\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceived\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"invoiceNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"28c7402d-8c88-4c2d-89f0-95fe6924d456","key":"invoiceId","value":"","type":"any"},{"id":"4957329b-644d-419b-ae24-3c18998717c3","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"58718ce9-e9c3-4a33-9404-a20c92136c7c"},{"name":"General Invoices Find By Id Items","id":"c1fe3564-fbf9-4d30-844a-1ac3885fa658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/GeneralInvoices/:invoiceId/items?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns an general invoice and its items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","GeneralInvoices",":invoiceId","items"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"a39a23b7-ffdb-40e4-b69b-ec2e3bfbb757","type":"any","value":"","key":"invoiceId"},{"id":"f8c78c53-f01e-499d-8430-5878efb4bac3","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"ceb7f24a-c44a-483f-8125-82bf21aaf5c4","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/GeneralInvoices/:id/items?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","GeneralInvoices",":id","items"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"62ca2322-45c8-4414-8795-76e91b250819","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"generalInvoices\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/GeneralInvoices/62ca2322-45c8-4414-8795-76e91b250819/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"scopeOfWork\": \"\",\n            \"invoiceId\": \"62ca2322-45c8-4414-8795-76e91b250819\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"approvedByDate\": \"2016-08-11T00:00:00\",\n            \"companyId\": \"6063366e-6f89-4f65-a619-1205ec5e8892\",\n            \"companyName\": \"SCC Soft Computer\",\n            \"dateCreated\": \"2012-03-15T18:16:24\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2012-03-15T00:00:00\",\n            \"description\": \"Testing General Invoice\",\n            \"invoiceAmount\": 60000,\n            \"invoiceNumber\": \"007\",\n            \"lastModifiedDate\": \"2016-08-11T17:29:08\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalDate\": null,\n            \"dateVoided\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"approvedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"approvedBy\": \"Chris Cummings\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"controllingProcess\": null,\n            \"contactId\": \"00000000-0000-0000-0000-000000000000\",\n            \"contact\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"invoiceItemId\": \"db1ec8a0-3d81-4da5-b20a-64fa17913ef6\",\n            \"invoiceId\": \"62ca2322-45c8-4414-8795-76e91b250819\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"itemNumber\": \"001\",\n            \"description\": \"Land Aquisition - Inspections\",\n            \"amount\": 60000,\n            \"dateCreated\": \"2012-03-15T18:16:24\",\n            \"lastModifiedDate\": \"2016-08-11T17:29:08\",\n            \"fundingRuleId\": \"4e1b6b0e-33ed-4ec5-bf18-f779f26fcc48\",\n            \"fundingRuleName\": \"Broward Community College\"\n        }\n    ]\n}"},{"id":"4f1aade3-7fb7-418a-9769-44ae57f9356c","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/GeneralInvoices/:id/items?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","GeneralInvoices",":id","items"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"invoiceItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"fundingRuleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"datePaid\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceived\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"invoiceNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"a39a23b7-ffdb-40e4-b69b-ec2e3bfbb757","key":"invoiceId","value":"","type":"any"},{"id":"f8c78c53-f01e-499d-8430-5878efb4bac3","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"c1fe3564-fbf9-4d30-844a-1ac3885fa658"},{"name":"General Invoices Find Items By Id","id":"c6afffb6-5d83-42d2-bc45-e6c0dcbd9518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/GeneralInvoiceItems/:invoiceItemId?schema=false","description":"<p>Returns a general invoice and its items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","GeneralInvoiceItems",":invoiceItemId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"4410d836-11b3-4bd4-8cd8-0948d713179b","type":"any","value":"","key":"invoiceItemId"},{"id":"1878bbee-db1c-4e1e-a6ec-519b78968ff9","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"56aeb6fe-ce83-4809-965f-864f91bffd21","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/GeneralInvoiceItems/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","GeneralInvoiceItems",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"db1ec8a0-3d81-4da5-b20a-64fa17913ef6","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"generalInvoiceItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/GeneralInvoiceItems/db1ec8a0-3d81-4da5-b20a-64fa17913ef6\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"invoiceItemId\": \"db1ec8a0-3d81-4da5-b20a-64fa17913ef6\",\n            \"invoiceId\": \"62ca2322-45c8-4414-8795-76e91b250819\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"itemNumber\": \"001\",\n            \"description\": \"Land Aquisition - Inspections\",\n            \"amount\": 60000,\n            \"dateCreated\": \"2012-03-15T18:16:24\",\n            \"lastModifiedDate\": \"2016-08-11T17:29:08\",\n            \"fundingRuleId\": \"4e1b6b0e-33ed-4ec5-bf18-f779f26fcc48\",\n            \"fundingRuleName\": \"Broward Community College\"\n        }\n    ]\n}"},{"id":"c3b0f043-d681-4075-8a51-e4c0acf05702","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/GeneralInvoiceItems/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","GeneralInvoiceItems",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"invoiceItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"fundingRuleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"4410d836-11b3-4bd4-8cd8-0948d713179b","key":"invoiceItemId","value":"","type":"any"},{"id":"1878bbee-db1c-4e1e-a6ec-519b78968ff9","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"c6afffb6-5d83-42d2-bc45-e6c0dcbd9518"},{"name":"General Invoices Find Items By Id Custom Fields","id":"138df9b1-6e32-4d83-a8b4-c232e954e4f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/GeneralInvoiceItems/:invoiceItemId/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a general invoice item and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","GeneralInvoiceItems",":invoiceItemId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"5e2a51f2-11ad-4b67-af62-2128bf7c6f77","type":"any","value":"","key":"invoiceItemId"},{"id":"108e5500-092f-43ce-a6c7-156699d04b6e","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"32873458-6caf-41b1-9ee0-f2e2136ced38","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/GeneralInvoiceItems/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","GeneralInvoiceItems",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"db1ec8a0-3d81-4da5-b20a-64fa17913ef6","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"generalInvoiceItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/GeneralInvoiceItems/db1ec8a0-3d81-4da5-b20a-64fa17913ef6/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 2\n    },\n    \"records\": [\n        {\n            \"invoiceItemId\": \"db1ec8a0-3d81-4da5-b20a-64fa17913ef6\",\n            \"invoiceId\": \"62ca2322-45c8-4414-8795-76e91b250819\",\n            \"budgetLineItemId\": \"59827913-07dd-415b-86e1-ab4979221a28\",\n            \"itemNumber\": \"001\",\n            \"description\": \"Land Aquisition - Inspections\",\n            \"amount\": 60000,\n            \"dateCreated\": \"2012-03-15T18:16:24\",\n            \"lastModifiedDate\": \"2016-08-11T17:29:08\",\n            \"fundingRuleId\": \"4e1b6b0e-33ed-4ec5-bf18-f779f26fcc48\",\n            \"fundingRuleName\": \"Broward Community College\"\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"1\",\n            \"value\": null\n        },\n        {\n            \"name\": \"test\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"ee8512e9-da3b-433e-a6dc-12f7f6e19bf9","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/GeneralInvoiceItems/:id/customFields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","GeneralInvoiceItems",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"invoiceItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"invoiceId\": {\n                        \"type\": \"string\"\n                    },\n                    \"budgetLineItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"fundingRuleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"5e2a51f2-11ad-4b67-af62-2128bf7c6f77","key":"invoiceItemId","value":"","type":"any"},{"id":"108e5500-092f-43ce-a6c7-156699d04b6e","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"138df9b1-6e32-4d83-a8b4-c232e954e4f9"}],"id":"b95da4a5-5cf6-466f-baa8-946e03d60bf9","description":"<p>General invoices are not associated with commitments and may be issued for a subset of a budget line item, such as legal fees or builder permits. General Invoices address things that are required to be paid on the project, but are not project-based contracts such as flooring, and other building material.</p>\n<p>The General Invoices API provides access to the General Invoices collection and related resources (General Invoice Items and Custom Fields).</p>\n","_postman_id":"b95da4a5-5cf6-466f-baa8-946e03d60bf9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Health","item":[{"name":"Health Get","event":[{"listen":"test","script":{"id":"74050681-0e68-4e5a-ab0f-81742b3db1dc","type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});"]}}],"id":"8a33e772-806e-4597-b8e4-e057c16b8652","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Health","description":"<p>Returns the API status.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Health"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"163c3008-0f21-4633-b96a-86bf1097f07f","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Health","host":["https://api2.e-builder.net"],"path":["api","v2","Health"],"query":[{"key":"schema","value":"true","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"webServer\": \"up\",\n    \"dbServer\": \"up\"\n}"},{"id":"9bca423d-066f-452d-a09b-62c49d6d29d4","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Health?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Health"],"query":[{"key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"webServer\": {\n            \"type\": \"string\"\n        },\n        \"dbServer\": {\n            \"type\": \"string\"\n        }\n    }\n}"}],"_postman_id":"8a33e772-806e-4597-b8e4-e057c16b8652"}],"id":"1ef30f5f-b59f-4d37-aab6-d18f2d6ac479","description":"<p>Functional checks in the API that external tools can access through exposed endpoints at regular intervals. This can help to verify that applications and services are performing correctly.</p>\n","_postman_id":"1ef30f5f-b59f-4d37-aab6-d18f2d6ac479","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"MasterCommitmentChanges","item":[{"name":"Master Commitment Changes Find Changes By Id","id":"2e24d33c-7754-4a32-8014-7a13ab82f794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterCommitmentChanges/:id?schema=false","description":"<p>Returns a master commitment change.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterCommitmentChanges",":id"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"29fe12c5-6cc9-4d2d-b8f5-1f32ece12c84","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"88b83cbd-120c-47d5-9a72-3aaade440f1e","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitmentChanges/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitmentChanges",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"588060ed-5310-444f-88bb-d1a1fbbcae43","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterCommitmentChanges\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/MasterCommitmentChanges/588060ed-5310-444f-88bb-d1a1fbbcae43\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"id\": \"588060ed-5310-444f-88bb-d1a1fbbcae43\",\n            \"masterCommitmentId\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"reasonCodeId\": \"ca1ac42d-3b49-4144-96c3-27421f4ec0b1\",\n            \"dateOfChange\": \"2017-08-30T00:00:00\",\n            \"isAllowance\": false,\n            \"netZeroChangeOnly\": false,\n            \"allowAllowanceAccountCodeOnly\": false,\n            \"changeReason\": \"Error / Omission\",\n            \"controllingProcess\": null,\n            \"adjustmentAmount\": 0,\n            \"masterCommitmentNumber\": \"002\",\n            \"reasonCodeDescription\": \"Error / Omission\",\n            \"appliesTo\": \"Approved Changes\",\n            \"masterCommitmentChangeStatus\": \"Draft\",\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"company\": \"Construction Depot\",\n            \"contactId\": null,\n            \"contact\": null,\n            \"number\": \"001\",\n            \"description\": \"\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": null,\n            \"dateCreated\": \"2017-08-30T14:40:11.077\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2017-08-30T14:40:11.077\",\n            \"amount\": 0\n        }\n    ]\n}"},{"id":"d0b08d15-a724-423e-98d6-8ce6fc3e2ae9","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitmentChanges/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitmentChanges",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"588060ed-5310-444f-88bb-d1a1fbbcae43","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCodeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateOfChange\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"isAllowance\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"netZeroChangeOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"allowAllowanceAccountCodeOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"changeReason\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"adjustmentAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCodeDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"appliesTo\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentChangeStatus\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"company\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateApproved\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"29fe12c5-6cc9-4d2d-b8f5-1f32ece12c84","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"2e24d33c-7754-4a32-8014-7a13ab82f794"},{"name":"Master Commitment Changes Find Changes By Id Custom Fields","id":"2e0d1831-598b-4980-9af0-75e1ba2204c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterCommitmentChanges/:id/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a master commitment change and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterCommitmentChanges",":id","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"b78df284-f33b-4244-9cb1-9ae377590917","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"7fa99759-01df-46b7-9644-0f7a5d0e7257","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitmentChanges/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitmentChanges",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"588060ed-5310-444f-88bb-d1a1fbbcae43","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterCommitmentChanges\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/MasterCommitmentChanges/588060ed-5310-444f-88bb-d1a1fbbcae43/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"id\": \"588060ed-5310-444f-88bb-d1a1fbbcae43\",\n            \"masterCommitmentId\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"reasonCodeId\": \"ca1ac42d-3b49-4144-96c3-27421f4ec0b1\",\n            \"dateOfChange\": \"2017-08-30T00:00:00\",\n            \"isAllowance\": false,\n            \"netZeroChangeOnly\": false,\n            \"allowAllowanceAccountCodeOnly\": false,\n            \"changeReason\": \"Error / Omission\",\n            \"controllingProcess\": null,\n            \"adjustmentAmount\": 0,\n            \"masterCommitmentNumber\": \"002\",\n            \"reasonCodeDescription\": \"Error / Omission\",\n            \"appliesTo\": \"Approved Changes\",\n            \"masterCommitmentChangeStatus\": \"Draft\",\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"company\": \"Construction Depot\",\n            \"contactId\": null,\n            \"contact\": null,\n            \"number\": \"001\",\n            \"description\": \"\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": null,\n            \"dateCreated\": \"2017-08-30T14:40:11.077\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2017-08-30T14:40:11.077\",\n            \"amount\": 0\n        }\n    ],\n    \"details\": []\n}"},{"id":"311138c2-9cd5-4172-a630-3266b23d7845","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitmentChanges/:id/customFields?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitmentChanges",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"588060ed-5310-444f-88bb-d1a1fbbcae43","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCodeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateOfChange\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"isAllowance\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"netZeroChangeOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"allowAllowanceAccountCodeOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"changeReason\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"adjustmentAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCodeDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"appliesTo\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentChangeStatus\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"company\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateApproved\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"b78df284-f33b-4244-9cb1-9ae377590917","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"2e0d1831-598b-4980-9af0-75e1ba2204c4"}],"id":"946800c9-9cf0-415b-8336-8f153b3f6e5f","description":"<p>Once a master commitment has been approved, additional funds/line items cannot be added to it, and a master commitment change is required to edit the master commitment.</p>\n<p>The Master Commitment Changes API provides access to the master commitment changes collection and related resources such as Master Commitment Changes, Master Commitment Change Items and custom fields.</p>\n","_postman_id":"946800c9-9cf0-415b-8336-8f153b3f6e5f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"MasterCommitments","item":[{"name":"Master Commitments Get","id":"1f376421-b409-4475-8c3a-9fbee7225381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterCommitments?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the master commitments collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterCommitments"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"e042ac5f-3bae-48d0-b27f-2648f81541be","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitments?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitments"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterCommitments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/MasterCommitments\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 4,\n        \"totalRecords\": 4\n    },\n    \"records\": [\n        {\n            \"id\": \"e3548aaf-13ad-45be-ad0b-aec602390e2e\",\n            \"commitmentTypeId\": \"6a73dcf6-a92f-47d0-9553-fba7f9797232\",\n            \"commitmentType\": \"Contract-MC\",\n            \"masterCommitmentControl\": \"Controlled Total\",\n            \"masterInvoiceControl\": \"Uncontrolled\",\n            \"scopeOfWork\": \"\",\n            \"retainagePercent\": 0,\n            \"commitmentDate\": \"2016-09-02T00:00:00\",\n            \"noticeToProceedDate\": null,\n            \"originalContractValue\": 2000,\n            \"approvedChanges\": 0,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"currentContractValue\": 2000,\n            \"projectedContractValue\": 2000,\n            \"amountRetained\": null,\n            \"retainageReleased\": 0,\n            \"showUnitCost\": false,\n            \"currentRetainageHeld\": null,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": null,\n            \"retainageReleased_Paid\": null,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": 0,\n            \"statusValue\": \"Draft\",\n            \"controllingProcess\": null,\n            \"remainingToBePaid\": 2000,\n            \"companyId\": \"2c53afc4-8435-43bd-972a-4202a1651dc0\",\n            \"companyName\": \"Test Company\",\n            \"contactId\": \"f2dfa895-99bd-42a9-92ac-89fe062090be\",\n            \"contact\": \"Sheran Osbourn\",\n            \"number\": \"001\",\n            \"description\": \"Excavation Contact\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": null,\n            \"dateCreated\": \"2016-08-01T14:02:34.003\",\n            \"createdById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"createdBy\": \"Chris Cummings\",\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2016-08-01T10:05:21.157\",\n            \"amount\": 2000\n        },\n        {\n            \"id\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"commitmentTypeId\": \"6a73dcf6-a92f-47d0-9553-fba7f9797232\",\n            \"commitmentType\": \"Contract-MC\",\n            \"masterCommitmentControl\": \"Uncontrolled\",\n            \"masterInvoiceControl\": \"Uncontrolled\",\n            \"scopeOfWork\": \"\",\n            \"retainagePercent\": 0,\n            \"commitmentDate\": null,\n            \"noticeToProceedDate\": null,\n            \"originalContractValue\": 52794.32,\n            \"approvedChanges\": 0,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"currentContractValue\": 52794.32,\n            \"projectedContractValue\": 52794.32,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"showUnitCost\": true,\n            \"currentRetainageHeld\": 0,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": 0,\n            \"retainageReleased_Paid\": 0,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": 0,\n            \"statusValue\": \"Approved\",\n            \"controllingProcess\": null,\n            \"remainingToBePaid\": 52794.32,\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": \"Construction Depot\",\n            \"contactId\": null,\n            \"contact\": null,\n            \"number\": \"002\",\n            \"description\": \"test\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": \"2017-08-30T00:00:00\",\n            \"dateCreated\": \"2017-08-30T14:37:32.59\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"approvedBy\": \"Ruben Lerma Tejada\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2017-08-30T14:39:06.95\",\n            \"amount\": 52794.32\n        },\n        {\n            \"id\": \"23907599-4895-4e84-9653-94ea94b782db\",\n            \"commitmentTypeId\": \"6a73dcf6-a92f-47d0-9553-fba7f9797232\",\n            \"commitmentType\": \"Contract-MC\",\n            \"masterCommitmentControl\": \"Controlled By Line Item\",\n            \"masterInvoiceControl\": \"Controlled By Commitment Item\",\n            \"scopeOfWork\": \"building a bridge\",\n            \"retainagePercent\": 10,\n            \"commitmentDate\": \"2018-03-05T00:00:00\",\n            \"noticeToProceedDate\": \"2018-04-01T00:00:00\",\n            \"originalContractValue\": 800,\n            \"approvedChanges\": 0,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"currentContractValue\": 800,\n            \"projectedContractValue\": 800,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"showUnitCost\": false,\n            \"currentRetainageHeld\": 0,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": 0,\n            \"retainageReleased_Paid\": 0,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": 0,\n            \"statusValue\": \"Approved\",\n            \"controllingProcess\": null,\n            \"remainingToBePaid\": 800,\n            \"companyId\": \"0e8b938c-bb09-4ca8-9851-7aa2eabfadc7\",\n            \"companyName\": \"e-Builder\",\n            \"contactId\": null,\n            \"contact\": null,\n            \"number\": \"003\",\n            \"description\": \"Constraction\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": \"2018-03-05T00:00:00\",\n            \"dateCreated\": \"2018-03-05T12:45:22.99\",\n            \"createdById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"createdBy\": \"Oleksandra Boyko\",\n            \"lastModifiedById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"lastModifiedBy\": \"Oleksandra Boyko\",\n            \"approvedById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"approvedBy\": \"Oleksandra Boyko\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2018-03-05T12:50:11.557\",\n            \"amount\": 800\n        },\n        {\n            \"id\": \"1f3242d6-0f9e-4e5b-a1ce-bb8dce087a96\",\n            \"commitmentTypeId\": \"6a73dcf6-a92f-47d0-9553-fba7f9797232\",\n            \"commitmentType\": \"Contract-MC\",\n            \"masterCommitmentControl\": \"Controlled By Line Item\",\n            \"masterInvoiceControl\": \"Controlled By Commitment Item\",\n            \"scopeOfWork\": \"djfhl;sdfj ;sldkfj lkdsfdgfhdf\",\n            \"retainagePercent\": 5,\n            \"commitmentDate\": \"2018-03-05T00:00:00\",\n            \"noticeToProceedDate\": \"2018-03-27T00:00:00\",\n            \"originalContractValue\": 1300,\n            \"approvedChanges\": 0,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"currentContractValue\": 1300,\n            \"projectedContractValue\": 1300,\n            \"amountRetained\": null,\n            \"retainageReleased\": 0,\n            \"showUnitCost\": false,\n            \"currentRetainageHeld\": null,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": null,\n            \"retainageReleased_Paid\": null,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": 0,\n            \"statusValue\": \"Approved\",\n            \"controllingProcess\": null,\n            \"remainingToBePaid\": 1300,\n            \"companyId\": \"0e8b938c-bb09-4ca8-9851-7aa2eabfadc7\",\n            \"companyName\": \"e-Builder\",\n            \"contactId\": null,\n            \"contact\": null,\n            \"number\": \"004\",\n            \"description\": \"new commitment\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": \"2018-03-05T00:00:00\",\n            \"dateCreated\": \"2018-03-05T13:06:57.937\",\n            \"createdById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"createdBy\": \"Oleksandra Boyko\",\n            \"lastModifiedById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"lastModifiedBy\": \"Oleksandra Boyko\",\n            \"approvedById\": \"ce8e6f5f-a128-461e-ac9f-f2b18bfca454\",\n            \"approvedBy\": \"Oleksandra Boyko\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2018-03-05T13:07:15.563\",\n            \"amount\": 1300\n        }\n    ]\n}"},{"id":"c3ef3c98-9940-4aac-8bcb-bb9c33f4b678","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitments?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitments"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentType\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterInvoiceControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"noticeToProceedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"originalContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"showUnitCost\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageHeld_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"statusValue\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"remainingToBePaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateApproved\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"1f376421-b409-4475-8c3a-9fbee7225381"},{"name":"Master Commitments Find By Id","id":"76a80ad7-6e78-4190-9efb-25d47bd046a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterCommitments/:id?schema=false","description":"<p>Returns a master commitment.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterCommitments",":id"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"a0728013-e6f1-4cfd-a89e-322432fc0753","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"65dd46d9-2bcd-420e-b581-7ded4739d4f1","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitments/:id","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitments",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true","disabled":true}],"variable":[{"key":"id","value":"a17ee95d-9d5f-4b14-b632-bae445a2613f","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterCommitments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/MasterCommitments/a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"id\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"commitmentTypeId\": \"6a73dcf6-a92f-47d0-9553-fba7f9797232\",\n            \"commitmentType\": \"Contract-MC\",\n            \"masterCommitmentControl\": \"Uncontrolled\",\n            \"masterInvoiceControl\": \"Uncontrolled\",\n            \"scopeOfWork\": \"\",\n            \"retainagePercent\": 0,\n            \"commitmentDate\": null,\n            \"noticeToProceedDate\": null,\n            \"originalContractValue\": 52794.32,\n            \"approvedChanges\": 0,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"currentContractValue\": 52794.32,\n            \"projectedContractValue\": 52794.32,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"showUnitCost\": true,\n            \"currentRetainageHeld\": 0,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": 0,\n            \"retainageReleased_Paid\": 0,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": 0,\n            \"statusValue\": \"Approved\",\n            \"controllingProcess\": null,\n            \"remainingToBePaid\": 52794.32,\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": \"Construction Depot\",\n            \"contactId\": null,\n            \"contact\": null,\n            \"number\": \"002\",\n            \"description\": \"test\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": \"2017-08-30T00:00:00\",\n            \"dateCreated\": \"2017-08-30T14:37:32.59\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"approvedBy\": \"Ruben Lerma Tejada\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2017-08-30T14:39:06.95\",\n            \"amount\": 52794.32\n        }\n    ]\n}"},{"id":"d317bf31-882a-40a3-bedb-3d45d886a88f","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitments/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitments",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentType\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterInvoiceControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"noticeToProceedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"originalContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"showUnitCost\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageHeld_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"statusValue\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"remainingToBePaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateApproved\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"a0728013-e6f1-4cfd-a89e-322432fc0753","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"76a80ad7-6e78-4190-9efb-25d47bd046a8"},{"name":"Master Commitments Find By Id Changes","id":"fafc041c-04dd-4735-ba34-81be604e85bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterCommitments/:id/changes?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns a master commitment and its changes.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterCommitments",":id","changes"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"dcd0270b-9d49-4266-9f5d-2b50e929ad91","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"0b4d0745-be59-467d-a506-58bd08e9bbda","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitments/:id/changes?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitments",":id","changes"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"a17ee95d-9d5f-4b14-b632-bae445a2613f","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterCommitments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/MasterCommitments/a17ee95d-9d5f-4b14-b632-bae445a2613f/changes\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"id\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"commitmentTypeId\": \"6a73dcf6-a92f-47d0-9553-fba7f9797232\",\n            \"commitmentType\": \"Contract-MC\",\n            \"masterCommitmentControl\": \"Uncontrolled\",\n            \"masterInvoiceControl\": \"Uncontrolled\",\n            \"scopeOfWork\": \"\",\n            \"retainagePercent\": 0,\n            \"commitmentDate\": null,\n            \"noticeToProceedDate\": null,\n            \"originalContractValue\": 52794.32,\n            \"approvedChanges\": 0,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"currentContractValue\": 52794.32,\n            \"projectedContractValue\": 52794.32,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"showUnitCost\": true,\n            \"currentRetainageHeld\": 0,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": 0,\n            \"retainageReleased_Paid\": 0,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": 0,\n            \"statusValue\": \"Approved\",\n            \"controllingProcess\": null,\n            \"remainingToBePaid\": 52794.32,\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": \"Construction Depot\",\n            \"contactId\": null,\n            \"contact\": null,\n            \"number\": \"002\",\n            \"description\": \"test\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": \"2017-08-30T00:00:00\",\n            \"dateCreated\": \"2017-08-30T14:37:32.59\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"approvedBy\": \"Ruben Lerma Tejada\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2017-08-30T14:39:06.95\",\n            \"amount\": 52794.32\n        }\n    ],\n    \"details\": [\n        {\n            \"id\": \"588060ed-5310-444f-88bb-d1a1fbbcae43\",\n            \"masterCommitmentId\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"reasonCodeId\": \"ca1ac42d-3b49-4144-96c3-27421f4ec0b1\",\n            \"dateOfChange\": \"2017-08-30T00:00:00\",\n            \"isAllowance\": false,\n            \"netZeroChangeOnly\": false,\n            \"allowAllowanceAccountCodeOnly\": false,\n            \"changeReason\": \"Error / Omission\",\n            \"controllingProcess\": null,\n            \"adjustmentAmount\": 0,\n            \"masterCommitmentNumber\": \"002\",\n            \"reasonCodeDescription\": \"Error / Omission\",\n            \"appliesTo\": \"Approved Changes\",\n            \"masterCommitmentChangeStatus\": \"Draft\",\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"company\": \"Construction Depot\",\n            \"contactId\": null,\n            \"contact\": null,\n            \"number\": \"001\",\n            \"description\": \"\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": null,\n            \"dateCreated\": \"2017-08-30T14:40:11.077\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2017-08-30T14:40:11.077\",\n            \"amount\": 0\n        }\n    ]\n}"},{"id":"8e8e9a26-e013-4d14-94d2-831ba74ca4c6","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitments/:id/changes?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitments",":id","changes"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCodeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateOfChange\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"isAllowance\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"netZeroChangeOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"allowAllowanceAccountCodeOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"changeReason\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"adjustmentAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCodeDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"appliesTo\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentChangeStatus\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"company\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateApproved\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentType\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterInvoiceControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"noticeToProceedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"originalContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"showUnitCost\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageHeld_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"statusValue\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"remainingToBePaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateApproved\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"dcd0270b-9d49-4266-9f5d-2b50e929ad91","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"fafc041c-04dd-4735-ba34-81be604e85bd"},{"name":"Master Commitments Find By Id Commitments","id":"87004ffe-5b74-44c9-9555-b6c4544e6ac2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterCommitments/:id/commitments?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns a master commitment and its commitments.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterCommitments",":id","commitments"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"10e338b9-81af-414e-baab-935a86f2fc3a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"8e824a9a-2c4a-43e3-aaf3-e46a42aa3db1","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitments/:id/commitments?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitments",":id","commitments"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"a17ee95d-9d5f-4b14-b632-bae445a2613f","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterCommitments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/MasterCommitments/a17ee95d-9d5f-4b14-b632-bae445a2613f/commitments\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 6,\n        \"totalRecords\": 6\n    },\n    \"records\": [\n        {\n            \"id\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"commitmentTypeId\": \"6a73dcf6-a92f-47d0-9553-fba7f9797232\",\n            \"commitmentType\": \"Contract-MC\",\n            \"masterCommitmentControl\": \"Uncontrolled\",\n            \"masterInvoiceControl\": \"Uncontrolled\",\n            \"scopeOfWork\": \"\",\n            \"retainagePercent\": 0,\n            \"commitmentDate\": null,\n            \"noticeToProceedDate\": null,\n            \"originalContractValue\": 52794.32,\n            \"approvedChanges\": 0,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"currentContractValue\": 52794.32,\n            \"projectedContractValue\": 52794.32,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"showUnitCost\": true,\n            \"currentRetainageHeld\": 0,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": 0,\n            \"retainageReleased_Paid\": 0,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": 0,\n            \"statusValue\": \"Approved\",\n            \"controllingProcess\": null,\n            \"remainingToBePaid\": 52794.32,\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": \"Construction Depot\",\n            \"contactId\": null,\n            \"contact\": null,\n            \"number\": \"002\",\n            \"description\": \"test\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": \"2017-08-30T00:00:00\",\n            \"dateCreated\": \"2017-08-30T14:37:32.59\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"approvedBy\": \"Ruben Lerma Tejada\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2017-08-30T14:39:06.95\",\n            \"amount\": 52794.32\n        }\n    ],\n    \"details\": [\n        {\n            \"commitmentID\": \"578ec825-e489-4ad1-ad83-b93959b3b2d4\",\n            \"projectID\": \"be20e491-5efb-4d8d-b074-ce14f1752b91\",\n            \"projectName\": null,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": null,\n            \"approvedDate\": \"2018-03-05T00:00:00\",\n            \"approvedByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"createdBy\": null,\n            \"dateCreated\": \"2018-03-05T13:10:37\",\n            \"createdByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"commitmentDate\": null,\n            \"description\": \"Description\",\n            \"lastModifiedBy\": null,\n            \"lastModifiedDate\": \"2018-03-05T13:10:52\",\n            \"lastModifiedByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"commitmentNumber\": \"002\",\n            \"retainagePercent\": 10,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled Total\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Contract\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 1000,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 1000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 1000,\n            \"remainingToBePaid\": 1000,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": true,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": null,\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"masterCommitmentNumber\": \"002\"\n        },\n        {\n            \"commitmentID\": \"6289f4f2-a8b8-4f99-be39-f40a4215800d\",\n            \"projectID\": \"082284a9-b7f7-489c-86ac-0f483311ca8d\",\n            \"projectName\": null,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": null,\n            \"approvedDate\": null,\n            \"approvedByID\": null,\n            \"createdBy\": null,\n            \"dateCreated\": \"2018-03-06T06:23:50\",\n            \"createdByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"commitmentDate\": null,\n            \"description\": \"ntp commitment 1\",\n            \"lastModifiedBy\": null,\n            \"lastModifiedDate\": \"2018-03-06T06:23:50\",\n            \"lastModifiedByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"commitmentNumber\": \"001\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled Total\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Contract\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 1,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 1,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 1,\n            \"remainingToBePaid\": 1,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": true,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": null,\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"masterCommitmentNumber\": \"002\"\n        },\n        {\n            \"commitmentID\": \"e358990a-9d55-497a-a445-6e1de5a3bb1c\",\n            \"projectID\": \"082284a9-b7f7-489c-86ac-0f483311ca8d\",\n            \"projectName\": null,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": null,\n            \"approvedDate\": null,\n            \"approvedByID\": null,\n            \"createdBy\": null,\n            \"dateCreated\": \"2018-03-06T06:29:51\",\n            \"createdByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"commitmentDate\": null,\n            \"description\": \"ntp commitment 4\",\n            \"lastModifiedBy\": null,\n            \"lastModifiedDate\": \"2018-03-06T06:29:51\",\n            \"lastModifiedByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"commitmentNumber\": \"005\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled Total\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Contract-MC\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 2505,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 2505,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 2505,\n            \"remainingToBePaid\": 2505,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": true,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": null,\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"masterCommitmentNumber\": \"002\"\n        },\n        {\n            \"commitmentID\": \"ffd8e318-74d6-4e5b-a281-a9efa5cce080\",\n            \"projectID\": \"91b67a96-a397-435e-99ad-710be22a263a\",\n            \"projectName\": null,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": null,\n            \"approvedDate\": null,\n            \"approvedByID\": null,\n            \"createdBy\": null,\n            \"dateCreated\": \"2018-03-06T06:40:11\",\n            \"createdByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"commitmentDate\": null,\n            \"description\": \"Description\",\n            \"lastModifiedBy\": null,\n            \"lastModifiedDate\": \"2018-03-06T06:40:11\",\n            \"lastModifiedByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"commitmentNumber\": \"002\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled Total\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Contract\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 3600,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 3600,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 3600,\n            \"remainingToBePaid\": 3600,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": true,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": null,\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"masterCommitmentNumber\": \"002\"\n        },\n        {\n            \"commitmentID\": \"9022a8f6-c227-41a6-b9a8-16e30b88cfd9\",\n            \"projectID\": \"91b67a96-a397-435e-99ad-710be22a263a\",\n            \"projectName\": null,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": null,\n            \"approvedDate\": null,\n            \"approvedByID\": null,\n            \"createdBy\": null,\n            \"dateCreated\": \"2018-03-06T06:42:23\",\n            \"createdByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"commitmentDate\": null,\n            \"description\": \"Description\",\n            \"lastModifiedBy\": null,\n            \"lastModifiedDate\": \"2018-03-06T06:42:23\",\n            \"lastModifiedByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"commitmentNumber\": \"003\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled Total\",\n            \"status\": \"Draft\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Contract\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 3750,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 3750,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 3750,\n            \"remainingToBePaid\": 3750,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": true,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": null,\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"masterCommitmentNumber\": \"002\"\n        },\n        {\n            \"commitmentID\": \"07608370-8aeb-4fdb-b661-09555884b96b\",\n            \"projectID\": \"91b67a96-a397-435e-99ad-710be22a263a\",\n            \"projectName\": null,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"actualsReceived\": 0,\n            \"approvedChanges\": 0,\n            \"amountRetained\": 0,\n            \"approvedBy\": null,\n            \"approvedDate\": \"2018-03-06T00:00:00\",\n            \"approvedByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"createdBy\": null,\n            \"dateCreated\": \"2018-03-06T06:48:17\",\n            \"createdByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"commitmentDate\": null,\n            \"description\": \"Description\",\n            \"lastModifiedBy\": null,\n            \"lastModifiedDate\": \"2018-03-06T06:48:31\",\n            \"lastModifiedByID\": \"acf0ea07-cc99-47c8-8081-0980e4fa349c\",\n            \"commitmentNumber\": \"004\",\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"commitmentControl\": \"Controlled Total\",\n            \"status\": \"Approved\",\n            \"submittedForApprovalBy\": null,\n            \"submittedForApprovalDate\": null,\n            \"submittedForApprovalByID\": null,\n            \"commitmentType\": \"Contract-MC\",\n            \"voidedBy\": null,\n            \"dateVoided\": null,\n            \"voidedByID\": null,\n            \"currentCommitmentValue\": 35200,\n            \"currentRetainageHeld\": 0,\n            \"noticeToProceedDate\": null,\n            \"originalCommitmentValue\": 35200,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"projectedCommitmentValue\": 35200,\n            \"remainingToBePaid\": 35200,\n            \"scopeOfWork\": \"\",\n            \"unitCostOption\": true,\n            \"netActualsApproved\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": null,\n            \"controllingProcess\": null,\n            \"companyID\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": null,\n            \"contactID\": null,\n            \"contactName\": null,\n            \"masterCommitmentID\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"masterCommitmentNumber\": \"002\"\n        }\n    ]\n}"},{"id":"fb396c14-c56d-4048-8119-1e3757a5bf00","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitments/:id/commitments?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitments",":id","commitments"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectID\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectName\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittedForApprovalByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentType\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"voidedByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"currentCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"noticeToProceedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"originalCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedCommitmentValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"remainingToBePaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"unitCostOption\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyID\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactID\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactName\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentType\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterInvoiceControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"noticeToProceedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"originalContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"showUnitCost\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageHeld_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"statusValue\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"remainingToBePaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateApproved\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"10e338b9-81af-414e-baab-935a86f2fc3a","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"87004ffe-5b74-44c9-9555-b6c4544e6ac2"},{"name":"Master Commitments Find By Id Custom Fields","id":"239305b3-cdc8-427e-be3d-58dc5fffcb21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterCommitments/:id/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a master commitment and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterCommitments",":id","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"fda9536a-0ad2-4cdc-a88a-ad9e9c76be09","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"52c5f708-b838-4e3d-8b62-5723ec676629","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitments/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitments",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"a17ee95d-9d5f-4b14-b632-bae445a2613f","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterCommitments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/MasterCommitments/a17ee95d-9d5f-4b14-b632-bae445a2613f/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"id\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"commitmentTypeId\": \"6a73dcf6-a92f-47d0-9553-fba7f9797232\",\n            \"commitmentType\": \"Contract-MC\",\n            \"masterCommitmentControl\": \"Uncontrolled\",\n            \"masterInvoiceControl\": \"Uncontrolled\",\n            \"scopeOfWork\": \"\",\n            \"retainagePercent\": 0,\n            \"commitmentDate\": null,\n            \"noticeToProceedDate\": null,\n            \"originalContractValue\": 52794.32,\n            \"approvedChanges\": 0,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"currentContractValue\": 52794.32,\n            \"projectedContractValue\": 52794.32,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"showUnitCost\": true,\n            \"currentRetainageHeld\": 0,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": 0,\n            \"retainageReleased_Paid\": 0,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": 0,\n            \"statusValue\": \"Approved\",\n            \"controllingProcess\": null,\n            \"remainingToBePaid\": 52794.32,\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": \"Construction Depot\",\n            \"contactId\": null,\n            \"contact\": null,\n            \"number\": \"002\",\n            \"description\": \"test\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": \"2017-08-30T00:00:00\",\n            \"dateCreated\": \"2017-08-30T14:37:32.59\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"approvedBy\": \"Ruben Lerma Tejada\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2017-08-30T14:39:06.95\",\n            \"amount\": 52794.32\n        }\n    ],\n    \"details\": []\n}"},{"id":"44b7fb76-0fc2-4d9b-b894-b36badef0dda","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitments/:id/customFields?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitments",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentType\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterInvoiceControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"noticeToProceedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"originalContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"showUnitCost\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageHeld_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"statusValue\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"remainingToBePaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateApproved\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"fda9536a-0ad2-4cdc-a88a-ad9e9c76be09","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"239305b3-cdc8-427e-be3d-58dc5fffcb21"},{"name":"Master Commitments Find By Id Items","id":"4d56ab3b-c614-4340-81db-b772ec0fe6ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterCommitments/:id/items?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns a master commitment and its items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterCommitments",":id","items"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"8813ead9-5395-4990-9380-c51e43733e2c","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"71bb40f3-47e0-42e4-bb0b-e4fc128c364c","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitments/:id/items?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitments",":id","items"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"a17ee95d-9d5f-4b14-b632-bae445a2613f","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterCommitments\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/MasterCommitments/a17ee95d-9d5f-4b14-b632-bae445a2613f/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 5,\n        \"totalRecords\": 5\n    },\n    \"records\": [\n        {\n            \"id\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"commitmentTypeId\": \"6a73dcf6-a92f-47d0-9553-fba7f9797232\",\n            \"commitmentType\": \"Contract-MC\",\n            \"masterCommitmentControl\": \"Uncontrolled\",\n            \"masterInvoiceControl\": \"Uncontrolled\",\n            \"scopeOfWork\": \"\",\n            \"retainagePercent\": 0,\n            \"commitmentDate\": null,\n            \"noticeToProceedDate\": null,\n            \"originalContractValue\": 52794.32,\n            \"approvedChanges\": 0,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"currentContractValue\": 52794.32,\n            \"projectedContractValue\": 52794.32,\n            \"amountRetained\": 0,\n            \"retainageReleased\": 0,\n            \"showUnitCost\": true,\n            \"currentRetainageHeld\": 0,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": 0,\n            \"retainageReleased_Paid\": 0,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"costControlTolerancePercent\": 0,\n            \"statusValue\": \"Approved\",\n            \"controllingProcess\": null,\n            \"remainingToBePaid\": 52794.32,\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": \"Construction Depot\",\n            \"contactId\": null,\n            \"contact\": null,\n            \"number\": \"002\",\n            \"description\": \"test\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": \"2017-08-30T00:00:00\",\n            \"dateCreated\": \"2017-08-30T14:37:32.59\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"approvedBy\": \"Ruben Lerma Tejada\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2017-08-30T14:39:06.95\",\n            \"amount\": 52794.32\n        }\n    ],\n    \"details\": [\n        {\n            \"id\": \"757bb430-2f9c-408a-a153-d3f3e577ddb0\",\n            \"segment1Value\": \"10\",\n            \"segment2Value\": null,\n            \"segment3Value\": null,\n            \"segment4Value\": null,\n            \"segment5Value\": null,\n            \"segment6Value\": null,\n            \"accountCode\": \"10\",\n            \"originalContractValue\": 52794.32,\n            \"currentContractValue\": 16594.32,\n            \"projectedContractValue\": 16594.32,\n            \"approvedChanges\": -36200,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"masterCommitmentChangeItemID\": null,\n            \"isAllowance\": false,\n            \"quantity\": 0.0926,\n            \"unitCost\": 570133.01,\n            \"unitOfMeasure\": \"\",\n            \"originalContractQty\": 0.0926,\n            \"currentContractQty\": -119.9074,\n            \"projectedContractQty\": -119.9074,\n            \"pendingChangesQty\": null,\n            \"approvedChangesQty\": -120,\n            \"actualsReceivedQty\": null,\n            \"actualsApprovedQty\": null,\n            \"actualsPaidQty\": null,\n            \"amountRetained\": 0,\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"approvedStoredMaterials\": null,\n            \"portalId\": null,\n            \"fundingRuleId\": null,\n            \"fundingRuleName\": \"\",\n            \"isNewScope\": false,\n            \"currentRetainageHeld\": 0,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": 0,\n            \"retainageReleased_Paid\": 0,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"projectNumber\": null,\n            \"itemNumber\": \"001\",\n            \"description\": \"Legal and Administrative\",\n            \"amount\": 52794.32,\n            \"dateCreated\": \"2017-08-30T14:37:32.6\"\n        },\n        {\n            \"id\": \"c2891ca3-ed1d-4e7c-bcad-7e0d4ef2677a\",\n            \"segment1Value\": \"30\",\n            \"segment2Value\": null,\n            \"segment3Value\": null,\n            \"segment4Value\": null,\n            \"segment5Value\": null,\n            \"segment6Value\": null,\n            \"accountCode\": \"30\",\n            \"originalContractValue\": 0,\n            \"currentContractValue\": 1000,\n            \"projectedContractValue\": 1000,\n            \"approvedChanges\": 1000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"masterCommitmentChangeItemID\": null,\n            \"isAllowance\": false,\n            \"quantity\": 0,\n            \"unitCost\": 100,\n            \"unitOfMeasure\": \"\",\n            \"originalContractQty\": 0,\n            \"currentContractQty\": 10,\n            \"projectedContractQty\": 10,\n            \"pendingChangesQty\": null,\n            \"approvedChangesQty\": 10,\n            \"actualsReceivedQty\": 0,\n            \"actualsApprovedQty\": 0,\n            \"actualsPaidQty\": null,\n            \"amountRetained\": 0,\n            \"retainagePercent\": 10,\n            \"retainageReleased\": 0,\n            \"approvedStoredMaterials\": 0,\n            \"portalId\": \"be20e491-5efb-4d8d-b074-ce14f1752b91\",\n            \"fundingRuleId\": null,\n            \"fundingRuleName\": \"\",\n            \"isNewScope\": false,\n            \"currentRetainageHeld\": 0,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": 0,\n            \"retainageReleased_Paid\": 0,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"projectNumber\": \"313213\",\n            \"itemNumber\": \"313213 - 002 - 001\",\n            \"description\": \"Legal and Administrative\",\n            \"amount\": 0,\n            \"dateCreated\": \"2018-03-05T13:10:52.767\"\n        },\n        {\n            \"id\": \"f1ed2b44-d8f6-42c2-896f-5920a4cfd2e9\",\n            \"segment1Value\": \"10\",\n            \"segment2Value\": null,\n            \"segment3Value\": null,\n            \"segment4Value\": null,\n            \"segment5Value\": null,\n            \"segment6Value\": null,\n            \"accountCode\": \"10\",\n            \"originalContractValue\": 0,\n            \"currentContractValue\": 10000,\n            \"projectedContractValue\": 10000,\n            \"approvedChanges\": 10000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"masterCommitmentChangeItemID\": null,\n            \"isAllowance\": false,\n            \"quantity\": 0,\n            \"unitCost\": 100,\n            \"unitOfMeasure\": \"\",\n            \"originalContractQty\": 0,\n            \"currentContractQty\": 100,\n            \"projectedContractQty\": 100,\n            \"pendingChangesQty\": null,\n            \"approvedChangesQty\": 100,\n            \"actualsReceivedQty\": null,\n            \"actualsApprovedQty\": null,\n            \"actualsPaidQty\": null,\n            \"amountRetained\": null,\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"approvedStoredMaterials\": null,\n            \"portalId\": \"91b67a96-a397-435e-99ad-710be22a263a\",\n            \"fundingRuleId\": null,\n            \"fundingRuleName\": \"\",\n            \"isNewScope\": false,\n            \"currentRetainageHeld\": null,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": null,\n            \"retainageReleased_Paid\": null,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"projectNumber\": \"4444\",\n            \"itemNumber\": \"4444 - 004 - 001\",\n            \"description\": \"Legal and Administrative\",\n            \"amount\": 0,\n            \"dateCreated\": \"2018-03-06T06:48:32.47\"\n        },\n        {\n            \"id\": \"445d4561-0fbc-41f0-94cd-9dacbec27d69\",\n            \"segment1Value\": \"30\",\n            \"segment2Value\": null,\n            \"segment3Value\": null,\n            \"segment4Value\": null,\n            \"segment5Value\": null,\n            \"segment6Value\": null,\n            \"accountCode\": \"30\",\n            \"originalContractValue\": 0,\n            \"currentContractValue\": 1200,\n            \"projectedContractValue\": 1200,\n            \"approvedChanges\": 1200,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"masterCommitmentChangeItemID\": null,\n            \"isAllowance\": false,\n            \"quantity\": 0,\n            \"unitCost\": 150,\n            \"unitOfMeasure\": \"\",\n            \"originalContractQty\": 0,\n            \"currentContractQty\": 8,\n            \"projectedContractQty\": 8,\n            \"pendingChangesQty\": null,\n            \"approvedChangesQty\": 8,\n            \"actualsReceivedQty\": null,\n            \"actualsApprovedQty\": null,\n            \"actualsPaidQty\": null,\n            \"amountRetained\": null,\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"approvedStoredMaterials\": null,\n            \"portalId\": \"91b67a96-a397-435e-99ad-710be22a263a\",\n            \"fundingRuleId\": null,\n            \"fundingRuleName\": \"\",\n            \"isNewScope\": false,\n            \"currentRetainageHeld\": null,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": null,\n            \"retainageReleased_Paid\": null,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"projectNumber\": \"4444\",\n            \"itemNumber\": \"4444 - 004 - 002\",\n            \"description\": \"Planning\",\n            \"amount\": 0,\n            \"dateCreated\": \"2018-03-06T06:48:33.077\"\n        },\n        {\n            \"id\": \"c7433b4d-0243-4826-b1db-3be46c8939d1\",\n            \"segment1Value\": \"30\",\n            \"segment2Value\": null,\n            \"segment3Value\": null,\n            \"segment4Value\": null,\n            \"segment5Value\": null,\n            \"segment6Value\": null,\n            \"accountCode\": \"30\",\n            \"originalContractValue\": 0,\n            \"currentContractValue\": 24000,\n            \"projectedContractValue\": 24000,\n            \"approvedChanges\": 24000,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"masterCommitmentChangeItemID\": null,\n            \"isAllowance\": false,\n            \"quantity\": 0,\n            \"unitCost\": 12000,\n            \"unitOfMeasure\": \"\",\n            \"originalContractQty\": 0,\n            \"currentContractQty\": 2,\n            \"projectedContractQty\": 2,\n            \"pendingChangesQty\": null,\n            \"approvedChangesQty\": 2,\n            \"actualsReceivedQty\": null,\n            \"actualsApprovedQty\": null,\n            \"actualsPaidQty\": null,\n            \"amountRetained\": null,\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"approvedStoredMaterials\": null,\n            \"portalId\": \"91b67a96-a397-435e-99ad-710be22a263a\",\n            \"fundingRuleId\": null,\n            \"fundingRuleName\": \"\",\n            \"isNewScope\": false,\n            \"currentRetainageHeld\": null,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": null,\n            \"retainageReleased_Paid\": null,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"projectNumber\": \"4444\",\n            \"itemNumber\": \"4444 - 004 - 003\",\n            \"description\": \"Planning\",\n            \"amount\": 0,\n            \"dateCreated\": \"2018-03-06T06:48:33.83\"\n        }\n    ]\n}"},{"id":"074c76f8-2033-4f21-9e7c-a4361d5a71dc","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitments/:id/items?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitments",":id","items"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment1Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment2Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment3Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment4Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment5Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment6Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"accountCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"originalContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentChangeItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"isAllowance\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"unitCost\": {\n                        \"type\": \"number\"\n                    },\n                    \"unitOfMeasure\": {\n                        \"type\": \"string\"\n                    },\n                    \"originalContractQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedContractQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChangesQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChangesQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceivedQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApprovedQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaidQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedStoredMaterials\": {\n                        \"type\": \"number\"\n                    },\n                    \"portalId\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    },\n                    \"isNewScope\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageHeld_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentTypeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentType\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterInvoiceControl\": {\n                        \"type\": \"string\"\n                    },\n                    \"scopeOfWork\": {\n                        \"type\": \"string\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"noticeToProceedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"originalContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"showUnitCost\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageHeld_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"costControlTolerancePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"statusValue\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"remainingToBePaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateApproved\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"8813ead9-5395-4990-9380-c51e43733e2c","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"4d56ab3b-c614-4340-81db-b772ec0fe6ff"},{"name":"Master Commitments Find Items By Id","id":"463c41ab-dcfb-4854-b6a0-e290e0f69dbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterCommitmentItems/:id?schema=false","description":"<p>Returns a master commitment item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterCommitmentItems",":id"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"01d394ad-dd06-4816-86a2-68ecb38e0001","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"06195fec-e478-4ffe-aff5-04b1ac275019","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitmentItems/:id","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitmentItems",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true","disabled":true},{"key":"schemaType","value":"response","disabled":true}],"variable":[{"key":"id","value":"757bb430-2f9c-408a-a153-d3f3e577ddb0","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterCommitmentItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/MasterCommitmentItems/757bb430-2f9c-408a-a153-d3f3e577ddb0\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"id\": \"757bb430-2f9c-408a-a153-d3f3e577ddb0\",\n            \"segment1Value\": \"10\",\n            \"segment2Value\": null,\n            \"segment3Value\": null,\n            \"segment4Value\": null,\n            \"segment5Value\": null,\n            \"segment6Value\": null,\n            \"accountCode\": \"10\",\n            \"originalContractValue\": 52794.32,\n            \"currentContractValue\": 16594.32,\n            \"projectedContractValue\": 16594.32,\n            \"approvedChanges\": -36200,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"masterCommitmentChangeItemID\": null,\n            \"isAllowance\": false,\n            \"quantity\": 0.0926,\n            \"unitCost\": 570133.01,\n            \"unitOfMeasure\": \"\",\n            \"originalContractQty\": 0.0926,\n            \"currentContractQty\": -119.9074,\n            \"projectedContractQty\": -119.9074,\n            \"pendingChangesQty\": null,\n            \"approvedChangesQty\": -120,\n            \"actualsReceivedQty\": null,\n            \"actualsApprovedQty\": null,\n            \"actualsPaidQty\": null,\n            \"amountRetained\": 0,\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"approvedStoredMaterials\": null,\n            \"portalId\": null,\n            \"fundingRuleId\": null,\n            \"fundingRuleName\": \"\",\n            \"isNewScope\": false,\n            \"currentRetainageHeld\": 0,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": 0,\n            \"retainageReleased_Paid\": 0,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"projectNumber\": null,\n            \"itemNumber\": \"001\",\n            \"description\": \"Legal and Administrative\",\n            \"amount\": 52794.32,\n            \"dateCreated\": \"2017-08-30T14:37:32.6\"\n        }\n    ]\n}"},{"id":"7367f9a5-dd69-41a8-bea2-d9506687bba7","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitmentItems/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitmentItems",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment1Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment2Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment3Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment4Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment5Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"segment6Value\": {\n                        \"type\": \"string\"\n                    },\n                    \"accountCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"originalContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedContractValue\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedChanges\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceived\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentChangeItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"isAllowance\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"unitCost\": {\n                        \"type\": \"number\"\n                    },\n                    \"unitOfMeasure\": {\n                        \"type\": \"string\"\n                    },\n                    \"originalContractQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectedContractQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"pendingChangesQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedChangesQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsReceivedQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsApprovedQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"actualsPaidQty\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainagePercent\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedStoredMaterials\": {\n                        \"type\": \"number\"\n                    },\n                    \"portalId\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    },\n                    \"isNewScope\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"currentRetainageHeld\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsApproved\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageHeld_Paid\": {\n                        \"type\": \"number\"\n                    },\n                    \"netActualsPaid\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"01d394ad-dd06-4816-86a2-68ecb38e0001","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"463c41ab-dcfb-4854-b6a0-e290e0f69dbc"},{"name":"Master Commitments Find Items By Id Custom Fields","id":"1b9de7f9-0099-4802-88dd-4de3179f727b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterCommitmentItems/:id/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a master commitment item and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterCommitmentItems",":id","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"c8124bd7-42aa-480f-9110-fcbb8f56d473","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"e3675030-f6a0-41ac-8798-0c966335343a","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitmentItems/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitmentItems",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"757bb430-2f9c-408a-a153-d3f3e577ddb0","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterCommitmentItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/MasterCommitmentItems/757bb430-2f9c-408a-a153-d3f3e577ddb0/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"id\": \"757bb430-2f9c-408a-a153-d3f3e577ddb0\",\n            \"segment1Value\": \"10\",\n            \"segment2Value\": null,\n            \"segment3Value\": null,\n            \"segment4Value\": null,\n            \"segment5Value\": null,\n            \"segment6Value\": null,\n            \"accountCode\": \"10\",\n            \"originalContractValue\": 52794.32,\n            \"currentContractValue\": 16594.32,\n            \"projectedContractValue\": 16594.32,\n            \"approvedChanges\": -36200,\n            \"pendingChanges\": 0,\n            \"projectedChanges\": 0,\n            \"actualsReceived\": 0,\n            \"actualsApproved\": 0,\n            \"actualsPaid\": 0,\n            \"masterCommitmentChangeItemID\": null,\n            \"isAllowance\": false,\n            \"quantity\": 0.0926,\n            \"unitCost\": 570133.01,\n            \"unitOfMeasure\": \"\",\n            \"originalContractQty\": 0.0926,\n            \"currentContractQty\": -119.9074,\n            \"projectedContractQty\": -119.9074,\n            \"pendingChangesQty\": null,\n            \"approvedChangesQty\": -120,\n            \"actualsReceivedQty\": null,\n            \"actualsApprovedQty\": null,\n            \"actualsPaidQty\": null,\n            \"amountRetained\": 0,\n            \"retainagePercent\": 0,\n            \"retainageReleased\": 0,\n            \"approvedStoredMaterials\": null,\n            \"portalId\": null,\n            \"fundingRuleId\": null,\n            \"fundingRuleName\": \"\",\n            \"isNewScope\": false,\n            \"currentRetainageHeld\": 0,\n            \"netActualsApproved\": 0,\n            \"amountRetained_Paid\": 0,\n            \"retainageReleased_Paid\": 0,\n            \"retainageHeld_Paid\": 0,\n            \"netActualsPaid\": 0,\n            \"projectNumber\": null,\n            \"itemNumber\": \"001\",\n            \"description\": \"Legal and Administrative\",\n            \"amount\": 52794.32,\n            \"dateCreated\": \"2017-08-30T14:37:32.6\"\n        }\n    ],\n    \"details\": []\n}"},{"id":"fcdef9af-7322-4abc-9453-7f3e7cf3c705","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitmentItems/:id/customFields?offset=0&limit=100&schema=schema","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitmentItems",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"schema"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Cache-Control","value":"private"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Mon, 08 Mar 2021 18:15:54 GMT"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"Support-ID","value":"024FP52"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"Content-Length","value":"119"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"The request is invalid.\",\n    \"modelState\": {\n        \"schema\": [\n            \"Expected literal type token but found token 'schema'.\"\n        ]\n    }\n}"}],"variable":[{"id":"c8124bd7-42aa-480f-9110-fcbb8f56d473","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"1b9de7f9-0099-4802-88dd-4de3179f727b"},{"name":"Master Commitment Changes Find Changes By Id Items","id":"2595e61a-94ef-49c8-a706-e58ae303542f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterCommitmentChanges/:id/items?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns a master commitment change and its items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterCommitmentChanges",":id","items"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"18ccc7cd-cab2-4810-9c29-eefd06768373","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"f449cd72-ef7d-4d19-8ae3-5a0b8a9c514f","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitmentChanges/:id/items?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitmentChanges",":id","items"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"588060ed-5310-444f-88bb-d1a1fbbcae43","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterCommitmentChanges\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/MasterCommitmentChanges/588060ed-5310-444f-88bb-d1a1fbbcae43/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"id\": \"588060ed-5310-444f-88bb-d1a1fbbcae43\",\n            \"masterCommitmentId\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"reasonCodeId\": \"ca1ac42d-3b49-4144-96c3-27421f4ec0b1\",\n            \"dateOfChange\": \"2017-08-30T00:00:00\",\n            \"isAllowance\": false,\n            \"netZeroChangeOnly\": false,\n            \"allowAllowanceAccountCodeOnly\": false,\n            \"changeReason\": \"Error / Omission\",\n            \"controllingProcess\": null,\n            \"adjustmentAmount\": 0,\n            \"masterCommitmentNumber\": \"002\",\n            \"reasonCodeDescription\": \"Error / Omission\",\n            \"appliesTo\": \"Approved Changes\",\n            \"masterCommitmentChangeStatus\": \"Draft\",\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"company\": \"Construction Depot\",\n            \"contactId\": null,\n            \"contact\": null,\n            \"number\": \"001\",\n            \"description\": \"\",\n            \"submittedForApprovalDate\": null,\n            \"dateApproved\": null,\n            \"dateCreated\": \"2017-08-30T14:40:11.077\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": null,\n            \"approvedBy\": null,\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"lastModifiedDate\": \"2017-08-30T14:40:11.077\",\n            \"amount\": 0\n        }\n    ],\n    \"details\": [\n        {\n            \"masterCommitmentChangeItemId\": \"63958d57-ac55-430a-bae4-6972999f92b7\",\n            \"masterCommitmentChangeId\": \"588060ed-5310-444f-88bb-d1a1fbbcae43\",\n            \"masterCommitmentItemId\": \"757bb430-2f9c-408a-a153-d3f3e577ddb0\",\n            \"changeItemNumber\": \"001\",\n            \"description\": \"Legal and Administrative\",\n            \"amount\": 0,\n            \"quantity\": 0,\n            \"fundingRuleId\": null,\n            \"masterCommitmentItemNumber\": \"001\",\n            \"accountCode\": \"10\",\n            \"unitCost\": 570133.01,\n            \"masterCommitmentId\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"dateCreated\": \"2017-08-30T14:40:12.11\",\n            \"fundingRuleName\": null\n        }\n    ]\n}"},{"id":"ab919977-c828-49d7-9a15-10cb61dc6b19","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterCommitmentChanges/:id/items?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterCommitmentChanges",":id","items"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"588060ed-5310-444f-88bb-d1a1fbbcae43","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"masterCommitmentChangeItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentChangeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"changeItemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingRuleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"accountCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"unitCost\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCodeId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateOfChange\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"isAllowance\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"netZeroChangeOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"allowAllowanceAccountCodeOnly\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"changeReason\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"adjustmentAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"reasonCodeDescription\": {\n                        \"type\": \"string\"\n                    },\n                    \"appliesTo\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentChangeStatus\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"company\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contact\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateApproved\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"18ccc7cd-cab2-4810-9c29-eefd06768373","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"2595e61a-94ef-49c8-a706-e58ae303542f"}],"id":"df5f5158-aecb-4e87-9217-cfde888bb3f6","description":"<p>Master Commitments are contracts that span more than one e-Builder Project, so they are typically set up to handle a Program Manager, Architectural/Engineering firm, or Job Order Contractor that has been engaged by an Owner to provide services on more than one Project.\nOnce a master commitment has been approved, additional funds/line items cannot be added to it, and a master commitment change is required to edit the master commitment.</p>\n<p>The Master Commitments API provides access to the master commitments collection and related resources such as Master Commitment Items, Master Commitment Changes, Master Commitment Change Items and custom fields.</p>\n","_postman_id":"df5f5158-aecb-4e87-9217-cfde888bb3f6","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"MasterInvoices","item":[{"name":"Master Invoices Get","id":"200a4959-5be8-4a8d-a656-abcc470a9455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterInvoices?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the master invoices collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterInvoices"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"aabe4251-5194-43cc-bbad-cdf33c87c05f","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterInvoices?offset=0&limit=100","host":["https://api2.e-builder.net"],"path":["api","v2","MasterInvoices"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterInvoices\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/MasterInvoices\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"id\": \"293e5853-5ccb-4170-8890-39fe39471863\",\n            \"amountRetained\": 5000,\n            \"masterCommitmentId\": \"67f995fe-083b-4538-a009-3ca89abffccf\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2020-07-21T00:00:00\",\n            \"isRetainageRelease\": false,\n            \"retainageAmount\": 5000,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 45000,\n            \"statusValue\": \"Approved\",\n            \"controllingProcess\": null,\n            \"companyId\": \"415e2529-e5cd-4b6e-8fe1-54a015574682\",\n            \"companyName\": \"Sample\",\n            \"contactId\": null,\n            \"contactName\": null,\n            \"number\": \"001\",\n            \"description\": \"Testing MR\",\n            \"submittedForApprovalDate\": null,\n            \"approvedByDate\": null,\n            \"dateCreated\": \"2020-07-21T20:14:29.847\",\n            \"createdById\": \"ac5ed505-52d7-45eb-b4e1-588c4d6624aa\",\n            \"createdBy\": \"Ciandress Jackson\",\n            \"lastModifiedById\": \"ac5ed505-52d7-45eb-b4e1-588c4d6624aa\",\n            \"lastModifiedBy\": \"Ciandress Jackson\",\n            \"approvedById\": \"ac5ed505-52d7-45eb-b4e1-588c4d6624aa\",\n            \"approvedBy\": \"Ciandress Jackson\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"dateLastModified\": \"2020-07-21T20:14:40.893\",\n            \"amount\": 50000\n        }\n    ]\n}"},{"id":"577a088c-3968-42a4-91b6-a6fcdd868a50","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterInvoices?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterInvoices"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"datePaid\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceived\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"isRetainageRelease\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"retainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountLessRetainage\": {\n                        \"type\": \"number\"\n                    },\n                    \"statusValue\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactName\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateLastModified\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"200a4959-5be8-4a8d-a656-abcc470a9455"},{"name":"Master Invoices Find By Id","id":"113f46a6-d12b-48bf-81af-36de5c403b1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterInvoices/:id?schema=false","description":"<p>Returns a master invoice.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterInvoices",":id"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"93e08e6b-9a13-468e-8509-7e5a209ce06d","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"6364058e-a5b7-47d0-b228-ebc3cea40d18","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterInvoices/:id","host":["https://api2.e-builder.net"],"path":["api","v2","MasterInvoices",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true","disabled":true}],"variable":[{"key":"id","value":"293e5853-5ccb-4170-8890-39fe39471863","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterInvoices\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/MasterInvoices/293e5853-5ccb-4170-8890-39fe39471863\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"id\": \"293e5853-5ccb-4170-8890-39fe39471863\",\n            \"amountRetained\": 5000,\n            \"masterCommitmentId\": \"67f995fe-083b-4538-a009-3ca89abffccf\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2020-07-21T00:00:00\",\n            \"isRetainageRelease\": false,\n            \"retainageAmount\": 5000,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 45000,\n            \"statusValue\": \"Approved\",\n            \"controllingProcess\": null,\n            \"companyId\": \"415e2529-e5cd-4b6e-8fe1-54a015574682\",\n            \"companyName\": \"Sample\",\n            \"contactId\": null,\n            \"contactName\": null,\n            \"number\": \"001\",\n            \"description\": \"Testing MR\",\n            \"submittedForApprovalDate\": null,\n            \"approvedByDate\": null,\n            \"dateCreated\": \"2020-07-21T20:14:29.847\",\n            \"createdById\": \"ac5ed505-52d7-45eb-b4e1-588c4d6624aa\",\n            \"createdBy\": \"Ciandress Jackson\",\n            \"lastModifiedById\": \"ac5ed505-52d7-45eb-b4e1-588c4d6624aa\",\n            \"lastModifiedBy\": \"Ciandress Jackson\",\n            \"approvedById\": \"ac5ed505-52d7-45eb-b4e1-588c4d6624aa\",\n            \"approvedBy\": \"Ciandress Jackson\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"dateLastModified\": \"2020-07-21T20:14:40.893\",\n            \"amount\": 50000\n        }\n    ]\n}"},{"id":"8a0c9901-7bf8-4c37-8dfb-0ca969139deb","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterInvoices/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterInvoices",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"293e5853-5ccb-4170-8890-39fe39471863","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"datePaid\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceived\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"isRetainageRelease\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"retainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountLessRetainage\": {\n                        \"type\": \"number\"\n                    },\n                    \"statusValue\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactName\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateLastModified\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"93e08e6b-9a13-468e-8509-7e5a209ce06d","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"113f46a6-d12b-48bf-81af-36de5c403b1f"},{"name":"Master Invoices Find By Id Custom Fields","id":"bac9926e-a124-491f-8336-a9f40195a58b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterInvoices/:id/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a master invoice and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterInvoices",":id","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"29a8fc18-c39c-4590-805b-07f219e41048","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"9e2fb470-554b-44c3-8b10-d61b631a177b","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterInvoices/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","MasterInvoices",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"976a4b50-908c-49fe-8fb0-110f3ada87e0","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterInvoices\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/MasterInvoices/976a4b50-908c-49fe-8fb0-110f3ada87e0/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"id\": \"976a4b50-908c-49fe-8fb0-110f3ada87e0\",\n            \"amountRetained\": 0,\n            \"masterCommitmentId\": \"a17ee95d-9d5f-4b14-b632-bae445a2613f\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2017-08-30T00:00:00\",\n            \"isRetainageRelease\": false,\n            \"retainageAmount\": 0,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 0,\n            \"statusValue\": \"Draft\",\n            \"controllingProcess\": null,\n            \"companyId\": \"85f3e828-3e1f-479a-b2fd-625898fe25cb\",\n            \"companyName\": \"Construction Depot\",\n            \"contactId\": null,\n            \"contactName\": null,\n            \"number\": \"001\",\n            \"description\": \"test\",\n            \"submittedForApprovalDate\": null,\n            \"approvedByDate\": null,\n            \"dateCreated\": \"2017-08-30T14:43:57.973\",\n            \"createdById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"createdBy\": \"Ruben Lerma Tejada\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"approvedById\": \"00000000-0000-0000-0000-000000000000\",\n            \"approvedBy\": \"testnew user2\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"dateLastModified\": \"2017-08-30T14:43:57.973\",\n            \"amount\": 0\n        }\n    ],\n    \"details\": []\n}"},{"id":"f0c0451a-d843-476a-8593-76834c87fe55","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterInvoices/:id/customFields?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterInvoices",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"976a4b50-908c-49fe-8fb0-110f3ada87e0","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"datePaid\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceived\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"isRetainageRelease\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"retainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountLessRetainage\": {\n                        \"type\": \"number\"\n                    },\n                    \"statusValue\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactName\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateLastModified\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"29a8fc18-c39c-4590-805b-07f219e41048","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"bac9926e-a124-491f-8336-a9f40195a58b"},{"name":"Master Invoices Find By Id Items","id":"eb659434-efd5-4a11-ae62-9f3f727421fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterInvoices/:id/items?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns a master invoice and its items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterInvoices",":id","items"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"1b338cec-b1f6-404d-a54c-2fdd5e7af394","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"11c62c90-7421-4ff4-9af8-c043e9e63fb5","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterInvoices/:id/items?offset=0&limit=100","host":["https://api2.e-builder.net"],"path":["api","v2","MasterInvoices",":id","items"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false","disabled":true}],"variable":[{"key":"id","value":"293e5853-5ccb-4170-8890-39fe39471863","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterInvoices\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/MasterInvoices/293e5853-5ccb-4170-8890-39fe39471863/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"id\": \"293e5853-5ccb-4170-8890-39fe39471863\",\n            \"amountRetained\": 5000,\n            \"masterCommitmentId\": \"67f995fe-083b-4538-a009-3ca89abffccf\",\n            \"dateDue\": null,\n            \"datePaid\": null,\n            \"dateReceived\": \"2020-07-21T00:00:00\",\n            \"isRetainageRelease\": false,\n            \"retainageAmount\": 5000,\n            \"retainageReleased\": 0,\n            \"amountLessRetainage\": 45000,\n            \"statusValue\": \"Approved\",\n            \"controllingProcess\": null,\n            \"companyId\": \"415e2529-e5cd-4b6e-8fe1-54a015574682\",\n            \"companyName\": \"Sample\",\n            \"contactId\": null,\n            \"contactName\": null,\n            \"number\": \"001\",\n            \"description\": \"Testing MR\",\n            \"submittedForApprovalDate\": null,\n            \"approvedByDate\": null,\n            \"dateCreated\": \"2020-07-21T20:14:29.847\",\n            \"createdById\": \"ac5ed505-52d7-45eb-b4e1-588c4d6624aa\",\n            \"createdBy\": \"Ciandress Jackson\",\n            \"lastModifiedById\": \"ac5ed505-52d7-45eb-b4e1-588c4d6624aa\",\n            \"lastModifiedBy\": \"Ciandress Jackson\",\n            \"approvedById\": \"ac5ed505-52d7-45eb-b4e1-588c4d6624aa\",\n            \"approvedBy\": \"Ciandress Jackson\",\n            \"voidedById\": null,\n            \"voidedBy\": null,\n            \"submittedForApprovalById\": null,\n            \"submittedForApprovalBy\": null,\n            \"dateVoided\": null,\n            \"dateLastModified\": \"2020-07-21T20:14:40.893\",\n            \"amount\": 50000\n        }\n    ],\n    \"details\": [\n        {\n            \"id\": \"5d93df1a-9cc9-49cd-bef1-18df8620a16a\",\n            \"actualsApprovedQuantityAtApproval\": 0,\n            \"approvedActualsAtApproval\": 0,\n            \"amountLessRetainage\": 45000,\n            \"amountRetained\": 5000,\n            \"amountThisPeriod\": 0,\n            \"approvedStoredMaterialsAtApproval\": 0,\n            \"commitmentItemId\": \"5a6696ee-36f2-4ee4-b8fb-68fbcf601094\",\n            \"currentContractValueAtApproval\": 150000,\n            \"currentContractQuantityAtApproval\": 0,\n            \"fundingRuleID\": \"00000000-0000-0000-0000-000000000000\",\n            \"fundingRuleName\": null,\n            \"masterCommitmentItemId\": \"3a80fcd9-f52c-45a3-b820-e28af0f83b7e\",\n            \"projectId\": \"100f27eb-6b34-4cf5-88c8-c0717014d27c\",\n            \"quantity\": 0,\n            \"quantityThisPeriod\": 0,\n            \"retainageAmount\": 5000,\n            \"retainageHeldAtApproval\": 5000,\n            \"retainageReleased\": 0,\n            \"storedMaterials\": 0,\n            \"projectCommitmentItemNumber\": \"001\",\n            \"masterCommitmentItemNumber\": \"CPJ - 001 - 001\",\n            \"parentID\": \"293e5853-5ccb-4170-8890-39fe39471863\",\n            \"itemNumber\": \"CPJ - 001 - 001\",\n            \"description\": \"Construction\",\n            \"amount\": 50000,\n            \"dateCreated\": \"2020-07-21T20:14:29.893\"\n        }\n    ]\n}"},{"id":"80f2aaf4-fa98-4af3-9380-77b7e7ab7cfd","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterInvoices/:id/items?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterInvoices",":id","items"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"293e5853-5ccb-4170-8890-39fe39471863","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualsApprovedQuantityAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedActualsAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountLessRetainage\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountThisPeriod\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedStoredMaterialsAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"currentContractValueAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractQuantityAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingRuleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"quantityThisPeriod\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageHeldAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"storedMaterials\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectCommitmentItemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"parentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterCommitmentId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"datePaid\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceived\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"isRetainageRelease\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"retainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountLessRetainage\": {\n                        \"type\": \"number\"\n                    },\n                    \"statusValue\": {\n                        \"type\": \"string\"\n                    },\n                    \"controllingProcess\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyId\": {\n                        \"type\": \"string\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactId\": {\n                        \"type\": \"string\"\n                    },\n                    \"contactName\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"approvedByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"voidedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForApprovalBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateVoided\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateLastModified\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"1b338cec-b1f6-404d-a54c-2fdd5e7af394","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"eb659434-efd5-4a11-ae62-9f3f727421fc"},{"name":"Master Invoices Find Items By Id","id":"aac56ef4-46ec-4b77-b04d-e39bda3e2c6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterInvoiceItems/:id?schema=false","description":"<p>Returns a master invoice item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterInvoiceItems",":id"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"185af8e8-09d0-4b61-9c43-643628f8288a","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"39005d2a-d18b-4ae7-8e3c-b6405d9e277e","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterInvoiceItems/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","MasterInvoiceItems",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"5d93df1a-9cc9-49cd-bef1-18df8620a16a","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterInvoiceItems\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/MasterInvoiceItems/5d93df1a-9cc9-49cd-bef1-18df8620a16a\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"id\": \"5d93df1a-9cc9-49cd-bef1-18df8620a16a\",\n            \"actualsApprovedQuantityAtApproval\": 0,\n            \"approvedActualsAtApproval\": 0,\n            \"amountLessRetainage\": 45000,\n            \"amountRetained\": 5000,\n            \"amountThisPeriod\": 0,\n            \"approvedStoredMaterialsAtApproval\": 0,\n            \"commitmentItemId\": \"5a6696ee-36f2-4ee4-b8fb-68fbcf601094\",\n            \"currentContractValueAtApproval\": 150000,\n            \"currentContractQuantityAtApproval\": 0,\n            \"fundingRuleID\": \"00000000-0000-0000-0000-000000000000\",\n            \"fundingRuleName\": null,\n            \"masterCommitmentItemId\": \"3a80fcd9-f52c-45a3-b820-e28af0f83b7e\",\n            \"projectId\": \"100f27eb-6b34-4cf5-88c8-c0717014d27c\",\n            \"quantity\": 0,\n            \"quantityThisPeriod\": 0,\n            \"retainageAmount\": 5000,\n            \"retainageHeldAtApproval\": 5000,\n            \"retainageReleased\": 0,\n            \"storedMaterials\": 0,\n            \"projectCommitmentItemNumber\": \"001\",\n            \"masterCommitmentItemNumber\": \"CPJ - 001 - 001\",\n            \"parentID\": \"293e5853-5ccb-4170-8890-39fe39471863\",\n            \"itemNumber\": \"CPJ - 001 - 001\",\n            \"description\": \"Construction\",\n            \"amount\": 50000,\n            \"dateCreated\": \"2020-07-21T20:14:29.893\"\n        }\n    ]\n}"},{"id":"3e904497-8bd2-46c7-a315-a7622177643f","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterInvoiceItems/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterInvoiceItems",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"5d93df1a-9cc9-49cd-bef1-18df8620a16a","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualsApprovedQuantityAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedActualsAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountLessRetainage\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountThisPeriod\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedStoredMaterialsAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"currentContractValueAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractQuantityAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingRuleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"quantityThisPeriod\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageHeldAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"storedMaterials\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectCommitmentItemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"parentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"185af8e8-09d0-4b61-9c43-643628f8288a","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"aac56ef4-46ec-4b77-b04d-e39bda3e2c6c"},{"name":"Master Invoices Find Items By Id Custom Fields","id":"87098c40-e2cc-4317-a888-3d6dad70b965","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/MasterInvoiceItems/:id/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a master invoice item and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","MasterInvoiceItems",":id","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"11981e6f-3da4-4261-8e23-96d1e04a95aa","description":{"content":"<p>(Required) </p>\n","type":"text/plain"},"type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"f39fe894-20e5-42b9-94bd-b5c2c2d59442","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterInvoiceItems/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","MasterInvoiceItems",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"5d93df1a-9cc9-49cd-bef1-18df8620a16a","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"masterInvoiceItems\",\n    \"meta\": {\n        \"href\": \"https://api2.e-builder.net/api/v2/MasterInvoiceItems/5d93df1a-9cc9-49cd-bef1-18df8620a16a/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"id\": \"5d93df1a-9cc9-49cd-bef1-18df8620a16a\",\n            \"actualsApprovedQuantityAtApproval\": 0,\n            \"approvedActualsAtApproval\": 0,\n            \"amountLessRetainage\": 45000,\n            \"amountRetained\": 5000,\n            \"amountThisPeriod\": 0,\n            \"approvedStoredMaterialsAtApproval\": 0,\n            \"commitmentItemId\": \"5a6696ee-36f2-4ee4-b8fb-68fbcf601094\",\n            \"currentContractValueAtApproval\": 150000,\n            \"currentContractQuantityAtApproval\": 0,\n            \"fundingRuleID\": \"00000000-0000-0000-0000-000000000000\",\n            \"fundingRuleName\": null,\n            \"masterCommitmentItemId\": \"3a80fcd9-f52c-45a3-b820-e28af0f83b7e\",\n            \"projectId\": \"100f27eb-6b34-4cf5-88c8-c0717014d27c\",\n            \"quantity\": 0,\n            \"quantityThisPeriod\": 0,\n            \"retainageAmount\": 5000,\n            \"retainageHeldAtApproval\": 5000,\n            \"retainageReleased\": 0,\n            \"storedMaterials\": 0,\n            \"projectCommitmentItemNumber\": \"001\",\n            \"masterCommitmentItemNumber\": \"CPJ - 001 - 001\",\n            \"parentID\": \"293e5853-5ccb-4170-8890-39fe39471863\",\n            \"itemNumber\": \"CPJ - 001 - 001\",\n            \"description\": \"Construction\",\n            \"amount\": 50000,\n            \"dateCreated\": \"2020-07-21T20:14:29.893\"\n        }\n    ],\n    \"details\": []\n}"},{"id":"cdc934ff-619a-4c68-91c8-5b994c16a3c1","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/MasterInvoiceItems/:id/customFields?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","MasterInvoiceItems",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"5d93df1a-9cc9-49cd-bef1-18df8620a16a","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"id\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualsApprovedQuantityAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedActualsAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountLessRetainage\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountRetained\": {\n                        \"type\": \"number\"\n                    },\n                    \"amountThisPeriod\": {\n                        \"type\": \"number\"\n                    },\n                    \"approvedStoredMaterialsAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"commitmentItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"currentContractValueAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"currentContractQuantityAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"fundingRuleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"fundingRuleName\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"quantity\": {\n                        \"type\": \"number\"\n                    },\n                    \"quantityThisPeriod\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageAmount\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageHeldAtApproval\": {\n                        \"type\": \"number\"\n                    },\n                    \"retainageReleased\": {\n                        \"type\": \"number\"\n                    },\n                    \"storedMaterials\": {\n                        \"type\": \"number\"\n                    },\n                    \"projectCommitmentItemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"masterCommitmentItemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"parentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"itemNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"amount\": {\n                        \"type\": \"number\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"11981e6f-3da4-4261-8e23-96d1e04a95aa","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any","description":"(Required) "}],"_postman_id":"87098c40-e2cc-4317-a888-3d6dad70b965"}],"id":"e1ac9a96-42c3-443a-ba10-2e5b70d8d3c5","description":"<p>Master invoices are used to submit billing invoices against master commitments. When preparing a master invoice, users can invoice against master commitment items that have been allocated to projects that they belong to.</p>\n<p>The Master Invoices API provides access to the Master Invoices collection and related resources (Master Invoice Items and Custom Fields).</p>\n","_postman_id":"e1ac9a96-42c3-443a-ba10-2e5b70d8d3c5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Projects","item":[{"name":"Projects Get","id":"4d774419-278b-4264-9d59-26d76a941337","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Projects?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the Projects collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Projects"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"32975910-fc93-4985-a37e-3edb7d2069fc","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Projects?dateModified=2020-03-20T11:11:11Z&offset=0&limit=3&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Projects"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"3"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"projects\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Projects\",\n        \"offset\": 0,\n        \"limit\": 3,\n        \"size\": 3,\n        \"totalRecords\": 4\n    },\n    \"records\": [\n        {\n            \"projectId\": \"28972736-b6b2-438d-a63f-d7fdc5c7af6a\",\n            \"name\": \"Process lookup A-B\",\n            \"clientCompanyName\": \"\",\n            \"description\": \"\",\n            \"street\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"location\": \"\",\n            \"createDate\": \"2020-04-15T12:57:05\",\n            \"startDate\": \"2020-04-15T12:57:05\",\n            \"targetDate\": \"2020-04-15T12:57:05\",\n            \"initDate\": \"1753-01-01T00:00:00\",\n            \"folderChangeDate\": \"2020-04-30T23:11:07\",\n            \"mostRecentNoteProject\": null,\n            \"status\": \"Active\",\n            \"wrkDayStart\": 12,\n            \"workDayEnd\": 20,\n            \"workDays\": 62,\n            \"constructionPercentComplete\": 0,\n            \"defaultWorkflowOffset\": 0,\n            \"webcamURL\": \"\",\n            \"dateModified\": \"2020-04-15T12:57:05\",\n            \"lastModifiedById\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"lastModifiedBy\": \"Ruben Lerma Tejada\",\n            \"siteAdminId\": \"3a3f3467-06f9-4664-9bc1-9979625a981e\",\n            \"siteAdmin\": \"Kanna Kurra\",\n            \"isActive\": true\n        },\n        {\n            \"projectId\": \"611239f4-353e-41fa-bb9d-2f13f62e77b0\",\n            \"name\": \"ESD - 13666\",\n            \"clientCompanyName\": \"\",\n            \"description\": \"\",\n            \"street\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"location\": \"\",\n            \"createDate\": \"2020-05-28T08:49:52\",\n            \"startDate\": \"2020-05-28T08:00:00\",\n            \"targetDate\": \"2020-07-01T16:00:00\",\n            \"initDate\": \"1753-01-01T00:00:00\",\n            \"folderChangeDate\": \"1753-01-01T00:00:00\",\n            \"mostRecentNoteProject\": null,\n            \"status\": \"Active\",\n            \"wrkDayStart\": 12,\n            \"workDayEnd\": 20,\n            \"workDays\": 62,\n            \"constructionPercentComplete\": 0,\n            \"defaultWorkflowOffset\": 0,\n            \"webcamURL\": \"\",\n            \"dateModified\": \"2020-05-28T08:49:52\",\n            \"lastModifiedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"lastModifiedBy\": \"Prerak Parikh\",\n            \"siteAdminId\": \"3a3f3467-06f9-4664-9bc1-9979625a981e\",\n            \"siteAdmin\": \"Kanna Kurra\",\n            \"isActive\": true\n        },\n        {\n            \"projectId\": \"82b514fc-1cd6-494e-b52e-925facdbf886\",\n            \"name\": \"ESD-12880\",\n            \"clientCompanyName\": \"\",\n            \"description\": \"test\",\n            \"street\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"location\": \"\",\n            \"createDate\": \"2020-06-02T10:18:15\",\n            \"startDate\": \"2020-06-02T10:18:15\",\n            \"targetDate\": \"2020-06-02T10:18:15\",\n            \"initDate\": \"1753-01-01T00:00:00\",\n            \"folderChangeDate\": \"1753-01-01T00:00:00\",\n            \"mostRecentNoteProject\": null,\n            \"status\": \"Active\",\n            \"wrkDayStart\": 12,\n            \"workDayEnd\": 20,\n            \"workDays\": 62,\n            \"constructionPercentComplete\": 0,\n            \"defaultWorkflowOffset\": 0,\n            \"webcamURL\": \"\",\n            \"dateModified\": \"2020-06-02T10:18:15\",\n            \"lastModifiedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"lastModifiedBy\": \"Prerak Parikh\",\n            \"siteAdminId\": \"3a3f3467-06f9-4664-9bc1-9979625a981e\",\n            \"siteAdmin\": \"Kanna Kurra\",\n            \"isActive\": true\n        }\n    ]\n}"},{"id":"75259199-2d01-4165-a6e8-95e4d1e76ab2","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Projects?dateModified=2020-03-20T11:11:11Z&offset=0&limit=3&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Projects"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"3"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"clientCompanyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"street\": {\n                        \"type\": \"string\"\n                    },\n                    \"city\": {\n                        \"type\": \"string\"\n                    },\n                    \"state\": {\n                        \"type\": \"string\"\n                    },\n                    \"zip\": {\n                        \"type\": \"string\"\n                    },\n                    \"country\": {\n                        \"type\": \"string\"\n                    },\n                    \"location\": {\n                        \"type\": \"string\"\n                    },\n                    \"createDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"startDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"targetDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"initDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"folderChangeDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"mostRecentNoteProject\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"wrkDayStart\": {\n                        \"type\": \"integer\"\n                    },\n                    \"workDayEnd\": {\n                        \"type\": \"integer\"\n                    },\n                    \"workDays\": {\n                        \"type\": \"integer\"\n                    },\n                    \"constructionPercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"defaultWorkflowOffset\": {\n                        \"type\": \"integer\"\n                    },\n                    \"webcamURL\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateModified\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"siteAdminId\": {\n                        \"type\": \"string\"\n                    },\n                    \"siteAdmin\": {\n                        \"type\": \"string\"\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"4d774419-278b-4264-9d59-26d76a941337"},{"name":"Projects Find By Id","id":"689a89c4-da49-402a-9f9e-b930092cfc13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Projects/:projectId?schema=false","description":"<p>Returns Project by Project id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Projects",":projectId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"94ff21b9-846b-4812-9b97-c1ba2b334de7","description":{"content":"<p>GUID for project</p>\n","type":"text/plain"},"type":"any","value":"","key":"projectId"},{"id":"5b385ee1-3728-4922-bd30-3ee46508632b","type":"any","value":"{{projectId}}","key":"id"}]}},"response":[{"id":"f71ce015-9731-4ba0-8d05-8666dff53560","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Projects/:projectId?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Projects",":projectId"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"projectId","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"projects\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Projects/611239f4-353e-41fa-bb9d-2f13f62e77b0\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"projectId\": \"611239f4-353e-41fa-bb9d-2f13f62e77b0\",\n            \"name\": \"ESD - 13666\",\n            \"clientCompanyName\": \"\",\n            \"description\": \"\",\n            \"street\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"location\": \"\",\n            \"createDate\": \"2020-05-28T08:49:52\",\n            \"startDate\": \"2020-05-28T08:00:00\",\n            \"targetDate\": \"2020-07-01T16:00:00\",\n            \"initDate\": \"1753-01-01T00:00:00\",\n            \"folderChangeDate\": \"1753-01-01T00:00:00\",\n            \"mostRecentNoteProject\": null,\n            \"status\": \"Active\",\n            \"wrkDayStart\": 12,\n            \"workDayEnd\": 20,\n            \"workDays\": 62,\n            \"constructionPercentComplete\": 0,\n            \"defaultWorkflowOffset\": 0,\n            \"webcamURL\": \"\",\n            \"dateModified\": \"2020-05-28T08:49:52\",\n            \"lastModifiedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"lastModifiedBy\": \"Prerak Parikh\",\n            \"siteAdminId\": \"3a3f3467-06f9-4664-9bc1-9979625a981e\",\n            \"siteAdmin\": \"Kanna Kurra\",\n            \"isActive\": true\n        }\n    ]\n}"},{"id":"e428f15b-9a66-48a1-adef-db2500d1d298","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Projects/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Projects",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"611239f4-353e-41fa-bb9d-2f13f62e77b0","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"clientCompanyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"street\": {\n                        \"type\": \"string\"\n                    },\n                    \"city\": {\n                        \"type\": \"string\"\n                    },\n                    \"state\": {\n                        \"type\": \"string\"\n                    },\n                    \"zip\": {\n                        \"type\": \"string\"\n                    },\n                    \"country\": {\n                        \"type\": \"string\"\n                    },\n                    \"location\": {\n                        \"type\": \"string\"\n                    },\n                    \"createDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"startDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"targetDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"initDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"folderChangeDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"mostRecentNoteProject\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"wrkDayStart\": {\n                        \"type\": \"integer\"\n                    },\n                    \"workDayEnd\": {\n                        \"type\": \"integer\"\n                    },\n                    \"workDays\": {\n                        \"type\": \"integer\"\n                    },\n                    \"constructionPercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"defaultWorkflowOffset\": {\n                        \"type\": \"integer\"\n                    },\n                    \"webcamURL\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateModified\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"siteAdminId\": {\n                        \"type\": \"string\"\n                    },\n                    \"siteAdmin\": {\n                        \"type\": \"string\"\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"94ff21b9-846b-4812-9b97-c1ba2b334de7","key":"projectId","value":"","type":"any","description":"GUID for project"},{"id":"5b385ee1-3728-4922-bd30-3ee46508632b","key":"id","value":"{{projectId}}","type":"any"}],"_postman_id":"689a89c4-da49-402a-9f9e-b930092cfc13"},{"name":"Projects Find By Id Custom Fields","id":"033585fd-e244-4d87-a3ab-a2f273bbb45e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Projects/:projectId/customfields?offset=0&limit=100&schema=false","description":"<p>Returns Project Custom Fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Projects",":projectId","customfields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"1150da2d-7f19-43c3-aaff-60f12ce67441","description":{"content":"<p>GUID for project</p>\n","type":"text/plain"},"type":"any","value":"","key":"projectId"},{"id":"83de6605-2e6e-4540-97d2-af191b68fa15","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"694c3017-4466-4d4c-b4e7-797ef27e1f77","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Projects/:id/customfields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Projects",":id","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"611239f4-353e-41fa-bb9d-2f13f62e77b0","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"projects\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Projects/611239f4-353e-41fa-bb9d-2f13f62e77b0/customfields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 17,\n        \"totalRecords\": 17\n    },\n    \"records\": [\n        {\n            \"projectId\": \"611239f4-353e-41fa-bb9d-2f13f62e77b0\",\n            \"name\": \"ESD - 13666\",\n            \"clientCompanyName\": \"\",\n            \"description\": \"\",\n            \"street\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"zip\": \"\",\n            \"country\": \"\",\n            \"location\": \"\",\n            \"createDate\": \"2020-05-28T08:49:52\",\n            \"startDate\": \"2020-05-28T08:00:00\",\n            \"targetDate\": \"2020-07-01T16:00:00\",\n            \"initDate\": \"1753-01-01T00:00:00\",\n            \"folderChangeDate\": \"1753-01-01T00:00:00\",\n            \"mostRecentNoteProject\": null,\n            \"status\": \"Active\",\n            \"wrkDayStart\": 12,\n            \"workDayEnd\": 20,\n            \"workDays\": 62,\n            \"constructionPercentComplete\": 0,\n            \"defaultWorkflowOffset\": 0,\n            \"webcamURL\": \"\",\n            \"dateModified\": \"2020-05-28T08:49:52\",\n            \"lastModifiedById\": \"93fa9c8b-1531-41ff-ab34-64d8abcf93ee\",\n            \"lastModifiedBy\": \"Prerak Parikh\",\n            \"siteAdminId\": \"3a3f3467-06f9-4664-9bc1-9979625a981e\",\n            \"siteAdmin\": \"Kanna Kurra\",\n            \"isActive\": true\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"AuditLogTest\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Building\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Campus\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Director\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Doc Import Test Integer\",\n            \"value\": \"33333\"\n        },\n        {\n            \"name\": \"Document Import Test\",\n            \"value\": \"13666\"\n        },\n        {\n            \"name\": \"epd6832\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Inheritable\",\n            \"value\": null\n        },\n        {\n            \"name\": \"integer custom field\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Module\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Project Engineer\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Project Number\",\n            \"value\": \"13666\"\n        },\n        {\n            \"name\": \"Project Type\",\n            \"value\": null\n        },\n        {\n            \"name\": \"ProjectScopeCustomField\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Resource\",\n            \"value\": null\n        },\n        {\n            \"name\": \"School\",\n            \"value\": null\n        },\n        {\n            \"name\": \"test\",\n            \"value\": \"1233\"\n        }\n    ]\n}"},{"id":"d80077b1-4e71-4dc7-bf8e-388c5953bb56","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Projects/:id/customfields?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Projects",":id","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"611239f4-353e-41fa-bb9d-2f13f62e77b0","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"clientCompanyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"street\": {\n                        \"type\": \"string\"\n                    },\n                    \"city\": {\n                        \"type\": \"string\"\n                    },\n                    \"state\": {\n                        \"type\": \"string\"\n                    },\n                    \"zip\": {\n                        \"type\": \"string\"\n                    },\n                    \"country\": {\n                        \"type\": \"string\"\n                    },\n                    \"location\": {\n                        \"type\": \"string\"\n                    },\n                    \"createDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"startDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"targetDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"initDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"folderChangeDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"mostRecentNoteProject\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"wrkDayStart\": {\n                        \"type\": \"integer\"\n                    },\n                    \"workDayEnd\": {\n                        \"type\": \"integer\"\n                    },\n                    \"workDays\": {\n                        \"type\": \"integer\"\n                    },\n                    \"constructionPercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"defaultWorkflowOffset\": {\n                        \"type\": \"integer\"\n                    },\n                    \"webcamURL\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateModified\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"siteAdminId\": {\n                        \"type\": \"string\"\n                    },\n                    \"siteAdmin\": {\n                        \"type\": \"string\"\n                    },\n                    \"isActive\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"1150da2d-7f19-43c3-aaff-60f12ce67441","key":"projectId","value":"","type":"any","description":"GUID for project"},{"id":"83de6605-2e6e-4540-97d2-af191b68fa15","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"033585fd-e244-4d87-a3ab-a2f273bbb45e"}],"id":"b4e6eae3-f2c9-429f-adfa-5831f7e22322","description":"<p>Projects within e-Builder represent the actual projects of a program. The Projects module houses important details of the project such as the address, project-related web links, and the project's start and target dates. It also provides the ability to set some fundamental project settings like calendar exceptions and custom fields. \nAccount and project administrators can use this module to create additional projects in e-Builder as they are created in the field. </p>\n<p>The Projects API provides access to the collection of projects and related resources such as custom fields.</p>\n","_postman_id":"b4e6eae3-f2c9-429f-adfa-5831f7e22322","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Schedules","item":[{"name":"Schedules Get","id":"23f40d18-d315-40f8-a752-fb8feb7df1e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Schedules?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns a collection of schedules.</p>\n<p>Related entities are:</p>\n<ul>\n<li>Project</li>\n<li>Manager</li>\n<li>Manager Role</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Schedules"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"48b2b85f-cf7a-4c4d-be57-c516f5fa2702","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Schedules?offset=0&limit=3&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Schedules"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"3"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"schedules\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Schedules\",\n        \"offset\": 0,\n        \"limit\": 3,\n        \"size\": 3,\n        \"totalRecords\": 22\n    },\n    \"records\": [\n        {\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"startDate\": \"2017-07-12T08:00:00\",\n            \"finishDate\": \"2017-05-28T17:00:00\",\n            \"hoursPerDay\": 8,\n            \"hoursPerWeek\": 40,\n            \"daysPerMonth\": 20,\n            \"dateCreated\": \"2011-11-02T00:46:38\",\n            \"lastUpdated\": \"2017-07-17T15:16:16.477\",\n            \"baselineStartDate\": null,\n            \"baselineFinishDate\": null,\n            \"actualStartDate\": \"2012-06-16T13:00:00\",\n            \"actualFinishDate\": \"2017-05-28T17:00:00\",\n            \"baselineDuration\": \"0h\",\n            \"actualDuration\": \"90.38mo\",\n            \"duration\": \"-8.90w\",\n            \"finishVariance\": \"\",\n            \"startVariance\": \"\",\n            \"numberOfActivitiesNotStarted\": 0,\n            \"numberOfActivitiesInProgress\": 0,\n            \"numberOfActivitiesCompleted\": 0,\n            \"scheduleManagerId\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"scheduleManager\": \"Andy Sutton\",\n            \"scheduleManagerRoleId\": \"589c3824-4a54-4ae0-8562-2169c404da56\",\n            \"scheduleManagerRole\": \"Admin\",\n            \"scheduleMostRecentNote\": null,\n            \"calculatePercentComplete\": null\n        },\n        {\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"startDate\": \"2013-05-15T12:00:00\",\n            \"finishDate\": \"2016-01-12T19:33:00\",\n            \"hoursPerDay\": 8,\n            \"hoursPerWeek\": 40,\n            \"daysPerMonth\": 30,\n            \"dateCreated\": \"2012-09-05T16:26:46\",\n            \"lastUpdated\": \"2021-02-18T16:01:56\",\n            \"baselineStartDate\": null,\n            \"baselineFinishDate\": null,\n            \"actualStartDate\": \"2013-05-15T12:00:00\",\n            \"actualFinishDate\": null,\n            \"baselineDuration\": \"0h\",\n            \"actualDuration\": \"\",\n            \"duration\": \"23.13mo\",\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"numberOfActivitiesNotStarted\": 0,\n            \"numberOfActivitiesInProgress\": 0,\n            \"numberOfActivitiesCompleted\": 0,\n            \"scheduleManagerId\": \"17560835-ad64-44d2-bd17-649f98565e0d\",\n            \"scheduleManager\": \"Test user 1\",\n            \"scheduleManagerRoleId\": \"ff81f028-8c19-4a0d-a007-c4bf1ad3de8b\",\n            \"scheduleManagerRole\": \"Activity Manager\",\n            \"scheduleMostRecentNote\": \"Project complete. Save for reporting purposes.\",\n            \"calculatePercentComplete\": false\n        },\n        {\n            \"projectId\": \"203177a4-925b-4fcd-9f08-370188ee8aa6\",\n            \"startDate\": \"2017-07-12T08:00:00\",\n            \"finishDate\": \"2017-05-28T17:00:00\",\n            \"hoursPerDay\": 8,\n            \"hoursPerWeek\": 40,\n            \"daysPerMonth\": 30,\n            \"dateCreated\": \"2012-09-06T12:38:34\",\n            \"lastUpdated\": \"2017-07-17T15:16:16.477\",\n            \"baselineStartDate\": null,\n            \"baselineFinishDate\": null,\n            \"actualStartDate\": \"2012-06-16T13:00:00\",\n            \"actualFinishDate\": \"2017-05-28T17:00:00\",\n            \"baselineDuration\": \"0h\",\n            \"actualDuration\": \"60.25mo\",\n            \"duration\": \"-8.90w\",\n            \"finishVariance\": \"\",\n            \"startVariance\": \"\",\n            \"numberOfActivitiesNotStarted\": 0,\n            \"numberOfActivitiesInProgress\": 0,\n            \"numberOfActivitiesCompleted\": 0,\n            \"scheduleManagerId\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"scheduleManager\": \"Andy Sutton\",\n            \"scheduleManagerRoleId\": \"589c3824-4a54-4ae0-8562-2169c404da56\",\n            \"scheduleManagerRole\": \"Admin\",\n            \"scheduleMostRecentNote\": null,\n            \"calculatePercentComplete\": null\n        }\n    ]\n}"},{"id":"193987f5-b291-4b43-b104-70be22a6a70b","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Schedules?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Schedules"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"startDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"finishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"hoursPerDay\": {\n                        \"type\": \"integer\"\n                    },\n                    \"hoursPerWeek\": {\n                        \"type\": \"integer\"\n                    },\n                    \"daysPerMonth\": {\n                        \"type\": \"integer\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastUpdated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"duration\": {\n                        \"type\": \"string\"\n                    },\n                    \"finishVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"startVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"numberOfActivitiesNotStarted\": {\n                        \"type\": \"integer\"\n                    },\n                    \"numberOfActivitiesInProgress\": {\n                        \"type\": \"integer\"\n                    },\n                    \"numberOfActivitiesCompleted\": {\n                        \"type\": \"integer\"\n                    },\n                    \"scheduleManagerId\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleManager\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleManagerRoleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleManagerRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleMostRecentNote\": {\n                        \"type\": \"string\"\n                    },\n                    \"calculatePercentComplete\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"23f40d18-d315-40f8-a752-fb8feb7df1e3"},{"name":"Schedules Find By Id","id":"285e8876-d7cb-450d-bd24-38bfc6d37b33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Schedules/:projectId?schema=false","description":"<p>Returns a schedule.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Schedules",":projectId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"e7d60445-fb8f-44ca-9cdc-50e3cb14c7c2","description":{"content":"<p>GUID for project</p>\n","type":"text/plain"},"type":"any","value":"","key":"projectId"},{"id":"da99d401-3cb8-433e-b15d-202a5892addf","type":"any","value":"{{projectId}}","key":"id"}]}},"response":[{"id":"66b6524d-20d0-46a1-a55d-167ac8ec9091","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Schedules/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Schedules",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"fad36634-1140-4200-8bbf-447c22b2dbc7","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"schedules\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Schedules/fad36634-1140-4200-8bbf-447c22b2dbc7\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"startDate\": \"2013-05-15T12:00:00\",\n            \"finishDate\": \"2016-01-12T19:33:00\",\n            \"hoursPerDay\": 8,\n            \"hoursPerWeek\": 40,\n            \"daysPerMonth\": 30,\n            \"dateCreated\": \"2012-09-05T16:26:46\",\n            \"lastUpdated\": \"2021-02-18T16:01:56\",\n            \"baselineStartDate\": null,\n            \"baselineFinishDate\": null,\n            \"actualStartDate\": \"2013-05-15T12:00:00\",\n            \"actualFinishDate\": null,\n            \"baselineDuration\": \"0h\",\n            \"actualDuration\": \"\",\n            \"duration\": \"23.13mo\",\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"numberOfActivitiesNotStarted\": 0,\n            \"numberOfActivitiesInProgress\": 0,\n            \"numberOfActivitiesCompleted\": 0,\n            \"scheduleManagerId\": \"17560835-ad64-44d2-bd17-649f98565e0d\",\n            \"scheduleManager\": \"Test user 1\",\n            \"scheduleManagerRoleId\": \"ff81f028-8c19-4a0d-a007-c4bf1ad3de8b\",\n            \"scheduleManagerRole\": \"Activity Manager\",\n            \"scheduleMostRecentNote\": \"Project complete. Save for reporting purposes.\",\n            \"calculatePercentComplete\": false\n        }\n    ]\n}"},{"id":"39fa3cd6-f20e-4427-9a79-d467615a4e4d","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Schedules/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Schedules",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"aa3e9d7f-256c-43c6-80af-9ac087f859e4","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"startDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"finishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"hoursPerDay\": {\n                        \"type\": \"integer\"\n                    },\n                    \"hoursPerWeek\": {\n                        \"type\": \"integer\"\n                    },\n                    \"daysPerMonth\": {\n                        \"type\": \"integer\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastUpdated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"duration\": {\n                        \"type\": \"string\"\n                    },\n                    \"finishVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"startVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"numberOfActivitiesNotStarted\": {\n                        \"type\": \"integer\"\n                    },\n                    \"numberOfActivitiesInProgress\": {\n                        \"type\": \"integer\"\n                    },\n                    \"numberOfActivitiesCompleted\": {\n                        \"type\": \"integer\"\n                    },\n                    \"scheduleManagerId\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleManager\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleManagerRoleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleManagerRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleMostRecentNote\": {\n                        \"type\": \"string\"\n                    },\n                    \"calculatePercentComplete\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"e7d60445-fb8f-44ca-9cdc-50e3cb14c7c2","key":"projectId","value":"","type":"any","description":"GUID for project"},{"id":"da99d401-3cb8-433e-b15d-202a5892addf","key":"id","value":"{{projectId}}","type":"any"}],"_postman_id":"285e8876-d7cb-450d-bd24-38bfc6d37b33"},{"name":"Schedules Find By Id Custom Fields","id":"40f5c08a-0b85-4719-8870-f69277496617","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Schedules/:projectId/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a schedule and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Schedules",":projectId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"5feb9142-c5b1-4b25-a88a-44884a981ad5","description":{"content":"<p>GUID for project</p>\n","type":"text/plain"},"type":"any","value":"","key":"projectId"},{"id":"b45dba38-e33f-4003-a2ae-2b009ddc77d2","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"68d30c73-b265-422f-8028-36f438186e0a","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Schedules/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Schedules",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"fad36634-1140-4200-8bbf-447c22b2dbc7","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"schedules\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Schedules/fad36634-1140-4200-8bbf-447c22b2dbc7/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 2\n    },\n    \"records\": [\n        {\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"startDate\": \"2013-05-15T12:00:00\",\n            \"finishDate\": \"2016-01-12T19:33:00\",\n            \"hoursPerDay\": 8,\n            \"hoursPerWeek\": 40,\n            \"daysPerMonth\": 30,\n            \"dateCreated\": \"2012-09-05T16:26:46\",\n            \"lastUpdated\": \"2021-02-18T16:01:56\",\n            \"baselineStartDate\": null,\n            \"baselineFinishDate\": null,\n            \"actualStartDate\": \"2013-05-15T12:00:00\",\n            \"actualFinishDate\": null,\n            \"baselineDuration\": \"0h\",\n            \"actualDuration\": \"\",\n            \"duration\": \"23.13mo\",\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"numberOfActivitiesNotStarted\": 0,\n            \"numberOfActivitiesInProgress\": 0,\n            \"numberOfActivitiesCompleted\": 0,\n            \"scheduleManagerId\": \"17560835-ad64-44d2-bd17-649f98565e0d\",\n            \"scheduleManager\": \"Test user 1\",\n            \"scheduleManagerRoleId\": \"ff81f028-8c19-4a0d-a007-c4bf1ad3de8b\",\n            \"scheduleManagerRole\": \"Activity Manager\",\n            \"scheduleMostRecentNote\": \"Project complete. Save for reporting purposes.\",\n            \"calculatePercentComplete\": false\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"CF DDL Test\",\n            \"value\": \"Blue\"\n        },\n        {\n            \"name\": \"Multiple Pick List\",\n            \"value\": \"Multiple Pick List \"\n        }\n    ]\n}"},{"id":"6cc7e98f-e157-47ca-8426-fa454184842e","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Schedules/:id/customFields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Schedules",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"startDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"finishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"hoursPerDay\": {\n                        \"type\": \"integer\"\n                    },\n                    \"hoursPerWeek\": {\n                        \"type\": \"integer\"\n                    },\n                    \"daysPerMonth\": {\n                        \"type\": \"integer\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastUpdated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"duration\": {\n                        \"type\": \"string\"\n                    },\n                    \"finishVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"startVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"numberOfActivitiesNotStarted\": {\n                        \"type\": \"integer\"\n                    },\n                    \"numberOfActivitiesInProgress\": {\n                        \"type\": \"integer\"\n                    },\n                    \"numberOfActivitiesCompleted\": {\n                        \"type\": \"integer\"\n                    },\n                    \"scheduleManagerId\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleManager\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleManagerRoleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleManagerRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleMostRecentNote\": {\n                        \"type\": \"string\"\n                    },\n                    \"calculatePercentComplete\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"5feb9142-c5b1-4b25-a88a-44884a981ad5","key":"projectId","value":"","type":"any","description":"GUID for project"},{"id":"b45dba38-e33f-4003-a2ae-2b009ddc77d2","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"40f5c08a-0b85-4719-8870-f69277496617"},{"name":"Schedules Find By Id Tasks","id":"3bb6637a-3b0d-4ecb-9702-44e8569224dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Schedules/:projectId/tasks?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns a schedule and its tasks.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Schedules",":projectId","tasks"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"f2715b81-30e4-419e-a4c5-e2479d3de55d","description":{"content":"<p>GUID for project</p>\n","type":"text/plain"},"type":"any","value":"","key":"projectId"},{"id":"7d29e189-b67c-4d5b-90e7-be666d5a0635","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"85015ba9-6158-4ba8-b1a9-4bf9ce1880e3","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Schedules/:id/tasks?offset=0&limit=5&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Schedules",":id","tasks"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"5"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"fad36634-1140-4200-8bbf-447c22b2dbc7","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"schedules\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Schedules/fad36634-1140-4200-8bbf-447c22b2dbc7/tasks\",\n        \"offset\": 0,\n        \"limit\": 5,\n        \"size\": 5,\n        \"totalRecords\": 181\n    },\n    \"records\": [\n        {\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"startDate\": \"2013-05-15T12:00:00\",\n            \"finishDate\": \"2016-01-12T19:33:00\",\n            \"hoursPerDay\": 8,\n            \"hoursPerWeek\": 40,\n            \"daysPerMonth\": 30,\n            \"dateCreated\": \"2012-09-05T16:26:46\",\n            \"lastUpdated\": \"2021-02-18T16:01:56\",\n            \"baselineStartDate\": null,\n            \"baselineFinishDate\": null,\n            \"actualStartDate\": \"2013-05-15T12:00:00\",\n            \"actualFinishDate\": null,\n            \"baselineDuration\": \"0h\",\n            \"actualDuration\": \"\",\n            \"duration\": \"23.13mo\",\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"numberOfActivitiesNotStarted\": 0,\n            \"numberOfActivitiesInProgress\": 0,\n            \"numberOfActivitiesCompleted\": 0,\n            \"scheduleManagerId\": \"17560835-ad64-44d2-bd17-649f98565e0d\",\n            \"scheduleManager\": \"Test user 1\",\n            \"scheduleManagerRoleId\": \"ff81f028-8c19-4a0d-a007-c4bf1ad3de8b\",\n            \"scheduleManagerRole\": \"Activity Manager\",\n            \"scheduleMostRecentNote\": \"Project complete. Save for reporting purposes.\",\n            \"calculatePercentComplete\": false\n        }\n    ],\n    \"details\": [\n        {\n            \"taskId\": \"063da184-0033-4f37-a3c3-e9d48386a35f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Design\",\n            \"description\": \"\",\n            \"sequenceNumber\": 1,\n            \"outlineNumber\": \"1\",\n            \"outlineLevel\": 1,\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-05-15T15:09:31\",\n            \"masterTaskNumber\": null,\n            \"masterTaskName\": null,\n            \"resourceRoleID\": null,\n            \"resourceRole\": null,\n            \"resourceID\": null,\n            \"resource\": null,\n            \"managerRoleID\": null,\n            \"managerRole\": null,\n            \"managerID\": null,\n            \"manager\": null,\n            \"constraintType\": null,\n            \"constraintDate\": null,\n            \"startDate\": \"2013-05-15T12:00:00\",\n            \"finishDate\": \"2013-11-05T20:00:00\",\n            \"earlyStartDate\": \"2013-05-15T12:00:00\",\n            \"earlyFinishDate\": \"2013-11-05T20:00:00\",\n            \"lateStartDate\": \"2013-05-15T12:00:00\",\n            \"lateFinishDate\": \"2016-01-12T19:33:00\",\n            \"durationFactor\": 2,\n            \"actualStartDate\": \"2013-05-15T12:00:00\",\n            \"actualFinishDate\": null,\n            \"actualDurationFactor\": null,\n            \"baselineStartDate\": \"2013-05-15T12:00:00\",\n            \"baselineFinishDate\": \"2013-11-05T20:00:00\",\n            \"baselineDurationFactor\": 2,\n            \"baselinePercentComplete\": 42,\n            \"baselineSavedByUserID\": null,\n            \"baselineSavedBy\": null,\n            \"suggestedActualStart\": null,\n            \"suggestedActualFinish\": null,\n            \"suggestedDurationFactor\": null,\n            \"suggestedPercentComplete\": null,\n            \"suggestedConstraintDate\": null,\n            \"suggestedConstraintType\": null,\n            \"suggestedOnDate\": null,\n            \"suggestedByUserID\": null,\n            \"suggestedBy\": null,\n            \"eventID\": null,\n            \"predecessors\": \"\",\n            \"actualDuration\": null,\n            \"baselineDuration\": \"124d\",\n            \"duration\": \"124d\",\n            \"suggestedDuration\": null,\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"freeSlack\": \"19.00mo\",\n            \"totalSlack\": \"0h\",\n            \"approvalRequiredForCompletion\": null,\n            \"approvalRequiredForChanges\": null,\n            \"isCritical\": \"Yes\",\n            \"isDraft\": \"No\",\n            \"isMilestone\": \"No\",\n            \"isRollup\": \"Yes\",\n            \"isAwaitingApproval\": null,\n            \"type\": \"Task\",\n            \"processName\": null,\n            \"processNumber\": null,\n            \"taskMostRecentNote\": null,\n            \"percentComplete\": 42\n        },\n        {\n            \"taskId\": \"8d1edf22-59e7-4ce9-90f1-f0fc79baab9d\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"SD\",\n            \"description\": \"\",\n            \"sequenceNumber\": 2,\n            \"outlineNumber\": \"1.1\",\n            \"outlineLevel\": 2,\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-05-15T15:10:53\",\n            \"masterTaskNumber\": null,\n            \"masterTaskName\": null,\n            \"resourceRoleID\": null,\n            \"resourceRole\": null,\n            \"resourceID\": null,\n            \"resource\": null,\n            \"managerRoleID\": null,\n            \"managerRole\": null,\n            \"managerID\": null,\n            \"manager\": null,\n            \"constraintType\": null,\n            \"constraintDate\": null,\n            \"startDate\": \"2013-05-15T12:00:00\",\n            \"finishDate\": \"2013-06-25T20:00:00\",\n            \"earlyStartDate\": \"2013-05-15T12:00:00\",\n            \"earlyFinishDate\": \"2013-06-25T20:00:00\",\n            \"lateStartDate\": \"2013-05-15T12:00:00\",\n            \"lateFinishDate\": \"2013-06-25T20:00:00\",\n            \"durationFactor\": 2,\n            \"actualStartDate\": \"2013-05-15T12:00:00\",\n            \"actualFinishDate\": \"2013-06-25T20:00:00\",\n            \"actualDurationFactor\": 2,\n            \"baselineStartDate\": \"2013-05-15T12:00:00\",\n            \"baselineFinishDate\": \"2013-06-25T20:00:00\",\n            \"baselineDurationFactor\": 2,\n            \"baselinePercentComplete\": 100,\n            \"baselineSavedByUserID\": null,\n            \"baselineSavedBy\": null,\n            \"suggestedActualStart\": null,\n            \"suggestedActualFinish\": null,\n            \"suggestedDurationFactor\": null,\n            \"suggestedPercentComplete\": null,\n            \"suggestedConstraintDate\": null,\n            \"suggestedConstraintType\": null,\n            \"suggestedOnDate\": null,\n            \"suggestedByUserID\": null,\n            \"suggestedBy\": null,\n            \"eventID\": null,\n            \"predecessors\": \"\",\n            \"actualDuration\": \"30d\",\n            \"baselineDuration\": \"30d\",\n            \"duration\": \"30d\",\n            \"suggestedDuration\": null,\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"freeSlack\": \"22.13mo\",\n            \"totalSlack\": \"0h\",\n            \"approvalRequiredForCompletion\": null,\n            \"approvalRequiredForChanges\": null,\n            \"isCritical\": \"Yes\",\n            \"isDraft\": \"No\",\n            \"isMilestone\": \"No\",\n            \"isRollup\": \"No\",\n            \"isAwaitingApproval\": null,\n            \"type\": \"Task\",\n            \"processName\": null,\n            \"processNumber\": null,\n            \"taskMostRecentNote\": null,\n            \"percentComplete\": 100\n        },\n        {\n            \"taskId\": \"60b0a96b-f7b6-49ed-bcd8-102774fa00df\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"DD\",\n            \"description\": \"\",\n            \"sequenceNumber\": 3,\n            \"outlineNumber\": \"1.2\",\n            \"outlineLevel\": 2,\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-05-15T15:36:58\",\n            \"masterTaskNumber\": null,\n            \"masterTaskName\": null,\n            \"resourceRoleID\": null,\n            \"resourceRole\": null,\n            \"resourceID\": null,\n            \"resource\": null,\n            \"managerRoleID\": null,\n            \"managerRole\": null,\n            \"managerID\": null,\n            \"manager\": null,\n            \"constraintType\": 4,\n            \"constraintDate\": \"2013-09-10T12:00:00\",\n            \"startDate\": \"2013-09-10T12:00:00\",\n            \"finishDate\": \"2013-11-05T20:00:00\",\n            \"earlyStartDate\": \"2013-09-10T12:00:00\",\n            \"earlyFinishDate\": \"2013-11-05T20:00:00\",\n            \"lateStartDate\": \"2015-11-17T19:33:00\",\n            \"lateFinishDate\": \"2016-01-12T19:33:00\",\n            \"durationFactor\": 2,\n            \"actualStartDate\": null,\n            \"actualFinishDate\": null,\n            \"actualDurationFactor\": null,\n            \"baselineStartDate\": \"2012-09-10T12:00:00\",\n            \"baselineFinishDate\": \"2012-10-19T20:00:00\",\n            \"baselineDurationFactor\": 2,\n            \"baselinePercentComplete\": 0,\n            \"baselineSavedByUserID\": null,\n            \"baselineSavedBy\": null,\n            \"suggestedActualStart\": null,\n            \"suggestedActualFinish\": null,\n            \"suggestedDurationFactor\": null,\n            \"suggestedPercentComplete\": null,\n            \"suggestedConstraintDate\": null,\n            \"suggestedConstraintType\": null,\n            \"suggestedOnDate\": null,\n            \"suggestedByUserID\": null,\n            \"suggestedBy\": null,\n            \"eventID\": null,\n            \"predecessors\": \"\",\n            \"actualDuration\": null,\n            \"baselineDuration\": \"30d\",\n            \"duration\": \"40d\",\n            \"suggestedDuration\": null,\n            \"finishVariance\": \"9.03mo late\",\n            \"startVariance\": \"8.70mo late\",\n            \"freeSlack\": \"19.00mo\",\n            \"totalSlack\": \"19.00mo\",\n            \"approvalRequiredForCompletion\": null,\n            \"approvalRequiredForChanges\": null,\n            \"isCritical\": \"No\",\n            \"isDraft\": \"No\",\n            \"isMilestone\": \"No\",\n            \"isRollup\": \"No\",\n            \"isAwaitingApproval\": null,\n            \"type\": \"Task\",\n            \"processName\": null,\n            \"processNumber\": null,\n            \"taskMostRecentNote\": null,\n            \"percentComplete\": 0\n        },\n        {\n            \"taskId\": \"736e5551-e683-4165-b9cb-513df1603017\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Interior Finishes\",\n            \"description\": \"\",\n            \"sequenceNumber\": 72,\n            \"outlineNumber\": \"10\",\n            \"outlineLevel\": 1,\n            \"createdByID\": \"02398b63-9bd4-45a7-8151-6c4b5285b1ad\",\n            \"createdBy\": \"Bruzenskey Bois\",\n            \"dateCreated\": \"2013-10-30T20:01:28\",\n            \"masterTaskNumber\": null,\n            \"masterTaskName\": null,\n            \"resourceRoleID\": null,\n            \"resourceRole\": null,\n            \"resourceID\": null,\n            \"resource\": null,\n            \"managerRoleID\": null,\n            \"managerRole\": null,\n            \"managerID\": null,\n            \"manager\": null,\n            \"constraintType\": null,\n            \"constraintDate\": null,\n            \"startDate\": \"2013-05-15T12:00:00\",\n            \"finishDate\": \"2016-01-12T19:33:00\",\n            \"earlyStartDate\": \"2013-05-15T12:00:00\",\n            \"earlyFinishDate\": \"2016-01-12T19:33:00\",\n            \"lateStartDate\": \"2014-07-18T13:36:00\",\n            \"lateFinishDate\": \"2016-01-12T19:33:00\",\n            \"durationFactor\": 2,\n            \"actualStartDate\": null,\n            \"actualFinishDate\": null,\n            \"actualDurationFactor\": null,\n            \"baselineStartDate\": \"2013-05-15T12:00:00\",\n            \"baselineFinishDate\": \"2016-01-12T19:33:00\",\n            \"baselineDurationFactor\": 2,\n            \"baselinePercentComplete\": 0,\n            \"baselineSavedByUserID\": null,\n            \"baselineSavedBy\": null,\n            \"suggestedActualStart\": null,\n            \"suggestedActualFinish\": null,\n            \"suggestedDurationFactor\": null,\n            \"suggestedPercentComplete\": null,\n            \"suggestedConstraintDate\": null,\n            \"suggestedConstraintType\": null,\n            \"suggestedOnDate\": null,\n            \"suggestedByUserID\": null,\n            \"suggestedBy\": null,\n            \"eventID\": null,\n            \"predecessors\": \"\",\n            \"actualDuration\": null,\n            \"baselineDuration\": \"693.94d\",\n            \"duration\": \"693.94d\",\n            \"suggestedDuration\": null,\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"freeSlack\": \"0h\",\n            \"totalSlack\": \"0h\",\n            \"approvalRequiredForCompletion\": null,\n            \"approvalRequiredForChanges\": null,\n            \"isCritical\": \"Yes\",\n            \"isDraft\": \"No\",\n            \"isMilestone\": \"No\",\n            \"isRollup\": \"Yes\",\n            \"isAwaitingApproval\": null,\n            \"type\": \"Task\",\n            \"processName\": null,\n            \"processNumber\": null,\n            \"taskMostRecentNote\": null,\n            \"percentComplete\": 0\n        },\n        {\n            \"taskId\": \"0aa6ef46-bcda-49d0-8053-209060f94a69\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Drywall in Offices\",\n            \"description\": \"\",\n            \"sequenceNumber\": 73,\n            \"outlineNumber\": \"10.1\",\n            \"outlineLevel\": 2,\n            \"createdByID\": \"02398b63-9bd4-45a7-8151-6c4b5285b1ad\",\n            \"createdBy\": \"Bruzenskey Bois\",\n            \"dateCreated\": \"2013-10-30T20:01:28\",\n            \"masterTaskNumber\": null,\n            \"masterTaskName\": null,\n            \"resourceRoleID\": null,\n            \"resourceRole\": null,\n            \"resourceID\": null,\n            \"resource\": null,\n            \"managerRoleID\": null,\n            \"managerRole\": null,\n            \"managerID\": null,\n            \"manager\": null,\n            \"constraintType\": null,\n            \"constraintDate\": null,\n            \"startDate\": \"2015-08-18T14:07:00\",\n            \"finishDate\": \"2015-10-07T14:02:00\",\n            \"earlyStartDate\": \"2015-08-18T14:07:00\",\n            \"earlyFinishDate\": \"2015-10-07T14:02:00\",\n            \"lateStartDate\": \"2015-08-18T14:07:00\",\n            \"lateFinishDate\": \"2015-10-07T14:02:00\",\n            \"durationFactor\": 2,\n            \"actualStartDate\": null,\n            \"actualFinishDate\": null,\n            \"actualDurationFactor\": null,\n            \"baselineStartDate\": \"2015-08-18T14:07:00\",\n            \"baselineFinishDate\": \"2015-10-07T14:02:00\",\n            \"baselineDurationFactor\": 2,\n            \"baselinePercentComplete\": 0,\n            \"baselineSavedByUserID\": null,\n            \"baselineSavedBy\": null,\n            \"suggestedActualStart\": null,\n            \"suggestedActualFinish\": null,\n            \"suggestedDurationFactor\": null,\n            \"suggestedPercentComplete\": null,\n            \"suggestedConstraintDate\": null,\n            \"suggestedConstraintType\": null,\n            \"suggestedOnDate\": null,\n            \"suggestedByUserID\": null,\n            \"suggestedBy\": null,\n            \"eventID\": null,\n            \"predecessors\": \"35FS, 58FS\",\n            \"actualDuration\": null,\n            \"baselineDuration\": \"35.99d\",\n            \"duration\": \"35.99d\",\n            \"suggestedDuration\": null,\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"freeSlack\": \"0h\",\n            \"totalSlack\": \"0h\",\n            \"approvalRequiredForCompletion\": null,\n            \"approvalRequiredForChanges\": null,\n            \"isCritical\": \"Yes\",\n            \"isDraft\": \"No\",\n            \"isMilestone\": \"No\",\n            \"isRollup\": \"No\",\n            \"isAwaitingApproval\": null,\n            \"type\": \"Task\",\n            \"processName\": null,\n            \"processNumber\": null,\n            \"taskMostRecentNote\": null,\n            \"percentComplete\": 0\n        }\n    ]\n}"},{"id":"7e0234be-8c6c-46d5-b497-1e7e11db9851","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Schedules/:id/tasks?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Schedules",":id","tasks"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"aa3e9d7f-256c-43c6-80af-9ac087f859e4","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"taskId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"sequenceNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"outlineNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"outlineLevel\": {\n                        \"type\": \"integer\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"masterTaskNumber\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterTaskName\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceRoleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"resource\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerRoleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerID\": {\n                        \"type\": \"string\"\n                    },\n                    \"manager\": {\n                        \"type\": \"string\"\n                    },\n                    \"constraintType\": {\n                        \"type\": \"integer\"\n                    },\n                    \"constraintDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"startDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"finishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"earlyStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"earlyFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lateStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lateFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"durationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"actualStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselineStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselinePercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselineSavedByUserID\": {\n                        \"type\": \"string\"\n                    },\n                    \"baselineSavedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedActualStart\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedActualFinish\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedPercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedConstraintDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedConstraintType\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedOnDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedByUserID\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"eventID\": {\n                        \"type\": \"string\"\n                    },\n                    \"predecessors\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"baselineDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"duration\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"finishVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"startVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"freeSlack\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalSlack\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvalRequiredForCompletion\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvalRequiredForChanges\": {\n                        \"type\": \"string\"\n                    },\n                    \"isCritical\": {\n                        \"type\": \"string\"\n                    },\n                    \"isDraft\": {\n                        \"type\": \"string\"\n                    },\n                    \"isMilestone\": {\n                        \"type\": \"string\"\n                    },\n                    \"isRollup\": {\n                        \"type\": \"string\"\n                    },\n                    \"isAwaitingApproval\": {\n                        \"type\": \"string\"\n                    },\n                    \"type\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"processNumber\": {\n                        \"type\": \"number\"\n                    },\n                    \"taskMostRecentNote\": {\n                        \"type\": \"string\"\n                    },\n                    \"percentComplete\": {\n                        \"type\": \"integer\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"startDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"finishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"hoursPerDay\": {\n                        \"type\": \"integer\"\n                    },\n                    \"hoursPerWeek\": {\n                        \"type\": \"integer\"\n                    },\n                    \"daysPerMonth\": {\n                        \"type\": \"integer\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastUpdated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"duration\": {\n                        \"type\": \"string\"\n                    },\n                    \"finishVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"startVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"numberOfActivitiesNotStarted\": {\n                        \"type\": \"integer\"\n                    },\n                    \"numberOfActivitiesInProgress\": {\n                        \"type\": \"integer\"\n                    },\n                    \"numberOfActivitiesCompleted\": {\n                        \"type\": \"integer\"\n                    },\n                    \"scheduleManagerId\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleManager\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleManagerRoleId\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleManagerRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"scheduleMostRecentNote\": {\n                        \"type\": \"string\"\n                    },\n                    \"calculatePercentComplete\": {\n                        \"type\": \"boolean\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"f2715b81-30e4-419e-a4c5-e2479d3de55d","key":"projectId","value":"","type":"any","description":"GUID for project"},{"id":"7d29e189-b67c-4d5b-90e7-be666d5a0635","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"3bb6637a-3b0d-4ecb-9702-44e8569224dd"},{"name":"Schedules Getdule Tasks","id":"b37260a8-e769-4e29-900c-f52a9be3059f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ScheduleTasks?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns the schedule tasks collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ScheduleTasks"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"6369a05d-c304-4283-9983-cc5647a7c15a","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ScheduleTasks?offset=50&limit=3&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ScheduleTasks"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"50"},{"description":"The number of items to return","key":"limit","value":"3"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"scheduleTasks\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ScheduleTasks\",\n        \"offset\": 50,\n        \"limit\": 3,\n        \"size\": 3,\n        \"totalRecords\": 514\n    },\n    \"records\": [\n        {\n            \"taskId\": \"29947977-b9a9-4d7c-b73c-7f5f2653970d\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Create Journyx Code\",\n            \"description\": \"\",\n            \"sequenceNumber\": 97,\n            \"outlineNumber\": \"11.1.1\",\n            \"outlineLevel\": 3,\n            \"createdByID\": \"50e6b15c-c19b-4c11-bc29-aae603f1f845\",\n            \"createdBy\": \"Ferol Jones\",\n            \"dateCreated\": \"2014-08-13T18:52:53\",\n            \"masterTaskNumber\": null,\n            \"masterTaskName\": null,\n            \"resourceRoleID\": null,\n            \"resourceRole\": null,\n            \"resourceID\": null,\n            \"resource\": null,\n            \"managerRoleID\": null,\n            \"managerRole\": null,\n            \"managerID\": null,\n            \"manager\": null,\n            \"constraintType\": 4,\n            \"constraintDate\": \"2014-08-01T12:00:00\",\n            \"startDate\": \"2014-08-01T12:00:00\",\n            \"finishDate\": \"2014-08-01T12:00:00\",\n            \"earlyStartDate\": \"2014-08-01T12:00:00\",\n            \"earlyFinishDate\": \"2014-08-01T12:00:00\",\n            \"lateStartDate\": \"2016-01-11T15:33:00\",\n            \"lateFinishDate\": \"2016-01-11T15:33:00\",\n            \"durationFactor\": 2,\n            \"actualStartDate\": null,\n            \"actualFinishDate\": null,\n            \"actualDurationFactor\": null,\n            \"baselineStartDate\": \"2014-08-01T12:00:00\",\n            \"baselineFinishDate\": \"2014-08-01T12:00:00\",\n            \"baselineDurationFactor\": 2,\n            \"baselinePercentComplete\": 0,\n            \"baselineSavedByUserID\": null,\n            \"baselineSavedBy\": null,\n            \"suggestedActualStart\": null,\n            \"suggestedActualFinish\": null,\n            \"suggestedDurationFactor\": null,\n            \"suggestedPercentComplete\": null,\n            \"suggestedConstraintDate\": null,\n            \"suggestedConstraintType\": null,\n            \"suggestedOnDate\": null,\n            \"suggestedByUserID\": null,\n            \"suggestedBy\": null,\n            \"eventID\": null,\n            \"predecessors\": \"\",\n            \"actualDuration\": null,\n            \"baselineDuration\": \"0d\",\n            \"duration\": \"0d\",\n            \"suggestedDuration\": null,\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"freeSlack\": \"0h\",\n            \"totalSlack\": \"12.54mo\",\n            \"approvalRequiredForCompletion\": null,\n            \"approvalRequiredForChanges\": null,\n            \"isCritical\": \"No\",\n            \"isDraft\": \"No\",\n            \"isMilestone\": \"Yes\",\n            \"isRollup\": \"No\",\n            \"isAwaitingApproval\": null,\n            \"type\": \"Task\",\n            \"processName\": null,\n            \"processNumber\": null,\n            \"taskMostRecentNote\": null,\n            \"percentComplete\": 0\n        },\n        {\n            \"taskId\": \"9f4ef33e-9b24-4be5-83e8-62eb7273bf5e\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Create Account / Client / PS Project in Salesforce\",\n            \"description\": \"\",\n            \"sequenceNumber\": 98,\n            \"outlineNumber\": \"11.1.2\",\n            \"outlineLevel\": 3,\n            \"createdByID\": \"50e6b15c-c19b-4c11-bc29-aae603f1f845\",\n            \"createdBy\": \"Ferol Jones\",\n            \"dateCreated\": \"2014-08-13T18:52:53\",\n            \"masterTaskNumber\": null,\n            \"masterTaskName\": null,\n            \"resourceRoleID\": null,\n            \"resourceRole\": null,\n            \"resourceID\": null,\n            \"resource\": null,\n            \"managerRoleID\": null,\n            \"managerRole\": null,\n            \"managerID\": null,\n            \"manager\": null,\n            \"constraintType\": null,\n            \"constraintDate\": null,\n            \"startDate\": \"2014-08-01T12:00:00\",\n            \"finishDate\": \"2014-08-01T12:00:00\",\n            \"earlyStartDate\": \"2014-08-01T12:00:00\",\n            \"earlyFinishDate\": \"2014-08-01T12:00:00\",\n            \"lateStartDate\": \"2016-01-11T15:33:00\",\n            \"lateFinishDate\": \"2016-01-11T15:33:00\",\n            \"durationFactor\": 2,\n            \"actualStartDate\": null,\n            \"actualFinishDate\": null,\n            \"actualDurationFactor\": null,\n            \"baselineStartDate\": \"2014-08-01T12:00:00\",\n            \"baselineFinishDate\": \"2014-08-01T12:00:00\",\n            \"baselineDurationFactor\": 2,\n            \"baselinePercentComplete\": 0,\n            \"baselineSavedByUserID\": null,\n            \"baselineSavedBy\": null,\n            \"suggestedActualStart\": null,\n            \"suggestedActualFinish\": null,\n            \"suggestedDurationFactor\": null,\n            \"suggestedPercentComplete\": null,\n            \"suggestedConstraintDate\": null,\n            \"suggestedConstraintType\": null,\n            \"suggestedOnDate\": null,\n            \"suggestedByUserID\": null,\n            \"suggestedBy\": null,\n            \"eventID\": null,\n            \"predecessors\": \"97SS\",\n            \"actualDuration\": null,\n            \"baselineDuration\": \"0d\",\n            \"duration\": \"0d\",\n            \"suggestedDuration\": null,\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"freeSlack\": \"0h\",\n            \"totalSlack\": \"12.54mo\",\n            \"approvalRequiredForCompletion\": null,\n            \"approvalRequiredForChanges\": null,\n            \"isCritical\": \"No\",\n            \"isDraft\": \"No\",\n            \"isMilestone\": \"Yes\",\n            \"isRollup\": \"No\",\n            \"isAwaitingApproval\": null,\n            \"type\": \"Task\",\n            \"processName\": null,\n            \"processNumber\": null,\n            \"taskMostRecentNote\": null,\n            \"percentComplete\": 0\n        },\n        {\n            \"taskId\": \"1a1114ae-a6fd-4440-a26c-1a0e143d4d10\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"KICKOFF\",\n            \"description\": \"\",\n            \"sequenceNumber\": 99,\n            \"outlineNumber\": \"11.2\",\n            \"outlineLevel\": 2,\n            \"createdByID\": \"50e6b15c-c19b-4c11-bc29-aae603f1f845\",\n            \"createdBy\": \"Ferol Jones\",\n            \"dateCreated\": \"2014-08-13T18:52:53\",\n            \"masterTaskNumber\": null,\n            \"masterTaskName\": null,\n            \"resourceRoleID\": null,\n            \"resourceRole\": null,\n            \"resourceID\": null,\n            \"resource\": null,\n            \"managerRoleID\": null,\n            \"managerRole\": null,\n            \"managerID\": null,\n            \"manager\": null,\n            \"constraintType\": null,\n            \"constraintDate\": null,\n            \"startDate\": \"2014-08-01T12:00:00\",\n            \"finishDate\": \"2014-08-18T20:00:00\",\n            \"earlyStartDate\": \"2014-08-01T12:00:00\",\n            \"earlyFinishDate\": \"2014-08-18T20:00:00\",\n            \"lateStartDate\": \"2014-08-15T13:00:00\",\n            \"lateFinishDate\": \"2016-01-12T15:33:00\",\n            \"durationFactor\": 2,\n            \"actualStartDate\": null,\n            \"actualFinishDate\": null,\n            \"actualDurationFactor\": null,\n            \"baselineStartDate\": \"2014-08-01T12:00:00\",\n            \"baselineFinishDate\": \"2014-08-18T20:00:00\",\n            \"baselineDurationFactor\": 2,\n            \"baselinePercentComplete\": 0,\n            \"baselineSavedByUserID\": null,\n            \"baselineSavedBy\": null,\n            \"suggestedActualStart\": null,\n            \"suggestedActualFinish\": null,\n            \"suggestedDurationFactor\": null,\n            \"suggestedPercentComplete\": null,\n            \"suggestedConstraintDate\": null,\n            \"suggestedConstraintType\": null,\n            \"suggestedOnDate\": null,\n            \"suggestedByUserID\": null,\n            \"suggestedBy\": null,\n            \"eventID\": null,\n            \"predecessors\": \"\",\n            \"actualDuration\": null,\n            \"baselineDuration\": \"12d\",\n            \"duration\": \"12d\",\n            \"suggestedDuration\": null,\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"freeSlack\": \"0h\",\n            \"totalSlack\": \"10.13d\",\n            \"approvalRequiredForCompletion\": null,\n            \"approvalRequiredForChanges\": null,\n            \"isCritical\": \"No\",\n            \"isDraft\": \"No\",\n            \"isMilestone\": \"No\",\n            \"isRollup\": \"Yes\",\n            \"isAwaitingApproval\": null,\n            \"type\": \"Task\",\n            \"processName\": null,\n            \"processNumber\": null,\n            \"taskMostRecentNote\": null,\n            \"percentComplete\": 0\n        }\n    ]\n}"},{"id":"f96154eb-2f13-4b68-b5d7-d344d008de0b","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ScheduleTasks?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ScheduleTasks"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"taskId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"sequenceNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"outlineNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"outlineLevel\": {\n                        \"type\": \"integer\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"masterTaskNumber\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterTaskName\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceRoleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"resource\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerRoleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerID\": {\n                        \"type\": \"string\"\n                    },\n                    \"manager\": {\n                        \"type\": \"string\"\n                    },\n                    \"constraintType\": {\n                        \"type\": \"integer\"\n                    },\n                    \"constraintDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"startDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"finishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"earlyStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"earlyFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lateStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lateFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"durationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"actualStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselineStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselinePercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselineSavedByUserID\": {\n                        \"type\": \"string\"\n                    },\n                    \"baselineSavedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedActualStart\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedActualFinish\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedPercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedConstraintDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedConstraintType\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedOnDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedByUserID\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"eventID\": {\n                        \"type\": \"string\"\n                    },\n                    \"predecessors\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"baselineDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"duration\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"finishVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"startVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"freeSlack\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalSlack\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvalRequiredForCompletion\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvalRequiredForChanges\": {\n                        \"type\": \"string\"\n                    },\n                    \"isCritical\": {\n                        \"type\": \"string\"\n                    },\n                    \"isDraft\": {\n                        \"type\": \"string\"\n                    },\n                    \"isMilestone\": {\n                        \"type\": \"string\"\n                    },\n                    \"isRollup\": {\n                        \"type\": \"string\"\n                    },\n                    \"isAwaitingApproval\": {\n                        \"type\": \"string\"\n                    },\n                    \"type\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"processNumber\": {\n                        \"type\": \"number\"\n                    },\n                    \"taskMostRecentNote\": {\n                        \"type\": \"string\"\n                    },\n                    \"percentComplete\": {\n                        \"type\": \"integer\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"b37260a8-e769-4e29-900c-f52a9be3059f"},{"name":"Schedules Find Schedule Task By Id","id":"1e32fc6a-5876-4273-8dc4-5fc68d77d466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ScheduleTasks/:taskId?schema=false","description":"<p>Returns a schedule task.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ScheduleTasks",":taskId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"539d5e47-991a-4228-ab85-5f1fe43db799","description":{"content":"<p>GUID for task</p>\n","type":"text/plain"},"type":"any","value":"","key":"taskId"},{"id":"a6bd277d-f91b-451b-8397-6e808edd2c83","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"5457c8d4-0cae-4aa9-99ff-c3fc6dc73e59","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ScheduleTasks/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ScheduleTasks",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"063da184-0033-4f37-a3c3-e9d48386a35f","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"scheduleTasks\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ScheduleTasks/063da184-0033-4f37-a3c3-e9d48386a35f\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"taskId\": \"063da184-0033-4f37-a3c3-e9d48386a35f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Design\",\n            \"description\": \"\",\n            \"sequenceNumber\": 1,\n            \"outlineNumber\": \"1\",\n            \"outlineLevel\": 1,\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-05-15T15:09:31\",\n            \"masterTaskNumber\": null,\n            \"masterTaskName\": null,\n            \"resourceRoleID\": null,\n            \"resourceRole\": null,\n            \"resourceID\": null,\n            \"resource\": null,\n            \"managerRoleID\": null,\n            \"managerRole\": null,\n            \"managerID\": null,\n            \"manager\": null,\n            \"constraintType\": null,\n            \"constraintDate\": null,\n            \"startDate\": \"2013-05-15T12:00:00\",\n            \"finishDate\": \"2013-11-05T20:00:00\",\n            \"earlyStartDate\": \"2013-05-15T12:00:00\",\n            \"earlyFinishDate\": \"2013-11-05T20:00:00\",\n            \"lateStartDate\": \"2013-05-15T12:00:00\",\n            \"lateFinishDate\": \"2016-01-12T19:33:00\",\n            \"durationFactor\": 2,\n            \"actualStartDate\": \"2013-05-15T12:00:00\",\n            \"actualFinishDate\": null,\n            \"actualDurationFactor\": null,\n            \"baselineStartDate\": \"2013-05-15T12:00:00\",\n            \"baselineFinishDate\": \"2013-11-05T20:00:00\",\n            \"baselineDurationFactor\": 2,\n            \"baselinePercentComplete\": 42,\n            \"baselineSavedByUserID\": null,\n            \"baselineSavedBy\": null,\n            \"suggestedActualStart\": null,\n            \"suggestedActualFinish\": null,\n            \"suggestedDurationFactor\": null,\n            \"suggestedPercentComplete\": null,\n            \"suggestedConstraintDate\": null,\n            \"suggestedConstraintType\": null,\n            \"suggestedOnDate\": null,\n            \"suggestedByUserID\": null,\n            \"suggestedBy\": null,\n            \"eventID\": null,\n            \"predecessors\": \"\",\n            \"actualDuration\": null,\n            \"baselineDuration\": \"124d\",\n            \"duration\": \"124d\",\n            \"suggestedDuration\": null,\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"freeSlack\": \"19.00mo\",\n            \"totalSlack\": \"0h\",\n            \"approvalRequiredForCompletion\": null,\n            \"approvalRequiredForChanges\": null,\n            \"isCritical\": \"Yes\",\n            \"isDraft\": \"No\",\n            \"isMilestone\": \"No\",\n            \"isRollup\": \"Yes\",\n            \"isAwaitingApproval\": null,\n            \"type\": \"Task\",\n            \"processName\": null,\n            \"processNumber\": null,\n            \"taskMostRecentNote\": null,\n            \"percentComplete\": 42\n        }\n    ]\n}"},{"id":"21ebe699-bb3c-4d3b-8259-886a4dc01b7a","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ScheduleTasks/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ScheduleTasks",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"taskId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"sequenceNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"outlineNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"outlineLevel\": {\n                        \"type\": \"integer\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"masterTaskNumber\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterTaskName\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceRoleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"resource\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerRoleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerID\": {\n                        \"type\": \"string\"\n                    },\n                    \"manager\": {\n                        \"type\": \"string\"\n                    },\n                    \"constraintType\": {\n                        \"type\": \"integer\"\n                    },\n                    \"constraintDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"startDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"finishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"earlyStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"earlyFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lateStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lateFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"durationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"actualStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselineStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselinePercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselineSavedByUserID\": {\n                        \"type\": \"string\"\n                    },\n                    \"baselineSavedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedActualStart\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedActualFinish\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedPercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedConstraintDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedConstraintType\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedOnDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedByUserID\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"eventID\": {\n                        \"type\": \"string\"\n                    },\n                    \"predecessors\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"baselineDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"duration\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"finishVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"startVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"freeSlack\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalSlack\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvalRequiredForCompletion\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvalRequiredForChanges\": {\n                        \"type\": \"string\"\n                    },\n                    \"isCritical\": {\n                        \"type\": \"string\"\n                    },\n                    \"isDraft\": {\n                        \"type\": \"string\"\n                    },\n                    \"isMilestone\": {\n                        \"type\": \"string\"\n                    },\n                    \"isRollup\": {\n                        \"type\": \"string\"\n                    },\n                    \"isAwaitingApproval\": {\n                        \"type\": \"string\"\n                    },\n                    \"type\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"processNumber\": {\n                        \"type\": \"number\"\n                    },\n                    \"taskMostRecentNote\": {\n                        \"type\": \"string\"\n                    },\n                    \"percentComplete\": {\n                        \"type\": \"integer\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"539d5e47-991a-4228-ab85-5f1fe43db799","key":"taskId","value":"","type":"any","description":"GUID for task"},{"id":"a6bd277d-f91b-451b-8397-6e808edd2c83","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"1e32fc6a-5876-4273-8dc4-5fc68d77d466"},{"name":"Schedules Find Schedule Task By Id Custom Fields","id":"4adcdad8-a825-49e3-9f52-911c8617e68c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ScheduleTasks/:taskId/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a schedule task and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ScheduleTasks",":taskId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"06f01323-3216-4af1-85bd-3d70a84d922a","description":{"content":"<p>GUID for task</p>\n","type":"text/plain"},"type":"any","value":"","key":"taskId"},{"id":"660ae25a-ba07-43bf-8494-c442dc2d426f","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"030605d8-e26d-4e61-bc32-ec1eec0d50bc","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ScheduleTasks/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ScheduleTasks",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"063da184-0033-4f37-a3c3-e9d48386a35f","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"scheduleTasks\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ScheduleTasks/063da184-0033-4f37-a3c3-e9d48386a35f/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 3,\n        \"totalRecords\": 3\n    },\n    \"records\": [\n        {\n            \"taskId\": \"063da184-0033-4f37-a3c3-e9d48386a35f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Design\",\n            \"description\": \"\",\n            \"sequenceNumber\": 1,\n            \"outlineNumber\": \"1\",\n            \"outlineLevel\": 1,\n            \"createdByID\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"dateCreated\": \"2013-05-15T15:09:31\",\n            \"masterTaskNumber\": null,\n            \"masterTaskName\": null,\n            \"resourceRoleID\": null,\n            \"resourceRole\": null,\n            \"resourceID\": null,\n            \"resource\": null,\n            \"managerRoleID\": null,\n            \"managerRole\": null,\n            \"managerID\": null,\n            \"manager\": null,\n            \"constraintType\": null,\n            \"constraintDate\": null,\n            \"startDate\": \"2013-05-15T12:00:00\",\n            \"finishDate\": \"2013-11-05T20:00:00\",\n            \"earlyStartDate\": \"2013-05-15T12:00:00\",\n            \"earlyFinishDate\": \"2013-11-05T20:00:00\",\n            \"lateStartDate\": \"2013-05-15T12:00:00\",\n            \"lateFinishDate\": \"2016-01-12T19:33:00\",\n            \"durationFactor\": 2,\n            \"actualStartDate\": \"2013-05-15T12:00:00\",\n            \"actualFinishDate\": null,\n            \"actualDurationFactor\": null,\n            \"baselineStartDate\": \"2013-05-15T12:00:00\",\n            \"baselineFinishDate\": \"2013-11-05T20:00:00\",\n            \"baselineDurationFactor\": 2,\n            \"baselinePercentComplete\": 42,\n            \"baselineSavedByUserID\": null,\n            \"baselineSavedBy\": null,\n            \"suggestedActualStart\": null,\n            \"suggestedActualFinish\": null,\n            \"suggestedDurationFactor\": null,\n            \"suggestedPercentComplete\": null,\n            \"suggestedConstraintDate\": null,\n            \"suggestedConstraintType\": null,\n            \"suggestedOnDate\": null,\n            \"suggestedByUserID\": null,\n            \"suggestedBy\": null,\n            \"eventID\": null,\n            \"predecessors\": \"\",\n            \"actualDuration\": null,\n            \"baselineDuration\": \"124d\",\n            \"duration\": \"124d\",\n            \"suggestedDuration\": null,\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"freeSlack\": \"19.00mo\",\n            \"totalSlack\": \"0h\",\n            \"approvalRequiredForCompletion\": null,\n            \"approvalRequiredForChanges\": null,\n            \"isCritical\": \"Yes\",\n            \"isDraft\": \"No\",\n            \"isMilestone\": \"No\",\n            \"isRollup\": \"Yes\",\n            \"isAwaitingApproval\": null,\n            \"type\": \"Task\",\n            \"processName\": null,\n            \"processNumber\": null,\n            \"taskMostRecentNote\": null,\n            \"percentComplete\": 42\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"Custom Task Field 1\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Task Weight\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Test Task Custom Field Multi Pick List\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"7388291e-2ef4-40d5-9ca9-90e79b569659","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ScheduleTasks/:id/customFields?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ScheduleTasks",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"taskId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"sequenceNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"outlineNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"outlineLevel\": {\n                        \"type\": \"integer\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"masterTaskNumber\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterTaskName\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceRoleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"resource\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerRoleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerID\": {\n                        \"type\": \"string\"\n                    },\n                    \"manager\": {\n                        \"type\": \"string\"\n                    },\n                    \"constraintType\": {\n                        \"type\": \"integer\"\n                    },\n                    \"constraintDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"startDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"finishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"earlyStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"earlyFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lateStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lateFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"durationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"actualStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselineStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselinePercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselineSavedByUserID\": {\n                        \"type\": \"string\"\n                    },\n                    \"baselineSavedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedActualStart\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedActualFinish\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedPercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedConstraintDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedConstraintType\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedOnDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedByUserID\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"eventID\": {\n                        \"type\": \"string\"\n                    },\n                    \"predecessors\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"baselineDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"duration\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"finishVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"startVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"freeSlack\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalSlack\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvalRequiredForCompletion\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvalRequiredForChanges\": {\n                        \"type\": \"string\"\n                    },\n                    \"isCritical\": {\n                        \"type\": \"string\"\n                    },\n                    \"isDraft\": {\n                        \"type\": \"string\"\n                    },\n                    \"isMilestone\": {\n                        \"type\": \"string\"\n                    },\n                    \"isRollup\": {\n                        \"type\": \"string\"\n                    },\n                    \"isAwaitingApproval\": {\n                        \"type\": \"string\"\n                    },\n                    \"type\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"processNumber\": {\n                        \"type\": \"number\"\n                    },\n                    \"taskMostRecentNote\": {\n                        \"type\": \"string\"\n                    },\n                    \"percentComplete\": {\n                        \"type\": \"integer\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"06f01323-3216-4af1-85bd-3d70a84d922a","key":"taskId","value":"","type":"any","description":"GUID for task"},{"id":"660ae25a-ba07-43bf-8494-c442dc2d426f","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"4adcdad8-a825-49e3-9f52-911c8617e68c"},{"name":"Schedules Find Schedule Task By Id Predecessors","id":"24de2fd1-592a-4f2b-bdbb-c7fbe67b915c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/ScheduleTasks/:taskId/predecessors?offset=0&limit=100&schema=false","description":"<p>Returns a schedule task and its predecessors.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","ScheduleTasks",":taskId","predecessors"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"d26165a5-56c5-4fd0-a614-e2e710b5e351","description":{"content":"<p>GUID for task</p>\n","type":"text/plain"},"type":"any","value":"","key":"taskId"},{"id":"92c6748c-80ab-4db9-85de-9a1ec2c21dad","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"eefbbb96-a37d-4a81-a810-0a926f43f82e","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ScheduleTasks/:id/predecessors?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","ScheduleTasks",":id","predecessors"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"0aa6ef46-bcda-49d0-8053-209060f94a69","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"scheduleTasks\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/ScheduleTasks/0aa6ef46-bcda-49d0-8053-209060f94a69/predecessors\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 2,\n        \"totalRecords\": 2\n    },\n    \"records\": [\n        {\n            \"taskId\": \"0aa6ef46-bcda-49d0-8053-209060f94a69\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Drywall in Offices\",\n            \"description\": \"\",\n            \"sequenceNumber\": 73,\n            \"outlineNumber\": \"10.1\",\n            \"outlineLevel\": 2,\n            \"createdByID\": \"02398b63-9bd4-45a7-8151-6c4b5285b1ad\",\n            \"createdBy\": \"Bruzenskey Bois\",\n            \"dateCreated\": \"2013-10-30T20:01:28\",\n            \"masterTaskNumber\": null,\n            \"masterTaskName\": null,\n            \"resourceRoleID\": null,\n            \"resourceRole\": null,\n            \"resourceID\": null,\n            \"resource\": null,\n            \"managerRoleID\": null,\n            \"managerRole\": null,\n            \"managerID\": null,\n            \"manager\": null,\n            \"constraintType\": null,\n            \"constraintDate\": null,\n            \"startDate\": \"2015-08-18T14:07:00\",\n            \"finishDate\": \"2015-10-07T14:02:00\",\n            \"earlyStartDate\": \"2015-08-18T14:07:00\",\n            \"earlyFinishDate\": \"2015-10-07T14:02:00\",\n            \"lateStartDate\": \"2015-08-18T14:07:00\",\n            \"lateFinishDate\": \"2015-10-07T14:02:00\",\n            \"durationFactor\": 2,\n            \"actualStartDate\": null,\n            \"actualFinishDate\": null,\n            \"actualDurationFactor\": null,\n            \"baselineStartDate\": \"2015-08-18T14:07:00\",\n            \"baselineFinishDate\": \"2015-10-07T14:02:00\",\n            \"baselineDurationFactor\": 2,\n            \"baselinePercentComplete\": 0,\n            \"baselineSavedByUserID\": null,\n            \"baselineSavedBy\": null,\n            \"suggestedActualStart\": null,\n            \"suggestedActualFinish\": null,\n            \"suggestedDurationFactor\": null,\n            \"suggestedPercentComplete\": null,\n            \"suggestedConstraintDate\": null,\n            \"suggestedConstraintType\": null,\n            \"suggestedOnDate\": null,\n            \"suggestedByUserID\": null,\n            \"suggestedBy\": null,\n            \"eventID\": null,\n            \"predecessors\": \"35FS, 58FS\",\n            \"actualDuration\": null,\n            \"baselineDuration\": \"35.99d\",\n            \"duration\": \"35.99d\",\n            \"suggestedDuration\": null,\n            \"finishVariance\": \"0h late\",\n            \"startVariance\": \"0h late\",\n            \"freeSlack\": \"0h\",\n            \"totalSlack\": \"0h\",\n            \"approvalRequiredForCompletion\": null,\n            \"approvalRequiredForChanges\": null,\n            \"isCritical\": \"Yes\",\n            \"isDraft\": \"No\",\n            \"isMilestone\": \"No\",\n            \"isRollup\": \"No\",\n            \"isAwaitingApproval\": null,\n            \"type\": \"Task\",\n            \"processName\": null,\n            \"processNumber\": null,\n            \"taskMostRecentNote\": null,\n            \"percentComplete\": 0\n        }\n    ],\n    \"details\": [\n        {\n            \"predecessorId\": \"c43b9afa-e641-c9dc-2496-ba6643167b24\",\n            \"dependencyId\": 208049,\n            \"taskId\": \"0aa6ef46-bcda-49d0-8053-209060f94a69\",\n            \"linkType\": \"FinishToStart\",\n            \"lag\": \"0d\"\n        },\n        {\n            \"predecessorId\": \"8a3c0bfe-0ee8-5ab4-078b-c66cea570428\",\n            \"dependencyId\": 208050,\n            \"taskId\": \"0aa6ef46-bcda-49d0-8053-209060f94a69\",\n            \"linkType\": \"FinishToStart\",\n            \"lag\": \"0d\"\n        }\n    ]\n}"},{"id":"47646633-5b52-4613-aa5b-c558cd7026a1","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/ScheduleTasks/:id/predecessors?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","ScheduleTasks",":id","predecessors"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0","disabled":true},{"description":"The number of items to return","key":"limit","value":"100","disabled":true},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"predecessorId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dependencyId\": {\n                        \"type\": \"integer\"\n                    },\n                    \"taskId\": {\n                        \"type\": \"string\"\n                    },\n                    \"linkType\": {\n                        \"type\": \"string\"\n                    },\n                    \"lag\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"taskId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"sequenceNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"outlineNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"outlineLevel\": {\n                        \"type\": \"integer\"\n                    },\n                    \"createdByID\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"masterTaskNumber\": {\n                        \"type\": \"number\"\n                    },\n                    \"masterTaskName\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceRoleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"resourceID\": {\n                        \"type\": \"string\"\n                    },\n                    \"resource\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerRoleID\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerRole\": {\n                        \"type\": \"string\"\n                    },\n                    \"managerID\": {\n                        \"type\": \"string\"\n                    },\n                    \"manager\": {\n                        \"type\": \"string\"\n                    },\n                    \"constraintType\": {\n                        \"type\": \"integer\"\n                    },\n                    \"constraintDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"startDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"finishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"earlyStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"earlyFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lateStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lateFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"durationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"actualStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"actualDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselineStartDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineFinishDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"baselineDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselinePercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"baselineSavedByUserID\": {\n                        \"type\": \"string\"\n                    },\n                    \"baselineSavedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedActualStart\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedActualFinish\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedDurationFactor\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedPercentComplete\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedConstraintDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedConstraintType\": {\n                        \"type\": \"integer\"\n                    },\n                    \"suggestedOnDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"suggestedByUserID\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"eventID\": {\n                        \"type\": \"string\"\n                    },\n                    \"predecessors\": {\n                        \"type\": \"string\"\n                    },\n                    \"actualDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"baselineDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"duration\": {\n                        \"type\": \"string\"\n                    },\n                    \"suggestedDuration\": {\n                        \"type\": \"string\"\n                    },\n                    \"finishVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"startVariance\": {\n                        \"type\": \"string\"\n                    },\n                    \"freeSlack\": {\n                        \"type\": \"string\"\n                    },\n                    \"totalSlack\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvalRequiredForCompletion\": {\n                        \"type\": \"string\"\n                    },\n                    \"approvalRequiredForChanges\": {\n                        \"type\": \"string\"\n                    },\n                    \"isCritical\": {\n                        \"type\": \"string\"\n                    },\n                    \"isDraft\": {\n                        \"type\": \"string\"\n                    },\n                    \"isMilestone\": {\n                        \"type\": \"string\"\n                    },\n                    \"isRollup\": {\n                        \"type\": \"string\"\n                    },\n                    \"isAwaitingApproval\": {\n                        \"type\": \"string\"\n                    },\n                    \"type\": {\n                        \"type\": \"string\"\n                    },\n                    \"processName\": {\n                        \"type\": \"string\"\n                    },\n                    \"processNumber\": {\n                        \"type\": \"number\"\n                    },\n                    \"taskMostRecentNote\": {\n                        \"type\": \"string\"\n                    },\n                    \"percentComplete\": {\n                        \"type\": \"integer\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"d26165a5-56c5-4fd0-a614-e2e710b5e351","key":"taskId","value":"","type":"any","description":"GUID for task"},{"id":"92c6748c-80ab-4db9-85de-9a1ec2c21dad","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"24de2fd1-592a-4f2b-bdbb-c7fbe67b915c"}],"id":"f70a9deb-e927-44d5-ae18-5b44d04a9981","description":"<p>All scheduling tools include a few fundamental components and concepts, and e-Builder’s Scheduling tool adheres to these fundamentals.</p>\n<p>The level of functionality available to you is determined by the module that your company purchased. Your security permission determines the actions that you are allowed to perform with schedules.</p>\n<p>The schedules API provides access to a collection of schedules, schedule entities, schedule tasks, and schedule predecessors.</p>\n<p>The schedule entity includes dates, duration, working hours, custom fields, and schedule manager.</p>\n<p><a href=\"https://www.e-builder.net/help/Production/Content/schedule_terminology.htm?tocpath=e-Builder%20Online%20User%20Assistance%7CSchedule%7C_____0\">e-Builder Schedule Help</a></p>\n","_postman_id":"f70a9deb-e927-44d5-ae18-5b44d04a9981","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Submittals","item":[{"name":"Submittals Get Items","id":"61d66a4b-b5a9-44db-af74-eff4c1e4e351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/SubmittalItems?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the submittal items collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","SubmittalItems"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"175f9e19-4e51-4799-9439-ce3ebc7ba598","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalItems?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalItems"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"submittalItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/SubmittalItems\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 100,\n        \"totalRecords\": 1918\n    },\n    \"records\": [\n        {\n            \"submittalItemId\": \"454a50a0-a8a7-40e0-bb14-613b9ec45400\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 1,\n            \"specSection\": \"02720\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": \"Central Water Supplies, Inc.\",\n            \"dateCreated\": \"2011-07-14T12:43:25.747\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.747\",\n            \"dateDueFromSub\": \"2011-11-16T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-07T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T15:57:24.8\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-19T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-05T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": \"2014-08-13T21:13:14.86\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"mostRecentSubmittalItemID\": \"454a50a0-a8a7-40e0-bb14-613b9ec45400\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-05T00:00:00\",\n            \"dateDueReturn\": \"2009-11-19T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-07T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": \"bsylverne@e-builder.net replied to Mathia Wiley on this item.\\r\\n\\r\\nHey A/E, make it happen!\",\n            \"title\": \"UG Water Retainage System/Storm Drain\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"05daa551-4fd4-4822-be46-d8ca105932a2\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 2,\n            \"specSection\": \"02730\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": \"Masrony R Us\",\n            \"dateCreated\": \"2011-07-14T12:43:25.763\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.763\",\n            \"dateDueFromSub\": \"2017-10-27T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-08T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2009-11-18T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-20T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-06T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": \"2017-10-10T20:40:26.957\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"forwardedBy\": \"Chris Cummings\",\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"192eabac-377b-4f58-a304-c3bb47b68946\",\n            \"mostRecentSubmittalItemID\": \"05daa551-4fd4-4822-be46-d8ca105932a2\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-06T00:00:00\",\n            \"dateDueReturn\": \"2009-11-20T00:00:00\",\n            \"dateDueReviewComplete\": \"2009-11-18T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-08T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Precast/Field Erected Masonry Manhole(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"1edb3323-cdfd-468e-9c4f-1f3348b28d1f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 9,\n            \"specSection\": \"02780\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.787\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.787\",\n            \"dateDueFromSub\": \"2009-11-13T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-15T00:00:00\",\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": \"2011-09-02T00:00:00\",\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-27T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-13T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"forwardedBy\": \"Mathia Wiley\",\n            \"heldById\": \"e07b0a9a-baf9-4b28-9c3f-efa01f6b9f00\",\n            \"heldBy\": \"Wallace Francis\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"1edb3323-cdfd-468e-9c4f-1f3348b28d1f\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-13T00:00:00\",\n            \"dateDueReturn\": \"2009-11-27T00:00:00\",\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-15T00:00:00\",\n            \"dateForwardedToConsultant\": \"2011-08-31T00:00:00\",\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"Wallace Francis\",\n            \"submittalItemMostRecentComment\": \"Mathia Wiley forwarded the item to Francis, Wallace - e-Builder (ATest)\",\n            \"title\": \"Joint Materials\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"63437072-8111-49b7-ad52-0118ea10cb1b\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 8,\n            \"specSection\": \"02780\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.787\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.787\",\n            \"dateDueFromSub\": \"2009-11-12T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-14T00:00:00\",\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": \"2014-01-20T00:00:00\",\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-26T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-12T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": \"02398b63-9bd4-45a7-8151-6c4b5285b1ad\",\n            \"forwardedBy\": \"Bruzenskey Bois\",\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"63437072-8111-49b7-ad52-0118ea10cb1b\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-12T00:00:00\",\n            \"dateDueReturn\": \"2009-11-26T00:00:00\",\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-14T00:00:00\",\n            \"dateForwardedToConsultant\": \"2014-01-06T00:00:00\",\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Unit Pavers\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"ebad9acc-a247-4a03-85cd-e11da02f29ab\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 16,\n            \"specSection\": \"03300\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.81\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.81\",\n            \"dateDueFromSub\": \"2009-11-20T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-22T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2009-12-02T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-04T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-20T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"0db09ae5-5bf3-44cc-a377-b4e694103a99\",\n            \"mostRecentSubmittalItemID\": \"ebad9acc-a247-4a03-85cd-e11da02f29ab\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-20T00:00:00\",\n            \"dateDueReturn\": \"2009-12-04T00:00:00\",\n            \"dateDueReviewComplete\": \"2009-12-02T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-22T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Rebar Shop Drawing for Cooling Tower\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"ee3c59c1-5f57-4cf8-ac63-08c90b01a7c2\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 17,\n            \"specSection\": \"03300\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.81\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.81\",\n            \"dateDueFromSub\": \"2009-11-21T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-23T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T15:57:24.8\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-05T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-21T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"mostRecentSubmittalItemID\": \"ee3c59c1-5f57-4cf8-ac63-08c90b01a7c2\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-21T00:00:00\",\n            \"dateDueReturn\": \"2009-12-05T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-23T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Rebar Shop Drawings (Columns & Shearwall)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"524d2f94-8345-47e9-b8e3-7a2c8be54704\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 20,\n            \"specSection\": \"03300\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.813\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.813\",\n            \"dateDueFromSub\": \"2009-11-24T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-26T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T16:02:17.503\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-08T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-24T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"0db09ae5-5bf3-44cc-a377-b4e694103a99\",\n            \"mostRecentSubmittalItemID\": \"524d2f94-8345-47e9-b8e3-7a2c8be54704\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-24T00:00:00\",\n            \"dateDueReturn\": \"2009-12-08T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-26T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Reshoring  Shop Drawings\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"c789852d-6454-4b20-aefe-1a571c4f6f10\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 19,\n            \"specSection\": \"03300\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.813\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.813\",\n            \"dateDueFromSub\": \"2009-11-23T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-25T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T16:14:27.577\",\n            \"reviewCompleteDueDate\": \"2017-10-27T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-07T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-23T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"cc9fe5fc-5e72-419d-95fe-89ca552e7c4c\",\n            \"mostRecentSubmittalItemID\": \"c789852d-6454-4b20-aefe-1a571c4f6f10\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-23T00:00:00\",\n            \"dateDueReturn\": \"2009-12-07T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-27T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-25T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Weleded Wire Fabric\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"f21ac031-7d03-4719-a023-8d9f6a5559a0\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 22,\n            \"specSection\": \"03310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.83\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.83\",\n            \"dateDueFromSub\": \"2009-11-26T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-28T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2009-12-08T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-10T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-26T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"8ac58354-02b2-4d21-98b6-ac385546844b\",\n            \"mostRecentSubmittalItemID\": \"f21ac031-7d03-4719-a023-8d9f6a5559a0\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-26T00:00:00\",\n            \"dateDueReturn\": \"2009-12-10T00:00:00\",\n            \"dateDueReviewComplete\": \"2009-12-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-28T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Fall Arrest Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"104f837e-1310-4f2e-acef-50b562bd622f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 26,\n            \"specSection\": \"03310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.833\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.833\",\n            \"dateDueFromSub\": \"2009-11-30T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-02T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T15:57:24.8\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-14T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-30T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"mostRecentSubmittalItemID\": \"104f837e-1310-4f2e-acef-50b562bd622f\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-30T00:00:00\",\n            \"dateDueReturn\": \"2009-12-14T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-02T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Patching Compounds\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"fe44eb3a-02c7-4c0f-b9f9-fc5617ea14eb\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 25,\n            \"specSection\": \"03310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.833\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.833\",\n            \"dateDueFromSub\": \"2012-09-20T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-01T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2009-12-11T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-13T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-29T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": \"2012-09-17T17:26:22.183\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"forwardedBy\": \"Benouchka Sylverne\",\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"submittalPackageID\": \"0db09ae5-5bf3-44cc-a377-b4e694103a99\",\n            \"mostRecentSubmittalItemID\": \"fe44eb3a-02c7-4c0f-b9f9-fc5617ea14eb\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-29T00:00:00\",\n            \"dateDueReturn\": \"2009-12-13T00:00:00\",\n            \"dateDueReviewComplete\": \"2009-12-11T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-01T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Material Cert. (Arch. Approved Only)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"aee62cba-5fcc-4588-a3f3-09629470c92f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 29,\n            \"specSection\": \"03310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.837\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.837\",\n            \"dateDueFromSub\": \"2009-12-03T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-05T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2009-12-15T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-17T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-02T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"8ac58354-02b2-4d21-98b6-ac385546844b\",\n            \"mostRecentSubmittalItemID\": \"aee62cba-5fcc-4588-a3f3-09629470c92f\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-02T00:00:00\",\n            \"dateDueReturn\": \"2009-12-17T00:00:00\",\n            \"dateDueReviewComplete\": \"2009-12-15T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-05T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Curing Compounds \",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"dd537d00-53c9-4194-9e19-2f919547b92e\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 27,\n            \"specSection\": \"03310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.837\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.837\",\n            \"dateDueFromSub\": \"2009-12-01T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-03T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T16:14:27.577\",\n            \"reviewCompleteDueDate\": \"2017-10-27T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-15T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-31T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"cc9fe5fc-5e72-419d-95fe-89ca552e7c4c\",\n            \"mostRecentSubmittalItemID\": \"dd537d00-53c9-4194-9e19-2f919547b92e\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-31T00:00:00\",\n            \"dateDueReturn\": \"2009-12-15T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-27T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-03T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Waterstops\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"b3472362-d437-4ac9-9e5a-49bfce6c58d5\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 32,\n            \"specSection\": \"03310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.84\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.84\",\n            \"dateDueFromSub\": \"2009-12-06T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-08T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T15:57:24.8\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-20T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-05T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"mostRecentSubmittalItemID\": \"b3472362-d437-4ac9-9e5a-49bfce6c58d5\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-05T00:00:00\",\n            \"dateDueReturn\": \"2009-12-20T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-08T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Color Finish Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"e167f1a9-b58f-4a6b-a7e0-f9b277f7f86e\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 30,\n            \"specSection\": \"03310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.84\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.84\",\n            \"dateDueFromSub\": \"2016-08-26T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-06T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T15:57:24.8\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-18T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-03T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": \"2016-08-10T13:53:42.11\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"mostRecentSubmittalItemID\": \"e167f1a9-b58f-4a6b-a7e0-f9b277f7f86e\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-03T00:00:00\",\n            \"dateDueReturn\": \"2009-12-18T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-06T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Dry Shake (Finish Materials)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"ca439ce5-b456-4731-9f0b-d190ae39311a\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 34,\n            \"specSection\": \"03310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.843\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.843\",\n            \"dateDueFromSub\": \"2009-12-08T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-10T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T19:40:37.68\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-22T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-07T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"4c1896f2-8fc0-49cc-9fc5-c22bab3518fd\",\n            \"mostRecentSubmittalItemID\": \"ca439ce5-b456-4731-9f0b-d190ae39311a\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-07T00:00:00\",\n            \"dateDueReturn\": \"2009-12-22T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-10T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Reglets\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"0b3f2b50-d936-4324-a906-91fdd972f815\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 33,\n            \"specSection\": \"03310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.843\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.843\",\n            \"dateDueFromSub\": \"2009-12-07T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-09T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T16:14:27.577\",\n            \"reviewCompleteDueDate\": \"2017-10-27T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-21T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-06T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"cc9fe5fc-5e72-419d-95fe-89ca552e7c4c\",\n            \"mostRecentSubmittalItemID\": \"0b3f2b50-d936-4324-a906-91fdd972f815\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-06T00:00:00\",\n            \"dateDueReturn\": \"2009-12-21T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-27T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-09T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Aggregate(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"c2de230e-4ab1-4a32-9198-73e4bfae3a89\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 36,\n            \"specSection\": \"03310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.86\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.86\",\n            \"dateDueFromSub\": \"2009-12-10T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-12T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T15:57:24.8\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-24T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-09T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"mostRecentSubmittalItemID\": \"c2de230e-4ab1-4a32-9198-73e4bfae3a89\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-09T00:00:00\",\n            \"dateDueReturn\": \"2009-12-24T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-12T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Mechanical Splices\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"4c6ab510-01ed-4bdf-ad3c-516593470d49\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 39,\n            \"specSection\": \"03310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.863\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.863\",\n            \"dateDueFromSub\": \"2009-12-13T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-15T00:00:00\",\n            \"dateSubmittedForReview\": \"2014-08-13T21:09:55.587\",\n            \"reviewCompleteDueDate\": \"2014-09-04T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-27T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-12T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"submittalPackageID\": \"ccaac128-998d-4797-969a-38cf66ef6a2c\",\n            \"mostRecentSubmittalItemID\": \"4c6ab510-01ed-4bdf-ad3c-516593470d49\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-12T00:00:00\",\n            \"dateDueReturn\": \"2009-12-27T00:00:00\",\n            \"dateDueReviewComplete\": \"2014-09-04T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-15T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Epoxy Adhesive(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"cab94f10-f83b-4cc5-8809-00dc40c610ad\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 42,\n            \"specSection\": \"03360\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.867\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.867\",\n            \"dateDueFromSub\": \"2009-12-16T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-18T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2009-12-28T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-30T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-15T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"ccaac128-998d-4797-969a-38cf66ef6a2c\",\n            \"mostRecentSubmittalItemID\": \"cab94f10-f83b-4cc5-8809-00dc40c610ad\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-15T00:00:00\",\n            \"dateDueReturn\": \"2009-12-30T00:00:00\",\n            \"dateDueReviewComplete\": \"2009-12-28T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-18T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Mortar Samples\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"7a32b019-198a-4289-8c35-04c38631a9eb\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 44,\n            \"specSection\": \"03450\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.87\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.87\",\n            \"dateDueFromSub\": \"2009-12-18T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-20T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T15:57:24.8\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-01T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-17T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"mostRecentSubmittalItemID\": \"7a32b019-198a-4289-8c35-04c38631a9eb\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-17T00:00:00\",\n            \"dateDueReturn\": \"2010-01-01T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-20T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Material Cert. (Arch. Approved Only)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"4017f851-fe8f-402b-8645-a2990eb88038\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 45,\n            \"specSection\": \"03450\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.87\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.87\",\n            \"dateDueFromSub\": \"2009-12-19T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-21T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T15:57:24.8\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-02T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-18T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"mostRecentSubmittalItemID\": \"4017f851-fe8f-402b-8645-a2990eb88038\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-18T00:00:00\",\n            \"dateDueReturn\": \"2010-01-02T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-21T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Water / Moisture Repellent(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"cf57eb6a-90d1-4e84-9320-d360ba95a8fd\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 48,\n            \"specSection\": \"03450\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.887\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.887\",\n            \"dateDueFromSub\": \"2009-12-22T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-24T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T15:57:24.8\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-05T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-21T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"mostRecentSubmittalItemID\": \"cf57eb6a-90d1-4e84-9320-d360ba95a8fd\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-21T00:00:00\",\n            \"dateDueReturn\": \"2010-01-05T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-24T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Framing Plan & Beam Elevations (2 & 3)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"8db99efe-d05c-4fbf-b747-8098cab52ec0\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 47,\n            \"specSection\": \"03450\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.887\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.887\",\n            \"dateDueFromSub\": \"2009-12-21T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-23T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T19:40:37.68\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": \"2017-10-10T19:44:36.523\",\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-04T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-20T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"heldBy\": \"Chris Cummings\",\n            \"submittalPackageID\": \"4c1896f2-8fc0-49cc-9fc5-c22bab3518fd\",\n            \"mostRecentSubmittalItemID\": \"8db99efe-d05c-4fbf-b747-8098cab52ec0\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-20T00:00:00\",\n            \"dateDueReturn\": \"2010-01-04T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-23T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Precast Shop Drawings w/Calculations\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"5875e5fd-1eb3-4f02-a479-ae73cccd8b2c\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 46,\n            \"specSection\": \"03450\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.887\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.887\",\n            \"dateDueFromSub\": \"2009-12-20T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-22T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T15:57:24.8\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-03T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-19T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"mostRecentSubmittalItemID\": \"5875e5fd-1eb3-4f02-a479-ae73cccd8b2c\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-19T00:00:00\",\n            \"dateDueReturn\": \"2010-01-03T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-22T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Flashing Material(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"3d4e02d1-25ff-4e05-8328-51d61d473dc4\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 50,\n            \"specSection\": \"03450\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.89\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.89\",\n            \"dateDueFromSub\": \"2009-12-24T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-26T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T15:57:24.8\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-07T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-23T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"mostRecentSubmittalItemID\": \"3d4e02d1-25ff-4e05-8328-51d61d473dc4\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-23T00:00:00\",\n            \"dateDueReturn\": \"2010-01-07T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-26T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Dovetail Anchor(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"237fbee0-381b-497c-ad67-300c57a4ea7e\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 49,\n            \"specSection\": \"03450\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.89\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.89\",\n            \"dateDueFromSub\": \"2009-12-23T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-25T00:00:00\",\n            \"dateSubmittedForReview\": \"2013-08-26T17:16:06.19\",\n            \"reviewCompleteDueDate\": \"2013-09-11T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-06T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-22T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"3a1006e5-8db2-41d5-a2c2-0143d239d990\",\n            \"heldBy\": \"Bruzenskey Bois\",\n            \"submittalPackageID\": \"bd94f3dc-bdff-4c60-8d9c-069ca59193c9\",\n            \"mostRecentSubmittalItemID\": \"237fbee0-381b-497c-ad67-300c57a4ea7e\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-22T00:00:00\",\n            \"dateDueReturn\": \"2010-01-06T00:00:00\",\n            \"dateDueReviewComplete\": \"2013-09-11T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-25T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"Bruzenskey Bois\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Framing Plan & Beam Elevations (1)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"c4d2e971-8340-4ff4-ace6-2f63475cd5c1\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 51,\n            \"specSection\": \"03450\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.89\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.89\",\n            \"dateDueFromSub\": \"2009-12-25T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-27T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-06T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-08T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-24T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"ccaac128-998d-4797-969a-38cf66ef6a2c\",\n            \"mostRecentSubmittalItemID\": \"c4d2e971-8340-4ff4-ace6-2f63475cd5c1\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-24T00:00:00\",\n            \"dateDueReturn\": \"2010-01-08T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-06T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-27T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"12\\\"x12\\\"x2\\\" Verification Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"db2cba83-dd06-48e8-8115-6e0fc1079ef0\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 53,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.893\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.893\",\n            \"dateDueFromSub\": \"2009-12-27T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-29T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T19:40:37.68\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-10T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-26T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"4c1896f2-8fc0-49cc-9fc5-c22bab3518fd\",\n            \"mostRecentSubmittalItemID\": \"db2cba83-dd06-48e8-8115-6e0fc1079ef0\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-26T00:00:00\",\n            \"dateDueReturn\": \"2010-01-10T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-29T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Exposed Limestone Unit Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"c472a865-020f-4ac7-a33f-a28ac72ffb80\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 52,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.893\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.893\",\n            \"dateDueFromSub\": \"2009-12-26T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-28T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-07T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-09T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-25T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"c472a865-020f-4ac7-a33f-a28ac72ffb80\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-25T00:00:00\",\n            \"dateDueReturn\": \"2010-01-09T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-07T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-28T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"CMU Product Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"8c2c5b08-e997-46e2-b81f-a815c6e4c09d\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 54,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.893\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.893\",\n            \"dateDueFromSub\": \"2009-12-28T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-30T00:00:00\",\n            \"dateSubmittedForReview\": \"2013-08-26T17:16:06.19\",\n            \"reviewCompleteDueDate\": \"2013-09-11T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-11T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-27T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"3a1006e5-8db2-41d5-a2c2-0143d239d990\",\n            \"heldBy\": \"Bruzenskey Bois\",\n            \"submittalPackageID\": \"bd94f3dc-bdff-4c60-8d9c-069ca59193c9\",\n            \"mostRecentSubmittalItemID\": \"8c2c5b08-e997-46e2-b81f-a815c6e4c09d\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-27T00:00:00\",\n            \"dateDueReturn\": \"2010-01-11T00:00:00\",\n            \"dateDueReviewComplete\": \"2013-09-11T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-30T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"Bruzenskey Bois\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Moisture/Water Repellent(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"f68d6185-6a15-4685-9a13-498c142de5a6\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 55,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.897\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.897\",\n            \"dateDueFromSub\": \"2009-12-29T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-12-31T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T19:40:37.68\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-12T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-28T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"4c1896f2-8fc0-49cc-9fc5-c22bab3518fd\",\n            \"mostRecentSubmittalItemID\": \"f68d6185-6a15-4685-9a13-498c142de5a6\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-28T00:00:00\",\n            \"dateDueReturn\": \"2010-01-12T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-12-31T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Brick Product Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"d25462dc-9146-4f47-8eb8-9b34ec6c9187\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 56,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.897\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.897\",\n            \"dateDueFromSub\": \"2009-12-30T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-01T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-11T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-13T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-29T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"d25462dc-9146-4f47-8eb8-9b34ec6c9187\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-29T00:00:00\",\n            \"dateDueReturn\": \"2010-01-13T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-11T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-01T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Brick Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"9c4b8394-1eb2-4751-a10e-314478db9d31\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 57,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Draft\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.913\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.913\",\n            \"dateDueFromSub\": \"2009-12-31T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-02T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-12T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-14T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-30T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": null,\n            \"mostRecentSubmittalItemID\": \"9c4b8394-1eb2-4751-a10e-314478db9d31\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-30T00:00:00\",\n            \"dateDueReturn\": \"2010-01-14T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-12T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-02T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": false,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Colored Brick Mortar Sample(s) Book\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"2a5b9fb0-b6d0-4881-9df8-79f254a6166f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 58,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Draft\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.913\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.913\",\n            \"dateDueFromSub\": \"2010-01-01T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-03T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-13T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-15T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-01-31T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": null,\n            \"mostRecentSubmittalItemID\": \"2a5b9fb0-b6d0-4881-9df8-79f254a6166f\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-01-31T00:00:00\",\n            \"dateDueReturn\": \"2010-01-15T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-13T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-03T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": false,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Grout Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"53505de0-2e0e-4168-989d-a3f30f2ddf82\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 59,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Draft\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.913\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.913\",\n            \"dateDueFromSub\": \"2010-01-02T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-04T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-14T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-16T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-01T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": null,\n            \"mostRecentSubmittalItemID\": \"53505de0-2e0e-4168-989d-a3f30f2ddf82\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-01T00:00:00\",\n            \"dateDueReturn\": \"2010-01-16T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-14T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-04T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": false,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Joint Reinforcement Product Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"967bb53f-7ad0-4b62-96be-859a628275dd\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 61,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Draft\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.917\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.917\",\n            \"dateDueFromSub\": \"2010-01-04T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-06T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-16T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-18T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-03T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": null,\n            \"mostRecentSubmittalItemID\": \"967bb53f-7ad0-4b62-96be-859a628275dd\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-03T00:00:00\",\n            \"dateDueReturn\": \"2010-01-18T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-16T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-06T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": false,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Brick Tie Product Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"a7dc398a-eeea-4cf8-ac1d-e6e87aed9bed\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 62,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.917\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.917\",\n            \"dateDueFromSub\": \"2010-01-05T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-07T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T19:40:37.68\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-19T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-04T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"4c1896f2-8fc0-49cc-9fc5-c22bab3518fd\",\n            \"mostRecentSubmittalItemID\": \"a7dc398a-eeea-4cf8-ac1d-e6e87aed9bed\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-04T00:00:00\",\n            \"dateDueReturn\": \"2010-01-19T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-07T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Embedded Sheet Flashing\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"18955a11-8acb-4709-b202-fc1c6a476ba9\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 63,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.92\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.92\",\n            \"dateDueFromSub\": \"2010-01-06T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-08T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-18T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-20T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-05T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"18955a11-8acb-4709-b202-fc1c6a476ba9\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-05T00:00:00\",\n            \"dateDueReturn\": \"2010-01-20T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-18T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-08T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Flashing Adhesive & Joint Sealer\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"562cb361-c8c9-4ebd-a039-c56d6e2462e7\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 64,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.92\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.92\",\n            \"dateDueFromSub\": \"2010-01-07T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-09T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T19:40:37.68\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-21T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-06T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"4c1896f2-8fc0-49cc-9fc5-c22bab3518fd\",\n            \"mostRecentSubmittalItemID\": \"562cb361-c8c9-4ebd-a039-c56d6e2462e7\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-06T00:00:00\",\n            \"dateDueReturn\": \"2010-01-21T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-09T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Expansion Joint Material(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"a3606fed-6c28-4abb-9930-743aae214434\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 66,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.92\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.92\",\n            \"dateDueFromSub\": \"2010-01-09T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-11T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-21T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-23T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-08T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"a3606fed-6c28-4abb-9930-743aae214434\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-08T00:00:00\",\n            \"dateDueReturn\": \"2010-01-23T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-21T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-11T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Bond Break Strip(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"309229ff-78a0-4cbc-8373-d51793330b0c\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 65,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.92\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.92\",\n            \"dateDueFromSub\": \"2010-01-08T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-10T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-20T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-22T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-07T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"309229ff-78a0-4cbc-8373-d51793330b0c\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-07T00:00:00\",\n            \"dateDueReturn\": \"2010-01-22T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-10T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Control Joint Gasket(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"04e6c56b-f449-4936-a83b-a1d85a019968\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 68,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.923\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.923\",\n            \"dateDueFromSub\": \"2010-01-11T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-13T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-23T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-25T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-10T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"04e6c56b-f449-4936-a83b-a1d85a019968\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-10T00:00:00\",\n            \"dateDueReturn\": \"2010-01-25T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-23T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-13T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Insulation\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"a207225d-f07d-402a-b36c-797dfe665a3c\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 67,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.923\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.923\",\n            \"dateDueFromSub\": \"2010-01-10T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-12T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-22T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-24T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-09T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"a207225d-f07d-402a-b36c-797dfe665a3c\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-09T00:00:00\",\n            \"dateDueReturn\": \"2010-01-24T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-22T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-12T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Cavity Wall Drainage Mesh\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"c588d4d4-a3de-46e2-92d0-195bf449ec5c\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 69,\n            \"specSection\": \"04200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.94\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.94\",\n            \"dateDueFromSub\": \"2010-01-12T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-14T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-24T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-26T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-11T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"c588d4d4-a3de-46e2-92d0-195bf449ec5c\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-11T00:00:00\",\n            \"dateDueReturn\": \"2010-01-26T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-24T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-14T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Masonry Cleaner\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"bd57a73d-7aa0-4cd6-8e82-1bf9dbd4b1c4\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 70,\n            \"specSection\": \"05120\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.94\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.94\",\n            \"dateDueFromSub\": \"2010-01-13T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-15T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-25T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-27T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-12T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"bd57a73d-7aa0-4cd6-8e82-1bf9dbd4b1c4\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-12T00:00:00\",\n            \"dateDueReturn\": \"2010-01-27T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-25T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-15T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Brick Lintels\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"a573fab1-b491-4bab-83b9-ed90c7501960\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 72,\n            \"specSection\": \"05120\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.943\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.943\",\n            \"dateDueFromSub\": \"2010-01-15T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-17T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-27T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-29T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-14T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"a573fab1-b491-4bab-83b9-ed90c7501960\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-14T00:00:00\",\n            \"dateDueReturn\": \"2010-01-29T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-27T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-17T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"High Roof Embed Location Drawings\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"1c62e7c7-4929-4734-8d23-0fde61ef7c6b\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 71,\n            \"specSection\": \"05120\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.943\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.943\",\n            \"dateDueFromSub\": \"2010-01-14T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-16T00:00:00\",\n            \"dateSubmittedForReview\": \"2017-10-10T19:40:37.68\",\n            \"reviewCompleteDueDate\": \"2017-10-20T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-28T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-13T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"submittedForReviewBy\": \"Chris Cummings\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"4c1896f2-8fc0-49cc-9fc5-c22bab3518fd\",\n            \"mostRecentSubmittalItemID\": \"1c62e7c7-4929-4734-8d23-0fde61ef7c6b\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-13T00:00:00\",\n            \"dateDueReturn\": \"2010-01-28T00:00:00\",\n            \"dateDueReviewComplete\": \"2017-10-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-16T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"SQA Test\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"High Roof Framing Shop Drawings\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"46f13ce0-bb73-4bb1-9f14-97389280da01\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 73,\n            \"specSection\": \"05120\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.943\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.943\",\n            \"dateDueFromSub\": \"2010-01-16T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-18T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-28T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-30T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-15T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"46f13ce0-bb73-4bb1-9f14-97389280da01\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-15T00:00:00\",\n            \"dateDueReturn\": \"2010-01-30T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-28T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-18T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"High Strength Nut/Bolt/Washer Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"3ed948c9-77ac-43f7-88dc-efaac7613608\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 75,\n            \"specSection\": \"05120\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.947\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.947\",\n            \"dateDueFromSub\": \"2010-01-18T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-20T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-30T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-01T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-17T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"3ed948c9-77ac-43f7-88dc-efaac7613608\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-17T00:00:00\",\n            \"dateDueReturn\": \"2010-02-01T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-30T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-20T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Shrink Resistant Grout Mix \",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"512b4d99-19af-4dc6-9a9f-c16b9b98da1f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 76,\n            \"specSection\": \"05120\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.947\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.947\",\n            \"dateDueFromSub\": \"2010-01-19T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-21T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-31T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-02T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-18T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"512b4d99-19af-4dc6-9a9f-c16b9b98da1f\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-18T00:00:00\",\n            \"dateDueReturn\": \"2010-02-02T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-31T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-21T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Mill Test Reports\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"6ad360ed-5e0b-4af3-b7db-37a5885395ae\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 74,\n            \"specSection\": \"05120\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.947\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.947\",\n            \"dateDueFromSub\": \"2010-01-17T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-19T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-01-29T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-01-31T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-16T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"6ad360ed-5e0b-4af3-b7db-37a5885395ae\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-16T00:00:00\",\n            \"dateDueReturn\": \"2010-01-31T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-01-29T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-19T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Primer Paint\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"ad248a9f-eb3a-4174-bba2-eb97540b2f80\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 77,\n            \"specSection\": \"05310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.947\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.947\",\n            \"dateDueFromSub\": \"2010-01-20T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-22T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-01T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-03T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-19T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"ad248a9f-eb3a-4174-bba2-eb97540b2f80\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-19T00:00:00\",\n            \"dateDueReturn\": \"2010-02-03T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-01T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-22T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Tiered Auditorium Deck Shop Drawings\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"0df893a7-9b9f-4750-8aa4-644b4cfbaced\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 79,\n            \"specSection\": \"05310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.95\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.95\",\n            \"dateDueFromSub\": \"2010-01-22T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-24T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-03T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-05T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-21T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"0df893a7-9b9f-4750-8aa4-644b4cfbaced\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-21T00:00:00\",\n            \"dateDueReturn\": \"2010-02-05T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-03T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-24T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Steel Roof Deck & Accessory Product  Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"bc1df1d7-c93b-4dc9-a32a-edbc91675d7f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 78,\n            \"specSection\": \"05310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.95\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.95\",\n            \"dateDueFromSub\": \"2010-01-21T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-23T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-02T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-04T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-20T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"bc1df1d7-c93b-4dc9-a32a-edbc91675d7f\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-20T00:00:00\",\n            \"dateDueReturn\": \"2010-02-04T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-02T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-23T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Steel Roof (Mech) Deck Shop Drawings\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"88aa7d20-696a-4cad-8f6c-a506d4aa79b7\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 81,\n            \"specSection\": \"05310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.967\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.967\",\n            \"dateDueFromSub\": \"2010-01-24T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-26T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-05T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-07T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-23T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"88aa7d20-696a-4cad-8f6c-a506d4aa79b7\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-23T00:00:00\",\n            \"dateDueReturn\": \"2010-02-07T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-05T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-26T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Welder Certificates (Contractor Signed)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"b58fec14-1279-4529-bc6a-5d469a901b78\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 80,\n            \"specSection\": \"05310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.967\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.967\",\n            \"dateDueFromSub\": \"2010-01-23T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-25T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-04T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-06T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-22T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"b58fec14-1279-4529-bc6a-5d469a901b78\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-22T00:00:00\",\n            \"dateDueReturn\": \"2010-02-06T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-04T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-25T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Mechanical Fastener Test Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"3aa209dc-6d19-406a-8f97-18b619144cfd\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 84,\n            \"specSection\": \"05500\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.97\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.97\",\n            \"dateDueFromSub\": \"2010-01-27T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-29T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-08T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-10T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-26T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"3aa209dc-6d19-406a-8f97-18b619144cfd\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-26T00:00:00\",\n            \"dateDueReturn\": \"2010-02-10T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-29T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Stair Nosing & Embed Shop Dwgs w/Plans\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"00368019-91fd-4186-9706-d11be4a8c2db\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 82,\n            \"specSection\": \"05310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.97\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.97\",\n            \"dateDueFromSub\": \"2010-01-25T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-27T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-06T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-08T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-24T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"00368019-91fd-4186-9706-d11be4a8c2db\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-24T00:00:00\",\n            \"dateDueReturn\": \"2010-02-08T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-06T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-27T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Steel Deck Code Compliance Report\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"d3c40b15-5b75-4dd0-a53e-4189447da239\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 83,\n            \"specSection\": \"05310\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.97\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.97\",\n            \"dateDueFromSub\": \"2010-01-26T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-28T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-07T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-09T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-25T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"d3c40b15-5b75-4dd0-a53e-4189447da239\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-25T00:00:00\",\n            \"dateDueReturn\": \"2010-02-09T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-07T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-28T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Compliance Test Report for Mech. Fastners\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"a250fcd3-e9e9-4486-995f-38ad35ae8746\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 87,\n            \"specSection\": \"05520\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.973\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.973\",\n            \"dateDueFromSub\": \"2010-01-30T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-01T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-11T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-13T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-01T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"a250fcd3-e9e9-4486-995f-38ad35ae8746\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-01T00:00:00\",\n            \"dateDueReturn\": \"2010-02-13T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-11T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-01T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Prepared Metal Finish Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"b2abc110-d8cd-4b6b-ba65-2e434ffb5032\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 86,\n            \"specSection\": \"05520\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.973\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.973\",\n            \"dateDueFromSub\": \"2010-01-29T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-31T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-10T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-12T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-28T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"b2abc110-d8cd-4b6b-ba65-2e434ffb5032\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-28T00:00:00\",\n            \"dateDueReturn\": \"2010-02-12T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-10T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-31T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Handrail/Railing Shop Drawings\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"d1f51fd0-80dd-4dc8-ab82-05ed50219442\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 88,\n            \"specSection\": \"05700\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.973\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.973\",\n            \"dateDueFromSub\": \"2010-01-31T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-02T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-12T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-14T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-02T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"d1f51fd0-80dd-4dc8-ab82-05ed50219442\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-02T00:00:00\",\n            \"dateDueReturn\": \"2010-02-14T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-12T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-02T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Ornamental Metal Shop Drawings\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"65f360c8-6b39-45de-8fb3-838939d5f45a\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 85,\n            \"specSection\": \"05500\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.973\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.973\",\n            \"dateDueFromSub\": \"2010-01-28T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-01-30T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-09T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-11T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-02-27T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"65f360c8-6b39-45de-8fb3-838939d5f45a\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-02-27T00:00:00\",\n            \"dateDueReturn\": \"2010-02-11T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-09T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-01-30T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Stairs/Embed/Ladder Shop Drawings\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"e0d7cfc8-a5a2-4d5d-b76e-941095aa565f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 89,\n            \"specSection\": \"05700\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.977\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.977\",\n            \"dateDueFromSub\": \"2010-02-01T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-03T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-13T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-15T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-03T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"e0d7cfc8-a5a2-4d5d-b76e-941095aa565f\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-03T00:00:00\",\n            \"dateDueReturn\": \"2010-02-15T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-13T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-03T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Ornamental Metal Product Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"8e8cfd16-6fed-4242-9e16-7ee5fc4ca31f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 90,\n            \"specSection\": \"05700\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.977\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.977\",\n            \"dateDueFromSub\": \"2010-02-02T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-04T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-14T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-16T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-04T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"8e8cfd16-6fed-4242-9e16-7ee5fc4ca31f\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-04T00:00:00\",\n            \"dateDueReturn\": \"2010-02-16T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-14T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-04T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"High Performance Coated Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"8c2156b0-a320-4a7c-9ca3-1f51e45f1cad\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 91,\n            \"specSection\": \"05700\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.977\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.977\",\n            \"dateDueFromSub\": \"2010-02-03T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-05T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-15T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-17T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-05T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"8c2156b0-a320-4a7c-9ca3-1f51e45f1cad\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-05T00:00:00\",\n            \"dateDueReturn\": \"2010-02-17T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-15T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-05T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Baked Enamel Coated Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"e993d5ba-684c-40c6-9484-d94ee20e0dbe\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 92,\n            \"specSection\": \"05700\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.993\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.993\",\n            \"dateDueFromSub\": \"2010-02-04T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-06T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-16T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-18T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-06T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"e993d5ba-684c-40c6-9484-d94ee20e0dbe\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-06T00:00:00\",\n            \"dateDueReturn\": \"2010-02-18T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-16T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-06T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Finish Verification Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"a49052e2-5d0b-4e32-8138-7924704b8227\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 93,\n            \"specSection\": \"05720\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.997\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.997\",\n            \"dateDueFromSub\": \"2010-02-05T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-07T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-17T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-19T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-07T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"a49052e2-5d0b-4e32-8138-7924704b8227\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-07T00:00:00\",\n            \"dateDueReturn\": \"2010-02-19T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-17T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-07T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Cable Railing Shop Drawings\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"ae24f06a-f8d3-4a20-86f3-0c95761c3a00\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 94,\n            \"specSection\": \"05720\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.997\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.997\",\n            \"dateDueFromSub\": \"2010-02-06T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-08T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-18T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-20T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-08T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"ae24f06a-f8d3-4a20-86f3-0c95761c3a00\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-08T00:00:00\",\n            \"dateDueReturn\": \"2010-02-20T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-18T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-08T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Product Data Sheets\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"2339c76b-bcbb-4f43-beae-9aca73550737\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 95,\n            \"specSection\": \"05720\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.997\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.997\",\n            \"dateDueFromSub\": \"2010-02-07T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-09T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-19T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-21T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-09T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"2339c76b-bcbb-4f43-beae-9aca73550737\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-09T00:00:00\",\n            \"dateDueReturn\": \"2010-02-21T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-19T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-09T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Frame Component Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"9c4c6ca4-85bb-4755-8e20-58e910252271\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 99,\n            \"specSection\": \"05720\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26\",\n            \"dateDueFromSub\": \"2010-02-11T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-13T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-23T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-25T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-13T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"9c4c6ca4-85bb-4755-8e20-58e910252271\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-13T00:00:00\",\n            \"dateDueReturn\": \"2010-02-25T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-23T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-13T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Grommet Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"d3eec8f9-6a6e-43de-800f-e168a71939ac\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 98,\n            \"specSection\": \"05720\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26\",\n            \"dateDueFromSub\": \"2010-02-10T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-12T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-22T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-24T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-12T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"d3eec8f9-6a6e-43de-800f-e168a71939ac\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-12T00:00:00\",\n            \"dateDueReturn\": \"2010-02-24T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-22T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-12T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Cable Hardware Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"96ffde9b-79fb-4803-908e-ca5b0f037370\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 96,\n            \"specSection\": \"05720\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26\",\n            \"dateDueFromSub\": \"2010-02-08T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-10T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-20T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-22T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-10T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"96ffde9b-79fb-4803-908e-ca5b0f037370\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-10T00:00:00\",\n            \"dateDueReturn\": \"2010-02-22T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-10T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Intermediate Cable Brace Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"d137ce21-aa57-4f9d-9f98-ef13e470a74c\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 97,\n            \"specSection\": \"05720\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26\",\n            \"dateDueFromSub\": \"2010-02-09T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-11T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-21T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-23T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-11T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"d137ce21-aa57-4f9d-9f98-ef13e470a74c\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-11T00:00:00\",\n            \"dateDueReturn\": \"2010-02-23T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-21T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-11T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Cable Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"0d3169fd-23c4-4ef7-9a15-5d1c2a74d225\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 102,\n            \"specSection\": \"06100\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.003\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.003\",\n            \"dateDueFromSub\": \"2010-02-14T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-16T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-26T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-28T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-16T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"0d3169fd-23c4-4ef7-9a15-5d1c2a74d225\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-16T00:00:00\",\n            \"dateDueReturn\": \"2010-02-28T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-26T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-16T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Plywood Sheathing Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"4054ff67-3ad1-4a7e-bd1b-a14abbbf4cfa\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 101,\n            \"specSection\": \"06100\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.003\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.003\",\n            \"dateDueFromSub\": \"2010-02-13T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-15T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-25T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-27T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-15T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"4054ff67-3ad1-4a7e-bd1b-a14abbbf4cfa\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-15T00:00:00\",\n            \"dateDueReturn\": \"2010-02-27T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-25T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-15T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Metal Framing Anchor Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"54caf8b0-e338-4a20-9956-988771d69e64\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 100,\n            \"specSection\": \"06100\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.003\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.003\",\n            \"dateDueFromSub\": \"2010-02-12T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-14T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-24T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-02-26T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-14T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"54caf8b0-e338-4a20-9956-988771d69e64\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-14T00:00:00\",\n            \"dateDueReturn\": \"2010-02-26T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-24T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-14T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Air Infiltration Barrier Product Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"831a0c3b-b240-4122-9a4d-0aee5ad6dc37\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 103,\n            \"specSection\": \"06100\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.007\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.007\",\n            \"dateDueFromSub\": \"2010-02-15T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-17T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-27T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-01T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-17T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"831a0c3b-b240-4122-9a4d-0aee5ad6dc37\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-17T00:00:00\",\n            \"dateDueReturn\": \"2010-03-01T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-27T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-17T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Adhesive Specifications\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"fe8026cc-5db8-4dab-b335-8cf896911b60\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 104,\n            \"specSection\": \"06100\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.023\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.023\",\n            \"dateDueFromSub\": \"2010-02-16T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-18T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-02-28T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-02T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-18T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"fe8026cc-5db8-4dab-b335-8cf896911b60\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-18T00:00:00\",\n            \"dateDueReturn\": \"2010-03-02T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-02-28T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-18T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Engineered Wood Product Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"916decd0-3fc5-4f33-9de7-66f2c1d06196\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 105,\n            \"specSection\": \"06100\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.023\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.023\",\n            \"dateDueFromSub\": \"2010-02-17T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-19T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-01T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-03T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-19T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"916decd0-3fc5-4f33-9de7-66f2c1d06196\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-19T00:00:00\",\n            \"dateDueReturn\": \"2010-03-03T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-01T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-19T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Material Certificates for Dimensional Lumber\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"61acb7b2-c97c-4aa4-90e6-24f79df3afe3\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 106,\n            \"specSection\": \"06100\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.023\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.023\",\n            \"dateDueFromSub\": \"2010-02-18T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-20T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-02T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-04T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-20T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"61acb7b2-c97c-4aa4-90e6-24f79df3afe3\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-20T00:00:00\",\n            \"dateDueReturn\": \"2010-03-04T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-02T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-20T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Wood Treatment Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"bcc31c57-e92f-4358-9d07-c348baf60351\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 110,\n            \"specSection\": \"06200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.027\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.027\",\n            \"dateDueFromSub\": \"2010-02-22T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-24T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-06T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-08T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-24T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"bcc31c57-e92f-4358-9d07-c348baf60351\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-24T00:00:00\",\n            \"dateDueReturn\": \"2010-03-08T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-06T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-24T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Interior Standing/Running Trim Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"94e14f56-c835-4a3e-807a-1491f94c159d\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 109,\n            \"specSection\": \"06200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.027\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.027\",\n            \"dateDueFromSub\": \"2010-02-21T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-23T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-05T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-07T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-23T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"94e14f56-c835-4a3e-807a-1491f94c159d\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-23T00:00:00\",\n            \"dateDueReturn\": \"2010-03-07T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-05T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-23T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Color Samples\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"3e87b8ba-c861-4169-a3a1-301c160b69e2\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 107,\n            \"specSection\": \"06100\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.027\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.027\",\n            \"dateDueFromSub\": \"2010-02-19T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-21T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-03T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-05T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-21T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"3e87b8ba-c861-4169-a3a1-301c160b69e2\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-21T00:00:00\",\n            \"dateDueReturn\": \"2010-03-05T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-03T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-21T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Installation Requirements\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"a7359641-3913-4036-a709-3cdc67e48501\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 108,\n            \"specSection\": \"06200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.027\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.027\",\n            \"dateDueFromSub\": \"2010-02-20T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-22T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-04T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-06T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-22T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"a7359641-3913-4036-a709-3cdc67e48501\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-22T00:00:00\",\n            \"dateDueReturn\": \"2010-03-06T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-04T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-22T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Finish Carpentry Product Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"94023922-df53-4518-8901-60a6f7c032e7\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 113,\n            \"specSection\": \"06200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.03\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.03\",\n            \"dateDueFromSub\": \"2010-02-25T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-27T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-09T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-11T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-27T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"94023922-df53-4518-8901-60a6f7c032e7\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-27T00:00:00\",\n            \"dateDueReturn\": \"2010-03-11T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-09T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-27T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Pre-Installation Conference Minutes\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"12ed4189-bbac-4b1f-a249-13c797fb865e\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 111,\n            \"specSection\": \"06200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.03\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.03\",\n            \"dateDueFromSub\": \"2010-02-23T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-25T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-07T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-09T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-25T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"12ed4189-bbac-4b1f-a249-13c797fb865e\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-25T00:00:00\",\n            \"dateDueReturn\": \"2010-03-09T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-07T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-25T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Exterior Standing/Running Trim Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"98ff349e-6e64-49b7-bcad-e6921ae34216\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 112,\n            \"specSection\": \"06200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.03\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.03\",\n            \"dateDueFromSub\": \"2010-02-24T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-26T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-08T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-10T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-26T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"98ff349e-6e64-49b7-bcad-e6921ae34216\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-26T00:00:00\",\n            \"dateDueReturn\": \"2010-03-10T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-26T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Wood Treatment Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"cce3cd30-1630-4d10-b7ea-570f5ef0add0\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 114,\n            \"specSection\": \"06400\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.047\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.047\",\n            \"dateDueFromSub\": \"2010-02-26T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-02-28T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-10T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-12T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-28T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"cce3cd30-1630-4d10-b7ea-570f5ef0add0\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-28T00:00:00\",\n            \"dateDueReturn\": \"2010-03-12T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-10T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-02-28T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Arch. Woodwork Shop Drawings\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"4d049f69-be2a-44f9-9513-4aa65c709c90\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 117,\n            \"specSection\": \"06400\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.05\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.05\",\n            \"dateDueFromSub\": \"2010-03-01T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-03-03T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-13T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-15T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-31T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"4d049f69-be2a-44f9-9513-4aa65c709c90\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-31T00:00:00\",\n            \"dateDueReturn\": \"2010-03-15T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-13T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-03-03T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Transparent Finish Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"0986e6dc-4d71-4e79-aaa8-1f87ab0c278b\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 116,\n            \"specSection\": \"06400\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.05\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.05\",\n            \"dateDueFromSub\": \"2010-02-28T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-03-02T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-12T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-14T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-30T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"0986e6dc-4d71-4e79-aaa8-1f87ab0c278b\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-30T00:00:00\",\n            \"dateDueReturn\": \"2010-03-14T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-12T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-03-02T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Product Data Sheets\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"6d3ce6a2-91e2-4576-a51c-3a3149d6a081\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 115,\n            \"specSection\": \"06400\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.05\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.05\",\n            \"dateDueFromSub\": \"2010-02-27T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-03-01T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-11T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-13T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-03-29T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"6d3ce6a2-91e2-4576-a51c-3a3149d6a081\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-03-29T00:00:00\",\n            \"dateDueReturn\": \"2010-03-13T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-11T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-03-01T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Shop Drawings\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"0c3a9713-08f3-44e9-9244-d7ac99d94584\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 118,\n            \"specSection\": \"06400\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.053\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.053\",\n            \"dateDueFromSub\": \"2010-03-02T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-03-04T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-14T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-16T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-04-01T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"0c3a9713-08f3-44e9-9244-d7ac99d94584\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-04-01T00:00:00\",\n            \"dateDueReturn\": \"2010-03-16T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-14T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-03-04T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Opaque Finish Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"8baf7e74-0623-4ae5-9a4a-94cb6d09427f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 119,\n            \"specSection\": \"06400\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.053\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.053\",\n            \"dateDueFromSub\": \"2010-03-03T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-03-05T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-15T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-17T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-04-02T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"8baf7e74-0623-4ae5-9a4a-94cb6d09427f\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-04-02T00:00:00\",\n            \"dateDueReturn\": \"2010-03-17T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-15T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-03-05T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Solid Surface/Plastic Laminate Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"98e7f5c0-1c09-452c-afd1-b202e8f0dea7\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 121,\n            \"specSection\": \"06400\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.053\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.053\",\n            \"dateDueFromSub\": \"2010-03-05T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-03-07T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-17T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-19T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-04-04T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"98e7f5c0-1c09-452c-afd1-b202e8f0dea7\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-04-04T00:00:00\",\n            \"dateDueReturn\": \"2010-03-19T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-17T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-03-07T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Cabinet Hardware Schedule\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"e6c709cb-d2d0-41ae-b73b-ac3d3610d1bc\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 120,\n            \"specSection\": \"06400\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.053\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.053\",\n            \"dateDueFromSub\": \"2010-03-04T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-03-06T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-16T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-18T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-04-03T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"e6c709cb-d2d0-41ae-b73b-ac3d3610d1bc\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-04-03T00:00:00\",\n            \"dateDueReturn\": \"2010-03-18T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-16T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-03-06T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Hardware (Including Exposed) Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"db83b406-14c5-4b2c-90e6-8bdf32bb01cc\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 124,\n            \"specSection\": \"07120\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.057\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.057\",\n            \"dateDueFromSub\": \"2010-03-08T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-03-10T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-20T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-22T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-04-07T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"db83b406-14c5-4b2c-90e6-8bdf32bb01cc\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-04-07T00:00:00\",\n            \"dateDueReturn\": \"2010-03-22T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-20T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-03-10T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Sample 10yr. Manuf. & Mat. Warranty (Req.)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"3aea05bc-f0f9-446b-96df-3c70750feaf6\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 123,\n            \"specSection\": \"07120\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.057\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.057\",\n            \"dateDueFromSub\": \"2010-03-07T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-03-09T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-19T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-21T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-04-06T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"3aea05bc-f0f9-446b-96df-3c70750feaf6\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-04-06T00:00:00\",\n            \"dateDueReturn\": \"2010-03-21T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-19T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-03-09T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"3\\\"x6\\\" Waterproofing Sample(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"6f040af0-9265-4638-9a7f-78525b492ee5\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 122,\n            \"specSection\": \"07120\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:26.057\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.057\",\n            \"dateDueFromSub\": \"2010-03-06T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2010-03-08T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2010-03-18T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2010-03-20T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2010-04-05T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": null,\n            \"heldBy\": null,\n            \"submittalPackageID\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"mostRecentSubmittalItemID\": \"6f040af0-9265-4638-9a7f-78525b492ee5\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2010-04-05T00:00:00\",\n            \"dateDueReturn\": \"2010-03-20T00:00:00\",\n            \"dateDueReviewComplete\": \"2010-03-18T00:00:00\",\n            \"dateDueSubmitForReview\": \"2010-03-08T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Waterproof Membrane w/Protection Course\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        }\n    ]\n}"},{"id":"513ea222-b87f-45d4-99d4-60579cfe8b8b","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalItems?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalItems"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"submittalItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"integer\"\n                    },\n                    \"specSection\": {\n                        \"type\": \"string\"\n                    },\n                    \"subSection\": {\n                        \"type\": \"string\"\n                    },\n                    \"revisionNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"statusPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"priority\": {\n                        \"type\": \"string\"\n                    },\n                    \"category\": {\n                        \"type\": \"string\"\n                    },\n                    \"responsibleSubContractor\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueFromSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceivedFromSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submitForReviewDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSubmittedForReview\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"reviewCompleteDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReviewCompleted\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"consultantRespondByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"consultantReviewCompleteDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"returnDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReturned\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"deliveryDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDelivered\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateClosed\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateForwardedToSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForReviewById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForReviewBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"forwardedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"forwardedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldById\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalPackageID\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentSubmittalItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"isMostRecentRevision\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"accepted\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dateDueDelivery\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueReturn\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueReviewComplete\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueSubmitForReview\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateForwardedToConsultant\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"declined\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"mostRecentStatusChangedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentStatusChangedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentStatusChangeDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittalCoordinator\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalItemMostRecentComment\": {\n                        \"type\": \"string\"\n                    },\n                    \"title\": {\n                        \"type\": \"string\"\n                    },\n                    \"gcReviewCompleteDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSentToGC\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSentToSubContractor\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"61d66a4b-b5a9-44db-af74-eff4c1e4e351"},{"name":"Submittals Find Items By Id","id":"bfbcdaf3-c50c-4c8c-b65e-7c39320c01f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/SubmittalItems/:submittalItemId?schema=false","description":"<p>Returns a submittal item.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","SubmittalItems",":submittalItemId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"ee85eaa4-9e90-43e4-b28b-5123a0250163","description":{"content":"<p>GUID for submittal item</p>\n","type":"text/plain"},"type":"any","value":"","key":"submittalItemId"},{"id":"992d092e-97e0-47ba-90ae-8536b0547334","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"98516af9-105e-4129-a208-92af63ab0bdd","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalItems/:submittalItemId?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalItems",":submittalItemId"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"submittalItemId","value":"","description":"GUID for sumittal item"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"submittalItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/SubmittalItems/05daa551-4fd4-4822-be46-d8ca105932a2\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"submittalItemId\": \"05daa551-4fd4-4822-be46-d8ca105932a2\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 2,\n            \"specSection\": \"02730\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": \"Masrony R Us\",\n            \"dateCreated\": \"2011-07-14T12:43:25.763\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.763\",\n            \"dateDueFromSub\": \"2017-10-27T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-08T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2009-11-18T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-20T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-06T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": \"2017-10-10T20:40:26.957\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"forwardedBy\": \"Chris Cummings\",\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"192eabac-377b-4f58-a304-c3bb47b68946\",\n            \"mostRecentSubmittalItemID\": \"05daa551-4fd4-4822-be46-d8ca105932a2\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-06T00:00:00\",\n            \"dateDueReturn\": \"2009-11-20T00:00:00\",\n            \"dateDueReviewComplete\": \"2009-11-18T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-08T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Precast/Field Erected Masonry Manhole(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        }\n    ]\n}"},{"id":"87916b93-c136-4f69-8f67-8377fc9e944c","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalItems/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalItems",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"05daa551-4fd4-4822-be46-d8ca105932a2","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"submittalItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"integer\"\n                    },\n                    \"specSection\": {\n                        \"type\": \"string\"\n                    },\n                    \"subSection\": {\n                        \"type\": \"string\"\n                    },\n                    \"revisionNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"statusPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"priority\": {\n                        \"type\": \"string\"\n                    },\n                    \"category\": {\n                        \"type\": \"string\"\n                    },\n                    \"responsibleSubContractor\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueFromSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceivedFromSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submitForReviewDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSubmittedForReview\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"reviewCompleteDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReviewCompleted\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"consultantRespondByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"consultantReviewCompleteDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"returnDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReturned\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"deliveryDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDelivered\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateClosed\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateForwardedToSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForReviewById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForReviewBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"forwardedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"forwardedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldById\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalPackageID\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentSubmittalItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"isMostRecentRevision\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"accepted\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dateDueDelivery\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueReturn\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueReviewComplete\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueSubmitForReview\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateForwardedToConsultant\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"declined\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"mostRecentStatusChangedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentStatusChangedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentStatusChangeDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittalCoordinator\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalItemMostRecentComment\": {\n                        \"type\": \"string\"\n                    },\n                    \"title\": {\n                        \"type\": \"string\"\n                    },\n                    \"gcReviewCompleteDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSentToGC\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSentToSubContractor\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"ee85eaa4-9e90-43e4-b28b-5123a0250163","key":"submittalItemId","value":"","type":"any","description":"GUID for submittal item"},{"id":"992d092e-97e0-47ba-90ae-8536b0547334","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"bfbcdaf3-c50c-4c8c-b65e-7c39320c01f3"},{"name":"Submittals Find Items By Id Custom Fields","id":"ee87ccf2-d19b-4286-b98f-bd40c8319a12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/SubmittalItems/:submittalItemId/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a submittal item and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","SubmittalItems",":submittalItemId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"58901180-adc3-4fbf-a467-43a33ae045d3","description":{"content":"<p>GUID for submittal item</p>\n","type":"text/plain"},"type":"any","value":"","key":"submittalItemId"},{"id":"90759b35-535b-4693-a459-a17e0843afe6","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"47418986-13ad-49d0-9fd9-736d45681fa6","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalItems/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalItems",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"05daa551-4fd4-4822-be46-d8ca105932a2","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"submittalItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/SubmittalItems/05daa551-4fd4-4822-be46-d8ca105932a2/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"submittalItemId\": \"05daa551-4fd4-4822-be46-d8ca105932a2\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 2,\n            \"specSection\": \"02730\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": \"Masrony R Us\",\n            \"dateCreated\": \"2011-07-14T12:43:25.763\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.763\",\n            \"dateDueFromSub\": \"2017-10-27T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-08T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2009-11-18T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-20T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-06T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": \"2017-10-10T20:40:26.957\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"forwardedBy\": \"Chris Cummings\",\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"192eabac-377b-4f58-a304-c3bb47b68946\",\n            \"mostRecentSubmittalItemID\": \"05daa551-4fd4-4822-be46-d8ca105932a2\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-06T00:00:00\",\n            \"dateDueReturn\": \"2009-11-20T00:00:00\",\n            \"dateDueReviewComplete\": \"2009-11-18T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-08T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Precast/Field Erected Masonry Manhole(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"Item Category\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"83a44fc1-9d9c-4ae1-86b0-df517f192719","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalItems/:id/customFields?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalItems",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"05daa551-4fd4-4822-be46-d8ca105932a2","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"submittalItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"integer\"\n                    },\n                    \"specSection\": {\n                        \"type\": \"string\"\n                    },\n                    \"subSection\": {\n                        \"type\": \"string\"\n                    },\n                    \"revisionNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"statusPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"priority\": {\n                        \"type\": \"string\"\n                    },\n                    \"category\": {\n                        \"type\": \"string\"\n                    },\n                    \"responsibleSubContractor\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueFromSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceivedFromSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submitForReviewDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSubmittedForReview\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"reviewCompleteDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReviewCompleted\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"consultantRespondByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"consultantReviewCompleteDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"returnDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReturned\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"deliveryDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDelivered\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateClosed\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateForwardedToSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForReviewById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForReviewBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"forwardedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"forwardedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldById\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalPackageID\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentSubmittalItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"isMostRecentRevision\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"accepted\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dateDueDelivery\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueReturn\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueReviewComplete\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueSubmitForReview\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateForwardedToConsultant\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"declined\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"mostRecentStatusChangedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentStatusChangedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentStatusChangeDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittalCoordinator\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalItemMostRecentComment\": {\n                        \"type\": \"string\"\n                    },\n                    \"title\": {\n                        \"type\": \"string\"\n                    },\n                    \"gcReviewCompleteDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSentToGC\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSentToSubContractor\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"58901180-adc3-4fbf-a467-43a33ae045d3","key":"submittalItemId","value":"","type":"any","description":"GUID for submittal item"},{"id":"90759b35-535b-4693-a459-a17e0843afe6","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"ee87ccf2-d19b-4286-b98f-bd40c8319a12"},{"name":"Submittals Find Items By Id Reviewers","id":"00aedbd6-9730-44cf-a1c5-e9a7dd3bab15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/SubmittalItems/:submittalItemId/reviewers?offset=0&limit=100&schema=false","description":"<p>Returns a submittal item and its reviewers.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","SubmittalItems",":submittalItemId","reviewers"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"7383cd46-b38b-411b-b5f2-8c095b6ac538","description":{"content":"<p>GUID for submittal item</p>\n","type":"text/plain"},"type":"any","value":"","key":"submittalItemId"},{"id":"8c9c00ce-052c-477f-b1df-3d9541902443","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"12fb32e4-38b7-4b8b-8846-58478bfb61ce","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalItems/:id/reviewers?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalItems",":id","reviewers"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"05daa551-4fd4-4822-be46-d8ca105932a2","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"submittalItems\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/SubmittalItems/05daa551-4fd4-4822-be46-d8ca105932a2/reviewers\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"submittalItemId\": \"05daa551-4fd4-4822-be46-d8ca105932a2\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 2,\n            \"specSection\": \"02730\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Product Data\",\n            \"responsibleSubContractor\": \"Masrony R Us\",\n            \"dateCreated\": \"2011-07-14T12:43:25.763\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.763\",\n            \"dateDueFromSub\": \"2017-10-27T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-08T00:00:00\",\n            \"dateSubmittedForReview\": null,\n            \"reviewCompleteDueDate\": \"2009-11-18T00:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-20T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-06T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": \"2017-10-10T20:40:26.957\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": null,\n            \"submittedForReviewBy\": null,\n            \"forwardedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"forwardedBy\": \"Chris Cummings\",\n            \"heldById\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"heldBy\": \"SQA Test\",\n            \"submittalPackageID\": \"192eabac-377b-4f58-a304-c3bb47b68946\",\n            \"mostRecentSubmittalItemID\": \"05daa551-4fd4-4822-be46-d8ca105932a2\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-06T00:00:00\",\n            \"dateDueReturn\": \"2009-11-20T00:00:00\",\n            \"dateDueReviewComplete\": \"2009-11-18T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-08T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Precast/Field Erected Masonry Manhole(s)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        }\n    ],\n    \"details\": []\n}"},{"id":"3082ef6a-f563-47f9-be00-f1db6d03f9b8","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalItems/:id/reviewers?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalItems",":id","reviewers"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"e3046c5b-9b65-4000-9939-c2f26e0b4e3c","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"submittalItemReviewerId\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateRequested\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDue\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReviewCompleted\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"reviewerId\": {\n                        \"type\": \"string\"\n                    },\n                    \"reviewer\": {\n                        \"type\": \"string\"\n                    },\n                    \"requestedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"requestedBy\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"submittalItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"integer\"\n                    },\n                    \"specSection\": {\n                        \"type\": \"string\"\n                    },\n                    \"subSection\": {\n                        \"type\": \"string\"\n                    },\n                    \"revisionNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"statusPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"priority\": {\n                        \"type\": \"string\"\n                    },\n                    \"category\": {\n                        \"type\": \"string\"\n                    },\n                    \"responsibleSubContractor\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueFromSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceivedFromSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submitForReviewDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSubmittedForReview\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"reviewCompleteDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReviewCompleted\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"consultantRespondByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"consultantReviewCompleteDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"returnDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReturned\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"deliveryDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDelivered\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateClosed\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateForwardedToSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForReviewById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForReviewBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"forwardedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"forwardedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldById\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalPackageID\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentSubmittalItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"isMostRecentRevision\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"accepted\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dateDueDelivery\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueReturn\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueReviewComplete\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueSubmitForReview\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateForwardedToConsultant\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"declined\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"mostRecentStatusChangedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentStatusChangedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentStatusChangeDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittalCoordinator\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalItemMostRecentComment\": {\n                        \"type\": \"string\"\n                    },\n                    \"title\": {\n                        \"type\": \"string\"\n                    },\n                    \"gcReviewCompleteDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSentToGC\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSentToSubContractor\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"7383cd46-b38b-411b-b5f2-8c095b6ac538","key":"submittalItemId","value":"","type":"any","description":"GUID for submittal item"},{"id":"8c9c00ce-052c-477f-b1df-3d9541902443","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"00aedbd6-9730-44cf-a1c5-e9a7dd3bab15"},{"name":"Submittals Get","id":"fd714e09-c6c0-476b-850e-1683dc63156c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/SubmittalPackages?dateModified=2020-03-20T11:11:11Z&offset=0&limit=100&schema=false","description":"<p>Returns the submittal packages collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","SubmittalPackages"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"4f8f3609-d698-4528-9e3d-8983fe906fed","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalPackages?offset=3&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalPackages"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"3"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"submittalPackages\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/SubmittalPackages\",\n        \"offset\": 3,\n        \"limit\": 100,\n        \"size\": 29,\n        \"totalRecords\": 32\n    },\n    \"records\": [\n        {\n            \"submittalPackageId\": \"a806e358-d978-438d-b802-6a5277515ed6\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Tiles\",\n            \"description\": null,\n            \"number\": \"2-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": false,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2011-08-17T18:31:54.02\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"heldBy\": null,\n            \"mostRecentSubmittalPackageId\": \"97ac3203-2da5-41e4-93a6-f525afeaa992\",\n            \"lastModifiedDate\": \"2011-08-18T15:45:49.207\",\n            \"mostRecentComment\": \"Mathia Wiley sent package to Benouchka Sylverne.\"\n        },\n        {\n            \"submittalPackageId\": \"0db09ae5-5bf3-44cc-a377-b4e694103a99\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Rebar\",\n            \"description\": null,\n            \"number\": \"4-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2011-08-19T17:31:54.343\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"Mathia Wiley, SQA Test\",\n            \"mostRecentSubmittalPackageId\": \"0db09ae5-5bf3-44cc-a377-b4e694103a99\",\n            \"lastModifiedDate\": \"2011-08-19T17:31:54.343\",\n            \"mostRecentComment\": \"sjhdKLSJDHlksjdhLKSJDH\"\n        },\n        {\n            \"submittalPackageId\": \"29bd786e-22d0-4f86-86b4-6e1373b5baf9\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Testing CSI numbers Field\",\n            \"description\": null,\n            \"number\": \"7-55678-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": \"Rejected\",\n            \"dateCreated\": \"2011-08-22T21:04:37.657\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"55678\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"mostRecentSubmittalPackageId\": \"29bd786e-22d0-4f86-86b4-6e1373b5baf9\",\n            \"lastModifiedDate\": \"2011-08-22T21:04:37.64\",\n            \"mostRecentComment\": \"Benouchka Sylverne requested comment from the following recipients :\\r\\nMathia Wiley (e-Builder)\"\n        },\n        {\n            \"submittalPackageId\": \"fc1fa3e0-da74-431e-b9f6-e88b2794c175\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"test\",\n            \"description\": null,\n            \"number\": \"8-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2011-08-22T21:11:49.34\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": null,\n            \"mostRecentSubmittalPackageId\": \"fc1fa3e0-da74-431e-b9f6-e88b2794c175\",\n            \"lastModifiedDate\": \"2011-08-22T21:11:49.34\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"cc9fe5fc-5e72-419d-95fe-89ca552e7c4c\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Rebar\",\n            \"description\": null,\n            \"number\": \"9-00 01 15-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2011-08-25T14:43:20.447\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"00 01 15\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"SQA Test\",\n            \"mostRecentSubmittalPackageId\": \"cc9fe5fc-5e72-419d-95fe-89ca552e7c4c\",\n            \"lastModifiedDate\": \"2011-08-25T14:43:20.447\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"23b7a691-f342-4ae9-84ca-194f3ef007c6\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Accessories\",\n            \"description\": null,\n            \"number\": \"10-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2011-08-31T19:57:42.803\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"SQA Test\",\n            \"mostRecentSubmittalPackageId\": \"23b7a691-f342-4ae9-84ca-194f3ef007c6\",\n            \"lastModifiedDate\": \"2011-08-31T19:57:42.803\",\n            \"mostRecentComment\": \"Benouchka Sylverne requested comment from the following recipients :\\r\\nMathia Wiley (e-Builder), benuthewriter@gmail.com\\r\\n\\r\\nPlease response ASAP\"\n        },\n        {\n            \"submittalPackageId\": \"b9db78bd-c26b-473a-a2ef-c5f732a58019\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Test\",\n            \"description\": null,\n            \"number\": \"11-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": \"Approved\",\n            \"dateCreated\": \"2011-08-31T20:06:11.017\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"heldBy\": null,\n            \"mostRecentSubmittalPackageId\": \"b9db78bd-c26b-473a-a2ef-c5f732a58019\",\n            \"lastModifiedDate\": \"2011-08-31T20:06:11.017\",\n            \"mostRecentComment\": \"hhhhhhh\"\n        },\n        {\n            \"submittalPackageId\": \"d42c5a51-6371-44f4-879c-4c45e553b9f9\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"name\": \"Package 1\",\n            \"description\": null,\n            \"number\": \"2-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": \"Revise & Resubmit\",\n            \"dateCreated\": \"2011-10-11T20:26:18.347\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"submittalCoordinatorId\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"submittalCoordinator\": \"Andy Sutton\",\n            \"heldBy\": \"Architect Engineer, General Contractor\",\n            \"mostRecentSubmittalPackageId\": \"d42c5a51-6371-44f4-879c-4c45e553b9f9\",\n            \"lastModifiedDate\": \"2011-10-11T20:26:18.347\",\n            \"mostRecentComment\": \"Package was sent for review by Andy Sutton to Andy Sutton\"\n        },\n        {\n            \"submittalPackageId\": \"a5f9bd4a-a062-4a4a-b5e1-96be75e65578\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"name\": \"Package Test\",\n            \"description\": null,\n            \"number\": \"3-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": \"Rejected\",\n            \"dateCreated\": \"2011-10-24T21:04:15.453\",\n            \"createdById\": \"3bab183e-d22e-4cd3-b10a-e73a82b6437f\",\n            \"createdBy\": \"General Contractor\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"3bab183e-d22e-4cd3-b10a-e73a82b6437f\",\n            \"lastModifiedBy\": \"General Contractor\",\n            \"submittalCoordinatorId\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"submittalCoordinator\": \"Andy Sutton\",\n            \"heldBy\": \"Andy Sutton\",\n            \"mostRecentSubmittalPackageId\": \"a5f9bd4a-a062-4a4a-b5e1-96be75e65578\",\n            \"lastModifiedDate\": \"2011-10-24T21:04:15.453\",\n            \"mostRecentComment\": \"Package was sent for review by General Contractor to Andy Sutton\"\n        },\n        {\n            \"submittalPackageId\": \"57ca69d9-a494-4505-bf69-3b9132c7fba8\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"name\": \"Package Test 4\",\n            \"description\": null,\n            \"number\": \"4-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2011-11-08T20:25:50.03\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"submittalCoordinatorId\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"submittalCoordinator\": \"Andy Sutton\",\n            \"heldBy\": \"Andy Sutton, Architect Engineer, asutton@e-builder.net\",\n            \"mostRecentSubmittalPackageId\": \"57ca69d9-a494-4505-bf69-3b9132c7fba8\",\n            \"lastModifiedDate\": \"2011-11-08T20:25:50.03\",\n            \"mostRecentComment\": \"Package was sent for review by General Contractor to Andy Sutton\\r\\nFollowing users were CC'd - \\r\\nandrewalansutton+eb@gmail.com\\r\\n\\r\\nPlease review this package\"\n        },\n        {\n            \"submittalPackageId\": \"bad55166-bc53-43d8-b376-59cb3dda6d42\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"name\": \"Package Test 5\",\n            \"description\": null,\n            \"number\": \"5-00 01 10-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": \"Revise\",\n            \"dateCreated\": \"2011-11-09T21:28:58.107\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"csiCode\": \"00 01 10\",\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"submittalCoordinatorId\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"submittalCoordinator\": \"Andy Sutton\",\n            \"heldBy\": \"Andy Sutton\",\n            \"mostRecentSubmittalPackageId\": \"bad55166-bc53-43d8-b376-59cb3dda6d42\",\n            \"lastModifiedDate\": \"2011-11-09T21:28:58.107\",\n            \"mostRecentComment\": \"Approved\"\n        },\n        {\n            \"submittalPackageId\": \"d795ca70-ac8a-4ad0-a48b-bd9b1490b669\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"name\": \"Forward/CC Test\",\n            \"description\": null,\n            \"number\": \"6-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2011-11-14T22:30:54.613\",\n            \"createdById\": \"3bab183e-d22e-4cd3-b10a-e73a82b6437f\",\n            \"createdBy\": \"General Contractor\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"3bab183e-d22e-4cd3-b10a-e73a82b6437f\",\n            \"lastModifiedBy\": \"General Contractor\",\n            \"submittalCoordinatorId\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"submittalCoordinator\": \"Andy Sutton\",\n            \"heldBy\": \"Andy Sutton\",\n            \"mostRecentSubmittalPackageId\": \"d795ca70-ac8a-4ad0-a48b-bd9b1490b669\",\n            \"lastModifiedDate\": \"2011-11-14T22:30:54.613\",\n            \"mostRecentComment\": \"Package was sent for review by General Contractor to Andy Sutton\\r\\nFollowing users were CC'd - \\r\\nArchitect Engineer (AE Limited)\"\n        },\n        {\n            \"submittalPackageId\": \"baabac47-1ca6-421b-b8d3-3de39aa745c1\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"name\": \"Attachment Test\",\n            \"description\": null,\n            \"number\": \"7-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2011-11-14T22:39:08.55\",\n            \"createdById\": \"3bab183e-d22e-4cd3-b10a-e73a82b6437f\",\n            \"createdBy\": \"General Contractor\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"3bab183e-d22e-4cd3-b10a-e73a82b6437f\",\n            \"lastModifiedBy\": \"General Contractor\",\n            \"submittalCoordinatorId\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"submittalCoordinator\": \"Andy Sutton\",\n            \"heldBy\": \"General Contractor\",\n            \"mostRecentSubmittalPackageId\": \"baabac47-1ca6-421b-b8d3-3de39aa745c1\",\n            \"lastModifiedDate\": \"2011-11-14T22:39:08.55\",\n            \"mostRecentComment\": \"Check out this test of the package level history; I've cc'd the Admin, Architect/Engineer, and andrewalansutton@gmail.com\"\n        },\n        {\n            \"submittalPackageId\": \"47b5fb6d-afbe-4481-8338-c38f8cfddec9\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"name\": \"Submittal Package Demonstration\",\n            \"description\": \"This is a demonstration of the UX Enhancements at the Package level\",\n            \"number\": \"8-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2012-01-09T19:42:03.507\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"submittalCoordinatorId\": \"e3062fb2-2cc8-4237-8d94-e1648a952c63\",\n            \"submittalCoordinator\": \"Architect Engineer\",\n            \"heldBy\": \"Architect Engineer\",\n            \"mostRecentSubmittalPackageId\": \"47b5fb6d-afbe-4481-8338-c38f8cfddec9\",\n            \"lastModifiedDate\": \"2012-01-09T19:42:03.507\",\n            \"mostRecentComment\": \"Here is the submittals package for your review.  Please be sure to get your comments entered in by the end of the month.\"\n        },\n        {\n            \"submittalPackageId\": \"1feeec14-7c4d-404f-9803-5da520db1ddb\",\n            \"projectId\": \"8a043dda-2b8a-4b94-adaf-c3ad5083b3e1\",\n            \"name\": \"Elevator Door Schematics and Specifications\",\n            \"description\": null,\n            \"number\": \"9-14 28 13-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2012-01-09T22:34:52.47\",\n            \"createdById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"createdBy\": \"Andy Sutton\",\n            \"csiCode\": \"14 28 13\",\n            \"lastModifiedById\": \"85a04ae7-24df-4c97-ad02-b12a7f49d162\",\n            \"lastModifiedBy\": \"Andy Sutton\",\n            \"submittalCoordinatorId\": \"e3062fb2-2cc8-4237-8d94-e1648a952c63\",\n            \"submittalCoordinator\": \"Architect Engineer\",\n            \"heldBy\": \"Architect Engineer\",\n            \"mostRecentSubmittalPackageId\": \"1feeec14-7c4d-404f-9803-5da520db1ddb\",\n            \"lastModifiedDate\": \"2012-01-09T22:34:52.47\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"192eabac-377b-4f58-a304-c3bb47b68946\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Wiring - Left Wing\",\n            \"description\": null,\n            \"number\": \"12-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2012-12-14T21:48:44.303\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"Benouchka Sylverne, SQA Test\",\n            \"mostRecentSubmittalPackageId\": \"192eabac-377b-4f58-a304-c3bb47b68946\",\n            \"lastModifiedDate\": \"2012-12-14T21:48:44.303\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"PBL 00840\",\n            \"description\": null,\n            \"number\": \"13-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2013-08-26T16:28:53.04\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"SQA Test\",\n            \"mostRecentSubmittalPackageId\": \"33070d80-c9ed-4146-8495-163eff5692ab\",\n            \"lastModifiedDate\": \"2013-08-26T16:28:53.04\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"bd94f3dc-bdff-4c60-8d9c-069ca59193c9\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"PBL 00840\",\n            \"description\": null,\n            \"number\": \"14-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": \"Revise\",\n            \"dateCreated\": \"2013-08-26T17:13:19.513\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"Bruzenskey Bois, ccummings@e-builder.net\",\n            \"mostRecentSubmittalPackageId\": \"bd94f3dc-bdff-4c60-8d9c-069ca59193c9\",\n            \"lastModifiedDate\": \"2013-08-26T17:13:19.513\",\n            \"mostRecentComment\": \"Test\"\n        },\n        {\n            \"submittalPackageId\": \"4c1896f2-8fc0-49cc-9fc5-c22bab3518fd\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"561 Woodscape New Construction \",\n            \"description\": null,\n            \"number\": \"15-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2013-09-23T19:21:25.187\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"Chris Cummings, SQA Test\",\n            \"mostRecentSubmittalPackageId\": \"4c1896f2-8fc0-49cc-9fc5-c22bab3518fd\",\n            \"lastModifiedDate\": \"2013-09-23T19:21:25.187\",\n            \"mostRecentComment\": \"jhkjhkjhkjhjkhjkhkjh\"\n        },\n        {\n            \"submittalPackageId\": \"654277be-2200-4c35-9885-c1d124963e1a\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Training\",\n            \"description\": null,\n            \"number\": \"16-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2013-10-10T13:19:11.507\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": null,\n            \"mostRecentSubmittalPackageId\": \"654277be-2200-4c35-9885-c1d124963e1a\",\n            \"lastModifiedDate\": \"2013-10-10T13:19:11.507\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"7b17bfd3-c86d-482f-b5c6-9ebcd88175c9\",\n            \"projectId\": \"fc00225a-4c18-4674-9385-64a403d6c914\",\n            \"name\": \"First Floor Mechanical\",\n            \"description\": null,\n            \"number\": \"1-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": false,\n            \"trade\": null,\n            \"status\": \"Approved\",\n            \"dateCreated\": \"2014-01-08T20:34:15.343\",\n            \"createdById\": \"5c6f241c-87c8-4b88-9f11-4c06f7b1ff55\",\n            \"createdBy\": \"Zakai Cody\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"5c6f241c-87c8-4b88-9f11-4c06f7b1ff55\",\n            \"lastModifiedBy\": \"Zakai Cody\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"Deborah Jones, Sub- Consultant 1, Zenarie Sylverne\",\n            \"mostRecentSubmittalPackageId\": \"b4405b93-ef4f-4e35-a8ba-7c864d7fab0c\",\n            \"lastModifiedDate\": \"2014-01-08T20:34:15.343\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"1e4cfb40-0d61-49c7-a10a-031bfb28b30a\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"West Wing Mechanical\",\n            \"description\": null,\n            \"number\": \"17-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2014-01-09T15:50:48.467\",\n            \"createdById\": \"5c6f241c-87c8-4b88-9f11-4c06f7b1ff55\",\n            \"createdBy\": \"Zakai Cody\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"5c6f241c-87c8-4b88-9f11-4c06f7b1ff55\",\n            \"lastModifiedBy\": \"Zakai Cody\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"SQA Test\",\n            \"mostRecentSubmittalPackageId\": \"1e4cfb40-0d61-49c7-a10a-031bfb28b30a\",\n            \"lastModifiedDate\": \"2014-01-09T15:50:48.467\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"f684840e-b024-4cfc-a0b3-891898531e57\",\n            \"projectId\": \"fc00225a-4c18-4674-9385-64a403d6c914\",\n            \"name\": \"Package 2\",\n            \"description\": null,\n            \"number\": \"2-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": \"Approved\",\n            \"dateCreated\": \"2014-01-09T21:06:31.19\",\n            \"createdById\": \"5c6f241c-87c8-4b88-9f11-4c06f7b1ff55\",\n            \"createdBy\": \"Zakai Cody\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"5c6f241c-87c8-4b88-9f11-4c06f7b1ff55\",\n            \"lastModifiedBy\": \"Zakai Cody\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"benuthewriter@gmail.com, Deborah Jones, Sub- Consultant 1, Sub Contractor 1, Zenarie Sylverne\",\n            \"mostRecentSubmittalPackageId\": \"f684840e-b024-4cfc-a0b3-891898531e57\",\n            \"lastModifiedDate\": \"2014-01-09T21:06:31.19\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"5debf9ce-2d2b-4b89-b6a0-c63436f25ded\",\n            \"projectId\": \"fc00225a-4c18-4674-9385-64a403d6c914\",\n            \"name\": \"3\",\n            \"description\": null,\n            \"number\": \"3-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2014-01-14T15:57:54.397\",\n            \"createdById\": \"5c6f241c-87c8-4b88-9f11-4c06f7b1ff55\",\n            \"createdBy\": \"Zakai Cody\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"5c6f241c-87c8-4b88-9f11-4c06f7b1ff55\",\n            \"lastModifiedBy\": \"Zakai Cody\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"Bruzenskey Bois, Deborah Jones, Sub- Consultant 1, Zenarie Sylverne\",\n            \"mostRecentSubmittalPackageId\": \"5debf9ce-2d2b-4b89-b6a0-c63436f25ded\",\n            \"lastModifiedDate\": \"2014-01-14T15:57:54.397\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"b4405b93-ef4f-4e35-a8ba-7c864d7fab0c\",\n            \"projectId\": \"fc00225a-4c18-4674-9385-64a403d6c914\",\n            \"name\": \"First Floor Mechanical\",\n            \"description\": null,\n            \"number\": \"1-1\",\n            \"revisionNumber\": 1,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2014-01-23T21:51:41.883\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"Bruzenskey Bois\",\n            \"mostRecentSubmittalPackageId\": \"b4405b93-ef4f-4e35-a8ba-7c864d7fab0c\",\n            \"lastModifiedDate\": \"2014-01-23T21:51:41.757\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"ccaac128-998d-4797-969a-38cf66ef6a2c\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Training Package\",\n            \"description\": null,\n            \"number\": \"18-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": \"Rejected\",\n            \"dateCreated\": \"2014-08-13T21:07:25.627\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"bsylverne@e-builder.net, Mathia Wiley\",\n            \"mostRecentSubmittalPackageId\": \"ccaac128-998d-4797-969a-38cf66ef6a2c\",\n            \"lastModifiedDate\": \"2014-08-13T21:07:25.627\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"61d29d2a-7d98-45fe-b8ec-03abd21c4b5b\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Bathroom Fixtures 2\",\n            \"description\": null,\n            \"number\": \"6-00 00 00-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2011-08-19T18:18:00.24\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"00 00 00\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"SQA Test\",\n            \"mostRecentSubmittalPackageId\": \"61d29d2a-7d98-45fe-b8ec-03abd21c4b5b\",\n            \"lastModifiedDate\": \"2016-08-25T20:57:34.11\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Cert Package Test\",\n            \"description\": \"Test\",\n            \"number\": \"19-00 01 05-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": null,\n            \"dateCreated\": \"2016-09-01T10:41:50.67\",\n            \"createdById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"createdBy\": \"Chris Cummings\",\n            \"csiCode\": \"00 01 05\",\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": \"SQA Test, Sub Contractor 1\",\n            \"mostRecentSubmittalPackageId\": \"3076f17c-669d-40a5-a738-4bfe6b8dc887\",\n            \"lastModifiedDate\": \"2016-09-01T10:43:25.663\",\n            \"mostRecentComment\": null\n        },\n        {\n            \"submittalPackageId\": \"03d6c770-1c53-4fa5-96ed-c0af876e80eb\",\n            \"projectId\": \"69b6ff9a-7736-4f4c-b0e9-74e3dab53482\",\n            \"name\": \"Package  1\",\n            \"description\": null,\n            \"number\": \"1-00 00 00-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": \"PROCUREMENT AND CONTRACTING REQUIREMENTS\",\n            \"status\": null,\n            \"dateCreated\": \"2018-01-11T20:35:35.693\",\n            \"createdById\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"createdBy\": \"Maria Lerma Tejada\",\n            \"csiCode\": \"00 00 00\",\n            \"lastModifiedById\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"lastModifiedBy\": \"Maria Lerma Tejada\",\n            \"submittalCoordinatorId\": null,\n            \"submittalCoordinator\": null,\n            \"heldBy\": null,\n            \"mostRecentSubmittalPackageId\": \"03d6c770-1c53-4fa5-96ed-c0af876e80eb\",\n            \"lastModifiedDate\": \"2018-01-11T20:35:35.693\",\n            \"mostRecentComment\": null\n        }\n    ]\n}"},{"id":"8a3f602d-e1c1-47de-85a6-83bebb827600","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalPackages?offset=3&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalPackages"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"3"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"submittalPackageId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"revisionNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"isMostRecentRevision\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"trade\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"csiCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalCoordinatorId\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalCoordinator\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentSubmittalPackageId\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"mostRecentComment\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"fd714e09-c6c0-476b-850e-1683dc63156c"},{"name":"Submittals Find By Id","id":"2df65978-fc43-4922-a133-71c4c353dc9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/SubmittalPackages/:submittalPackageId?schema=false","description":"<p>Returns a submittal package.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","SubmittalPackages",":submittalPackageId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"3c5f8d79-88e6-402d-9b77-7d74e3a70012","description":{"content":"<p>GUID for submittal package</p>\n","type":"text/plain"},"type":"any","value":"","key":"submittalPackageId"},{"id":"7df0682f-f0d1-4316-8e60-781739e29b39","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"5dea7393-2dcb-40cf-924c-b4c0f367b8a2","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalPackages/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalPackages",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"ddcb1826-6d71-418a-b9b3-88c431340ff7","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"submittalPackages\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/SubmittalPackages/ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"submittalPackageId\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Plumbing\",\n            \"description\": null,\n            \"number\": \"1-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": \"Approved As Noted\",\n            \"dateCreated\": \"2011-08-15T21:23:56.853\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"heldBy\": \"ccummings@e-builder.net, Mathia Wiley, Wallace Francis, Zakai Cody\",\n            \"mostRecentSubmittalPackageId\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"lastModifiedDate\": \"2011-08-15T21:23:56.853\",\n            \"mostRecentComment\": \"Package was sent for review by Benouchka Sylverne to Mathia Wiley\"\n        }\n    ]\n}"},{"id":"78a8e20d-fbb3-4d1e-b635-d6524abe2d86","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalPackages/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalPackages",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"ddcb1826-6d71-418a-b9b3-88c431340ff7","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"submittalPackageId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"revisionNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"isMostRecentRevision\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"trade\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"csiCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalCoordinatorId\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalCoordinator\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentSubmittalPackageId\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"mostRecentComment\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"3c5f8d79-88e6-402d-9b77-7d74e3a70012","key":"submittalPackageId","value":"","type":"any","description":"GUID for submittal package"},{"id":"7df0682f-f0d1-4316-8e60-781739e29b39","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"2df65978-fc43-4922-a133-71c4c353dc9b"},{"name":"Submittals Find By Id Custom Fields","id":"0650f9d1-ad5e-4f9f-986a-26bf981a293c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/SubmittalPackages/:submittalPackageId/customFields?offset=0&limit=100&schema=false","description":"<p>Returns a submittal package and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","SubmittalPackages",":submittalPackageId","customFields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"dace6846-2e01-4907-990e-7465b7a7a56f","description":{"content":"<p>GUID for submittal package</p>\n","type":"text/plain"},"type":"any","value":"","key":"submittalPackageId"},{"id":"0e2d9c9b-a834-4018-b2dd-fd83bc24088b","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"8e4e8249-50fd-46c7-9513-bf29cfc7be08","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalPackages/:id/customFields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalPackages",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"ddcb1826-6d71-418a-b9b3-88c431340ff7","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"submittalPackages\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/SubmittalPackages/ddcb1826-6d71-418a-b9b3-88c431340ff7/customFields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 0,\n        \"totalRecords\": 0\n    },\n    \"records\": [\n        {\n            \"submittalPackageId\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Plumbing\",\n            \"description\": null,\n            \"number\": \"1-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": \"Approved As Noted\",\n            \"dateCreated\": \"2011-08-15T21:23:56.853\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"heldBy\": \"ccummings@e-builder.net, Mathia Wiley, Wallace Francis, Zakai Cody\",\n            \"mostRecentSubmittalPackageId\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"lastModifiedDate\": \"2011-08-15T21:23:56.853\",\n            \"mostRecentComment\": \"Package was sent for review by Benouchka Sylverne to Mathia Wiley\"\n        }\n    ],\n    \"details\": []\n}"},{"id":"4cbd9bd6-0dbb-4ca7-80d4-d4dd676e34d4","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalPackages/:id/customFields?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalPackages",":id","customFields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"ddcb1826-6d71-418a-b9b3-88c431340ff7","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"submittalPackageId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"revisionNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"isMostRecentRevision\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"trade\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"csiCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalCoordinatorId\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalCoordinator\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentSubmittalPackageId\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"mostRecentComment\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"dace6846-2e01-4907-990e-7465b7a7a56f","key":"submittalPackageId","value":"","type":"any","description":"GUID for submittal package"},{"id":"0e2d9c9b-a834-4018-b2dd-fd83bc24088b","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"0650f9d1-ad5e-4f9f-986a-26bf981a293c"},{"name":"Submittals Find By Id Items","id":"604980ad-c2ce-4a01-8657-568e35c7da67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/SubmittalPackages/:submittalPackageId/items?offset=0&limit=100&schema=false","description":"<p>Returns a submittal package and its items.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","SubmittalPackages",":submittalPackageId","items"],"host":["https://api2.e-builder.net"],"query":[{"disabled":true,"key":"dateModified","value":"2020-03-20T11:11:11Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"5a112733-db06-4605-a65c-0dac9c278132","description":{"content":"<p>GUID for submittal package</p>\n","type":"text/plain"},"type":"any","value":"","key":"submittalPackageId"},{"id":"52539b65-d929-4bd6-805f-4ab0cdd61081","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"6506e7ba-c9e1-467a-873a-54ac4e9a8808","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalPackages/:id/items?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalPackages",":id","items"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"ddcb1826-6d71-418a-b9b3-88c431340ff7","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"submittalPackages\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/SubmittalPackages/ddcb1826-6d71-418a-b9b3-88c431340ff7/items\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 11,\n        \"totalRecords\": 11\n    },\n    \"records\": [\n        {\n            \"submittalPackageId\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"name\": \"Plumbing\",\n            \"description\": null,\n            \"number\": \"1-0\",\n            \"revisionNumber\": 0,\n            \"isMostRecentRevision\": true,\n            \"trade\": null,\n            \"status\": \"Approved As Noted\",\n            \"dateCreated\": \"2011-08-15T21:23:56.853\",\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"csiCode\": \"\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittalCoordinatorId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"heldBy\": \"ccummings@e-builder.net, Mathia Wiley, Wallace Francis, Zakai Cody\",\n            \"mostRecentSubmittalPackageId\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"lastModifiedDate\": \"2011-08-15T21:23:56.853\",\n            \"mostRecentComment\": \"Package was sent for review by Benouchka Sylverne to Mathia Wiley\"\n        }\n    ],\n    \"details\": [\n        {\n            \"submittalItemId\": \"63437072-8111-49b7-ad52-0118ea10cb1b\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 8,\n            \"specSection\": \"02780\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.787\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.787\",\n            \"dateDueFromSub\": \"2009-11-12T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-14T00:00:00\",\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": \"2014-01-20T00:00:00\",\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-26T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-12T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": \"02398b63-9bd4-45a7-8151-6c4b5285b1ad\",\n            \"forwardedBy\": \"Bruzenskey Bois\",\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"63437072-8111-49b7-ad52-0118ea10cb1b\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-12T00:00:00\",\n            \"dateDueReturn\": \"2009-11-26T00:00:00\",\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-14T00:00:00\",\n            \"dateForwardedToConsultant\": \"2014-01-06T00:00:00\",\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Unit Pavers\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"1edb3323-cdfd-468e-9c4f-1f3348b28d1f\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 9,\n            \"specSection\": \"02780\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.787\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:25.787\",\n            \"dateDueFromSub\": \"2009-11-13T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-15T00:00:00\",\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": \"2011-09-02T00:00:00\",\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-27T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-13T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"forwardedBy\": \"Mathia Wiley\",\n            \"heldById\": \"e07b0a9a-baf9-4b28-9c3f-efa01f6b9f00\",\n            \"heldBy\": \"Wallace Francis\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"1edb3323-cdfd-468e-9c4f-1f3348b28d1f\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-13T00:00:00\",\n            \"dateDueReturn\": \"2009-11-27T00:00:00\",\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-15T00:00:00\",\n            \"dateForwardedToConsultant\": \"2011-08-31T00:00:00\",\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"Wallace Francis\",\n            \"submittalItemMostRecentComment\": \"Mathia Wiley forwarded the item to Francis, Wallace - e-Builder (ATest)\",\n            \"title\": \"Joint Materials\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"ae605340-e223-47e5-aaf4-c9058541aab0\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 439,\n            \"specSection\": \"15000\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": \"Mechanical Solutions, Inc.\",\n            \"dateCreated\": \"2011-07-14T12:43:26.81\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.81\",\n            \"dateDueFromSub\": \"2011-01-17T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2011-01-19T00:00:00\",\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2011-01-31T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2011-02-16T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"ae605340-e223-47e5-aaf4-c9058541aab0\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2011-02-16T00:00:00\",\n            \"dateDueReturn\": \"2011-01-31T00:00:00\",\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2011-01-19T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Roof Drain Product Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"51d020c0-e607-43fc-b1e6-fe4a7858d1e8\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 440,\n            \"specSection\": \"15000\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": null,\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": \"Mechanical Solutions, Inc.\",\n            \"dateCreated\": \"2011-07-14T12:43:26.81\",\n            \"lastModifiedDate\": \"2011-07-14T12:43:26.81\",\n            \"dateDueFromSub\": \"2011-01-18T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2011-01-20T00:00:00\",\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2011-02-01T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2011-02-17T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"51d020c0-e607-43fc-b1e6-fe4a7858d1e8\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2011-02-17T00:00:00\",\n            \"dateDueReturn\": \"2011-02-01T00:00:00\",\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2011-01-20T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-07-14T00:00:00\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"submittalItemMostRecentComment\": null,\n            \"title\": \"Trench Drain Product Data\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"eb4ee379-7161-421c-9228-cea25d13e4dd\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 13,\n            \"specSection\": \"02282\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": \"App\",\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.807\",\n            \"lastModifiedDate\": \"2011-08-25T14:44:25.163\",\n            \"dateDueFromSub\": \"2009-11-17T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-19T00:00:00\",\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": \"2011-08-25T14:44:32.473\",\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-12-01T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-17T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"lastModifiedBy\": \"Benouchka Sylverne\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"eb4ee379-7161-421c-9228-cea25d13e4dd\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-17T00:00:00\",\n            \"dateDueReturn\": \"2009-12-01T00:00:00\",\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-19T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"mostRecentStatusChangedBy\": \"Benouchka Sylverne\",\n            \"mostRecentStatusChangeDate\": \"2011-08-25T00:00:00\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"submittalItemMostRecentComment\": \"Benouchka Sylverne sent package to Benouchka Sylverne.\",\n            \"title\": \"Pest Control/Termite Control\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"26ef718d-6c69-4e39-8838-8520a93dc888\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 628,\n            \"specSection\": null,\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": \"App\",\n            \"priority\": \"None\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-08-31T15:52:26.42\",\n            \"lastModifiedDate\": \"2012-09-17T17:29:12.35\",\n            \"dateDueFromSub\": null,\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": null,\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": \"2012-09-17T17:29:12.35\",\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": null,\n            \"dateReturned\": null,\n            \"deliveryDueDate\": null,\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"lastModifiedBy\": \"Mathia Wiley\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"26ef718d-6c69-4e39-8838-8520a93dc888\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": null,\n            \"dateDueReturn\": null,\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": null,\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"mostRecentStatusChangedBy\": \"Mathia Wiley\",\n            \"mostRecentStatusChangeDate\": \"2012-09-17T00:00:00\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"submittalItemMostRecentComment\": \"Approved\",\n            \"title\": \"Metal Beams\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"28d333e3-0888-4037-8054-36418e795feb\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 12,\n            \"specSection\": \"02200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": \"App\",\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.79\",\n            \"lastModifiedDate\": \"2016-08-29T16:46:10.58\",\n            \"dateDueFromSub\": \"2009-11-16T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-18T00:00:00\",\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": \"2011-08-25T14:44:32.473\",\n            \"consultantRespondByDate\": \"2011-09-02T00:00:00\",\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-30T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-16T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"forwardedBy\": \"Mathia Wiley\",\n            \"heldById\": \"e07b0a9a-baf9-4b28-9c3f-efa01f6b9f00\",\n            \"heldBy\": \"Wallace Francis\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"28d333e3-0888-4037-8054-36418e795feb\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-16T00:00:00\",\n            \"dateDueReturn\": \"2009-11-30T00:00:00\",\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-18T00:00:00\",\n            \"dateForwardedToConsultant\": \"2011-08-31T00:00:00\",\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"mostRecentStatusChangedBy\": \"Chris Cummings\",\n            \"mostRecentStatusChangeDate\": \"2016-08-29T00:00:00\",\n            \"submittalCoordinator\": \"Wallace Francis\",\n            \"submittalItemMostRecentComment\": \"Mathia Wiley forwarded the item to Francis, Wallace - e-Builder (ATest)\",\n            \"title\": \"Sieve Analyisis (Pourous Fill)\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"e948e646-b5cb-4d4a-b013-d7aedaaee48e\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 11,\n            \"specSection\": \"02780\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": \"App\",\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.79\",\n            \"lastModifiedDate\": \"2016-08-29T16:49:47.347\",\n            \"dateDueFromSub\": \"2009-11-15T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-17T00:00:00\",\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": \"2011-08-25T14:44:32.473\",\n            \"consultantRespondByDate\": null,\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-29T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-15T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": null,\n            \"forwardedBy\": null,\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"e948e646-b5cb-4d4a-b013-d7aedaaee48e\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-15T00:00:00\",\n            \"dateDueReturn\": \"2009-11-29T00:00:00\",\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-17T00:00:00\",\n            \"dateForwardedToConsultant\": null,\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"mostRecentStatusChangedBy\": \"Chris Cummings\",\n            \"mostRecentStatusChangeDate\": \"2016-08-29T00:00:00\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"submittalItemMostRecentComment\": \"OK\",\n            \"title\": \"Pedestals\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"2a167f7a-ead8-4253-8292-d6bead8192a0\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 4,\n            \"specSection\": \"02200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": \"AAN\",\n            \"priority\": \"Normal\",\n            \"category\": \"Shop Drawing\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.767\",\n            \"lastModifiedDate\": \"2016-09-01T11:08:47.447\",\n            \"dateDueFromSub\": \"2009-11-08T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-10T00:00:00\",\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": \"2016-09-30T00:00:00\",\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-22T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-08T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"forwardedBy\": \"Chris Cummings\",\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"2a167f7a-ead8-4253-8292-d6bead8192a0\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-08T00:00:00\",\n            \"dateDueReturn\": \"2009-11-22T00:00:00\",\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-10T00:00:00\",\n            \"dateForwardedToConsultant\": \"2016-09-01T00:00:00\",\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"mostRecentStatusChangedBy\": \"Chris Cummings\",\n            \"mostRecentStatusChangeDate\": \"2016-09-01T00:00:00\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"submittalItemMostRecentComment\": \"It's good.\",\n            \"title\": \"Soil Nail Drawings\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"c0ca0ace-4312-4457-b915-8c24b1f65443\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 5,\n            \"specSection\": \"02200\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": \"AAN\",\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.783\",\n            \"lastModifiedDate\": \"2016-09-01T11:08:47.447\",\n            \"dateDueFromSub\": \"2009-11-09T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-11T00:00:00\",\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": \"2014-01-20T00:00:00\",\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-23T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-09T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": \"02398b63-9bd4-45a7-8151-6c4b5285b1ad\",\n            \"forwardedBy\": \"Bruzenskey Bois\",\n            \"heldById\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"heldBy\": \"Mathia Wiley\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"c0ca0ace-4312-4457-b915-8c24b1f65443\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-09T00:00:00\",\n            \"dateDueReturn\": \"2009-11-23T00:00:00\",\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-11T00:00:00\",\n            \"dateForwardedToConsultant\": \"2014-01-06T00:00:00\",\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"mostRecentStatusChangedBy\": \"Chris Cummings\",\n            \"mostRecentStatusChangeDate\": \"2016-09-01T00:00:00\",\n            \"submittalCoordinator\": \"Mathia Wiley\",\n            \"submittalItemMostRecentComment\": \"hkjhkjhjkhjh\",\n            \"title\": \"F&W Temporary Shoring w/Calcs\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        },\n        {\n            \"submittalItemId\": \"b27022b9-bbbd-4511-b01c-da5e79c6684d\",\n            \"projectId\": \"fad36634-1140-4200-8bbf-447c22b2dbc7\",\n            \"number\": 7,\n            \"specSection\": \"02268\",\n            \"subSection\": null,\n            \"revisionNumber\": 0,\n            \"description\": null,\n            \"status\": \"Open\",\n            \"statusPrefix\": \"AAN\",\n            \"priority\": \"Normal\",\n            \"category\": \"Sample\",\n            \"responsibleSubContractor\": null,\n            \"dateCreated\": \"2011-07-14T12:43:25.783\",\n            \"lastModifiedDate\": \"2016-09-01T11:08:47.447\",\n            \"dateDueFromSub\": \"2009-11-11T00:00:00\",\n            \"dateReceivedFromSub\": null,\n            \"submitForReviewDueDate\": \"2009-11-13T00:00:00\",\n            \"dateSubmittedForReview\": \"2011-08-31T20:25:24.097\",\n            \"reviewCompleteDueDate\": \"2011-09-08T04:00:00\",\n            \"dateReviewCompleted\": null,\n            \"consultantRespondByDate\": \"2011-09-02T00:00:00\",\n            \"consultantReviewCompleteDate\": null,\n            \"returnDueDate\": \"2009-11-25T00:00:00\",\n            \"dateReturned\": null,\n            \"deliveryDueDate\": \"2009-12-11T00:00:00\",\n            \"dateDelivered\": null,\n            \"dateClosed\": null,\n            \"dateForwardedToSub\": null,\n            \"createdById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"createdBy\": \"Benouchka Sylverne\",\n            \"lastModifiedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"lastModifiedBy\": \"Chris Cummings\",\n            \"submittedForReviewById\": \"b2685106-f815-46dd-90a7-848eafe13eb7\",\n            \"submittedForReviewBy\": \"Benouchka Sylverne\",\n            \"forwardedById\": \"02398b63-9bd4-45a7-8151-6c4b5285b1ad\",\n            \"forwardedBy\": \"Bruzenskey Bois\",\n            \"heldById\": \"e07b0a9a-baf9-4b28-9c3f-efa01f6b9f00\",\n            \"heldBy\": \"Wallace Francis\",\n            \"submittalPackageID\": \"ddcb1826-6d71-418a-b9b3-88c431340ff7\",\n            \"mostRecentSubmittalItemID\": \"b27022b9-bbbd-4511-b01c-da5e79c6684d\",\n            \"isMostRecentRevision\": true,\n            \"commitmentID\": null,\n            \"commitmentNumber\": null,\n            \"accepted\": null,\n            \"dateDueDelivery\": \"2009-12-11T00:00:00\",\n            \"dateDueReturn\": \"2009-11-25T00:00:00\",\n            \"dateDueReviewComplete\": \"2011-09-08T00:00:00\",\n            \"dateDueSubmitForReview\": \"2009-11-13T00:00:00\",\n            \"dateForwardedToConsultant\": \"2014-01-06T00:00:00\",\n            \"declined\": null,\n            \"mostRecentStatusChangedById\": \"e93b98a6-4eb7-4764-83a9-48976adf31a7\",\n            \"mostRecentStatusChangedBy\": \"Chris Cummings\",\n            \"mostRecentStatusChangeDate\": \"2016-09-01T00:00:00\",\n            \"submittalCoordinator\": \"Wallace Francis\",\n            \"submittalItemMostRecentComment\": \"OK\",\n            \"title\": \"Meter for Water Piping\",\n            \"gcReviewCompleteDueDate\": null,\n            \"dateSentToGC\": null,\n            \"dateSentToSubContractor\": null\n        }\n    ]\n}"},{"id":"9a41ede7-28d2-4b73-8d75-265535be0cb0","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/SubmittalPackages/:id/items?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","SubmittalPackages",":id","items"],"query":[{"key":"dateModified","value":"2020-03-20T11:11:11Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"ddcb1826-6d71-418a-b9b3-88c431340ff7","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"submittalItemId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"integer\"\n                    },\n                    \"specSection\": {\n                        \"type\": \"string\"\n                    },\n                    \"subSection\": {\n                        \"type\": \"string\"\n                    },\n                    \"revisionNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"statusPrefix\": {\n                        \"type\": \"string\"\n                    },\n                    \"priority\": {\n                        \"type\": \"string\"\n                    },\n                    \"category\": {\n                        \"type\": \"string\"\n                    },\n                    \"responsibleSubContractor\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueFromSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReceivedFromSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submitForReviewDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSubmittedForReview\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"reviewCompleteDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReviewCompleted\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"consultantRespondByDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"consultantReviewCompleteDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"returnDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateReturned\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"deliveryDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDelivered\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateClosed\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateForwardedToSub\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForReviewById\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittedForReviewBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"forwardedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"forwardedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldById\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalPackageID\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentSubmittalItemID\": {\n                        \"type\": \"string\"\n                    },\n                    \"isMostRecentRevision\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"commitmentID\": {\n                        \"type\": \"string\"\n                    },\n                    \"commitmentNumber\": {\n                        \"type\": \"string\"\n                    },\n                    \"accepted\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"dateDueDelivery\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueReturn\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueReviewComplete\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateDueSubmitForReview\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateForwardedToConsultant\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"declined\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"mostRecentStatusChangedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentStatusChangedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentStatusChangeDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"submittalCoordinator\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalItemMostRecentComment\": {\n                        \"type\": \"string\"\n                    },\n                    \"title\": {\n                        \"type\": \"string\"\n                    },\n                    \"gcReviewCompleteDueDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSentToGC\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"dateSentToSubContractor\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"submittalPackageId\": {\n                        \"type\": \"string\"\n                    },\n                    \"projectId\": {\n                        \"type\": \"string\"\n                    },\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"description\": {\n                        \"type\": \"string\"\n                    },\n                    \"number\": {\n                        \"type\": \"string\"\n                    },\n                    \"revisionNumber\": {\n                        \"type\": \"integer\"\n                    },\n                    \"isMostRecentRevision\": {\n                        \"type\": \"boolean\"\n                    },\n                    \"trade\": {\n                        \"type\": \"string\"\n                    },\n                    \"status\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateCreated\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"createdById\": {\n                        \"type\": \"string\"\n                    },\n                    \"createdBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"csiCode\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedById\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalCoordinatorId\": {\n                        \"type\": \"string\"\n                    },\n                    \"submittalCoordinator\": {\n                        \"type\": \"string\"\n                    },\n                    \"heldBy\": {\n                        \"type\": \"string\"\n                    },\n                    \"mostRecentSubmittalPackageId\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastModifiedDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"mostRecentComment\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"5a112733-db06-4605-a65c-0dac9c278132","key":"submittalPackageId","value":"","type":"any","description":"GUID for submittal package"},{"id":"52539b65-d929-4bd6-805f-4ab0cdd61081","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"604980ad-c2ce-4a01-8657-568e35c7da67"}],"id":"536bfce7-ab78-42de-8f8c-a87a476b6dfe","description":"<p>The Submittal module helps the project team actively manage the full submittal process, confirming that the contractor's planned work on the job site will meet the designer's intentions as detailed in the project specifications.</p>\n<p>The Submittals API provides access to a collection of submittals and related resources such as items, reviewers and custom fields.</p>\n","_postman_id":"536bfce7-ab78-42de-8f8c-a87a476b6dfe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}},{"name":"Users","item":[{"name":"Users Get","id":"65df9827-2ccc-4b49-ade1-6ae7f9514654","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Users?dateCreated=2020-03-20T09:12:28Z&offset=0&limit=100&schema=false","description":"<p>Returns the users collection only.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Users"],"host":["https://api2.e-builder.net"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z"},{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[]}},"response":[{"id":"f5321b46-3f43-481d-a428-dc47f3fc4b2d","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Users?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Users"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"users\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Users\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 90,\n        \"totalRecords\": 90\n    },\n    \"records\": [\n        {\n            \"userId\": \"b3269b05-c991-4f49-af4c-f5c68ddf4232\",\n            \"firstName\": \"Jonah\",\n            \"lastName\": \"Mendez\",\n            \"userName\": \"jmendez\",\n            \"lastLogin\": \"2018-07-30T13:19:58.747\",\n            \"companyName\": \"e-builder\",\n            \"department\": \"\",\n            \"email\": \"Irma_Mendez@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800 NW 69 Ave\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"e-builder\",\n            \"officePhone\": \"213\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33317\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2007-05-01T18:10:40\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2011-07-13T15:51:16\"\n        },\n        {\n            \"userId\": \"ff87014c-84db-4780-bb32-179d0ffed8d8\",\n            \"firstName\": \"Matthew\",\n            \"lastName\": \"Mendez\",\n            \"userName\": \"matthewm\",\n            \"lastLogin\": null,\n            \"companyName\": \"Bob the Builder\",\n            \"department\": \"\",\n            \"email\": \"cmunoz@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"8465\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"safasdf\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"654\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"AZ\",\n            \"officeZip\": \"35164\",\n            \"businessType\": \"Architect/Engineer\",\n            \"createDate\": \"2007-07-24T13:46:27\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"14\",\n            \"dateAddedToAccount\": \"2011-07-13T15:51:16\"\n        },\n        {\n            \"userId\": \"e07b0a9a-baf9-4b28-9c3f-efa01f6b9f00\",\n            \"firstName\": \"Wallace\",\n            \"lastName\": \"Francis\",\n            \"userName\": \"ATest\",\n            \"lastLogin\": null,\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"123 Any Where St.\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Miranar\",\n            \"officeCountry\": \"USA\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"1234567\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33023\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2011-07-18T16:05:11\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2011-07-18T16:05:11\"\n        },\n        {\n            \"userId\": \"5ce7a998-c066-408c-8c00-3667aca72ccb\",\n            \"firstName\": \"Mathia\",\n            \"lastName\": \"Wiley\",\n            \"userName\": \"MWiley\",\n            \"lastLogin\": \"2014-08-13T21:11:00.23\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1234 Anywhere St\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Miramar\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"1234567891\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33023\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2011-08-17T13:56:41\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2011-08-17T13:56:41\"\n        },\n        {\n            \"userId\": \"099cdf07-5de5-4055-9e99-9b8bed2e849f\",\n            \"firstName\": \"Kathy\",\n            \"lastName\": \"Wheeler Gmail\",\n            \"userName\": \"KWheel\",\n            \"lastLogin\": \"2016-09-23T17:51:19.96\",\n            \"companyName\": \"eb\",\n            \"department\": \"\",\n            \"email\": \"jenna_kendell@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"ebuild\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"hollywood\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"9549549549\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33021\",\n            \"businessType\": \"Other\",\n            \"createDate\": \"2012-05-07T17:47:30\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2013-06-20T14:45:18\"\n        },\n        {\n            \"userId\": \"00a797f5-17ac-4f27-a986-10560f154749\",\n            \"firstName\": \"test\",\n            \"lastName\": \"456\",\n            \"userName\": \"t456\",\n            \"lastLogin\": null,\n            \"companyName\": \"e\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"USA\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33317\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2012-09-17T14:12:58\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-30T13:49:35\"\n        },\n        {\n            \"userId\": \"c32dbc22-665d-4dd9-8244-fb9fc2e4e2e0\",\n            \"firstName\": \"test\",\n            \"lastName\": \"789\",\n            \"userName\": \"t789\",\n            \"lastLogin\": null,\n            \"companyName\": \"e\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33317\",\n            \"businessType\": \"Architect/Engineer\",\n            \"createDate\": \"2012-09-17T14:13:50\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-30T13:49:35\"\n        },\n        {\n            \"userId\": \"6ff6e561-506d-45f8-8fae-b4ca904450f9\",\n            \"firstName\": \"test\",\n            \"lastName\": \"321\",\n            \"userName\": \"t321\",\n            \"lastLogin\": null,\n            \"companyName\": \"t\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"\",\n            \"businessType\": \"\",\n            \"createDate\": \"2012-09-17T14:14:43\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"\",\n            \"dateAddedToAccount\": \"2017-03-30T13:49:35\"\n        },\n        {\n            \"userId\": \"3f8d3b78-fc32-4f01-b467-d57fa2b509c4\",\n            \"firstName\": \"Shakyma\",\n            \"lastName\": \"Edwards\",\n            \"userName\": \"sedwards\",\n            \"lastLogin\": \"2018-09-05T13:29:56.337\",\n            \"companyName\": \"eb\",\n            \"department\": \"\",\n            \"email\": \"shakyma_edwards@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800 NW 69 Avenue\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"USA\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(555) 555-5555\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33313\",\n            \"businessType\": \"Architect/Engineer\",\n            \"createDate\": \"2012-12-04T18:27:40\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2016-08-03T10:47:04\"\n        },\n        {\n            \"userId\": \"f3c528d5-5656-4650-8d97-ce8c0a8de93b\",\n            \"firstName\": \"Tara\",\n            \"lastName\": \"Edwards\",\n            \"userName\": \"shakyma test\",\n            \"lastLogin\": null,\n            \"companyName\": \"e-Builder, Inc.\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"555 sw ave\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"coral springs\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"555-5555\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33067\",\n            \"businessType\": \"Architect/Engineer\",\n            \"createDate\": \"2012-12-12T15:06:08\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2016-08-03T10:56:08\"\n        },\n        {\n            \"userId\": \"f10647f0-de5d-49ed-a363-e240f696718d\",\n            \"firstName\": \"Ralph\",\n            \"lastName\": \"Sharp\",\n            \"userName\": \"rsharp\",\n            \"lastLogin\": \"2018-07-17T14:41:34.017\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"ralph_sharp@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"e-Builder, Inc.\",\n            \"officeMobilePhone\": \"1234567890\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"112332\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"AL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"Architect/Engineer\",\n            \"createDate\": \"2013-03-05T19:39:39\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2018-07-13T11:11:09\"\n        },\n        {\n            \"userId\": \"99dbc95c-e9bf-49ca-a992-fca8d0cf315d\",\n            \"firstName\": \"Lindsay\",\n            \"lastName\": \"Holister\",\n            \"userName\": \"Holister\",\n            \"lastLogin\": null,\n            \"companyName\": \"eBuilder Construction\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"\",\n            \"businessType\": \"\",\n            \"createDate\": \"2013-09-03T13:46:13\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"\",\n            \"dateAddedToAccount\": \"2013-09-03T13:46:13\"\n        },\n        {\n            \"userId\": \"858e023a-fc42-4486-a8f7-e9dfdbb785e3\",\n            \"firstName\": \"Contracted\",\n            \"lastName\": \"WithAgreement\",\n            \"userName\": \"ContractedAgreement\",\n            \"lastLogin\": null,\n            \"companyName\": \"ABC Construction\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"\",\n            \"businessType\": \"\",\n            \"createDate\": \"2013-09-18T19:34:10\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"\",\n            \"dateAddedToAccount\": \"2013-09-18T19:34:10\"\n        },\n        {\n            \"userId\": \"bba6c932-605a-4499-9841-5a4574e11aa5\",\n            \"firstName\": \"test321\",\n            \"lastName\": \"321654\",\n            \"userName\": \"321654\",\n            \"lastLogin\": null,\n            \"companyName\": \"eb\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"23\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"23\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(236) 789-4971\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"23\",\n            \"businessType\": \"Architect/Engineer\",\n            \"createDate\": \"2013-09-20T20:06:37\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"87\",\n            \"dateAddedToAccount\": \"2017-03-30T13:49:35\"\n        },\n        {\n            \"userId\": \"3213f5c4-5db8-48cc-b353-2ebc6daf3385\",\n            \"firstName\": \"test\",\n            \"lastName\": \"123\",\n            \"userName\": \"test123\",\n            \"lastLogin\": \"2018-12-07T21:54:36.293\",\n            \"companyName\": \"gators\",\n            \"department\": \"123\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"asdf\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"asdfa\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"123423453\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33323\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2013-11-10T18:03:00\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-30T13:49:35\"\n        },\n        {\n            \"userId\": \"aa099fae-20cf-4e8d-85c6-04ea1d8a6158\",\n            \"firstName\": \"Peter\",\n            \"lastName\": \"Pan\",\n            \"userName\": \"ppan\",\n            \"lastLogin\": null,\n            \"companyName\": \"eB\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Individual\",\n            \"officeStreet\": \"\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"\",\n            \"businessType\": \"\",\n            \"createDate\": \"2014-08-13T13:42:58\",\n            \"expirationDate\": \"2018-08-10T00:00:00\",\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2014-08-13T13:42:58\"\n        },\n        {\n            \"userId\": \"e74710f2-a287-4d02-926a-e15a3fed3978\",\n            \"firstName\": \"Jasmin\",\n            \"lastName\": \"Marun\",\n            \"userName\": \"jmarun2\",\n            \"lastLogin\": \"2014-12-09T15:45:25.89\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"e-Builder\",\n            \"officeStreet\": \"1800 NW 69th Ave\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954 5551212\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33073\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2014-08-13T13:44:40\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2014-08-13T13:44:40\"\n        },\n        {\n            \"userId\": \"a3033b51-7cc8-4492-b2b8-0d6f0b1757ce\",\n            \"firstName\": \"Vernon\",\n            \"lastName\": \"Vinck\",\n            \"userName\": \"vvinck\",\n            \"lastLogin\": \"2014-08-13T14:14:56.51\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"e-Builder\",\n            \"officeStreet\": \"1800 NW 69th Ave Unit 201\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Fort Lauderdale\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954-556-6740\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33313\",\n            \"businessType\": \"Other\",\n            \"createDate\": \"2014-08-13T13:45:48\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2014-08-13T13:45:49\"\n        },\n        {\n            \"userId\": \"15ebeb07-89b3-4046-8572-d9a0982dc791\",\n            \"firstName\": \"Mark\",\n            \"lastName\": \"Edwards\",\n            \"userName\": \"medwards\",\n            \"lastLogin\": \"2018-11-15T13:38:09.297\",\n            \"companyName\": \"Love\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"555 south st\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Boca raton\",\n            \"officeCountry\": \"USA\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"555-555-5555\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33428\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2015-01-23T14:22:32\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2016-08-03T10:54:54\"\n        },\n        {\n            \"userId\": \"3891f627-21c5-40d7-a425-c22e42c7ce5f\",\n            \"firstName\": \"User\",\n            \"lastName\": \"Test\",\n            \"userName\": \"1\",\n            \"lastLogin\": \"2015-09-14T17:56:10.71\",\n            \"companyName\": \"EB, 11\",\n            \"department\": \"Dev/QA\",\n            \"email\": \"agrabar.ebuilder@gmail.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"Test1\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"Test Ave\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Test City\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"12354324\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"99999\",\n            \"businessType\": \"Supplier\",\n            \"createDate\": \"2015-06-03T16:05:36\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2015-09-01T16:39:40\"\n        },\n        {\n            \"userId\": \"3a3f3467-06f9-4664-9bc1-9979625a981e\",\n            \"firstName\": \"Kanna\",\n            \"lastName\": \"Kurra\",\n            \"userName\": \"kkurra\",\n            \"lastLogin\": \"2018-07-13T09:11:12.31\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"kanakesh_kurra@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"test\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"test\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"5129442522\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2015-06-24T17:08:38\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2015-06-30T16:55:19\"\n        },\n        {\n            \"userId\": \"9a9c9f69-cbaf-47a3-9bd6-e564ec4b6462\",\n            \"firstName\": \"test\",\n            \"lastName\": \"1123\",\n            \"userName\": \"test1123\",\n            \"lastLogin\": null,\n            \"companyName\": \"eb\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"e\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"e\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(333) 333-3333\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"e\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2015-11-05T19:08:51\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"13\",\n            \"dateAddedToAccount\": \"2017-03-30T13:49:35\"\n        },\n        {\n            \"userId\": \"ed3837c9-1b47-4426-978e-7fd9920dbabe\",\n            \"firstName\": \"Test3\",\n            \"lastName\": \"321\",\n            \"userName\": \"23424\",\n            \"lastLogin\": null,\n            \"companyName\": \"we\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"\",\n            \"businessType\": \"\",\n            \"createDate\": \"2016-02-26T00:39:08\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-30T13:49:35\"\n        },\n        {\n            \"userId\": \"1a5a8725-9964-4880-bce9-1b0d9ad37ad3\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketest\",\n            \"lastLogin\": \"2019-08-07T21:03:25.207\",\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2016-08-23T15:09:05\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"24\",\n            \"dateAddedToAccount\": \"2016-08-31T16:06:41\"\n        },\n        {\n            \"userId\": \"c395f47b-61e7-4c4d-9f5c-721f06703696\",\n            \"firstName\": \"Test\",\n            \"lastName\": \"3\",\n            \"userName\": \"Test34\",\n            \"lastLogin\": null,\n            \"companyName\": \"3\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"\",\n            \"businessType\": \"\",\n            \"createDate\": \"2016-08-30T19:51:30\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"\",\n            \"dateAddedToAccount\": \"2017-03-30T13:49:35\"\n        },\n        {\n            \"userId\": \"e7eb1955-fa99-44ec-88e9-a7ada572c260\",\n            \"firstName\": \"test\",\n            \"lastName\": \"5\",\n            \"userName\": \"test56\",\n            \"lastLogin\": null,\n            \"companyName\": \"e\",\n            \"department\": \"\",\n            \"email\": \"qatest@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"\",\n            \"businessType\": \"\",\n            \"createDate\": \"2016-08-30T19:54:31\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"\",\n            \"dateAddedToAccount\": \"2017-03-30T13:49:35\"\n        },\n        {\n            \"userId\": \"04707760-6cc4-4f5d-bf04-bc0bad11a3a9\",\n            \"firstName\": \"CCTestUser\",\n            \"lastName\": \"CCTestUser\",\n            \"userName\": \"CCTest\",\n            \"lastLogin\": \"2016-12-23T19:23:34.14\",\n            \"companyName\": \"eb Construction\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"100 Main Street\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Wellington\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"5616763842\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33414\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2016-12-23T19:17:12\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2016-12-23T19:17:12\"\n        },\n        {\n            \"userId\": \"17560835-ad64-44d2-bd17-649f98565e0d\",\n            \"firstName\": \"Test user\",\n            \"lastName\": \"1\",\n            \"userName\": \"testuser_1\",\n            \"lastLogin\": null,\n            \"companyName\": \"er\",\n            \"department\": \"\",\n            \"email\": \"jfhaksdjh@gmail.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"test\",\n            \"officeMobilePhone\": \"0123456789\",\n            \"officeCity\": \"yrkj\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"0123456789\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"N/A\",\n            \"officeZip\": \"000000\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2017-02-01T15:36:37\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"47\",\n            \"dateAddedToAccount\": \"2017-03-30T13:49:35\"\n        },\n        {\n            \"userId\": \"b9f12ffc-747d-469b-b0af-051804ae31a5\",\n            \"firstName\": \"Jaffar\",\n            \"lastName\": \"Mohammad\",\n            \"userName\": \"jmohammad\",\n            \"lastLogin\": null,\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"jmohammad@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"15502 sw 12 th st\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"miramar\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"8765678987\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33026\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2017-02-14T14:12:29\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-05-06T10:36:38.91\"\n        },\n        {\n            \"userId\": \"7c1f4016-0654-4a48-bfcc-9b0ad546b859\",\n            \"firstName\": \"cctest1\",\n            \"lastName\": \"cctest1\",\n            \"userName\": \"cctest1\",\n            \"lastLogin\": \"2017-03-10T14:55:21.113\",\n            \"companyName\": \"e-builder\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"10481 Prato Street\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Wellington\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"5616763842\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33414\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2017-03-10T09:52:56\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-10T09:52:56\"\n        },\n        {\n            \"userId\": \"7a8ed3cf-edae-4142-abb3-27d6b7ab75fd\",\n            \"firstName\": \"SQA\",\n            \"lastName\": \"Test\",\n            \"userName\": \"SqaTest1\",\n            \"lastLogin\": \"2017-03-20T14:40:42.48\",\n            \"companyName\": \"e-builder\",\n            \"department\": \"\",\n            \"email\": \"agwong@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"Address\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Miami\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"3053051111\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33178\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2017-03-17T15:20:48\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-17T15:20:48\"\n        },\n        {\n            \"userId\": \"cc91d6f1-683b-41b6-a442-e2e4ebec638d\",\n            \"firstName\": \"User\",\n            \"lastName\": \"SQA1\",\n            \"userName\": \"UserSqa1\",\n            \"lastLogin\": \"2017-03-30T15:20:48.217\",\n            \"companyName\": \"e-builder\",\n            \"department\": \"\",\n            \"email\": \"agwong@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"Address\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Miami\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"3053051111\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33178\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2017-03-20T20:18:13\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-20T20:18:13\"\n        },\n        {\n            \"userId\": \"fd542f15-aaf9-457d-87ee-b402f55d73ac\",\n            \"firstName\": \"User\",\n            \"lastName\": \"SQA2\",\n            \"userName\": \"UserSqa2\",\n            \"lastLogin\": \"2017-03-20T20:24:20.09\",\n            \"companyName\": \"e-builder\",\n            \"department\": \"\",\n            \"email\": \"agwong@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"add\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"miami\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"3053051111\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33178\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2017-03-20T20:23:03\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-20T20:23:03\"\n        },\n        {\n            \"userId\": \"8ef60523-7c3a-4beb-aad1-bb78580a3757\",\n            \"firstName\": \"Ruben Lerma\",\n            \"lastName\": \"Tejada\",\n            \"userName\": \"rltejada\",\n            \"lastLogin\": \"2021-02-11T21:02:22.043\",\n            \"companyName\": \"E-Builder\",\n            \"department\": \"\",\n            \"email\": \"rltejada@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800 nw 69th Ave\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"9545555555\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33313\",\n            \"businessType\": \"Other\",\n            \"createDate\": \"2017-03-21T19:38:27\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2018-06-20T18:34:45\"\n        },\n        {\n            \"userId\": \"f313050e-5a3c-4726-8349-6aa838285e73\",\n            \"firstName\": \"ebConst1\",\n            \"lastName\": \"ebConst1\",\n            \"userName\": \"ebConst1\",\n            \"lastLogin\": \"2017-03-27T20:55:34.517\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"100 Main Street\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(561) 555-1212\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33303\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2017-03-22T17:00:56\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-22T17:00:56\"\n        },\n        {\n            \"userId\": \"fded1f37-3360-4b09-9af9-dedc8600b999\",\n            \"firstName\": \"ebConst2\",\n            \"lastName\": \"ebConst2\",\n            \"userName\": \"ebConst2\",\n            \"lastLogin\": \"2017-03-22T21:32:17.163\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"100 Main Street\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(561) 555-1212\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33303\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2017-03-22T17:12:53\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-22T17:12:53\"\n        },\n        {\n            \"userId\": \"4d711414-a360-4466-a0c1-bc002ddc8757\",\n            \"firstName\": \"ebConst3\",\n            \"lastName\": \"ebConst3\",\n            \"userName\": \"ebConst3\",\n            \"lastLogin\": \"2017-03-22T21:33:34.57\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"100 Main Street\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(561) 555-1212\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33303\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2017-03-22T17:16:11\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-22T17:16:11\"\n        },\n        {\n            \"userId\": \"df9660c7-b737-462f-b6a4-ea2ef6c031b1\",\n            \"firstName\": \"ebConst4\",\n            \"lastName\": \"ebConst4\",\n            \"userName\": \"ebConst4\",\n            \"lastLogin\": \"2017-03-22T21:36:24.227\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"100 Main Street\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(561) 555-1212\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33303\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2017-03-22T17:18:28\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-22T17:18:28\"\n        },\n        {\n            \"userId\": \"7a236c9f-8c15-41d9-b612-2f1ffdedb31b\",\n            \"firstName\": \"ebConst5\",\n            \"lastName\": \"ebConst5\",\n            \"userName\": \"ebConst5\",\n            \"lastLogin\": \"2017-03-22T21:40:19.15\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"100 Main Street\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(561) 555-1212\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33303\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2017-03-22T17:20:01\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-22T17:20:01\"\n        },\n        {\n            \"userId\": \"c41125cd-bd7d-4a6e-b677-57caf8c62e43\",\n            \"firstName\": \"ebConst6\",\n            \"lastName\": \"ebConst6\",\n            \"userName\": \"ebConst6\",\n            \"lastLogin\": \"2017-03-22T21:42:54.15\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"100 Main Street\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(561) 555-1212\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33303\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2017-03-22T17:23:01\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-22T17:23:02\"\n        },\n        {\n            \"userId\": \"45bc6b65-5441-4f15-93f0-a13d13a5922c\",\n            \"firstName\": \"ebConst7\",\n            \"lastName\": \"ebConst7\",\n            \"userName\": \"ebConst7\",\n            \"lastLogin\": \"2017-03-22T21:44:35.833\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"100 Main Street\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(561) 555-1212\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33303\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2017-03-22T17:24:38\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-22T17:24:38\"\n        },\n        {\n            \"userId\": \"45772096-3353-4f14-b33c-94055a76d384\",\n            \"firstName\": \"ebConst8\",\n            \"lastName\": \"ebConst8\",\n            \"userName\": \"ebConst8\",\n            \"lastLogin\": \"2017-03-22T21:46:32.897\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"100 Main Street\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(561) 555-1212\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33303\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2017-03-22T17:26:10\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-22T17:26:11\"\n        },\n        {\n            \"userId\": \"b7bd565a-f8e9-41fe-8de5-f4219dcab9b0\",\n            \"firstName\": \"ebConst9\",\n            \"lastName\": \"ebConst9\",\n            \"userName\": \"ebConst9\",\n            \"lastLogin\": \"2017-03-22T21:49:08.817\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"100 Main Street\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(561) 555-1212\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33303\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2017-03-22T17:27:27\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-22T17:27:27\"\n        },\n        {\n            \"userId\": \"b747bb2e-3a3e-4677-b089-b91c7373135f\",\n            \"firstName\": \"ebConst10\",\n            \"lastName\": \"ebConst10\",\n            \"userName\": \"ebConst10\",\n            \"lastLogin\": \"2017-03-27T21:03:41.243\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"ccummings@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"100 Main Street\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(561) 555-1212\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33303\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2017-03-22T17:29:43\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-22T17:29:43\"\n        },\n        {\n            \"userId\": \"9b82a07c-6a21-4599-bb09-8b2eda3319e0\",\n            \"firstName\": \"qa1\",\n            \"lastName\": \"user\",\n            \"userName\": \"qa1_user\",\n            \"lastLogin\": \"2017-03-30T13:07:14.267\",\n            \"companyName\": \"company\",\n            \"department\": \"\",\n            \"email\": \"agwong@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"Address\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"miami\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"3053051111\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33178\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2017-03-30T13:06:44\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-03-30T13:06:44\"\n        },\n        {\n            \"userId\": \"9979e075-8de7-438a-8176-7ff1a60e4b00\",\n            \"firstName\": \"Copy\",\n            \"lastName\": \"User\",\n            \"userName\": \"CopyUser_Regression\",\n            \"lastLogin\": null,\n            \"companyName\": \"Company\",\n            \"department\": \"Department\",\n            \"email\": \"agwong@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"Sr\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"Address\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Miami\",\n            \"officeCountry\": \"USA\",\n            \"officeFax\": \"45454545454\",\n            \"officePager\": \"\",\n            \"officePhone\": \"3053051111\",\n            \"officePOBox\": \"Suite\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33178\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2017-03-30T13:53:37\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"\",\n            \"dateAddedToAccount\": \"2017-03-30T13:53:37\"\n        },\n        {\n            \"userId\": \"a20e315b-8029-41be-8e1b-a8dbaed7946b\",\n            \"firstName\": \"Maria\",\n            \"lastName\": \"Lerma Tejada\",\n            \"userName\": \"mltejada\",\n            \"lastLogin\": null,\n            \"companyName\": \"ebuilder\",\n            \"department\": \"\",\n            \"email\": \"maria_lerma@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"123 AAFDSDF\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Miami Springs\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"123456789\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33166\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2017-06-13T20:20:23\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-05-12T15:00:05\"\n        },\n        {\n            \"userId\": \"50131d69-7cb1-4bcc-9076-e8c5699c9fd6\",\n            \"firstName\": \"julio\",\n            \"lastName\": \"ruiz\",\n            \"userName\": \"jruiz\",\n            \"lastLogin\": \"2018-03-05T17:23:19.51\",\n            \"companyName\": \"uruit\",\n            \"department\": \"\",\n            \"email\": \"julio.ruiz@uruit.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"123\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"123\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"12\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"AK\",\n            \"officeZip\": \"243\",\n            \"businessType\": \"Architect/Engineer\",\n            \"createDate\": \"2017-06-28T18:43:26\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2017-09-05T14:00:30\"\n        },\n        {\n            \"userId\": \"005edc3d-eed4-4277-8a74-ed955ec61040\",\n            \"firstName\": \"Matías\",\n            \"lastName\": \"Fierro\",\n            \"userName\": \"mfierro\",\n            \"lastLogin\": \"2018-08-03T19:02:49.34\",\n            \"companyName\": \"Uruit\",\n            \"department\": \"\",\n            \"email\": \"matias.fierro@uruit.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"NW 69th Avenue 1600\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Fort Lauderdale\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"800.580.9322\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33313\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2017-07-24T18:42:56\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"79\",\n            \"dateAddedToAccount\": \"2017-08-04T17:03:31\"\n        },\n        {\n            \"userId\": \"b4535205-65fc-462f-8c9d-2f27bce264e7\",\n            \"firstName\": \"Taras\",\n            \"lastName\": \"Rodchenko\",\n            \"userName\": \"trodchenko4\",\n            \"lastLogin\": null,\n            \"companyName\": \"test\",\n            \"department\": \"\",\n            \"email\": \"taras.rodchanka@instinctools.ru\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"\",\n            \"businessType\": \"\",\n            \"createDate\": \"2017-08-30T13:53:27\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"\",\n            \"dateAddedToAccount\": \"2017-08-30T13:53:27\"\n        },\n        {\n            \"userId\": \"b68c5c46-cffc-4a3c-8cba-e853e4ed9835\",\n            \"firstName\": \"Taras\",\n            \"lastName\": \"Rodchenko\",\n            \"userName\": \"trodchenko5\",\n            \"lastLogin\": null,\n            \"companyName\": \"test\",\n            \"department\": \"\",\n            \"email\": \"taras1409+ebuilder1@gmail.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"\",\n            \"businessType\": \"\",\n            \"createDate\": \"2017-08-30T13:55:37\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"\",\n            \"dateAddedToAccount\": \"2017-08-30T13:55:37\"\n        },\n        {\n            \"userId\": \"2c91d5a8-3ddb-41cd-aa8d-8119578bab32\",\n            \"firstName\": \"Taras\",\n            \"lastName\": \"Rodchenko\",\n            \"userName\": \"trodchenko13\",\n            \"lastLogin\": null,\n            \"companyName\": \"test\",\n            \"department\": \"\",\n            \"email\": \"taras1409+ebuilder13@gmail.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"\",\n            \"businessType\": \"\",\n            \"createDate\": \"2017-09-08T11:05:21\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"\",\n            \"dateAddedToAccount\": \"2017-09-08T11:05:21\"\n        },\n        {\n            \"userId\": \"0b20feb6-8f08-45dd-849b-f27fb424acec\",\n            \"firstName\": \"Taras\",\n            \"lastName\": \"Rodchenko\",\n            \"userName\": \"trodchenko14\",\n            \"lastLogin\": null,\n            \"companyName\": \"test\",\n            \"department\": \"\",\n            \"email\": \"taras@rodchenko.by\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"\",\n            \"businessType\": \"\",\n            \"createDate\": \"2017-09-08T11:06:33\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"\",\n            \"dateAddedToAccount\": \"2017-09-08T11:06:33\"\n        },\n        {\n            \"userId\": \"4d7f1e6b-d14a-4210-a334-a2a0e1b542e7\",\n            \"firstName\": \"Limited\",\n            \"lastName\": \"User\",\n            \"userName\": \"ekiba_limited\",\n            \"lastLogin\": null,\n            \"companyName\": \"Default\",\n            \"department\": \"\",\n            \"email\": \"qrystal0@live.ru\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"e-Builder\",\n            \"officeStreet\": \"\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"\",\n            \"officeZip\": \"\",\n            \"businessType\": \"\",\n            \"createDate\": \"2018-05-02T14:08:34\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"\",\n            \"dateAddedToAccount\": \"2018-05-02T14:08:34\"\n        },\n        {\n            \"userId\": \"59a78ac0-7619-473d-9060-a0a22ff91f87\",\n            \"firstName\": \"Yanier\",\n            \"lastName\": \"Valentin\",\n            \"userName\": \"yvalentin\",\n            \"lastLogin\": null,\n            \"companyName\": \"e-builder\",\n            \"department\": \"\",\n            \"email\": \"yanier_valentin@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800 NW 69th Avenue\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Fort Lauderdale\",\n            \"officeCountry\": \"USA\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"8005809322\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33313\",\n            \"businessType\": \"Other\",\n            \"createDate\": \"2018-09-12T19:17:32\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2019-09-05T22:06:06\"\n        },\n        {\n            \"userId\": \"07f63880-7ff8-4b0f-b719-f635105ac031\",\n            \"firstName\": \"Andrew\",\n            \"lastName\": \"Diaz\",\n            \"userName\": \"adiaz\",\n            \"lastLogin\": \"2018-11-21T19:42:52.827\",\n            \"companyName\": \"e-Builder, Inc.\",\n            \"department\": \"\",\n            \"email\": \"adiaz@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"*Business Address:\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"City\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"9549549545\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"IA\",\n            \"officeZip\": \"33024\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2018-09-13T19:52:10\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2018-11-21T16:00:40\"\n        },\n        {\n            \"userId\": \"5a7d0385-51b4-457f-9106-5af2628db0ab\",\n            \"firstName\": \"Carlos\",\n            \"lastName\": \"Rodriguez\",\n            \"userName\": \"crodriguez\",\n            \"lastLogin\": \"2020-12-11T18:39:21.753\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"e-Builder\",\n            \"email\": \"carlos_rodriguez@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"UX Designer\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800 NW 69th Ave #201\",\n            \"officeMobilePhone\": \"9546556292\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"USA\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"9546556292\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33313\",\n            \"businessType\": \"Architect/Engineer\",\n            \"createDate\": \"2018-10-04T13:24:56\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2019-01-07T16:14:29\"\n        },\n        {\n            \"userId\": \"afe538d0-94d2-41cf-8d36-1b43b6168e54\",\n            \"firstName\": \"Lilibeth\",\n            \"lastName\": \"Granado\",\n            \"userName\": \"lgranado\",\n            \"lastLogin\": null,\n            \"companyName\": \"e-builder\",\n            \"department\": \"\",\n            \"email\": \"lilibeth_granado@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"123 Test St\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Miami\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"95478787\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33155\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2019-01-17T21:21:37\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2019-06-26T13:45:33\"\n        },\n        {\n            \"userId\": \"2e9bc033-3e2f-4155-94c0-6829882a3c5d\",\n            \"firstName\": \"Allison\",\n            \"lastName\": \"Cooper\",\n            \"userName\": \"acooper\",\n            \"lastLogin\": \"2020-07-02T20:05:11.99\",\n            \"companyName\": \"e-builder. Inc\",\n            \"department\": \"Sales\",\n            \"email\": \"QATest4@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"Product Specialist\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800 NW 69th Avenue\",\n            \"officeMobilePhone\": \"7863216540\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"USA\",\n            \"officeFax\": \"(954) 789-9987\",\n            \"officePager\": \"e-builder. Inc\",\n            \"officePhone\": \"(954) 555-5555\",\n            \"officePOBox\": \"Suite 201\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33313\",\n            \"businessType\": \"Specialty Contractor\",\n            \"createDate\": \"2019-03-19T13:51:16\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2019-05-07T20:23:25\"\n        },\n        {\n            \"userId\": \"f8c69610-c75a-45ae-9cd1-29d3e17da17b\",\n            \"firstName\": \"Carlos BIDDER\",\n            \"lastName\": \"Rodriguez\",\n            \"userName\": \"cmrBIDDER\",\n            \"lastLogin\": null,\n            \"companyName\": \"E-Builder\",\n            \"department\": \"\",\n            \"email\": \"carlos_rodriguez@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"Estimator\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800 NW 69th Ave., Suite 201\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"USA\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"9545435471\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33313\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2019-07-22T19:50:33.81\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"0\",\n            \"dateAddedToAccount\": \"2019-07-22T20:00:44\"\n        },\n        {\n            \"userId\": \"8d309b6e-1591-4238-b92c-b3b8658e9705\",\n            \"firstName\": \"Ruben\",\n            \"lastName\": \"Lerma\",\n            \"userName\": \"rlerma.tejada\",\n            \"lastLogin\": null,\n            \"companyName\": \"rlerma.tejada\",\n            \"department\": \"\",\n            \"email\": \"rlerma.tejada@gmail.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"a\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"a\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"a\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"IN\",\n            \"officeZip\": \"a\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2019-09-24T23:26:56\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-04-28T22:36:53\"\n        },\n        {\n            \"userId\": \"eaf4009c-2e98-4418-a6a8-d637b9cdd8bf\",\n            \"firstName\": \"Bruce\",\n            \"lastName\": \"Kobloth\",\n            \"userName\": \"bkobloth\",\n            \"lastLogin\": \"2021-01-07T13:53:15.797\",\n            \"companyName\": \"e-Builder, Inc.\",\n            \"department\": \"\",\n            \"email\": \"bruce_kobloth@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"13450 W Sunrise Blvd Suite 600\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Sunrise\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"(754) 755-8735\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33323\",\n            \"businessType\": \"Other\",\n            \"createDate\": \"2019-12-10T14:19:15\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-11-13T15:32:40\"\n        },\n        {\n            \"userId\": \"1a5b49e1-05f1-4b52-9dcb-d9fd5f0bf969\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA7\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:00.603\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:00.89\"\n        },\n        {\n            \"userId\": \"45dd80ca-dccc-43f2-b365-ffd491810800\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA8\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:00.97\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:01.353\"\n        },\n        {\n            \"userId\": \"607ee528-b70d-4de6-83d7-410c5d85a430\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA10\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:01.467\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:01.697\"\n        },\n        {\n            \"userId\": \"794ae042-9a50-4ca5-834f-05ffe38faa97\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA11\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:01.87\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:02.08\"\n        },\n        {\n            \"userId\": \"8dba863d-b02e-4737-b89d-73b323445027\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA13\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:02.167\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:02.403\"\n        },\n        {\n            \"userId\": \"4b57f63a-d50c-4099-a1b9-11e572d6e4c1\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA12\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:02.513\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:02.827\"\n        },\n        {\n            \"userId\": \"95d77aea-03be-431e-b610-dd16e8c19cc9\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA14\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:03.013\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:03.72\"\n        },\n        {\n            \"userId\": \"c63a23a7-b5f5-4162-bec5-01fca880f703\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA15\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:03.833\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:04.277\"\n        },\n        {\n            \"userId\": \"7a671f0f-9b02-4758-bf33-5bc8f9333a33\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA16\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:04.437\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:05.013\"\n        },\n        {\n            \"userId\": \"b7435c22-c264-4804-845a-bed205167007\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA17\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:05.15\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:05.633\"\n        },\n        {\n            \"userId\": \"c7645301-8b03-406d-8ac2-579548e1032e\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA32\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:10.967\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:11.133\"\n        },\n        {\n            \"userId\": \"a8251ca0-5183-4fae-aa53-240e8f5fc3d4\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestRC1885\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:11.213\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:11.353\"\n        },\n        {\n            \"userId\": \"e927ea13-921b-4fb3-9dfc-2f74ae9d618d\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA2\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:12.29\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:12.5\"\n        },\n        {\n            \"userId\": \"10c5e08b-43cf-424d-b772-9c28baf58831\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA9\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:12.603\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:12.777\"\n        },\n        {\n            \"userId\": \"a3981d01-f124-42ab-ae4a-b9f3debc502e\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA3\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:12.84\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:13.017\"\n        },\n        {\n            \"userId\": \"2ddd2b6d-23d1-4bfa-b48f-14323d3af6b1\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA4\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:13.133\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:13.313\"\n        },\n        {\n            \"userId\": \"bad51431-afcb-4974-a2d9-bfeb34d7fe15\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA5\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:13.39\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:13.587\"\n        },\n        {\n            \"userId\": \"45e8efad-213b-4594-ad12-3e2bf80c3de2\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA6\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:13.65\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:13.813\"\n        },\n        {\n            \"userId\": \"0a29eab5-1b7d-47f1-953b-5af3a4f03f8c\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA18\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:15.217\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:15.44\"\n        },\n        {\n            \"userId\": \"a2fad77a-f34c-4aef-82ba-5e91aa0deb45\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA20\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:18.15\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:18.3\"\n        },\n        {\n            \"userId\": \"02fafe6d-2860-49e2-bfd3-19aeb60f8251\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA21\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:18.38\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:18.53\"\n        },\n        {\n            \"userId\": \"09ff51f8-23df-436d-955c-3aface998308\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA22\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:19.1\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:19.31\"\n        },\n        {\n            \"userId\": \"2a7c3e95-b0ad-4f0e-9835-f281b7bf123b\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA23\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:19.387\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:19.537\"\n        },\n        {\n            \"userId\": \"0aaf4f7a-bf3b-4c84-a182-6239bbf9f644\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA24\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:19.823\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:19.983\"\n        },\n        {\n            \"userId\": \"e7ba4208-53e1-4c48-83ad-51cd1a2fc723\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA25\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:20.26\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:20.39\"\n        },\n        {\n            \"userId\": \"45c8a59d-13b6-4a07-8977-4bd1a717a999\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA45\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:20.453\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:20.62\"\n        },\n        {\n            \"userId\": \"e0eb8595-d134-46db-92f4-4eb8faa9d2bb\",\n            \"firstName\": \"Smoke\",\n            \"lastName\": \"Test\",\n            \"userName\": \"smoketestEBA26\",\n            \"lastLogin\": null,\n            \"companyName\": \"QA Account 1\",\n            \"department\": \"O'Kon Group Inc\",\n            \"email\": \"QATest3@e-builder.net\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"954\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33324\",\n            \"businessType\": \"General Contractor / Design Builder\",\n            \"createDate\": \"2020-10-12T18:16:20.697\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-10-12T18:16:20.84\"\n        },\n        {\n            \"userId\": \"0b4e02af-2103-4da0-a3f6-a76240aa1319\",\n            \"firstName\": \"Greg\",\n            \"lastName\": \"Schramm\",\n            \"userName\": \"gschramm\",\n            \"lastLogin\": \"2021-02-11T00:33:30.067\",\n            \"companyName\": \"e-Builder\",\n            \"department\": \"\",\n            \"email\": \"gregory_schramm@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"PO Box 611\",\n            \"officeMobilePhone\": \"5032885029\",\n            \"officeCity\": \"Portland\",\n            \"officeCountry\": \"USA\",\n            \"officeFax\": \"\",\n            \"officePager\": \"\",\n            \"officePhone\": \"5032885029\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"OR\",\n            \"officeZip\": \"97211\",\n            \"businessType\": \"Owner / Owner's Rep\",\n            \"createDate\": \"2020-12-11T18:32:10\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2020-12-11T18:40:38\"\n        }\n    ]\n}"},{"id":"5d9722ad-55b1-4882-acaa-0fc77d4c45e6","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Users?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Users"],"query":[{"key":"dateCreated","value":"2020-03-20T09:12:28Z","disabled":true},{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"userId\": {\n                        \"type\": \"string\"\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\"\n                    },\n                    \"userName\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastLogin\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"department\": {\n                        \"type\": \"string\"\n                    },\n                    \"email\": {\n                        \"type\": \"string\"\n                    },\n                    \"emailFormat\": {\n                        \"type\": \"string\"\n                    },\n                    \"jobTitle\": {\n                        \"type\": \"string\"\n                    },\n                    \"licenseExpires\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"licenseType\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeStreet\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeMobilePhone\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeCity\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeCountry\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeFax\": {\n                        \"type\": \"string\"\n                    },\n                    \"officePager\": {\n                        \"type\": \"string\"\n                    },\n                    \"officePhone\": {\n                        \"type\": \"string\"\n                    },\n                    \"officePOBox\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeState\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeZip\": {\n                        \"type\": \"string\"\n                    },\n                    \"businessType\": {\n                        \"type\": \"string\"\n                    },\n                    \"createDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"expirationDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"notificationTimeZone\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateAddedToAccount\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"_postman_id":"65df9827-2ccc-4b49-ade1-6ae7f9514654"},{"name":"Users Find By Id","id":"4f31b931-af7d-491f-8f0f-e31a4ad49e85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Users/:userId?schema=false","description":"<p>Returns a single user.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Users",":userId"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"1a1d67d5-d9cd-4e80-b754-b5b4e085390c","description":{"content":"<p>GUID for user</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"},{"id":"118c79f9-8508-46df-9091-221dd8353dd5","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"5bd207cc-a8a1-4fdd-a501-8b55aa0accd0","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Users/:id?schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Users",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"b3269b05-c991-4f49-af4c-f5c68ddf4232","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"users\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Users/b3269b05-c991-4f49-af4c-f5c68ddf4232\",\n        \"offset\": 0,\n        \"limit\": 1,\n        \"size\": 1,\n        \"totalRecords\": 1\n    },\n    \"records\": [\n        {\n            \"userId\": \"b3269b05-c991-4f49-af4c-f5c68ddf4232\",\n            \"firstName\": \"Jonah\",\n            \"lastName\": \"Mendez\",\n            \"userName\": \"jmendez\",\n            \"lastLogin\": \"2018-07-30T13:19:58.747\",\n            \"companyName\": \"e-builder\",\n            \"department\": \"\",\n            \"email\": \"Irma_Mendez@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800 NW 69 Ave\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"e-builder\",\n            \"officePhone\": \"213\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33317\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2007-05-01T18:10:40\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2011-07-13T15:51:16\"\n        }\n    ]\n}"},{"id":"26089ca9-e4b5-4f77-936a-0de41cb06871","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Users/:id?schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Users",":id"],"query":[{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"userId\": {\n                        \"type\": \"string\"\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\"\n                    },\n                    \"userName\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastLogin\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"department\": {\n                        \"type\": \"string\"\n                    },\n                    \"email\": {\n                        \"type\": \"string\"\n                    },\n                    \"emailFormat\": {\n                        \"type\": \"string\"\n                    },\n                    \"jobTitle\": {\n                        \"type\": \"string\"\n                    },\n                    \"licenseExpires\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"licenseType\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeStreet\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeMobilePhone\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeCity\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeCountry\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeFax\": {\n                        \"type\": \"string\"\n                    },\n                    \"officePager\": {\n                        \"type\": \"string\"\n                    },\n                    \"officePhone\": {\n                        \"type\": \"string\"\n                    },\n                    \"officePOBox\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeState\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeZip\": {\n                        \"type\": \"string\"\n                    },\n                    \"businessType\": {\n                        \"type\": \"string\"\n                    },\n                    \"createDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"expirationDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"notificationTimeZone\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateAddedToAccount\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"1a1d67d5-d9cd-4e80-b754-b5b4e085390c","key":"userId","value":"","type":"any","description":"GUID for user"},{"id":"118c79f9-8508-46df-9091-221dd8353dd5","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"4f31b931-af7d-491f-8f0f-e31a4ad49e85"},{"name":"Users Object Custom Fields","id":"db3894c8-3000-4e23-9f55-1f14de56b4af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api2.e-builder.net/api/v2/Users/:userId/customfields?offset=0&limit=100&schema=false","description":"<p>Returns a user and its custom fields.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}},"urlObject":{"path":["api","v2","Users",":userId","customfields"],"host":["https://api2.e-builder.net"],"query":[{"description":{"content":"<p>The starting postition for returning items</p>\n","type":"text/plain"},"key":"offset","value":"0"},{"description":{"content":"<p>The number of items to return</p>\n","type":"text/plain"},"key":"limit","value":"100"},{"description":{"content":"<p>Set value to true to return the schema defintion of the request</p>\n","type":"text/plain"},"key":"schema","value":"false"}],"variable":[{"id":"1cda5840-7348-4f71-954f-058de4850118","description":{"content":"<p>GUID for user</p>\n","type":"text/plain"},"type":"any","value":"","key":"userId"},{"id":"681da8da-f3a3-4668-8d97-e2ef9e72a993","type":"any","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","key":"id"}]}},"response":[{"id":"c23e1161-2e76-43d0-995f-30cf9b0f39c3","name":"Mock Data","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Users/:id/customfields?offset=0&limit=100&schema=false","host":["https://api2.e-builder.net"],"path":["api","v2","Users",":id","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"false"}],"variable":[{"key":"id","value":"b3269b05-c991-4f49-af4c-f5c68ddf4232","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"query\": \"users\",\n    \"meta\": {\n        \"href\": \"https://qa4-api2.e-builder.net/api/v2/Users/b3269b05-c991-4f49-af4c-f5c68ddf4232/customfields\",\n        \"offset\": 0,\n        \"limit\": 100,\n        \"size\": 5,\n        \"totalRecords\": 5\n    },\n    \"records\": [\n        {\n            \"userId\": \"b3269b05-c991-4f49-af4c-f5c68ddf4232\",\n            \"firstName\": \"Jonah\",\n            \"lastName\": \"Mendez\",\n            \"userName\": \"jmendez\",\n            \"lastLogin\": \"2018-07-30T13:19:58.747\",\n            \"companyName\": \"e-builder\",\n            \"department\": \"\",\n            \"email\": \"Irma_Mendez@trimble.com\",\n            \"emailFormat\": \"HTML\",\n            \"jobTitle\": \"\",\n            \"licenseExpires\": null,\n            \"licenseType\": \"Contracted\",\n            \"officeStreet\": \"1800 NW 69 Ave\",\n            \"officeMobilePhone\": \"\",\n            \"officeCity\": \"Plantation\",\n            \"officeCountry\": \"\",\n            \"officeFax\": \"\",\n            \"officePager\": \"e-builder\",\n            \"officePhone\": \"213\",\n            \"officePOBox\": \"\",\n            \"officeState\": \"FL\",\n            \"officeZip\": \"33317\",\n            \"businessType\": \"Construction Manager\",\n            \"createDate\": \"2007-05-01T18:10:40\",\n            \"expirationDate\": null,\n            \"notificationTimeZone\": \"11\",\n            \"dateAddedToAccount\": \"2011-07-13T15:51:16\"\n        }\n    ],\n    \"details\": [\n        {\n            \"name\": \"EPD-6227\",\n            \"value\": null\n        },\n        {\n            \"name\": \"Inheritable\",\n            \"value\": null\n        },\n        {\n            \"name\": \"User - string\",\n            \"value\": null\n        },\n        {\n            \"name\": \"User drop-down\",\n            \"value\": null\n        },\n        {\n            \"name\": \"User Permissions\",\n            \"value\": null\n        }\n    ]\n}"},{"id":"30676067-2988-4e4b-bb5c-82436cb0f640","name":"Schema","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api2.e-builder.net/api/v2/Users/:id/customfields?offset=0&limit=100&schema=true","host":["https://api2.e-builder.net"],"path":["api","v2","Users",":id","customfields"],"query":[{"description":"The starting postition for returning items","key":"offset","value":"0"},{"description":"The number of items to return","key":"limit","value":"100"},{"description":"Set value to true to return the schema defintion of the request","key":"schema","value":"true"}],"variable":[{"key":"id","value":"b3269b05-c991-4f49-af4c-f5c68ddf4232","description":"(Required) "}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"object\",\n    \"properties\": {\n        \"details\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"name\": {\n                        \"type\": \"string\"\n                    },\n                    \"value\": {\n                        \"type\": \"string\"\n                    }\n                }\n            }\n        },\n        \"meta\": {\n            \"type\": \"object\",\n            \"properties\": {\n                \"href\": {\n                    \"type\": \"string\"\n                },\n                \"offset\": {\n                    \"type\": \"integer\"\n                },\n                \"limit\": {\n                    \"type\": \"integer\"\n                },\n                \"size\": {\n                    \"type\": \"integer\"\n                },\n                \"totalRecords\": {\n                    \"type\": \"integer\"\n                }\n            }\n        },\n        \"records\": {\n            \"type\": \"array\",\n            \"items\": {\n                \"type\": \"object\",\n                \"properties\": {\n                    \"userId\": {\n                        \"type\": \"string\"\n                    },\n                    \"firstName\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastName\": {\n                        \"type\": \"string\"\n                    },\n                    \"userName\": {\n                        \"type\": \"string\"\n                    },\n                    \"lastLogin\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"companyName\": {\n                        \"type\": \"string\"\n                    },\n                    \"department\": {\n                        \"type\": \"string\"\n                    },\n                    \"email\": {\n                        \"type\": \"string\"\n                    },\n                    \"emailFormat\": {\n                        \"type\": \"string\"\n                    },\n                    \"jobTitle\": {\n                        \"type\": \"string\"\n                    },\n                    \"licenseExpires\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"licenseType\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeStreet\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeMobilePhone\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeCity\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeCountry\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeFax\": {\n                        \"type\": \"string\"\n                    },\n                    \"officePager\": {\n                        \"type\": \"string\"\n                    },\n                    \"officePhone\": {\n                        \"type\": \"string\"\n                    },\n                    \"officePOBox\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeState\": {\n                        \"type\": \"string\"\n                    },\n                    \"officeZip\": {\n                        \"type\": \"string\"\n                    },\n                    \"businessType\": {\n                        \"type\": \"string\"\n                    },\n                    \"createDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"expirationDate\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    },\n                    \"notificationTimeZone\": {\n                        \"type\": \"string\"\n                    },\n                    \"dateAddedToAccount\": {\n                        \"type\": \"string\",\n                        \"format\": \"date-time\"\n                    }\n                }\n            }\n        }\n    }\n}"}],"variable":[{"id":"1cda5840-7348-4f71-954f-058de4850118","key":"userId","value":"","type":"any","description":"GUID for user"},{"id":"681da8da-f3a3-4668-8d97-e2ef9e72a993","key":"id","value":"3344e3e3-53ef-7ced-7bbd-6a52ee675d02","type":"any"}],"_postman_id":"db3894c8-3000-4e23-9f55-1f14de56b4af"}],"id":"b4c77194-01b4-4821-a6e6-e1d3ecd5c536","description":"<p>e-Builder allows account administrators to manage all aspects of a user's account. They can add users, create roles, manage project access and permission levels in the User Settings.</p>\n<p>The Users API provides access to a collection of users and related resources (Custom Fields).</p>\n","_postman_id":"b4c77194-01b4-4821-a6e6-e1d3ecd5c536","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":true,"source":{"_postman_id":"c480f9c5-888e-4a07-a4a5-90179d54718c","id":"c480f9c5-888e-4a07-a4a5-90179d54718c","name":"e-Builder Public APIs","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"41be7569-a2ee-4358-9de2-e869b0b12d96","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"094276de-73bc-43c0-adc0-6ee940b1a221","type":"text/javascript","exec":[""]}}],"variable":[{"id":"edfce429-32a5-4f5b-9522-4c69516a8e6b","key":"baseUrl","value":"https://api2.e-builder.net","type":"any"}]}