{"info":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","description":"<html><head></head><body><p>Welcome to the Streamline API Getting Started Guide. This guide provides a set of API endpoints to support collecting inspection and property information from Streamline Automation. The APIs are sectioned out into public and custom(private). Depending on the access you have been given you may or may not have access to all listed APIs.</p>\n<p>Key Features:</p>\n<ul>\n<li><p>Authenticate and get Tokens.</p>\n</li>\n<li><p>Access detailed information on properties in your installaion.</p>\n</li>\n<li><p>Access detailed information on property inspections in your installaion.</p>\n</li>\n</ul>\n<p>Support - We're here to help.</p>\n<ul>\n<li>Please submit your support request to: <a href=\"https://mailto:support@firerecoveryusa.com\">support@streamlineas.com</a>. An API support tech will be happy to assist you.</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"42656329","collectionId":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","publishedId":"2sB2j3DCd6","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0483DE"},"publishDate":"2025-08-07T16:19:36.000Z"},"item":[{"name":"Authentication","item":[{"name":"JWT Token Retrieval","id":"e5b4c434-112c-41ea-a55a-f6851caf068c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userName\": \"{{username}}\",\r\n  \"password\": \"{{password}}\",\r\n  \"outputtype\": \"Json\"\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/REST/AccountService/LoginAndGetJWTToken","description":"<h1 id=\"login-and-get-jwt-token\"><strong>Login and Get JWT Token</strong></h1>\n<p>This endpoint is used to authenticate and obtain a JWT token for accessing the system. The request should be sent as an HTTP POST to the specified URL.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>userName</code> (string) - The username of the account.</p>\n</li>\n<li><p><code>password</code> (string) - The password of the account.</p>\n</li>\n<li><p><code>outputtype</code> (string) - The type of output expected, in this case, it is \"Json\".</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the server will respond with a status code of 200 and a content type of \"text/Json\". The response body will contain the JWT token under the key \"LoginAndGetJWTTokenResult\".</p>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\"LoginAndGetJWTTokenResult\":\"&lt;JWT Token&gt;\"}\n\n</code></pre><p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This is a result of an incorrect username or password. Please review the credentials in your Welcome Email to ensure you have the correct values.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","urlObject":{"protocol":"https","path":["Primary","REST","AccountService","LoginAndGetJWTToken"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"8a64f6a3-ee5d-4d8d-8277-0630d3827f9c","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userName\": \"{{username}}\",\r\n  \"password\": \"{{password}}\",\r\n  \"outputtype\": \"Json\"\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/REST/AccountService/LoginAndGetJWTToken"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"text/Json"},{"key":"Date","value":"Tue, 29 Apr 2025 23:27:02 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"JS-Client-Event-Session-Id","value":"01JT1Y05FXMR5MNYWJ1X3XV79B"}],"cookie":[],"responseTime":null,"body":"{\n    \"LoginAndGetJWTTokenResult\": \"<JWT Token>\"\n}"},{"id":"7afe90de-bffb-4ff5-b259-80bd041e06cb","name":"401 Not Authorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userName\": \"{{username}}\",\r\n  \"password\": \"{{password}}\",\r\n  \"outputtype\": \"Json\"\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/REST/AccountService/LoginAndGetJWTToken"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Tue, 29 Apr 2025 23:26:10 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"Done\": {\r\n    \"code\": \"401\",\r\n    \"error\": \"Username/Password is invalid.\"\r\n  }\r\n}\r\n\r\n"},{"id":"fac940c3-fded-46e3-8c65-ba5ca970af50","name":"500 General Server Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"userName\": \"{{username}}\",\r\n  \"password\": \"{{password}}\",\r\n  \"outputtype\": \"Json\"\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/REST/AccountService/LoginAndGetJWTToken"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"Done\": \r\n    {\r\n    \t\"code\": \"500\",\r\n    \t\"error\": \"An unexpected error occurred. Please try again later.\"\r\n\t}\r\n}\r\n"}],"_postman_id":"e5b4c434-112c-41ea-a55a-f6851caf068c"}],"id":"20a0ec03-356b-44cf-9b48-b20379b6562c","description":"<p><a href=\"https://learning.postman.com/docs/sending-requests/authorization/authorization-types/\">Bearer Token Authentication </a> is used for authentication when accessing methods. To generate a token, the developer will access Generate JWT Token method using Basic Auth providing username \\ password. Developer credentials are sent in the Welcome Message when provided access. Tokens expire in 7 days. It is recommended to generate a token prior to each method call to ensure the token is not expired.</p>\n","_postman_id":"20a0ec03-356b-44cf-9b48-b20379b6562c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Streamline Inspections API","item":[{"name":"General API","item":[{"name":"Occupancy","item":[{"name":"Get Commercial Occupancies","event":[{"listen":"prerequest","script":{"id":"176a230b-6dca-4c14-bdde-17b3fe52b86e","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"01514f99-3651-48d4-af60-00f559196fed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacantOccupancy\": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetCommercialOccupancies","description":"<p>This endpoint makes an HTTP POST request to retrieve commercial occupancies. The request body should include the \"outputtype\" parameter set to \"Json\", \"IsDeleted\" parameter set to \"false\", and \"IsVacantOccupancy\" parameter set to \"false\".</p>\n<p>The response of this request can be documented as a JSON schema.</p>\n<ul>\n<li><p><code>outputtype</code> (string): Specifies the output type for the response.</p>\n</li>\n<li><p><code>IsDeleted</code> (boolean): Indicates whether the occupancy is deleted or not.</p>\n</li>\n<li><p><code>IsVacantOccupancy</code> (boolean): Indicates whether the occupancy is vacant or not.</p>\n</li>\n</ul>\n<p>Upon successful execution, the API will respond with the relevant commercial occupancy data in the specified output type.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Occupancy","GetCommercialOccupancies"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"afb6514b-c095-4f06-a5cd-3f14c11c2510","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacantOccupancy\": false\r\n}"},"url":"{{collectionSchemaUrl}}/SLI/GeneralAPI/Occupancy/GetCommercialOccupancies"},"status":"Success","_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Done\": {\r\n        \"API Response\": {\r\n            \"Description\": null,\r\n            \"ErrorCode\": null,\r\n            \"Status\": 1,\r\n            \"Message\": \"Success\"\r\n        },\r\n        \"CommercialOccupanciesList\": [\r\n            {\r\n                \"APN\": \"\",\r\n                \"TenantId\": \"XX\",\r\n                \"RoofCoveringCode\": \"9\",\r\n                \"AHJText\": \"10242 - Fire Rescue\",\r\n                \"BuildingClassText\": \"000 - Building code occupancy type not applicable\",\r\n                \"DistrictText\": \"4 - Inspection District 4\",\r\n                \"StructureTypeText\": \"1 - Enclosed building\",\r\n                \"BuildingStatusText\": \"2 - In normal use\",\r\n                \"MixedUseCode\": \"20\",\r\n                \"InspectionDistrictCode\": \"4\",\r\n                \"PropertyOwnershipCode\": \"3\",\r\n                \"InspectionDistrictText\": null,\r\n                \"Latitude\": 26.000000,\r\n                \"DetectorTypeCode\": \"\",\r\n                \"OccupancyCategoryText\": \"Commercial Property\",\r\n                \"StreetSuffix\": \"\",\r\n                \"StructureTypeCode\": \"1\",\r\n                \"AutomaticExtinguishingText\": null,\r\n                \"StreetName\": \"71st\",\r\n                \"AutomaticExtinguishingCode\": \"\",\r\n                \"StationCode\": \"104\",\r\n                \"ComplexMainId\": null,\r\n                \"Address2\": \"BLDG 2\",\r\n                \"StreetNumber\": \"1234\",\r\n                \"DetectorTypeText\": null,\r\n                \"isDeletedOccupancy\": false,\r\n                \"OccupancyId\": 12345,\r\n                \"City\": \"City\",\r\n                \"BuildingClassCode\": \"000\",\r\n                \"StreetPrefix\": \"SW\",\r\n                \"AutomaticExtinguishingNumberOfHeads\": 0,\r\n                \"BusinessPermit\": \"\",\r\n                \"ConstructionTypeCode\": \"3\",\r\n                \"DetectorPresentCode\": \"0\",\r\n                \"OccupancyCategoryId\": 1,\r\n                \"DistrictCode\": \"4\",\r\n                \"DetectorPowerCode\": \"\",\r\n                \"StationText\": \"104 - Station 104\",\r\n                \"ConstructionCompletedDate\": null,\r\n                \"AHJCode\": \"10242\",\r\n                \"LastInspectionId\": 2268190,\r\n                \"NumberOfUnits\": 50,\r\n                \"OccupancyCreationDate\": \"2015-06-09T22:47:52.74\",\r\n                \"AutomaticExtingushingTypeText\": \"1 - Wet-pipe sprinkler\",\r\n                \"DetectorPowerText\": null,\r\n                \"RoofCoveringText\": \"9 - Roof Covering Not Class\",\r\n                \"ClientPropertyId\": \"000027\",\r\n                \"OccupancyNotes\": \"\",\r\n                \"DefaultInspectionTypeText\": null,\r\n                \"StreetType\": \"Ter\",\r\n                \"isMergedOccupancy\": false,\r\n                \"OccupancyOccupantLoad\": 50,\r\n                \"OccupancySquarefoot\": 5362,\r\n                \"PropertyOwnershipText\": \"3 - County or parish\",\r\n                \"FloorsBelowGround\": 0,\r\n                \"BuildingStatusCode\": \"2\",\r\n                \"Longitude\": -80.000000,\r\n                \"OccupancyName\": \"Occupancy Name\",\r\n                \"FixedPropertyUseText\": \"241 - Adult education center, college classroom\",\r\n                \"ZipCode\": \"Zip Code\",\r\n                \"FixedPropertyUseCode\": \"241\",\r\n                \"FloorsAboveGround\": 6,\r\n                \"ConstructionTypeText\": \"3 - Protected Non-combustible\",\r\n                \"MixedUseText\": \"20 - Educational use\",\r\n                \"ZoneText\": \"1045 - 1045\",\r\n                \"DefaultInspectionTypeCode\": null,\r\n                \"LastInspectionDate\": \"2024-04-09T15:14:20.12\",\r\n                \"AutomaticExtinguishingTypeCode\": \"1\",\r\n                \"ZoneCode\": \"1045\",\r\n                \"DetectorPresentText\": \"0 - None Present\",\r\n                \"isVacantOccupancy\": false,\r\n                \"State\": \"XX\"\r\n                 }\r\n        ]\r\n    }\r\n}\r\n            "},{"id":"c64eaf6e-48c9-4250-b076-9e3487086829","name":"401 Unauthorized Key","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacantOccupancy\": false\r\n}"},"url":"{{collectionSchemaUrl}}/SLI/GeneralAPI/Occupancy/GetCommercialOccupancies"},"status":"Unauthorized Key","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"Done\": \r\n    {\r\n    \t\"code\": \"401\",\r\n    \t\"error\": \"Invalid Subscription Key\"\r\n\t}\r\n}\r\n"},{"id":"047c91ef-8f90-47f1-b2ac-d86c2fb60628","name":"401 Unauthorized Client ID","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacantOccupancy\": false\r\n}"},"url":"{{collectionSchemaUrl}}/SLI/GeneralAPI/Occupancy/GetCommercialOccupancies"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Done\": {\r\n        \"API Response\": {\r\n            \"Description\": null,\r\n            \"ErrorCode\": \"401\",\r\n            \"Status\": 0,\r\n            \"Message\": \"Invalid Client Id\"\r\n        },\r\n        \"CommercialOccupancy\": []\r\n    }\r\n}"},{"id":"05b137ec-e9b3-403c-a558-422ccbe27150","name":"401 Unauthorized JWT","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacantOccupancy\": false\r\n}"},"url":"{{collectionSchemaUrl}}/SLI/GeneralAPI/Occupancy/GetCommercialOccupancies"},"status":"Unauthorized JWT","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"Done\": \r\n    {\r\n    \t\"code\": \"401\",\r\n    \t\"error\": \"Could not validate JWT\"\r\n\t}\r\n}\r\n"},{"id":"9e56af0b-918a-4eaa-8770-15b12bc9ca98","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacantOccupancy\": false\r\n}"},"url":"{{collectionSchemaUrl}}/SLI/GeneralAPI/Occupancy/GetCommercialOccupancies"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"Done\": \r\n    {\r\n    \t\"code\": \"500\",\r\n    \t\"error\": \"An unexpected error occurred. Please try again later.\"\r\n\t}\r\n}\r\n"}],"_postman_id":"01514f99-3651-48d4-af60-00f559196fed"},{"name":"Get Commercial Occupancy","event":[{"listen":"prerequest","script":{"id":"eaffce45-ae21-471d-a075-38dac5557339","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8966c855-d7a0-487d-a489-0a88dc95a060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 319350\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occuancy/GetCommercialOccupancy","description":"<p>This endpoint makes an HTTP POST request to {{collectionSchemaUrl}}/SLI/GeneralAPI/Occuancy/GetCommercialOccupancy to retrieve commercial occupancy data. The request body should be in raw format and include the \"outputtype\" parameter set to \"Json\" and the \"OccupancyId\" parameter set to the desired value.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>outputtype</code>: (string) The type of output, set to \"Json\".</p>\n</li>\n<li><p><code>OccupancyId</code>: (number) The ID of the occupancy, set to 0.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the endpoint returns a status code of 200 and a JSON response with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": \"\",\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"CommercialOccupancy\": []\n    }\n}\n\n</code></pre>\n<ul>\n<li><p><code>Done</code>: Indicates the completion of the API call.</p>\n</li>\n<li><p><code>API Response</code>: Contains information about the API response, including the description, error code, status, and message.</p>\n</li>\n<li><p><code>CommercialOccupancy</code>: An array containing the commercial occupancy data retrieved.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Occuancy","GetCommercialOccupancy"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"37ba7b9b-941b-4440-ae2b-33052f239c1a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 000027\r\n}"},"url":"{{collectionSchemaUrl}}/SLI/GeneralAPI/Occuancy/GetCommercialOccupancy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Done\": {\r\n        \"API Response\": {\r\n            \"Description\": null,\r\n            \"ErrorCode\": null,\r\n            \"Status\": 1,\r\n            \"Message\": \"Success\"\r\n        },\r\n        \"CommercialOccupancy\": [\r\n            {\r\n                \"TenantId\": 99,\r\n                \"DetectorPowerCode\": \"\",\r\n                \"FloorsAboveGround\": 6,\r\n                \"DetectorPresentCode\": \"0\",\r\n                \"AutomaticExtinguishingNumberOfHeads\": 0,\r\n                \"FixedPropertyUseCode\": \"241\",\r\n                \"APN\": \"\",\r\n                \"DetectorTypeText\": null,\r\n                \"City\": \"City\",\r\n                \"State\": \"XX\",\r\n                \"AutomaticExtinguishingTypeCode\": \"1\",\r\n                \"MixedUseText\": \"20 - Educational use\",\r\n                \"DistrictText\": \"4 - Inspection District 4\",\r\n                \"InspectionDistrictCode\": \"4\",\r\n                \"DetectorPresentText\": \"0 - None Present\",\r\n                \"StationText\": \"104 - Station 104\",\r\n                \"ZipCode\": \"33314-1107\",\r\n                \"OccupancyCategoryText\": \"Commercial Property\",\r\n                \"ConstructionTypeText\": \"3 - Protected Non-combustible\",\r\n                \"OccupancySquarefoot\": 5362,\r\n                \"AutomaticExtinguishingText\": null,\r\n                \"OccupancyId\": 30362,\r\n                \"isMergedOccupancy\": false,\r\n                \"AHJCode\": \"10242\",\r\n                \"DetectorTypeCode\": \"\",\r\n                \"AutomaticExtingushingTypeText\": \"1 - Wet-pipe sprinkler\",\r\n                \"LastInspectionDate\": \"2024-04-09T15:14:20.12\",\r\n                \"PropertyOwnershipText\": \"3 - County or parish\",\r\n                \"BusinessPermit\": \"\",\r\n                \"BuildingClassCode\": \"000\",\r\n                \"ConstructionTypeCode\": \"3\",\r\n                \"FloorsBelowGround\": 0,\r\n                \"ConstructionCompletedDate\": null,\r\n                \"StreetName\": \"71st\",\r\n                \"OccupancyOccupantLoad\": 50,\r\n                \"LastInspectionId\": 2268190,\r\n                \"Address2\": \"BLDG 2\",\r\n                \"StreetNumber\": \"1234\",\r\n                \"DetectorPowerText\": null,\r\n                \"StreetType\": \"Ter\",\r\n                \"StreetPrefix\": \"SW\",\r\n                \"MixedUseCode\": \"20\",\r\n                \"AutomaticExtinguishingCode\": \"\",\r\n                \"OccupancyName\": \"Occupancy Name\",\r\n                \"DistrictCode\": \"4\",\r\n                \"isVacantOccupancy\": false,\r\n                \"FixedPropertyUseText\": \"241 - Adult education center, college classroom\",\r\n                \"RoofCoveringCode\": \"9\",\r\n                \"DefaultInspectionTypeCode\": null,\r\n                \"StructureTypeText\": \"1 - Enclosed building\",\r\n                \"DefaultInspectionTypeText\": null,\r\n                \"OccupancyCategoryId\": 1,\r\n                \"Longitude\": -80.0000000,\r\n                \"BuildingStatusText\": \"2 - In normal use\",\r\n                \"NumberOfUnits\": 50,\r\n                \"StructureTypeCode\": \"1\",\r\n                \"InspectionDistrictText\": null,\r\n                \"ClientPropertyId\": \"000027\",\r\n                \"PropertyOwnershipCode\": \"3\",\r\n                \"StationCode\": \"104\",\r\n                \"OccupancyNotes\": \"Occupancy Notes\",\r\n                \"ZoneCode\": \"1045\",\r\n                \"AHJText\": \"10242 - Fire Rescue\",\r\n                \"ZoneText\": \"1045 - 1045\",\r\n                \"StreetSuffix\": \"\",\r\n                \"Latitude\": 26.087668,\r\n                \"BuildingClassText\": \"000 - Building code occupancy type not applicable\",\r\n                \"ComplexMainId\": null,\r\n                \"RoofCoveringText\": \"9 - Roof Covering Not Class\",\r\n                \"OccupancyCreationDate\": \"2015-06-09T22:47:52.74\",\r\n                \"BuildingStatusCode\": \"2\",\r\n                \"isDeletedOccupancy\": false\r\n            }\r\n        ]\r\n    }\r\n}"},{"id":"b3035cf5-2a98-4041-9686-e6d5160ac437","name":"401 Unauthorized Key","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacantOccupancy\": false\r\n}"},"url":"{{collectionSchemaUrl}}/SLI/GeneralAPI/Occupancy/GetCommercialOccupancy"},"status":"Unauthorized Key","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"Done\": \r\n    {\r\n    \t\"code\": \"401\",\r\n    \t\"error\": \"Invalid Subscription Key\"\r\n\t}\r\n}\r\n"},{"id":"2f8161bc-fc93-4e29-a678-c231289af129","name":"401 Unauthorized Client ID","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacantOccupancy\": false\r\n}"},"url":"{{collectionSchemaUrl}}/SLI/GeneralAPI/Occupancy/GetCommercialOccupancy"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Done\": {\r\n        \"API Response\": {\r\n            \"Description\": null,\r\n            \"ErrorCode\": \"401\",\r\n            \"Status\": 0,\r\n            \"Message\": \"Invalid Client Id\"\r\n        },\r\n        \"CommercialOccupancy\": []\r\n    }\r\n}"},{"id":"3c4b166d-8fb7-4d46-b4e6-43ae1015efd0","name":"401 Unauthorized JWT","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacantOccupancy\": false\r\n}"},"url":"{{collectionSchemaUrl}}/SLI/GeneralAPI/Occupancy/GetCommercialOccupancy"},"status":"Unauthorized JWT","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"Done\": \r\n    {\r\n    \t\"code\": \"401\",\r\n    \t\"error\": \"Could not validate JWT\"\r\n\t}\r\n}\r\n"},{"id":"9b94588e-5e4c-4226-a4ec-32f092e1d13d","name":"500 Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacantOccupancy\": false\r\n}"},"url":"{{collectionSchemaUrl}}/SLI/GeneralAPI/Occupancy/GetCommercialOccupancies"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n\t\"Done\": \r\n    {\r\n    \t\"code\": \"500\",\r\n    \t\"error\": \"An unexpected error occurred. Please try again later.\"\r\n\t}\r\n}\r\n"}],"_postman_id":"8966c855-d7a0-487d-a489-0a88dc95a060"},{"name":"Get Residential Occupancies","event":[{"listen":"prerequest","script":{"id":"36281c50-180f-41de-9f21-a619b346789a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"3bd092bb-b5b4-40ff-aa35-79502efb269d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacant\": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetResidentialOccupancies","description":"<h3 id=\"get-residential-occupancies\">Get Residential Occupancies</h3>\n<p>This endpoint makes an HTTP POST request to retrieve residential occupancies.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (text): Specifies the output type.</p>\n</li>\n<li><p><code>IsDeleted</code> (text): Indicates if the occupancy is deleted.</p>\n</li>\n<li><p><code>IsVacant</code> (text): Indicates if the occupancy is vacant.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and has the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": \"\",\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"ResidentialOccupanciesList\": []\n    }\n}\n\n</code></pre>\n<p>This endpoint makes an HTTP POST request to retrieve residential occupancies.</p>\n<h4 id=\"request-body-1\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code>: (text) The type of output required, in this case, set to \"Json\".</p>\n</li>\n<li><p><code>IsDeleted</code>: (text) A boolean flag indicating whether the occupancy is deleted.</p>\n</li>\n<li><p><code>IsVacant</code>: (text) A boolean flag indicating whether the occupancy is vacant.</p>\n</li>\n</ul>\n<h4 id=\"response-1\">Response</h4>\n<p>Upon successful execution, the response will have a status code of 200 and a content type of <code>application/json</code>. The response body will contain the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": \"\",\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"ResidentialOccupanciesList\": []\n    }\n}\n\n</code></pre>\n<p>The <code>ResidentialOccupanciesList</code> array will contain the list of residential occupancies retrieved based on the provided criteria.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Occupancy","GetResidentialOccupancies"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"3061e51b-5dd5-4674-aa2b-77fb8d1000de","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacant\": false\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetResidentialOccupancies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 20:17:01 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ResidentialOccupanciesList\": [\n            {\n                \"StationText\": \"082 - Station 82\",\n                \"LastInspectionDate\": null,\n                \"OccupancyName\": \"Community Risk\",\n                \"PropertyOwnershipCode\": \"3\",\n                \"LastInspectionId\": null,\n                \"ComplexMainId\": null,\n                \"DefaultInspectionTypeCode\": null,\n                \"BuildingStatusCode\": \"2\",\n                \"StreetName\": \"102nd\",\n                \"OccupancySquarefoot\": 10000,\n                \"OccupancyOccupantLoad\": null,\n                \"InspectionDistrictCode\": \"\",\n                \"AHJCode\": null,\n                \"City\": \"City\",\n                \"ZipCode\": \"ZipCode\",\n                \"isDeletedOccupancy\": false,\n                \"StationCode\": \"082\",\n                \"Address2\": \"\",\n                \"StreetSuffix\": \"\",\n                \"FixedPropertyUseCode\": \"\",\n                \"ConstructionCompletedDate\": null,\n                \"BuildingStatusText\": \"2 - In normal use\",\n                \"RoofCoveringText\": null,\n                \"ZoneText\": \"1003 - 1003\",\n                \"ClientPropertyId\": \"879533\",\n                \"StreetPrefix\": \"\",\n                \"OccupancyNote\": \"\",\n                \"PropertyOwnershipText\": \"3 - County or parish\",\n                \"FixedPropertyUseText\": null,\n                \"StructureTypeCode\": \"\",\n                \"FloorsAboveGround\": 2,\n                \"StreetNumber\": \"3356\",\n                \"Latitude\": 26.000000,\n                \"isMergedOccupancy\": false,\n                \"TenantId\": 10,\n                \"ZoneCode\": \"1003\",\n                \"isVacantOccupancy\": false,\n                \"State\": \"XX\",\n                \"RoofCoveringCode\": \"\",\n                \"DefaultInspectionTypeText\": null,\n                \"NumberOfUnits\": null,\n                \"StructureTypeText\": null,\n                \"OccupancyCategory\": \"Community Risk\",\n                \"OccupancyId\": 879533,\n                \"OccupancyCreationDate\": \"2025-04-30T20:01:22.737\",\n                \"InspectionDistrictText\": null,\n                \"APN\": \"\",\n                \"StreetType\": \"\",\n                \"AHJText\": null,\n                \"Longitude\": -80.0000000,\n                \"FloorsBelowGround\": 0,\n                \"DistrictCode\": \"104C\",\n                \"DistrictText\": null\n            \n            }\n        ]\n    }\n}"}],"_postman_id":"3bd092bb-b5b4-40ff-aa35-79502efb269d"},{"name":"Get Residential Occupancy","event":[{"listen":"prerequest","script":{"id":"477a3be9-ed74-4048-9295-0dc4ed93aece","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d059b672-fc5d-490f-bfbb-83aa2b572dc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{ClientID}}","type":"text"},{"key":"SubscriptionKey","value":"{{SubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 0\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi/SLI/GeneralAPI/Occuancy/GetResidentialOccupancy?ClientID={{clientId}}&SubscriptionKey={{subscriptionkey}}","description":"<p>This endpoint makes an HTTP POST request to retrieve residential occupancy information. The request should include the \"outputtype\" parameter with the value \"Json\" and the \"OccupancyId\" parameter with the desired occupancy ID.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>outputtype</code> (string): The desired output type, should be set to \"Json\".</p>\n</li>\n<li><p><code>OccupancyId</code> (integer): The ID of the occupancy for which information is requested.</p>\n</li>\n</ul>\n<h3 id=\"response-body\">Response Body</h3>\n<p>The response will contain the relevant residential occupancy information.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","SLI","GeneralAPI","Occuancy","GetResidentialOccupancy"],"host":["process","firerecoveryusa","com"],"query":[{"key":"ClientID","value":"{{clientId}}"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}"}],"variable":[]}},"response":[{"id":"bcbd3ea0-8860-442f-bd9b-614a5b428895","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 879533\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occuancy/GetResidentialOccupancy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 20:24:19 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ResidentualOccupancyList\": [\n            {\n                \"StationText\": \"082 - Station 82\",\n                \"PropertyOwnershipCode\": \"3\",\n                \"StructureTypeCode\": \"\",\n                \"BuildingStatusText\": \"2 - In normal use\",\n                \"AHJCode\": null,\n                \"ZoneText\": \"1003 - 1003\",\n                \"isDeletedOccupancy\": false,\n                \"StreetPrefix\": \"\",\n                \"ConstructionCompletedDate\": null,\n                \"ZoneCode\": \"1003\",\n                \"isVacantOccupancy\": false,\n                \"RoofCoveringText\": null,\n                \"FixedPropertyUseText\": null,\n                \"City\": \"City\",\n                \"OccupancyCreationDate\": \"2025-04-30T20:01:22.737\",\n                \"InspectionDistrictCode\": \"\",\n                \"DefaultInspectionTypeText\": null,\n                \"StreetNumber\": \"333444\",\n                \"FloorsBelowGround\": 0,\n                \"OccupancyOccupantLoad\": null,\n                \"StreetSuffix\": \"\",\n                \"TenantId\": 10,\n                \"NumberOfUnits\": null,\n                \"OccupancySquarefoot\": 10000,\n                \"OccupancyName\": \"Community Risk\",\n                \"FloorsAboveGround\": 2,\n                \"DefaultInspectionTypeCode\": null,\n                \"isMergedOccupancy\": false,\n                \"Latitude\": 26.000000,\n                \"StructureTypeText\": null,\n                \"LastInspectionId\": null,\n                \"Longitude\": -80.000000,\n                \"RoofCoveringCode\": \"\",\n                \"OccupancyNote\": \"\",\n                \"AHJText\": null,\n                \"StreetName\": \"102nd\",\n                \"StationCode\": \"082\",\n                \"PropertyOwnershipText\": \"3 - County or parish\",\n                \"ZipCode\": \"33024-1517\",\n                \"FixedPropertyUseCode\": \"\",\n                \"OccupancyCategory\": \"Community Risk\",\n                \"APN\": \"\",\n                \"DistrictText\": null,\n                \"StreetType\": \"\",\n                \"DistrictCode\": \"104C\",\n                \"InspectionDistrictText\": null,\n                \"OccupancyId\": 879533,\n                \"State\": \"XX\",\n                \"LastInspectionDate\": null,\n                \"ClientPropertyId\": \"879533\",\n                \"ComplexMainId\": null,\n                \"Address2\": \"\",\n                \"BuildingStatusCode\": \"2\"\n               \n            }\n        ]\n    }\n}"}],"_postman_id":"d059b672-fc5d-490f-bfbb-83aa2b572dc0"}],"id":"82466515-6cee-4789-b954-938979827bb1","description":"<p>Method endpoints for Commercial and Residential Occupancy information.</p>\n","_postman_id":"82466515-6cee-4789-b954-938979827bb1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Complex","item":[{"name":"Get Complexes","event":[{"listen":"prerequest","script":{"id":"7bb242a4-7cd0-4967-a1bc-1bfd7328ad90","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7a0a65b7-19bd-4e0a-b64c-d83d3e58ce00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Complex/GetComplexes","description":"<p>This endpoint makes an HTTP POST request to retrieve a list of complexes. The request payload includes the \"outputtype\" parameter set to \"Json\" and the \"IsDeleted\" parameter set to \"false\".</p>\n<h3 id=\"response\">Response</h3>\n<p>The response of this request is a JSON schema representing the data structure of the complexes. The schema will define the properties and their data types for the complex objects returned by the API.</p>\n<ul>\n<li><p><code>outputtype</code>: (string) Specifies the type of output required, in this case, it should be set to \"Json\".</p>\n</li>\n<li><p><code>IsDeleted</code>: (boolean) Indicates whether the complex has been deleted, with a value of \"false\" to retrieve active complexes.</p>\n</li>\n</ul>\n<p>The response will contain the relevant information about the complexes based on the provided request parameters.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Complex","GetComplexes"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"73d2fc28-6d58-44f1-adbc-c4bee2ca7285","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Complex/GetComplexes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 21:23:00 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ComplexList\": [\n            {\n                \"ComplexDeleted\": false,\n                \"ComplexDistrictCode\": null,\n                \"ComplexIsBuilding\": false,\n                \"ComplexStationText\": null,\n                \"ComplexCity\": \"City\",\n                \"ComplexStreetPrefix\": \"\",\n                \"ComplexName\": \"Complex Name\",\n                \"ComplexZoneText\": null,\n                \"ComplexZipCode\": \"zip code\",\n                \"ComplexStreet\": \"Holiday Springs\",\n                \"ComplexNumberOfBuildings\": null,\n                \"ComplexIsShell\": false,\n                \"ComplexDistrictText\": null,\n                \"ComplexId\": 2899,\n                \"ComplexSqFt\": 0,\n                \"ComplexStreetType\": \"Blvd\",\n                \"ComplexStreetSuffix\": \"\",\n                \"ComplexTypeId\": 411,\n                \"ComplexStationCode\": null,\n                \"ComplexSuite\": null,\n                \"ComplexLongitude\": -80.000000,\n                \"ComplexNumberOfUnits\": 18,\n                \"ComplexLatitude\": 26.000000,\n                \"ComplexStreetNumber\": \"1234\",\n                \"TenantId\": 1736,\n                \"ComplexAddress2\": null,\n                \"ComplexState\": \"XX\",\n                \"ComplexTypeText\": \"Condo\",\n                \"ComplexZoneCode\": null,\n                \"ComplexOccupantLoad\": null\n            \n            }\n        ]\n    }\n}"}],"_postman_id":"7a0a65b7-19bd-4e0a-b64c-d83d3e58ce00"},{"name":"Get Complex","event":[{"listen":"prerequest","script":{"id":"cdca9271-e18b-4e03-8e23-9fa278b8b49e","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"437d2c20-b078-4332-afc5-6a4d123ce397","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"ComplexId\": 2899\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Complex/GetComplex?ClientID={{clientId}}&SubscriptionKey={{subscriptionkey}}","description":"<h3 id=\"get-complex-api\">Get Complex API</h3>\n<p>This API endpoint makes an HTTP POST request to retrieve complex information. The request should include the <code>clientId</code> and <code>subscriptionkey</code> as query parameters.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code>: The type of output required, in this case, it is set to \"Json\".</p>\n</li>\n<li><p><code>ComplexId</code>: The ID of the complex for which information is requested.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will include the details of the complex in the specified format.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Complex","GetComplex"],"host":["process","firerecoveryusa","com"],"query":[{"key":"ClientID","value":"{{clientId}}"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}"}],"variable":[]}},"response":[{"id":"610d48df-6641-4d61-aef8-4900be7d7c36","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"ComplexId\": 2899\r\n}"},"url":{"raw":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Complex/GetComplex?ClientID={{clientId}}&SubscriptionKey={{subscriptionkey}}","protocol":"https","host":["process-dev","firerecoveryusa","com"],"path":["Primary","restapi","","SLI","GeneralAPI","Complex","GetComplex"],"query":[{"key":"ClientID","value":"{{clientId}}"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 21:25:43 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ComplexMainViewList\": [\n            {\n                \"ComplexId\": 2899,\n                \"ComplexTypeText\": \"Condo\",\n                \"ComplexIsBuilding\": false,\n                \"ComplexNumberOfBuildings\": null,\n                \"ComplexAddress2\": null,\n                \"ComplexCity\": \"Margate\",\n                \"ComplexZoneCode\": null,\n                \"ComplexTypeId\": 411,\n                \"TenantId\": 1736,\n                \"ComplexOccupantLoad\": null,\n                \"ComplexStreetType\": \"Blvd\",\n                \"ComplexStationCode\": null,\n                \"ComplexStreet\": \"Holiday Springs\",\n                \"ComplexZipCode\": \"zip code\",\n                \"ComplexLatitude\": 26.000000,\n                \"ComplexStreetNumber\": \"3131\",\n                \"ComplexDistrictCode\": null,\n                \"ComplexZoneText\": null,\n                \"ComplexStationText\": null,\n                \"ComplexNumberOfUnits\": 18,\n                \"ComplexStreetSuffix\": \"\",\n                \"ComplexSqFt\": 0,\n                \"ComplexStreetPrefix\": \"\",\n                \"ComplexLongitude\": -80.000000,\n                \"ComplexName\": \"Complex Name\",\n                \"ComplexDeleted\": false,\n                \"ComplexSuite\": null,\n                \"ComplexState\": \"XX\",\n                \"ComplexDistrictText\": null,\n                \"ComplexIsShell\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"437d2c20-b078-4332-afc5-6a4d123ce397"}],"id":"8868e0de-8929-4d2f-97c1-0b4216394ca5","description":"<p>Method endpoints for Building Complex information.</p>\n","_postman_id":"8868e0de-8929-4d2f-97c1-0b4216394ca5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Inspections","item":[{"name":"Get Commercial Occupancy Inspections","event":[{"listen":"prerequest","script":{"id":"08a2e388-895d-4cc5-9067-fbd0c70f7666","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"190e9e5b-5712-45ef-bfec-f8a6d4c78d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"CommercialOccupancyInspectionsRequest\": {\r\n    \"FiscalYearId\": 0,\r\n    \"OccupancyId\": 0,\r\n    \"InspectionSeriesId\": 0,\r\n    \"InspectionStatusId\": [      \r\n         3\r\n    ],\r\n    \"IsDeleted\": false,\r\n    \"IsVacant\": false\r\n  }\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetCommercialOccupancyInspections","description":"<h2 id=\"get-commercial-occupancy-inspections\">Get Commercial Occupancy Inspections</h2>\n<p>This endpoint is used to retrieve commercial occupancy inspections based on the provided criteria.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>outputtype</code> (string) - The type of output required, in this case, it is \"Json\".</p>\n</li>\n<li><p><code>CommercialOccupancyInspectionsRequest</code> (object) - The request object containing the following parameters:</p>\n<ul>\n<li><p><code>FiscalYearId</code> (integer) - The fiscal year ID for filtering inspections.</p>\n</li>\n<li><p><code>OccupancyId</code> (integer) - The occupancy ID for filtering inspections.</p>\n</li>\n<li><p><code>InspectionSeriesId</code> (integer) - The inspection series ID for filtering inspections.</p>\n</li>\n<li><p><code>InspectionStatusId</code> (array) - An array of inspection status IDs for filtering inspections.</p>\n</li>\n<li><p><code>IsDeleted</code> (boolean) - Indicates if the inspection is deleted or not.</p>\n</li>\n<li><p><code>IsVacant</code> (boolean) - Indicates if the occupancy is vacant or not.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the following fields:</p>\n<ul>\n<li><p><code>Done</code> (object) - The status of the API response.</p>\n<ul>\n<li><p><code>API Response</code> (object) - Details of the API response.</p>\n<ul>\n<li><p><code>Description</code> (string) - Description of the response.</p>\n</li>\n<li><p><code>ErrorCode</code> (string) - Error code, if any.</p>\n</li>\n<li><p><code>Status</code> (integer) - The status of the response.</p>\n</li>\n<li><p><code>Message</code> (string) - Any additional message related to the response.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Result</code> (array) - An array of inspection details.</p>\n<ul>\n<li><p><code>PreviousInspectionId</code> (integer) - The previous inspection ID.</p>\n</li>\n<li><p><code>InspectionReportSent</code> (boolean) - Indicates if the inspection report is sent.</p>\n</li>\n<li><p><code>InspectionStartDate</code> (string) - The start date of the inspection.</p>\n</li>\n<li><p>... (other inspection details)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"Result\": [\n            {\n                \"PreviousInspectionId\": 0,\n                \"InspectionReportSent\": true,\n                \"InspectionStartDate\": \"\",\n                \"FiscalYearId\": 0,\n                \"InspectionCategoryId\": 0,\n                \"ContactId\": 0,\n                \"InspectionSeriesId\": 0,\n                \"InspectionStatusText\": \"\",\n                \"InspectionBillingYear\": null,\n                \"InspectionCompletedDate\": \"\",\n                \"InspectionNumber\": 0,\n                \"InspectionId\": 0,\n                \"InspectionTime\": 0,\n                \"ComplexId\": null,\n                \"InspectorFirstName\": \"\",\n                \"InspectionTotalFee\": 0,\n                \"InspectionScheduledDate\": \"\",\n                \"InspectionDeleted\": true,\n                \"TenantId\": 0,\n                \"InspectorLastName\": \"\",\n                \"InspectionApprovalUserAccountId\": 0,\n                \"InspectionOriginalScheduledDate\": \"\",\n                \"InspectionComplexResponsible\": true,\n                \"InspectionReceivedDate\": \"\",\n                \"InspectionSignedBy\": \"\",\n                \"FiscalYearText\": \"\",\n                \"OccupancyIdId\": 0,\n                \"InspectionTypeId\": 0,\n                \"InspectorId\": 0,\n                \"InspectionTypeText\": \"\",\n                \"InspectionAccountId\": 0,\n                \"InspectionRequireEntry\": true,\n                \"InspectionCategoryText\": \"\",\n                \"InspectionStatusId\": 0,\n                \"InspectionTemplateId\": 0,\n                \"InspectionNumberOfUnits\": 0,\n                \"InspectionNote\": \"\",\n                \"InspectionReviewTime\": 0,\n                \"InspectionFee\": 0,\n                \"InspectionSqft\": 0,\n                \"InspectionTemplateText\": \"\",\n                \"InspectionIsVacant\": true,\n                \"ComplexInspectionId\": null,\n                \"InspectionNeedsApproval\": true,\n                \"InspectionAccountText\": \"\",\n                \"ClientPropertyId\": \"\"\n            }\n        ]\n    }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Inspection","GetCommercialOccupancyInspections"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"b58b9962-e51c-499f-8a43-25c7d8d477ba","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"CommercialOccupancyInspectionsRequest\": {\r\n    \"FiscalYearId\": 0,\r\n    \"OccupancyId\": 0,\r\n    \"InspectionSeriesId\": 0,\r\n    \"InspectionStatusId\": [      \r\n         3\r\n    ],\r\n    \"IsDeleted\": false,\r\n    \"IsVacant\": false\r\n  }\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetCommercialOccupancyInspections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 21:39:24 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"Result\": [\n            {\n                \"PreviousInspectionId\": 0,\n                \"InspectionReportSent\": true,\n                \"InspectionStartDate\": \"2019-05-30T14:11:16\",\n                \"FiscalYearId\": 5160,\n                \"InspectionCategoryId\": 1,\n                \"ContactId\": 380172,\n                \"InspectionSeriesId\": 594042,\n                \"InspectionStatusText\": \"Completed Inspection\",\n                \"InspectionBillingYear\": null,\n                \"InspectionCompletedDate\": \"2019-05-30T14:11:59\",\n                \"InspectionNumber\": 0,\n                \"InspectionId\": 594042,\n                \"InspectionTime\": 171,\n                \"ComplexId\": null,\n                \"InspectorFirstName\": \"Mark\",\n                \"InspectionTotalFee\": 25,\n                \"InspectionScheduledDate\": \"2019-05-30T13:56:00\",\n                \"InspectionDeleted\": false,\n                \"TenantId\": 1687,\n                \"InspectorLastName\": \"Gratiot\",\n                \"InspectionApprovalUserAccountId\": 0,\n                \"InspectionOriginalScheduledDate\": \"2019-05-30T13:56:00\",\n                \"InspectionComplexResponsible\": false,\n                \"InspectionReceivedDate\": \"2019-05-30T21:05:13\",\n                \"InspectionSignedBy\": \"Ringo Starr\",\n                \"FiscalYearText\": \"2019\",\n                \"OccupancyId\": 319350,\n                \"InspectionTypeId\": 110415,\n                \"InspectorId\": 114,\n                \"InspectionTypeText\": \"04 - Sprinkler Rough-In\",\n                \"InspectionAccountId\": 7502,\n                \"InspectionRequireEntry\": true,\n                \"InspectionCategoryText\": \"Single Occupancy Walk-in Inspections\",\n                \"InspectionStatusId\": 3,\n                \"InspectionTemplateId\": 1309,\n                \"InspectionNumberOfUnits\": 0,\n                \"InspectionNote\": \"\",\n                \"InspectionReviewTime\": 14,\n                \"InspectionFee\": 25,\n                \"InspectionSqft\": 0,\n                \"InspectionTemplateText\": \"General Fire Code Inspection\",\n                \"InspectionIsVacant\": false,\n                \"ComplexInspectionId\": null,\n                \"InspectionNeedsApproval\": false,\n                \"InspectionAccountText\": \"Station One\",\n                \"ClientPropertyId\": \"319350\"\n            }  \n        ]\n    }\n}"}],"_postman_id":"190e9e5b-5712-45ef-bfec-f8a6d4c78d57"},{"name":"Get Commercial Occupancy Inspection","event":[{"listen":"prerequest","script":{"id":"e59e52c4-0ba8-4f4f-8f9f-93dc89429e6f","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2654d7eb-9879-4c26-88a9-72379f4fad6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 0\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetCommercialOccupancyInspection","description":"<h2 id=\"get-commercial-occupancy-inspections\">Get Commercial Occupancy Inspections</h2>\n<p>This endpoint is used to retrieve commercial occupancy inspections based on the provided criteria.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>outputtype</code> (string) - The type of output required, in this case, it is \"Json\".</p>\n</li>\n<li><p><code>CommercialOccupancyInspectionsRequest</code> (object) - The request object containing the following parameters:</p>\n<ul>\n<li><code>OccupancyId</code> (integer) - The occupancy ID for filtering inspections.</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response will contain the following fields:</p>\n<ul>\n<li><p><code>Done</code> (object) - The status of the API response.</p>\n<ul>\n<li><p><code>API Response</code> (object) - Details of the API response.</p>\n<ul>\n<li><p><code>Description</code> (string) - Description of the response.</p>\n</li>\n<li><p><code>ErrorCode</code> (string) - Error code, if any.</p>\n</li>\n<li><p><code>Status</code> (integer) - The status of the response.</p>\n</li>\n<li><p><code>Message</code> (string) - Any additional message related to the response.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Result</code> (array) - An array of inspection details.</p>\n<ul>\n<li><p><code>PreviousInspectionId</code> (integer) - The previous inspection ID.</p>\n</li>\n<li><p><code>InspectionReportSent</code> (boolean) - Indicates if the inspection report is sent.</p>\n</li>\n<li><p><code>InspectionStartDate</code> (string) - The start date of the inspection.</p>\n</li>\n<li><p>... (other inspection details)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"Result\": [\n            {\n                \"PreviousInspectionId\": 0,\n                \"InspectionReportSent\": true,\n                \"InspectionStartDate\": \"\",\n                \"FiscalYearId\": 0,\n                \"InspectionCategoryId\": 0,\n                \"ContactId\": 0,\n                \"InspectionSeriesId\": 0,\n                \"InspectionStatusText\": \"\",\n                \"InspectionBillingYear\": null,\n                \"InspectionCompletedDate\": \"\",\n                \"InspectionNumber\": 0,\n                \"InspectionId\": 0,\n                \"InspectionTime\": 0,\n                \"ComplexId\": null,\n                \"InspectorFirstName\": \"\",\n                \"InspectionTotalFee\": 0,\n                \"InspectionScheduledDate\": \"\",\n                \"InspectionDeleted\": true,\n                \"TenantId\": 0,\n                \"InspectorLastName\": \"\",\n                \"InspectionApprovalUserAccountId\": 0,\n                \"InspectionOriginalScheduledDate\": \"\",\n                \"InspectionComplexResponsible\": true,\n                \"InspectionReceivedDate\": \"\",\n                \"InspectionSignedBy\": \"\",\n                \"FiscalYearText\": \"\",\n                \"OccupancyIdId\": 0,\n                \"InspectionTypeId\": 0,\n                \"InspectorId\": 0,\n                \"InspectionTypeText\": \"\",\n                \"InspectionAccountId\": 0,\n                \"InspectionRequireEntry\": true,\n                \"InspectionCategoryText\": \"\",\n                \"InspectionStatusId\": 0,\n                \"InspectionTemplateId\": 0,\n                \"InspectionNumberOfUnits\": 0,\n                \"InspectionNote\": \"\",\n                \"InspectionReviewTime\": 0,\n                \"InspectionFee\": 0,\n                \"InspectionSqft\": 0,\n                \"InspectionTemplateText\": \"\",\n                \"InspectionIsVacant\": true,\n                \"ComplexInspectionId\": null,\n                \"InspectionNeedsApproval\": true,\n                \"InspectionAccountText\": \"\",\n                \"ClientPropertyId\": \"\"\n            }\n        ]\n    }\n}\n\n</code></pre>\n<p>The valid values for Inspection Status Id Array are as follows:</p>\n<ul>\n<li><p>1 (Not Assigned)</p>\n</li>\n<li><p>2 (Not Completed or Scheduled)</p>\n</li>\n<li><p>3 (Completed)</p>\n</li>\n<li><p>4 (In progress)</p>\n</li>\n<li><p>5 (Closed Out)</p>\n</li>\n<li><p>Return an empty array to return all statuses</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Inspection","GetCommercialOccupancyInspection"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"ba9c198e-ff38-4d36-898f-c7b18ec27f53","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 319350\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetCommercialOccupancyInspection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 21:43:35 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"Result\": [\n            {\n                \"PreviousInspectionId\": 0,\n                \"InspectionReportSent\": true,\n                \"InspectionStartDate\": null,\n                \"FiscalYearId\": 5160,\n                \"InspectionCategoryId\": 1,\n                \"ContactId\": 410964,\n                \"InspectionSeriesId\": 773814,\n                \"InspectionStatusText\": \"Completed Inspection\",\n                \"InspectionBillingYear\": null,\n                \"InspectionCompletedDate\": \"2019-11-05T22:57:38.083\",\n                \"InspectionNumber\": 0,\n                \"InspectionId\": 773814,\n                \"InspectionTime\": 122,\n                \"ComplexId\": null,\n                \"InspectorFirstName\": \"Mark\",\n                \"InspectionTotalFee\": 0,\n                \"InspectionScheduledDate\": \"2019-11-05T00:00:00\",\n                \"InspectionDeleted\": false,\n                \"TenantId\": 1687,\n                \"InspectorLastName\": \"Jones\",\n                \"InspectionApprovalUserAccountId\": 0,\n                \"InspectionOriginalScheduledDate\": \"2019-11-05T00:00:00\",\n                \"InspectionComplexResponsible\": false,\n                \"InspectionReceivedDate\": null,\n                \"InspectionSignedBy\": \"M G\",\n                \"FiscalYearText\": \"2019\",\n                \"OccupancyIdId\": 319350,\n                \"InspectionTypeId\": 110412,\n                \"InspectorId\": 114,\n                \"InspectionTypeText\": \"01 - Annual Inspection\",\n                \"InspectionAccountId\": 7502,\n                \"InspectionRequireEntry\": true,\n                \"InspectionCategoryText\": \"Single Occupancy Walk-in Inspections\",\n                \"InspectionStatusId\": 3,\n                \"InspectionTemplateId\": 1306,\n                \"InspectionNumberOfUnits\": 0,\n                \"InspectionNote\": \"\",\n                \"InspectionReviewTime\": 10,\n                \"InspectionFee\": 0,\n                \"InspectionSqft\": null,\n                \"InspectionTemplateText\": \"Annual Fire Inspection\",\n                \"InspectionIsVacant\": false,\n                \"ComplexInspectionId\": null,\n                \"InspectionNeedsApproval\": false,\n                \"InspectionAccountText\": \"Station One\",\n                \"ClientPropertyId\": \"319350\"\n            }           }\n        ]\n    }\n}"}],"_postman_id":"2654d7eb-9879-4c26-88a9-72379f4fad6c"},{"name":"Get Commercial Occupancy Inspections By Date","event":[{"listen":"prerequest","script":{"id":"4fa6b7a2-5cf1-4482-881c-a09c88e4f82c","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"621f40fb-01ed-444e-a751-04d64ff0f5fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"Request\": {\r\n    \"StartDate\": \"{{DateFrom}}\",\r\n    \"EndDate\": \"{{DateTo}}\",\r\n    \"InspectionStatusId\": [\r\n      3\r\n    ]\r\n  }\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetCommercialOccupancyInspectionsByDate","description":"<h1 id=\"get-commercial-occupancy-inspections-by-date\">Get Commercial Occupancy Inspections By Date</h1>\n<p>This endpoint allows you to retrieve commercial occupancy inspections within a specified date range.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>outputtype</code>: The format in which the output is required (e.g. \"Json\").</p>\n</li>\n<li><p><code>Request</code>: The request object containing:</p>\n<ul>\n<li><p><code>StartDate</code>: The start date for the inspections (e.g. \"{{DateFrom}}\").</p>\n</li>\n<li><p><code>EndDate</code>: The end date for the inspections (e.g. \"{{DateTo}}\").</p>\n</li>\n<li><p><code>InspectionStatusId</code>: An array of inspection status IDs to filter the inspections (e.g. [3]).</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>The response will include:</p>\n<ul>\n<li><p><code>Done</code>: Indicates the completion status of the API response.</p>\n</li>\n<li><p><code>API Response</code>: Contains the description, error code, status, and message of the API response.</p>\n</li>\n<li><p><code>CommercialOccupancyInspections</code>: An array of commercial occupancy inspections, each containing detailed information such as inspection ID, status, completion date, inspector details, and more.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<p>Example response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"CommercialOccupancyInspections\": [\n      {\n        \"InspectionNeedsApproval\": true,\n        \"InspectionCategoryId\": 0,\n        \"FiscalYearId\": 0,\n        \"InspectionId\": 0,\n        \"InspectionNote\": \"\",\n        ...\n        // Additional inspection details\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Inspection","GetCommercialOccupancyInspectionsByDate"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"b82537b2-27f9-4ad7-95b1-3abac1aef9f1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"Request\": {\r\n    \"StartDate\": \"{{DateFrom}}\",\r\n    \"EndDate\": \"{{DateTo}}\",\r\n    \"InspectionStatusId\": [\r\n      3\r\n    ]\r\n  }\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetCommercialOccupancyInspectionsByDate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 21:46:16 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"CommercialOccupancyInspections\": [\n            {\n                \"InspectionNeedsApproval\": false,\n                \"InspectionCategoryId\": 7,\n                \"FiscalYearId\": 5163,\n                \"InspectionId\": 2024497,\n                \"InspectionNote\": \"\",\n                \"InspectionFee\": 0,\n                \"InspectionReviewTime\": 7,\n                \"InspectorFirstName\": null,\n                \"ClientPropertyId\": \"315091\",\n                \"InspectionAccountText\": \"Station Two\",\n                \"InspectorId\": null,\n                \"InspectionTemplateId\": 1306,\n                \"OccupancyIdId\": 321063,\n                \"InspectionCompletedDate\": null,\n                \"InspectionSqft\": null,\n                \"InspectionStatusId\": 2,\n                \"InspectionReceivedDate\": \"2023-07-11T12:04:54.877\",\n                \"InspectionSeriesId\": 2024492,\n                \"InspectionReportSent\": false,\n                \"ComplexId\": null,\n                \"InspectorLastName\": null,\n                \"InspectionAccountId\": 7503,\n                \"ComplexInspectionId\": null,\n                \"FiscalYearText\": \"2022\",\n                \"InspectionTypeId\": null,\n                \"InspectionScheduledDate\": \"2024-03-21T00:00:00\",\n                \"InspectionTypeText\": null,\n                \"InspectionNumber\": 1,\n                \"PreviousInspectionId\": 2024492,\n                \"BillingYearText\": \"2022\",\n                \"InspectionSignedBy\": \"\",\n                \"InspectionStatusText\": \"Not Completed Inspection\",\n                \"InspectionTemplateText\": \"Annual Fire Inspection\",\n                \"ContactId\": 429048,\n                \"InspectionNumberOfUnits\": 0,\n                \"InspectionTotalFee\": 0,\n                \"InspectionTime\": 13,\n                \"InspectionCategoryText\": \"Walk in/Self Cert inspection\",\n                \"InspectionComplexResponsible\": false,\n                \"InspectionOriginalScheduledDate\": \"2023-08-10T00:00:00\",\n                \"InspectionApprovalUserAccountId\": 0,\n                \"TenantId\": 1687,\n                \"InspectionIsVacant\": false,\n                \"InspectionDeleted\": false,\n                \"InspectionStartDate\": \"2023-07-17T14:27:26.707\",\n                \"InspectionRequireEntry\": true\n            }           }\n        ]\n    }\n}"}],"_postman_id":"621f40fb-01ed-444e-a751-04d64ff0f5fa"},{"name":"Get Complex Inspection","event":[{"listen":"prerequest","script":{"id":"df7d2e74-cb87-4bc6-8631-4c33376ab886","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"551197f2-31fa-47ca-a6ad-3a8757a09e42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"InspectionId\": 2098832\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetComplexInspection","description":"<h3 id=\"get-complex-inspection\">Get Complex Inspection</h3>\n<p>This endpoint allows you to retrieve complex inspection details.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>outputtype (string) - The type of output required.</p>\n</li>\n<li><p>InspectionId (number) - The ID of the inspection.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"ComplexInspectionList\": [\n      {\n        \"PreviousInspectionId\": 0,\n        \"ComplexId\": 0,\n        \"InspectionScheduled\": \"\",\n        \"InspectionFee\": 0,\n        \"InspectionCompleted\": \"\",\n        \"InspectorId\": 0,\n        \"InspectionNumberOfUnits\": 0,\n        \"InspectionAccountText\": \"\",\n        \"InspectionStatusText\": \"\",\n        \"InspectionAccountId\": 0,\n        \"InspectionSeriesId\": 0,\n        \"InvoiceTotalFee\": null,\n        \"InspectionBillingYear\": \"\",\n        \"InspectionReceived\": \"\",\n        \"InspectionStatusId\": 0,\n        \"ContactId\": 0,\n        \"FiscalYearId\": 0,\n        \"TenantId\": 0,\n        \"InspectionDeleted\": true,\n        \"InspectionId\": 0,\n        \"InspectionNote\": \"\",\n        \"InspectionNumber\": 0,\n        \"FiscalYearText\": \"\",\n        \"InspectorLastName\": \"\",\n        \"InspectorFirstName\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Inspection","GetComplexInspection"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"8045be25-ef53-4c1b-a2cb-72d1be4d6eb9","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"InspectionId\": 2098832\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetComplexInspection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 21:50:11 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ComplexInspectionList\": [\n            {\n                \"PreviousInspectionId\": 2098814,\n                \"ComplexId\": 3113,\n                \"InspectionScheduled\": \"2023-11-11T08:00:46.04\",\n                \"InspectionFee\": 0,\n                \"InspectionCompleted\": \"2024-03-12T07:36:40.257\",\n                \"InspectorId\": 114,\n                \"InspectionNumberOfUnits\": 0,\n                \"InspectionAccountText\": \"Station One\",\n                \"InspectionStatusText\": \"Completed Inspection\",\n                \"InspectionAccountId\": 7502,\n                \"InspectionSeriesId\": 2098814,\n                \"InvoiceTotalFee\": null,\n                \"InspectionBillingYear\": \"2023\",\n                \"InspectionReceived\": \"2023-10-12T08:00:46.04\",\n                \"InspectionStatusId\": 3,\n                \"ContactId\": 888151,\n                \"FiscalYearId\": 5164,\n                \"TenantId\": 1687,\n                \"InspectionDeleted\": false,\n                \"InspectionId\": 2098832,\n                \"InspectionNote\": \"\",\n                \"InspectionNumber\": 1,\n                \"FiscalYearText\": \"2023\",\n                \"InspectorLastName\": \"Starr\",\n                \"InspectorFirstName\": \"Ringo\"\n            }\n        ]\n    }\n}"}],"_postman_id":"551197f2-31fa-47ca-a6ad-3a8757a09e42"},{"name":"Get Complex Inspections By Date","event":[{"listen":"prerequest","script":{"id":"f1159293-8a98-410d-a31b-b8c320014f0e","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"081f0364-57f6-4018-90d7-643a1cbcda06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"Request\": {\r\n    \"InspectionStatusId\": [\r\n      2,\r\n      3\r\n    ],\r\n    \"StartDate\": \"{{DateFrom}}\",\r\n    \"EndDate\": \"{{DateTo}}\"\r\n  }\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetComplexInspectionsByDate","description":"<h3 id=\"get-complex-inspections-by-date\">Get Complex Inspections By Date</h3>\n<p>This endpoint allows you to retrieve complex inspections based on a specified date range.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (text) - The type of output required, in this case \"Json\".</p>\n</li>\n<li><p><code>Request</code> (text) - The request object containing:</p>\n<ul>\n<li><p><code>InspectionStatusId</code> (text) - An array of inspection status IDs.</p>\n</li>\n<li><p><code>StartDate</code> (text) - The start date for the inspection search.</p>\n</li>\n<li><p><code>EndDate</code> (text) - The end date for the inspection search.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format and will include the following fields:</p>\n<ul>\n<li><p><code>Done</code> (object) - The status of the API response.</p>\n<ul>\n<li><p><code>API Response</code> (object) - Details of the API response.</p>\n<ul>\n<li><p><code>Description</code> (null) - Description of the response.</p>\n</li>\n<li><p><code>ErrorCode</code> (null) - Error code, if any.</p>\n</li>\n<li><p><code>Status</code> (number) - The status of the response.</p>\n</li>\n<li><p><code>Message</code> (text) - Any additional message related to the response.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ComplexInspectionList</code> (array) - List of complex inspections with the following properties:</p>\n<ul>\n<li><p><code>PreviousInspectionId</code> (number) - ID of the previous inspection.</p>\n</li>\n<li><p><code>ComplexId</code> (number) - ID of the complex.</p>\n</li>\n<li><p><code>InspectionScheduled</code> (text) - Scheduled date for inspection.</p>\n</li>\n<li><p><code>InspectionFee</code> (number) - Fee for the inspection.</p>\n</li>\n<li><p><code>InspectionCompleted</code> (text) - Date when the inspection was completed.</p>\n</li>\n<li><p><code>InspectorId</code> (number) - ID of the inspector.</p>\n</li>\n<li><p><code>InspectionNumberOfUnits</code> (number) - Number of units for inspection.</p>\n</li>\n<li><p><code>InspectionAccountText</code> (text) - Text related to inspection account.</p>\n</li>\n<li><p><code>InspectionStatusText</code> (text) - Text related to inspection status.</p>\n</li>\n<li><p><code>InspectionAccountId</code> (number) - ID of the inspection account.</p>\n</li>\n<li><p><code>InspectionSeriesId</code> (number) - ID of the inspection series.</p>\n</li>\n<li><p><code>InvoiceTotalFee</code> (null) - Total fee in the invoice.</p>\n</li>\n<li><p><code>InspectionBillingYear</code> (text) - Billing year for the inspection.</p>\n</li>\n<li><p><code>InspectionReceived</code> (text) - Date when the inspection was received.</p>\n</li>\n<li><p><code>InspectionStatusId</code> (number) - ID of the inspection status.</p>\n</li>\n<li><p><code>ContactId</code> (number) - ID of the contact.</p>\n</li>\n<li><p><code>FiscalYearId</code> (number) - ID of the fiscal year.</p>\n</li>\n<li><p><code>TenantId</code> (number) - ID of the tenant.</p>\n</li>\n<li><p><code>InspectionDeleted</code> (boolean) - Indicates if the inspection is deleted.</p>\n</li>\n<li><p><code>InspectionId</code> (number) - ID of the inspection.</p>\n</li>\n<li><p><code>InspectionNote</code> (text) - Note related to the inspection.</p>\n</li>\n<li><p><code>InspectionNumber</code> (number) - Inspection number.</p>\n</li>\n<li><p><code>FiscalYearText</code> (text) - Text related to fiscal year.</p>\n</li>\n<li><p><code>InspectorLastName</code> (text) - Last name of the inspector.</p>\n</li>\n<li><p><code>InspectorFirstName</code> (text) - First name of the inspector.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"ComplexInspectionList\": [\n      {\n        \"PreviousInspectionId\": 0,\n        \"ComplexId\": 0,\n        \"InspectionScheduled\": \"\",\n        \"InspectionFee\": 0,\n        \"InspectionCompleted\": \"\",\n        \"InspectorId\": 0,\n        \"InspectionNumberOfUnits\": 0,\n        \"InspectionAccountText\": \"\",\n        \"InspectionStatusText\": \"\",\n        \"InspectionAccountId\": 0,\n        \"InspectionSeriesId\": 0,\n        \"InvoiceTotalFee\": null,\n        \"InspectionBillingYear\": \"\",\n        \"InspectionReceived\": \"\",\n        \"InspectionStatusId\": 0,\n        \"ContactId\": 0,\n        \"FiscalYearId\": 0,\n        \"TenantId\": 0,\n        \"InspectionDeleted\": true,\n        \"InspectionId\": 0,\n        \"InspectionNote\": \"\",\n        \"InspectionNumber\": 0,\n        \"FiscalYearText\": \"\",\n        \"InspectorLastName\": \"\",\n        \"InspectorFirstName\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Inspection","GetComplexInspectionsByDate"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"45355d3c-aa29-4a70-8c6e-dc51c6719ef4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"Request\": {\r\n    \"InspectionStatusId\": [\r\n      2,\r\n      3\r\n    ],\r\n    \"StartDate\": \"{{DateFrom}}\",\r\n    \"EndDate\": \"{{DateTo}}\"\r\n  }\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetComplexInspectionsByDate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 21:28:23 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ComplexInspectionList\": [\n            {\n                \"PreviousInspectionId\": 1831561,\n                \"ComplexId\": 2899,\n                \"InspectionScheduled\": \"2023-02-11T15:57:32.397\",\n                \"InspectionFee\": 0,\n                \"InspectionCompleted\": \"2024-04-18T12:59:16.84\",\n                \"InspectorId\": 5499,\n                \"InspectionNumberOfUnits\": 0,\n                \"InspectionAccountText\": \"noneill\",\n                \"InspectionStatusText\": \"Completed Inspection\",\n                \"InspectionAccountId\": 7523,\n                \"InspectionSeriesId\": 1831561,\n                \"InvoiceTotalFee\": 0,\n                \"InspectionBillingYear\": \"2023\",\n                \"InspectionReceived\": \"2023-01-12T15:57:32.397\",\n                \"InspectionStatusId\": 3,\n                \"ContactId\": 882106,\n                \"FiscalYearId\": 8522,\n                \"TenantId\": 1736,\n                \"InspectionDeleted\": false,\n                \"InspectionId\": 1838027,\n                \"InspectionNote\": \"\",\n                \"InspectionNumber\": 1,\n                \"FiscalYearText\": \"2023\",\n                \"InspectorLastName\": \"Smith\",\n                \"InspectorFirstName\": \"Joe\"\n            }           }\n        ]\n    }\n}"}],"_postman_id":"081f0364-57f6-4018-90d7-643a1cbcda06"},{"name":"Get Complex Inspections","event":[{"listen":"prerequest","script":{"id":"eaf448d3-4d92-45cd-ac94-9937fdfd22c7","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0f7a4cd3-08e1-4363-abfb-64ac64bc6a44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"Request\": {\r\n    \"ComplexId\": 0,\r\n    \"InspectionSeriesId\": 0,\r\n    \"InspectionStatusId\": [\r\n      0,\r\n      0\r\n    ],\r\n    \"FiscalYearId\": 0,\r\n    \"IsDeleted\": false\r\n  }\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetComplexInspections","description":"<h3 id=\"get-complex-inspections\">Get Complex Inspections</h3>\n<p>This endpoint is used to retrieve complex inspections based on the provided parameters.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (string) - The type of output required.</p>\n</li>\n<li><p><code>Request</code> (object)</p>\n<ul>\n<li><p><code>ComplexId</code> (number) - The ID of the complex for which inspections are to be retrieved.</p>\n</li>\n<li><p><code>InspectionSeriesId</code> (number) - The ID of the inspection series.</p>\n</li>\n<li><p><code>InspectionStatusId</code> (array) - An array of inspection status IDs.</p>\n</li>\n<li><p><code>FiscalYearId</code> (number) - The fiscal year ID.</p>\n</li>\n<li><p><code>IsDeleted</code> (boolean) - Indicates if the inspection is deleted or not.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"ComplexInspectionList\": [\n      {\n        \"PreviousInspectionId\": 0,\n        \"ComplexId\": 0,\n        \"InspectionScheduled\": \"\",\n        \"InspectionFee\": 0,\n        \"InspectionCompleted\": \"\",\n        \"InspectorId\": 0,\n        \"InspectionNumberOfUnits\": 0,\n        \"InspectionAccountText\": \"\",\n        \"InspectionStatusText\": \"\",\n        \"InspectionAccountId\": 0,\n        \"InspectionSeriesId\": 0,\n        \"InvoiceTotalFee\": 0,\n        \"InspectionBillingYear\": \"\",\n        \"InspectionReceived\": \"\",\n        \"InspectionStatusId\": 0,\n        \"ContactId\": 0,\n        \"FiscalYearId\": 0,\n        \"TenantId\": 0,\n        \"InspectionDeleted\": true,\n        \"InspectionId\": 0,\n        \"InspectionNote\": \"\",\n        \"InspectionNumber\": 0,\n        \"FiscalYearText\": \"\",\n        \"InspectorLastName\": \"\",\n        \"InspectorFirstName\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Inspection","GetComplexInspections"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"75837134-ecf9-4989-9ad4-2f927ec42e09","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"Request\": {\r\n    \"ComplexId\": 2899,\r\n    \"InspectionSeriesId\": 0,\r\n    \"InspectionStatusId\": [\r\n      2,\r\n      3\r\n    ],\r\n    \"FiscalYearId\": 0,\r\n    \"IsDeleted\": false\r\n  }\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetComplexInspections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 21:31:31 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ComplexInspectionList\": [\n            {\n                \"PreviousInspectionId\": 0,\n                \"ComplexId\": 2899,\n                \"InspectionScheduled\": \"2022-01-31T00:00:00\",\n                \"InspectionFee\": 0,\n                \"InspectionCompleted\": \"2022-01-13T15:00:56.077\",\n                \"InspectorId\": 5489,\n                \"InspectionNumberOfUnits\": 0,\n                \"InspectionAccountText\": \"account\",\n                \"InspectionStatusText\": \"Completed Inspection\",\n                \"InspectionAccountId\": 7522,\n                \"InspectionSeriesId\": 1519611,\n                \"InvoiceTotalFee\": 181,\n                \"InspectionBillingYear\": \"2022\",\n                \"InspectionReceived\": \"2022-01-03T21:05:37.687\",\n                \"InspectionStatusId\": 3,\n                \"ContactId\": 836000,\n                \"FiscalYearId\": 8521,\n                \"TenantId\": 1736,\n                \"InspectionDeleted\": false,\n                \"InspectionId\": 1519611,\n                \"InspectionNote\": \"\",\n                \"InspectionNumber\": 0,\n                \"FiscalYearText\": \"2022\",\n                \"InspectorLastName\": \"Smith\",\n                \"InspectorFirstName\": \"Joe\"\n            }           }\n        ]\n    }\n}"}],"_postman_id":"0f7a4cd3-08e1-4363-abfb-64ac64bc6a44"}],"id":"fdfb1ad8-e931-4020-ace6-bca31c4cd3fc","description":"<p>Method endpoints for Commercial and Building Complex inspections.</p>\n","_postman_id":"fdfb1ad8-e931-4020-ace6-bca31c4cd3fc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Permits","item":[],"id":"b0a67b4d-a67d-43bc-957f-7b8cf17ce341","description":"<p>Method endpoints for Commercial Occupancy permits.</p>\n<p>Currently under construction.</p>\n","_postman_id":"b0a67b4d-a67d-43bc-957f-7b8cf17ce341","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Risk Management","item":[{"name":"Backup Power Systems","item":[{"name":"Get BackupPowerSystems","event":[{"listen":"prerequest","script":{"id":"b01af7d0-adb5-4a84-85e5-792084151940","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"a88b3bb0-250a-4be4-be8f-9d92041e188a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetBackupsPowerSystems","description":"<h3 id=\"post-sligeneralapiriskgetbackupspowersystems\">POST /SLI/GeneralAPI/Risk/GetBackupsPowerSystems</h3>\n<p>This endpoint is used to retrieve backup power systems related information.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (text, required): The type of output, in this case \"Json\".</p>\n</li>\n<li><p><code>IsDeleted</code> (text, required): Indicates whether the backup power system is deleted, in this case \"false\".</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and follows the schema below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"Done\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"API Response\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"Description\": { \"type\": \"null\" },\n            \"ErrorCode\": { \"type\": \"null\" },\n            \"Status\": { \"type\": \"number\" },\n            \"Message\": { \"type\": \"string\" }\n          }\n        },\n        \"BackupPowerList\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"BackupPowerTransferTypeCode\": { \"type\": \"string\" },\n              \"BackupPowerTypeText\": { \"type\": \"string\" },\n              \"BackupPowerFuelTypeCode\": { \"type\": \"string\" },\n              \"BackupPowerFuelTypeText\": { \"type\": \"string\" },\n              \"BackupPowerTypeCode\": { \"type\": \"string\" },\n              \"BackupPowerId\": { \"type\": \"number\" },\n              \"BackupPowerTransferTypeText\": { \"type\": \"string\" },\n              \"BackupPowerNote\": { \"type\": \"string\" },\n              \"OccupancyId\": { \"type\": \"number\" },\n              \"BackupPowerDeleted\": { \"type\": \"boolean\" },\n              \"TenantId\": { \"type\": \"number\" },\n              \"BackupPowerText\": { \"type\": \"string\" }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Risk","GetBackupsPowerSystems"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"082a8e58-4b6d-4b9f-bc09-f9ce3e254abb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetBackupsPowerSystems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 20:44:47 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"BackupPowerList\": [\n            {\n                \"BackupPowerTransferTypeCode\": \"UNIN\",\n                \"BackupPowerTypeText\": \"GEN - Generator\",\n                \"BackupPowerFuelTypeCode\": \"DIESEL\",\n                \"BackupPowerFuelTypeText\": \"DIESEL - Diesel Fuel\",\n                \"BackupPowerTypeCode\": \"GEN\",\n                \"BackupPowerId\": 7,\n                \"BackupPowerTransferTypeText\": \"UNIN - Uninterrupted Transfer\",\n                \"BackupPowerNote\": \"NE corner\",\n                \"OccupancyId\": 140217,\n                \"BackupPowerDeleted\": false,\n                \"TenantId\": 10,\n                \"BackupPowerText\": \"Generator\"\n            }           }\n        ]\n    }\n}"}],"_postman_id":"a88b3bb0-250a-4be4-be8f-9d92041e188a"},{"name":"Get BackupPowerSystem","event":[{"listen":"prerequest","script":{"id":"850c2d06-0a84-4db0-886d-f8ff68d49b39","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1532522c-cb54-4bd5-9964-c21379525560","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 140217\r\n}"},"url":"https://process.firerecoveryusa.comPrimary/restapi//SLI/GeneralAPI/Risk/GetBackupPowerSystem","description":"<h3 id=\"get-backup-power-system\">Get Backup Power System</h3>\n<p>This API endpoint makes an HTTP POST request to retrieve backup power system information.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (text): Specifies the type of output required.</p>\n</li>\n<li><p><code>OccupancyId</code> (text): The ID of the occupancy for which backup power system information is requested.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>The API returns a JSON object with the following structure:</p>\n<ul>\n<li><p><code>Done</code> (object)</p>\n<ul>\n<li><p><code>API Response</code> (object)</p>\n<ul>\n<li><p><code>Description</code> (null): Description of the API response.</p>\n</li>\n<li><p><code>ErrorCode</code> (null): Error code, if any.</p>\n</li>\n<li><p><code>Status</code> (0): Status of the response.</p>\n</li>\n<li><p><code>Message</code> (\"\"): Additional message, if any.</p>\n</li>\n</ul>\n</li>\n<li><p><code>BackupPowerList</code> (array)</p>\n<ul>\n<li><p><code>BackupPowerTransferTypeCode</code> (string): Code for backup power transfer type.</p>\n</li>\n<li><p><code>BackupPowerTypeText</code> (string): Text description of backup power type.</p>\n</li>\n<li><p><code>BackupPowerFuelTypeCode</code> (string): Code for backup power fuel type.</p>\n</li>\n<li><p><code>BackupPowerFuelTypeText</code> (string): Text description of backup power fuel type.</p>\n</li>\n<li><p><code>BackupPowerTypeCode</code> (string): Code for backup power type.</p>\n</li>\n<li><p><code>BackupPowerId</code> (number): ID of the backup power system.</p>\n</li>\n<li><p><code>BackupPowerTransferTypeText</code> (string): Text description of backup power transfer type.</p>\n</li>\n<li><p><code>BackupPowerNote</code> (string): Additional notes for the backup power system.</p>\n</li>\n<li><p><code>OccupancyId</code> (number): ID of the occupancy.</p>\n</li>\n<li><p><code>BackupPowerDeleted</code> (boolean): Indicates if the backup power system is deleted.</p>\n</li>\n<li><p><code>TenantId</code> (number): ID of the tenant.</p>\n</li>\n<li><p><code>BackupPowerText</code> (string): Text description of the backup power system.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"BackupPowerList\": [\n      {\n        \"BackupPowerTransferTypeCode\": \"\",\n        \"BackupPowerTypeText\": \"\",\n        \"BackupPowerFuelTypeCode\": \"\",\n        \"BackupPowerFuelTypeText\": \"\",\n        \"BackupPowerTypeCode\": \"\",\n        \"BackupPowerId\": 0,\n        \"BackupPowerTransferTypeText\": \"\",\n        \"BackupPowerNote\": \"\",\n        \"OccupancyId\": 0,\n        \"BackupPowerDeleted\": true,\n        \"TenantId\": 0,\n        \"BackupPowerText\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["restapi","","SLI","GeneralAPI","Risk","GetBackupPowerSystem"],"host":["process","firerecoveryusa","comPrimary"],"query":[],"variable":[]}},"response":[{"id":"f2bd1e49-4610-476d-851f-1c58bb49104a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 140217\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetBackupPowerSystem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 20:46:03 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"BackupPowerList\": [\n            {\n                \"BackupPowerTransferTypeCode\": \"UNIN\",\n                \"BackupPowerTypeText\": \"GEN - Generator\",\n                \"BackupPowerFuelTypeCode\": \"DIESEL\",\n                \"BackupPowerFuelTypeText\": \"DIESEL - Diesel Fuel\",\n                \"BackupPowerTypeCode\": \"GEN\",\n                \"BackupPowerId\": 7,\n                \"BackupPowerTransferTypeText\": \"UNIN - Uninterrupted Transfer\",\n                \"BackupPowerNote\": \"NE corner\",\n                \"OccupancyId\": 140217,\n                \"BackupPowerDeleted\": false,\n                \"TenantId\": 10,\n                \"BackupPowerText\": \"Generator\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1532522c-cb54-4bd5-9964-c21379525560"}],"id":"008f381e-af85-446c-82c4-f7e23524baac","description":"<p>Method endpoints for Commercial Occupancy Backup Power Systems.</p>\n","_postman_id":"008f381e-af85-446c-82c4-f7e23524baac","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Building System","item":[{"name":"Get Building Systems","event":[{"listen":"prerequest","script":{"id":"60722b57-b895-470b-9c20-fc36ca3c5e28","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"ab488fcb-e2be-475a-b43c-4ca20ccab330","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetBuildingSystems","description":"<h2 id=\"get-building-systems\">Get Building Systems</h2>\n<p>This endpoint is used to retrieve a list of building systems.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: POST</p>\n</li>\n<li><p>URL: <code>https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetBuildingSystems</code></p>\n</li>\n<li><p>Body:</p>\n<ul>\n<li><p><code>outputtype</code> (text): The type of output required, in this case, \"Json\".</p>\n</li>\n<li><p><code>IsDeleted</code> (text): Indicates whether the building system is deleted, in this case, \"false\".</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"BuildingSystemList\": [\n      {\n        \"BuildingSystemText\": \"\",\n        \"BuildingSystemTypeId\": 0,\n        \"BuildingSystemTypeText\": \"\",\n        \"BuildingSystemId\": 0,\n        \"BuildingSystemInformationNote\": \"\",\n        \"BuildingSystemOperationNote\": \"\",\n        \"TenantId\": 0,\n        \"BuildingSystemDeleted\": true,\n        \"OccupancyId\": 0\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Risk","GetBuildingSystems"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"b5aedc45-fb4f-4771-bea2-0f832ac8d486","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetBuildingSystems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 20:50:56 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"BuildingSystemList\": [\n            {\n                \"BuildingSystemText\": \"AED\",\n                \"BuildingSystemTypeId\": 34,\n                \"BuildingSystemTypeText\": \"AED\",\n                \"BuildingSystemId\": 14170,\n                \"BuildingSystemInformationNote\": \"Located inside classroom on northwall\",\n                \"BuildingSystemOperationNote\": \"\",\n                \"TenantId\": 10,\n                \"BuildingSystemDeleted\": false,\n                \"OccupancyId\": 30366\n            }           }\n        ]\n    }\n}"}],"_postman_id":"ab488fcb-e2be-475a-b43c-4ca20ccab330"},{"name":"Get Building System","event":[{"listen":"prerequest","script":{"id":"1eebffc6-c7cb-4eb4-b716-af7b8708ca96","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"819d1129-b03c-458c-bc18-36aa0f174340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 30366\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetBuildingSystem","description":"<h3 id=\"get-building-system\">Get Building System</h3>\n<p>This endpoint is used to retrieve building system information based on the provided occupancy ID.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (text): The type of output required, in this case, it is \"Json\".</p>\n</li>\n<li><p><code>OccupancyId</code> (text): The ID of the occupancy for which the building system information is requested.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>Done</code> (object)</p>\n<ul>\n<li><p><code>API Response</code> (object)</p>\n<ul>\n<li><p><code>Description</code> (text): Description of the response.</p>\n</li>\n<li><p><code>ErrorCode</code> (text): Error code, if any.</p>\n</li>\n<li><p><code>Status</code> (number): Status of the response.</p>\n</li>\n<li><p><code>Message</code> (text): Additional message, if any.</p>\n</li>\n</ul>\n</li>\n<li><p><code>BuildingSystemList</code> (array)</p>\n<ul>\n<li><p><code>BuildingSystemText</code> (text): Text related to the building system.</p>\n</li>\n<li><p><code>BuildingSystemTypeId</code> (number): ID of the building system type.</p>\n</li>\n<li><p><code>BuildingSystemTypeText</code> (text): Text related to the building system type.</p>\n</li>\n<li><p><code>BuildingSystemId</code> (number): ID of the building system.</p>\n</li>\n<li><p><code>BuildingSystemInformationNote</code> (text): Note related to building system information.</p>\n</li>\n<li><p><code>BuildingSystemOperationNote</code> (text): Note related to building system operation.</p>\n</li>\n<li><p><code>TenantId</code> (number): ID of the tenant.</p>\n</li>\n<li><p><code>BuildingSystemDeleted</code> (boolean): Indicates if the building system is deleted.</p>\n</li>\n<li><p><code>OccupancyId</code> (number): ID of the occupancy.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example\">Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"BuildingSystemList\": [\n            {\n                \"BuildingSystemText\": \"\",\n                \"BuildingSystemTypeId\": 0,\n                \"BuildingSystemTypeText\": \"\",\n                \"BuildingSystemId\": 0,\n                \"BuildingSystemInformationNote\": \"\",\n                \"BuildingSystemOperationNote\": \"\",\n                \"TenantId\": 0,\n                \"BuildingSystemDeleted\": true,\n                \"OccupancyId\": 0\n            }\n        ]\n    }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Risk","GetBuildingSystem"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"e9cdc0a1-2712-4527-ae60-ada15f961752","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 30366\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetBuildingSystem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 20:52:39 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"BuildingSystemList\": [\n            {\n                \"BuildingSystemText\": \"AED\",\n                \"BuildingSystemTypeId\": 34,\n                \"BuildingSystemTypeText\": \"AED\",\n                \"BuildingSystemId\": 14170,\n                \"BuildingSystemInformationNote\": \"Located inside classroom on northwall\",\n                \"BuildingSystemOperationNote\": \"\",\n                \"TenantId\": 10,\n                \"BuildingSystemDeleted\": false,\n                \"OccupancyId\": 30366\n            }\n        ]\n    }\n}"}],"_postman_id":"819d1129-b03c-458c-bc18-36aa0f174340"}],"id":"1c3691ce-bd3f-4712-bb9d-d2c3be126d0b","description":"<p>Method endpoints for Commercial Occupancy Building Systems.</p>\n","_postman_id":"1c3691ce-bd3f-4712-bb9d-d2c3be126d0b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Access","item":[{"name":"Get Department Accesses","event":[{"listen":"prerequest","script":{"id":"aebabfdd-424c-4e7e-bbeb-63d210b3d2ae","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d00bb143-1574-4985-9088-bd1954dd23d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetDepartmentAccesses","description":"<h3 id=\"get-department-accesses\">Get Department Accesses</h3>\n<p>This endpoint makes an HTTP POST request to retrieve department accesses. The request body should be sent in JSON format.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (string): Specifies the type of output required.</p>\n</li>\n<li><p><code>IsDeleted</code> (boolean): Indicates whether the department access is deleted or not.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<p>Example request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"outputtype\": \"Json\",\n    \"IsDeleted\": false\n}\n\n</code></pre>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>Done</code> (object)</p>\n<ul>\n<li><p><code>API Response</code> (object)</p>\n<ul>\n<li><p><code>Description</code> (string): Description of the API response.</p>\n</li>\n<li><p><code>ErrorCode</code> (string): Error code, if any.</p>\n</li>\n<li><p><code>Status</code> (integer): Status of the response.</p>\n</li>\n<li><p><code>Message</code> (string): Additional message, if any.</p>\n</li>\n</ul>\n</li>\n<li><p><code>DepartmentAccessList</code> (array)</p>\n<ul>\n<li><p><code>TenantId</code> (integer): ID of the tenant.</p>\n</li>\n<li><p><code>DepartmentAccessText</code> (string): Text for department access.</p>\n</li>\n<li><p><code>DepartmentAccessNote</code> (string): Note for department access.</p>\n</li>\n<li><p><code>DepartmentAccessEntryCode</code> (string): Entry code for department access.</p>\n</li>\n<li><p><code>OccupancyId</code> (integer): ID of the occupancy.</p>\n</li>\n<li><p><code>DepartmentAccessDeleted</code> (boolean): Indicates whether the department access is deleted.</p>\n</li>\n<li><p><code>DepartmentAccessId</code> (integer): ID of the department access.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Example response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"DepartmentAccessList\": [\n            {\n                \"TenantId\": 0,\n                \"DepartmentAccessText\": \"\",\n                \"DepartmentAccessNote\": \"\",\n                \"DepartmentAccessEntryCode\": \"\",\n                \"OccupancyId\": 0,\n                \"DepartmentAccessDeleted\": true,\n                \"DepartmentAccessId\": 0\n            }\n        ]\n    }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Risk","GetDepartmentAccesses"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"4f1b00c4-046f-49d1-8d0d-b22542179272","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetDepartmentAccesses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 20:55:19 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"DepartmentAccessList\": [\n            {\n                \"TenantId\": 10,\n                \"DepartmentAccessText\": \"Knox Box\",\n                \"DepartmentAccessNote\": \"Department Access Notes\",\n                \"DepartmentAccessEntryCode\": \"212233\",\n                \"OccupancyId\": 32067,\n                \"DepartmentAccessDeleted\": false,\n                \"DepartmentAccessId\": 2096\n            }           }\n        ]\n    }\n}"}],"_postman_id":"d00bb143-1574-4985-9088-bd1954dd23d1"},{"name":"Get Department Access","event":[{"listen":"prerequest","script":{"id":"b815c648-f0c6-42ac-ba97-b8798d134ddd","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f2b3c908-b160-47af-8909-40663f29e8b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientId","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 32067\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetDepartmentAccess","description":"<h3 id=\"get-department-access\">Get Department Access</h3>\n<p>This endpoint allows you to retrieve department access information based on the provided OccupancyId.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (text): The type of output required, in this case, it is \"Json\".</p>\n</li>\n<li><p><code>OccupancyId</code> (text): The ID of the occupancy for which department access information is requested.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful execution, the response will include:</p>\n<ul>\n<li><p><code>Done</code> (object)</p>\n<ul>\n<li><p><code>API Response</code> (object)</p>\n<ul>\n<li><p><code>Description</code> (null): Description of the API response.</p>\n</li>\n<li><p><code>ErrorCode</code> (null): Error code, if any.</p>\n</li>\n<li><p><code>Status</code> (0): Status of the response.</p>\n</li>\n<li><p><code>Message</code> (\"\"): Any additional message.</p>\n</li>\n</ul>\n</li>\n<li><p><code>DepartmentAccessList</code> (array)</p>\n<ul>\n<li><p><code>TenantId</code> (number): ID of the tenant.</p>\n</li>\n<li><p><code>DepartmentAccessText</code> (text): Text related to department access.</p>\n</li>\n<li><p><code>DepartmentAccessNote</code> (text): Additional notes for department access.</p>\n</li>\n<li><p><code>DepartmentAccessEntryCode</code> (text): Entry code for department access.</p>\n</li>\n<li><p><code>OccupancyId</code> (number): ID of the occupancy.</p>\n</li>\n<li><p><code>DepartmentAccessDeleted</code> (boolean): Indicates if department access is deleted.</p>\n</li>\n<li><p><code>DepartmentAccessId</code> (number): ID of the department access.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>In case of an error, an appropriate error code and message will be included in the response.</p>\n<h4 id=\"example\">Example</h4>\n<p>Request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"outputtype\": \"Json\",\n  \"OccupancyId\": 32067\n}\n\n</code></pre>\n<p>Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"DepartmentAccessList\": [\n      {\n        \"TenantId\": 0,\n        \"DepartmentAccessText\": \"\",\n        \"DepartmentAccessNote\": \"\",\n        \"DepartmentAccessEntryCode\": \"\",\n        \"OccupancyId\": 0,\n        \"DepartmentAccessDeleted\": true,\n        \"DepartmentAccessId\": 0\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Risk","GetDepartmentAccess"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"88112217-6d77-4955-8dcb-0bd970f656a4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientId","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 32067\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetDepartmentAccess"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 20:56:02 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"DepartmentAccessList\": [\n            {\n                \"TenantId\": 10,\n                \"DepartmentAccessText\": \"Knox Box\",\n                \"DepartmentAccessNote\": \"Department Access Notes\",\n                \"DepartmentAccessEntryCode\": \"998877\",\n                \"OccupancyId\": 32067,\n                \"DepartmentAccessDeleted\": false,\n                \"DepartmentAccessId\": 2096\n            }\n        ]\n    }\n}"}],"_postman_id":"f2b3c908-b160-47af-8909-40663f29e8b9"}],"id":"0c4182ff-7521-4c3f-95db-80b3b35d11cb","description":"<p>Method endpoints for Commercial Occupancy Department Access.</p>\n","_postman_id":"0c4182ff-7521-4c3f-95db-80b3b35d11cb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Extinguishing","item":[{"name":"Get Extinguishing System","event":[{"listen":"prerequest","script":{"id":"66e40b9f-42c4-4510-a4ac-bbf7f2ddba0b","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0c85206c-be66-4122-a47a-8821ea94c633","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 34889,\r\n  \"IsDeleted\": false,\r\n  \"IsPortable\": false,\r\n  \"IsNonWaterBased\": false,\r\n  \"IsSprinkler\": false,\r\n  \"IsStandPipe\": false,\r\n  \"HasBackFlowPreventor\": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetExtinguishingSystem","description":"<h1 id=\"get-extinguishing-system\">Get Extinguishing System</h1>\n<p>This endpoint makes an HTTP POST request to retrieve information about the extinguishing system based on the provided occupancy ID.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p>outputtype (string) - The type of output required (e.g. Json).</p>\n</li>\n<li><p>OccupancyId (integer) - The ID of the occupancy for which the extinguishing system information is requested.</p>\n</li>\n<li><p>IsDeleted (boolean) - Indicates whether the extinguishing system is deleted.</p>\n</li>\n<li><p>IsPortable (boolean) - Indicates whether the extinguishing system is portable.</p>\n</li>\n<li><p>IsNonWaterBased (boolean) - Indicates whether the extinguishing system is non-water based.</p>\n</li>\n<li><p>IsSprinkler (boolean) - Indicates whether the extinguishing system is a sprinkler system.</p>\n</li>\n<li><p>IsStandPipe (boolean) - Indicates whether the extinguishing system has a standpipe.</p>\n</li>\n<li><p>HasBackFlowPreventor (boolean) - Indicates whether the extinguishing system has a backflow preventer.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful execution, the response will contain the following details:</p>\n<ul>\n<li><p>Status (integer) - The status of the API response.</p>\n</li>\n<li><p>Message (string) - Any additional message related to the API response.</p>\n</li>\n<li><p>ExtinguishingList (array) - An array of extinguishing system details including various attributes such as type, presence of pressure reducers, tank details, portable system details, sprinkler system details, standpipe details, backflow preventer details, etc.</p>\n</li>\n</ul>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"ExtinguishingList\": [\n            {\n                \"ExtinguishingStandPipeTypeText\": null,\n                \"ExtinguishingHasPressureReducers\": true,\n                \"ExtinguishingStandPipeTypeCode\": null,\n                \"ExtinguishingThreadTypeCode\": null,\n                \"ExtinguishingNumberOfTanks\": 0,\n                \"ExtinguishingId\": 0,\n                \"ExtinguishingTankLocation\": null,\n                \"ExtinguishingIsPortable\": true,\n                \"ExtinguishingStandPipeClassText\": null,\n                \"ExtinguishingWaterSupply\": \"\",\n                \"ExtinguishingTankPresent\": true,\n                \"ExtinguishingFDCPresent\": true,\n                \"ExtinguishingPortableTypeCode\": null,\n                \"ExtinguishingIsPartialCoverage\": true,\n                \"OccupancyId\": 0,\n                \"ExtinguishingPressureReducerNumberofFloors\": 0,\n                \"ExtinguishingNfirsTypeCode\": \"\",\n                \"ExtinguishingNumberOfHeads\": 0,\n                \"ExtinguishingNote\": \"\",\n                \"ExtinguishingDeleted\": true,\n                \"ExtinguishingIsDomestic\": true,\n                \"ExtinguishingIsStandPipe\": true,\n                \"ExtinguishingPortableSize\": 0,\n                \"ExtinguishingRiaserLocation\": \"\",\n                \"ExtinguishingStandPipeClassCode\": null,\n                \"TenantId\": 0,\n                \"ExtinguishingNfirsTypeText\": \"\",\n                \"ExtinguishingIsNonWaterBased\": true,\n                \"ExtinguishingCoversNote\": null,\n                \"ExtinguishingPortableTypeText\": null,\n                \"ExtinguishingIsSprinkler\": true,\n                \"ExtinguishingThreadTypeText\": null,\n                \"ExtinguishingHasBackFlowPreventor\": true,\n                \"ExtinguishingText\": \"\",\n                \"ExtinguishingFDCLocation\": \"\",\n                \"ExtinguishingIsMonitored\": true\n            }\n        ]\n    }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Risk","GetExtinguishingSystem"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"2efd8f1a-2acb-4d43-8550-28f269d82dca","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 34889,\r\n  \"IsDeleted\": false,\r\n  \"IsPortable\": false,\r\n  \"IsNonWaterBased\": false,\r\n  \"IsSprinkler\": false,\r\n  \"IsStandPipe\": false,\r\n  \"HasBackFlowPreventor\": false\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetExtinguishingSystem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 20:57:31 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ExtinguishingList\": [\n            {\n                \"ExtinguishingStandPipeTypeText\": null,\n                \"ExtinguishingHasPressureReducers\": false,\n                \"ExtinguishingStandPipeTypeCode\": null,\n                \"ExtinguishingThreadTypeCode\": null,\n                \"ExtinguishingNumberOfTanks\": 0,\n                \"ExtinguishingId\": 7,\n                \"ExtinguishingTankLocation\": null,\n                \"ExtinguishingIsPortable\": false,\n                \"ExtinguishingStandPipeClassText\": null,\n                \"ExtinguishingWaterSupply\": \"City of Sunrise Utilities\",\n                \"ExtinguishingTankPresent\": false,\n                \"ExtinguishingFDCPresent\": true,\n                \"ExtinguishingPortableTypeCode\": null,\n                \"ExtinguishingIsPartialCoverage\": false,\n                \"OccupancyId\": 34889,\n                \"ExtinguishingPressureReducerNumberofFloors\": 0,\n                \"ExtinguishingNfirsTypeCode\": \"1\",\n                \"ExtinguishingNumberOfHeads\": 100,\n                \"ExtinguishingNote\": \"Monitored by fire alarm panel and fire alarm company.\",\n                \"ExtinguishingDeleted\": false,\n                \"ExtinguishingIsDomestic\": true,\n                \"ExtinguishingIsStandPipe\": false,\n                \"ExtinguishingPortableSize\": 0,\n                \"ExtinguishingRiaserLocation\": \"Rear of building within riser room\",\n                \"ExtinguishingStandPipeClassCode\": null,\n                \"TenantId\": 10,\n                \"ExtinguishingNfirsTypeText\": \"1 - Wet-pipe sprinkler\",\n                \"ExtinguishingIsNonWaterBased\": false,\n                \"ExtinguishingCoversNote\": null,\n                \"ExtinguishingPortableTypeText\": null,\n                \"ExtinguishingIsSprinkler\": true,\n                \"ExtinguishingThreadTypeText\": null,\n                \"ExtinguishingHasBackFlowPreventor\": true,\n                \"ExtinguishingText\": \"Sprinkler System\",\n                \"ExtinguishingFDCLocation\": \"Southeast Corner of building within grass island\",\n                \"ExtinguishingIsMonitored\": true\n            }           }\n        ]\n    }\n}"}],"_postman_id":"0c85206c-be66-4122-a47a-8821ea94c633"},{"name":"Get Extinguishing Systems","event":[{"listen":"prerequest","script":{"id":"263d898c-7cd0-4e8f-9b8d-d06356434644","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7327a730-6088-4f8e-8702-c8f620121afe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsPortable\": false,\r\n  \"IsNonWaterBased\": false,\r\n  \"IsSprinkler\": false,\r\n  \"IsStandPipe\": false,\r\n  \"HasBackFlowPreventor\": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetExtinguishingSystems","description":"<h3 id=\"request-description\">Request Description</h3>\n<p>This endpoint makes an HTTP POST request to retrieve information about extinguishing systems. The request body should be in JSON format and include the following parameters:</p>\n<ul>\n<li><p>outputtype (string): Specifies the type of output required.</p>\n</li>\n<li><p>IsDeleted (boolean): Indicates whether the extinguishing system is deleted.</p>\n</li>\n<li><p>IsPortable (boolean): Indicates whether the extinguishing system is portable.</p>\n</li>\n<li><p>IsNonWaterBased (boolean): Indicates whether the extinguishing system is non-water based.</p>\n</li>\n<li><p>IsSprinkler (boolean): Indicates whether the extinguishing system is a sprinkler system.</p>\n</li>\n<li><p>IsStandPipe (boolean): Indicates whether the extinguishing system has a standpipe.</p>\n</li>\n<li><p>HasBackFlowPreventor (boolean): Indicates whether the extinguishing system has a backflow preventer.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is in JSON format and includes the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"ExtinguishingList\": [\n      {\n        \"ExtinguishingStandPipeTypeText\": null,\n        \"ExtinguishingHasPressureReducers\": true,\n        \"ExtinguishingStandPipeTypeCode\": null,\n        \"ExtinguishingThreadTypeCode\": null,\n        \"ExtinguishingNumberOfTanks\": 0,\n        \"ExtinguishingId\": 0,\n        \"ExtinguishingTankLocation\": null,\n        \"ExtinguishingIsPortable\": true,\n        \"ExtinguishingStandPipeClassText\": null,\n        \"ExtinguishingWaterSupply\": \"\",\n        \"ExtinguishingTankPresent\": true,\n        \"ExtinguishingFDCPresent\": true,\n        \"ExtinguishingPortableTypeCode\": null,\n        \"ExtinguishingIsPartialCoverage\": true,\n        \"OccupancyId\": 0,\n        \"ExtinguishingPressureReducerNumberofFloors\": 0,\n        \"ExtinguishingNfirsTypeCode\": \"\",\n        \"ExtinguishingNumberOfHeads\": 0,\n        \"ExtinguishingNote\": \"\",\n        \"ExtinguishingDeleted\": true,\n        \"ExtinguishingIsDomestic\": true,\n        \"ExtinguishingIsStandPipe\": true,\n        \"ExtinguishingPortableSize\": 0,\n        \"ExtinguishingRiaserLocation\": \"\",\n        \"ExtinguishingStandPipeClassCode\": null,\n        \"TenantId\": 0,\n        \"ExtinguishingNfirsTypeText\": \"\",\n        \"ExtinguishingIsNonWaterBased\": true,\n        \"ExtinguishingCoversNote\": null,\n        \"ExtinguishingPortableTypeText\": null,\n        \"ExtinguishingIsSprinkler\": true,\n        \"ExtinguishingThreadTypeText\": null,\n        \"ExtinguishingHasBackFlowPreventor\": true,\n        \"ExtinguishingText\": \"\",\n        \"ExtinguishingFDCLocation\": \"\",\n        \"ExtinguishingIsMonitored\": true\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Risk","GetExtinguishingSystems"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"8090a9b7-3fb4-428e-96a6-4ee465691866","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsPortable\": false,\r\n  \"IsNonWaterBased\": false,\r\n  \"IsSprinkler\": false,\r\n  \"IsStandPipe\": false,\r\n  \"HasBackFlowPreventor\": false\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetExtinguishingSystems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 20:58:22 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ExtinguishingList\": [\n            {\n                \"ExtinguishingStandPipeTypeText\": null,\n                \"ExtinguishingHasPressureReducers\": false,\n                \"ExtinguishingStandPipeTypeCode\": null,\n                \"ExtinguishingThreadTypeCode\": null,\n                \"ExtinguishingNumberOfTanks\": 0,\n                \"ExtinguishingId\": 7,\n                \"ExtinguishingTankLocation\": null,\n                \"ExtinguishingIsPortable\": false,\n                \"ExtinguishingStandPipeClassText\": null,\n                \"ExtinguishingWaterSupply\": \"City of Sunrise Utilities\",\n                \"ExtinguishingTankPresent\": false,\n                \"ExtinguishingFDCPresent\": true,\n                \"ExtinguishingPortableTypeCode\": null,\n                \"ExtinguishingIsPartialCoverage\": false,\n                \"OccupancyId\": 34889,\n                \"ExtinguishingPressureReducerNumberofFloors\": 0,\n                \"ExtinguishingNfirsTypeCode\": \"1\",\n                \"ExtinguishingNumberOfHeads\": 100,\n                \"ExtinguishingNote\": \"Monitored by fire alarm panel and fire alarm company.\",\n                \"ExtinguishingDeleted\": false,\n                \"ExtinguishingIsDomestic\": true,\n                \"ExtinguishingIsStandPipe\": false,\n                \"ExtinguishingPortableSize\": 0,\n                \"ExtinguishingRiaserLocation\": \"Rear of building within riser room\",\n                \"ExtinguishingStandPipeClassCode\": null,\n                \"TenantId\": 10,\n                \"ExtinguishingNfirsTypeText\": \"1 - Wet-pipe sprinkler\",\n                \"ExtinguishingIsNonWaterBased\": false,\n                \"ExtinguishingCoversNote\": null,\n                \"ExtinguishingPortableTypeText\": null,\n                \"ExtinguishingIsSprinkler\": true,\n                \"ExtinguishingThreadTypeText\": null,\n                \"ExtinguishingHasBackFlowPreventor\": true,\n                \"ExtinguishingText\": \"Sprinkler System\",\n                \"ExtinguishingFDCLocation\": \"Southeast Corner of building within grass island\",\n                \"ExtinguishingIsMonitored\": true\n            }\n        ]\n    }\n}"}],"_postman_id":"7327a730-6088-4f8e-8702-c8f620121afe"}],"id":"b660c6b8-cbfc-4676-9ce2-c93882bb01fe","description":"<p>Method endpoints for Commercial Occupancy Extinguishing Systems.</p>\n","_postman_id":"b660c6b8-cbfc-4676-9ce2-c93882bb01fe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Alarm","item":[{"name":"Get FireAlarm Systems","event":[{"listen":"prerequest","script":{"id":"85b3c389-b8f4-4e1f-b829-cd6a2c8a3f4a","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4666e487-c8ae-4071-a7c5-10e09a88fab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsPrimarySystem\": false,\r\n  \"IsMonitored\": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetFireAlarmSystems","description":"<h3 id=\"get-fire-alarm-systems\">Get Fire Alarm Systems</h3>\n<p>This endpoint is used to retrieve fire alarm systems based on the provided criteria.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (string): The type of output required.</p>\n</li>\n<li><p><code>IsDeleted</code> (boolean): Indicates whether the fire alarm system is deleted.</p>\n</li>\n<li><p><code>IsPrimarySystem</code> (boolean): Indicates whether the fire alarm system is the primary system.</p>\n</li>\n<li><p><code>IsMonitored</code> (boolean): Indicates whether the fire alarm system is monitored.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response will include a list of fire alarm systems with the following properties:</p>\n<ul>\n<li><p><code>OccupancyId</code> (integer): The ID of the occupancy.</p>\n</li>\n<li><p><code>FireAlarmNotificationTypeText</code> (string): The text for fire alarm notification type.</p>\n</li>\n<li><p><code>FireAlarmResetCode</code> (string): The reset code for the fire alarm.</p>\n</li>\n<li><p><code>AlarmCompanyId</code> (integer): The ID of the alarm company.</p>\n</li>\n<li><p><code>FireAlarmId</code> (integer): The ID of the fire alarm.</p>\n</li>\n<li><p><code>FireAlarmText</code> (string): The text description of the fire alarm.</p>\n</li>\n<li><p><code>AlarmCompanyBusinessPhone</code> (string): The business phone number of the alarm company.</p>\n</li>\n<li><p><code>AlarmCompanyName</code> (string): The name of the alarm company.</p>\n</li>\n<li><p><code>FireAlarmDeleted</code> (boolean): Indicates whether the fire alarm is deleted.</p>\n</li>\n<li><p><code>FireAlarmNote</code> (string): Additional notes for the fire alarm.</p>\n</li>\n<li><p><code>FireAlarmIsPrimary</code> (boolean): Indicates whether the fire alarm is the primary alarm.</p>\n</li>\n<li><p><code>AlarmCompanyAddress</code> (string): The address of the alarm company.</p>\n</li>\n<li><p><code>AlarmCompanyCity</code> (string): The city of the alarm company.</p>\n</li>\n<li><p><code>TenantId</code> (integer): The ID of the tenant.</p>\n</li>\n<li><p><code>AlarmCompanyEmergencyPhone</code> (string): The emergency phone number of the alarm company.</p>\n</li>\n<li><p><code>AlarmCompanyIsDeleted</code> (boolean): Indicates whether the alarm company is deleted.</p>\n</li>\n<li><p><code>AlarmCompanyState</code> (string): The state of the alarm company.</p>\n</li>\n<li><p><code>FireAlarmIsMonitored</code> (boolean): Indicates whether the fire alarm is monitored.</p>\n</li>\n<li><p><code>AlarmCompanyAddress2</code> (string): Additional address information for the alarm company.</p>\n</li>\n<li><p><code>AlarmCompanyZip</code> (string): The ZIP code of the alarm company.</p>\n</li>\n<li><p><code>FireAlarmNotificationTypeCode</code> (string): The code for fire alarm notification type.</p>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"FireAlarmList\": [\n      {\n        \"OccupancyId\": 0,\n        \"FireAlarmNotificationTypeText\": \"\",\n        \"FireAlarmResetCode\": \"\",\n        \"AlarmCompanyId\": 0,\n        \"FireAlarmId\": 0,\n        \"FireAlarmText\": \"\",\n        \"AlarmCompanyBusinessPhone\": null,\n        \"AlarmCompanyName\": null,\n        \"FireAlarmDeleted\": true,\n        \"FireAlarmNote\": null,\n        \"FireAlarmIsPrimary\": true,\n        \"AlarmCompanyAddress\": null,\n        \"AlarmCompanyCity\": null,\n        \"TenantId\": 0,\n        \"AlarmCompanyEmergencyPhone\": null,\n        \"AlarmCompanyIsDeleted\": null,\n        \"AlarmCompanyState\": null,\n        \"FireAlarmIsMonitored\": true,\n        \"AlarmCompanyAddress2\": null,\n        \"AlarmCompanyZip\": null,\n        \"FireAlarmNotificationTypeCode\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Risk","GetFireAlarmSystems"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"f6a1f431-40da-43b0-894e-065cf5e6216b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsPrimarySystem\": false,\r\n  \"IsMonitored\": false\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetFireAlarmSystems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 20:59:06 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"FireAlarmList\": [\n            {\n                \"OccupancyId\": 30363,\n                \"FireAlarmNotificationTypeText\": \"NOTMON - Not Monitored\",\n                \"FireAlarmResetCode\": \"\",\n                \"AlarmCompanyId\": 0,\n                \"FireAlarmId\": 8540,\n                \"FireAlarmText\": \"Fire Alarm\",\n                \"AlarmCompanyBusinessPhone\": null,\n                \"AlarmCompanyName\": null,\n                \"FireAlarmDeleted\": false,\n                \"FireAlarmNote\": null,\n                \"FireAlarmIsPrimary\": false,\n                \"AlarmCompanyAddress\": null,\n                \"AlarmCompanyCity\": null,\n                \"TenantId\": 10,\n                \"AlarmCompanyEmergencyPhone\": null,\n                \"AlarmCompanyIsDeleted\": null,\n                \"AlarmCompanyState\": null,\n                \"FireAlarmIsMonitored\": false,\n                \"AlarmCompanyAddress2\": null,\n                \"AlarmCompanyZip\": null,\n                \"FireAlarmNotificationTypeCode\": \"NOTMON\"\n            }           }\n        ]\n    }\n}"}],"_postman_id":"4666e487-c8ae-4071-a7c5-10e09a88fab6"},{"name":"Get FireAlarm System","event":[{"listen":"prerequest","script":{"id":"7049b5a9-af4b-4272-9b8a-7a3bc313cfb7","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"61e5bbda-feea-4499-9484-420a5c6ef9f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 30363\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetFireAlarmSystem","description":"<h3 id=\"get-fire-alarm-system\">Get Fire Alarm System</h3>\n<p>This endpoint is used to retrieve the fire alarm system details based on the provided OccupancyId.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (string): The type of output required, in this case \"Json\".</p>\n</li>\n<li><p><code>OccupancyId</code> (integer): The unique identifier for the occupancy.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response will be a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"FireAlarmList\": [\n      {\n        \"OccupancyId\": 0,\n        \"FireAlarmNotificationTypeText\": \"\",\n        \"FireAlarmResetCode\": \"\",\n        \"AlarmCompanyId\": 0,\n        \"FireAlarmId\": 0,\n        \"FireAlarmText\": \"\",\n        \"AlarmCompanyBusinessPhone\": null,\n        \"AlarmCompanyName\": null,\n        \"FireAlarmDeleted\": true,\n        \"FireAlarmNote\": null,\n        \"FireAlarmIsPrimary\": true,\n        \"AlarmCompanyAddress\": null,\n        \"AlarmCompanyCity\": null,\n        \"TenantId\": 0,\n        \"AlarmCompanyEmergencyPhone\": null,\n        \"AlarmCompanyIsDeleted\": null,\n        \"AlarmCompanyState\": null,\n        \"FireAlarmIsMonitored\": true,\n        \"AlarmCompanyAddress2\": null,\n        \"AlarmCompanyZip\": null,\n        \"FireAlarmNotificationTypeCode\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n<p>The <code>FireAlarmList</code> array contains the details of the fire alarm system for the specified <code>OccupancyId</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Risk","GetFireAlarmSystem"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"8de5a6a0-cb70-44c2-8b32-9db76d3667fb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 30363\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Risk/GetFireAlarmSystem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 20:59:51 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"FireAlarmList\": [\n            {\n                \"OccupancyId\": 30363,\n                \"FireAlarmNotificationTypeText\": \"NOTMON - Not Monitored\",\n                \"FireAlarmResetCode\": \"\",\n                \"AlarmCompanyId\": 0,\n                \"FireAlarmId\": 8540,\n                \"FireAlarmText\": \"Fire Alarm\",\n                \"AlarmCompanyBusinessPhone\": null,\n                \"AlarmCompanyName\": null,\n                \"FireAlarmDeleted\": false,\n                \"FireAlarmNote\": null,\n                \"FireAlarmIsPrimary\": false,\n                \"AlarmCompanyAddress\": null,\n                \"AlarmCompanyCity\": null,\n                \"TenantId\": 10,\n                \"AlarmCompanyEmergencyPhone\": null,\n                \"AlarmCompanyIsDeleted\": null,\n                \"AlarmCompanyState\": null,\n                \"FireAlarmIsMonitored\": false,\n                \"AlarmCompanyAddress2\": null,\n                \"AlarmCompanyZip\": null,\n                \"FireAlarmNotificationTypeCode\": \"NOTMON\"\n            }\n        ]\n    }\n}"}],"_postman_id":"61e5bbda-feea-4499-9484-420a5c6ef9f9"}],"id":"838389e6-2016-44cf-8771-0487b8c90eb0","description":"<p>Method endpoints for Commercial Occupancy Alarm Systems.</p>\n","_postman_id":"838389e6-2016-44cf-8771-0487b8c90eb0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Chemicals","item":[{"name":"Get Chemical","event":[{"listen":"prerequest","script":{"id":"b23e9f54-46c4-4442-9fad-cd0cd7f00de2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9da34429-e631-45ab-85b2-e92202ff21c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 35392\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetChemical","description":"<h3 id=\"get-chemical-occupancy-information\">Get Chemical Occupancy Information</h3>\n<p>This endpoint allows you to retrieve chemical occupancy information by providing the occupancy ID.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code>: The type of output required (e.g. Json)</p>\n</li>\n<li><p><code>OccupancyId</code>: The ID of the occupancy for which chemical information is requested</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the response will include a list of chemical details for the specified occupancy. Each chemical entry in the list contains various attributes such as ChemicalNoaaNumber, ChemicalName, ActualAmount, ChemicalStorageTemperature, ChemicalStoragePressuere, and more.</p>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"ChemicalList\": [\n      {\n        \"ChemicalText\": null,\n        \"ChemicalNoaaNumber\": \"\",\n        \"ChemicalName\": \"\",\n        \"ActualAmount\": 0,\n        \"TenantId\": 0,\n        \"ChemicalStorageTemperature\": \"\",\n        \"ChemicalStoragePressuere\": \"\",\n        \"hazplacard\": \"\",\n        \"FlashPoint\": null,\n        \"reactive\": true,\n        \"acute\": true,\n        \"ChemicalDaysOnHand\": 0,\n        \"FlashPointRange\": null,\n        \"ChemicalNotes\": \"\",\n        \"ChemicalNumber\": \"\",\n        \"ChemicalIsSolid\": true,\n        \"ChemicalMSDSOnFile\": true,\n        \"OccupancyChemicalId\": 0,\n        \"HazordClassText\": null,\n        \"ChemicalNfpaHealth\": \"\",\n        \"ChemicalIsMixture\": true,\n        \"AmountUnit\": \"\",\n        \"ChemicalStorageLocation\": \"\",\n        \"chronic\": true,\n        \"ChemicalDeleted\": true,\n        \"pressure\": true,\n        \"ChemicalIsPure\": true,\n        \"ChemicalLocation\": \"\",\n        \"ChemicalNfpaSpecial\": \"\",\n        \"fire\": true,\n        \"hazcat\": null,\n        \"ChemicalNfpaFire\": \"\",\n        \"ChemicalId\": 0,\n        \"ChemicalUNNumber\": \"\",\n        \"ChemicalIsLiquid\": true,\n        \"MaximumAmount\": \"\",\n        \"ObservedAmount\": 0,\n        \"ChemicalCasNumber\": \"\",\n        \"ChemicalIsGas\": true,\n        \"ChemicalStorageType\": \"\",\n        \"OccupancyId\": 0,\n        \"ChemicalNfpaReactivity\": \"\",\n        \"AverageAmount\": \"\",\n        \"HazordClassCode\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Occupancy","GetChemical"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"a0261477-7bba-48fc-b98a-fdd54b2ba612","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 35392\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetChemical"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 21:02:29 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ChemicalList\": [\n            {\n                \"ChemicalText\": null,\n                \"ChemicalNoaaNumber\": \"\",\n                \"ChemicalName\": \"OXYGEN\",\n                \"ActualAmount\": 0,\n                \"TenantId\": 10,\n                \"ChemicalStorageTemperature\": \"\",\n                \"ChemicalStoragePressuere\": \"\",\n                \"hazplacard\": \"\",\n                \"FlashPoint\": null,\n                \"reactive\": false,\n                \"acute\": false,\n                \"ChemicalDaysOnHand\": 0,\n                \"FlashPointRange\": null,\n                \"ChemicalNotes\": \"Rear of building\",\n                \"ChemicalNumber\": \"\",\n                \"ChemicalIsSolid\": false,\n                \"ChemicalMSDSOnFile\": false,\n                \"OccupancyChemicalId\": 15289,\n                \"HazordClassText\": null,\n                \"ChemicalNfpaHealth\": \"3\",\n                \"ChemicalIsMixture\": false,\n                \"AmountUnit\": \"\",\n                \"ChemicalStorageLocation\": \"0\",\n                \"chronic\": false,\n                \"ChemicalDeleted\": false,\n                \"pressure\": false,\n                \"ChemicalIsPure\": false,\n                \"ChemicalLocation\": \"\",\n                \"ChemicalNfpaSpecial\": \"\",\n                \"fire\": false,\n                \"hazcat\": null,\n                \"ChemicalNfpaFire\": \"0\",\n                \"ChemicalId\": 0,\n                \"ChemicalUNNumber\": \"1072\",\n                \"ChemicalIsLiquid\": false,\n                \"MaximumAmount\": \"\",\n                \"ObservedAmount\": 1,\n                \"ChemicalCasNumber\": \"7782-44-7\",\n                \"ChemicalIsGas\": false,\n                \"ChemicalStorageType\": \"\",\n                \"OccupancyId\": 35392,\n                \"ChemicalNfpaReactivity\": \"0\",\n                \"AverageAmount\": \"\",\n                \"HazordClassCode\": \"\"\n            },\n            {\n                \"ChemicalText\": null,\n                \"ChemicalNoaaNumber\": \"\",\n                \"ChemicalName\": \"PROPANE MIXTURE\",\n                \"ActualAmount\": 0,\n                \"TenantId\": 10,\n                \"ChemicalStorageTemperature\": \"\",\n                \"ChemicalStoragePressuere\": \"\",\n                \"hazplacard\": \"\",\n                \"FlashPoint\": null,\n                \"reactive\": false,\n                \"acute\": false,\n                \"ChemicalDaysOnHand\": 0,\n                \"FlashPointRange\": null,\n                \"ChemicalNotes\": \"Rear of building\",\n                \"ChemicalNumber\": \"\",\n                \"ChemicalIsSolid\": false,\n                \"ChemicalMSDSOnFile\": false,\n                \"OccupancyChemicalId\": 15290,\n                \"HazordClassText\": null,\n                \"ChemicalNfpaHealth\": \"2\",\n                \"ChemicalIsMixture\": false,\n                \"AmountUnit\": \"\",\n                \"ChemicalStorageLocation\": \"0\",\n                \"chronic\": false,\n                \"ChemicalDeleted\": false,\n                \"pressure\": false,\n                \"ChemicalIsPure\": false,\n                \"ChemicalLocation\": \"\",\n                \"ChemicalNfpaSpecial\": \"\",\n                \"fire\": false,\n                \"hazcat\": null,\n                \"ChemicalNfpaFire\": \"4\",\n                \"ChemicalId\": 0,\n                \"ChemicalUNNumber\": \"1075\",\n                \"ChemicalIsLiquid\": false,\n                \"MaximumAmount\": \"\",\n                \"ObservedAmount\": 1,\n                \"ChemicalCasNumber\": \"74-98-6\",\n                \"ChemicalIsGas\": false,\n                \"ChemicalStorageType\": \"\",\n                \"OccupancyId\": 35392,\n                \"ChemicalNfpaReactivity\": \"0\",\n                \"AverageAmount\": \"\",\n                \"HazordClassCode\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9da34429-e631-45ab-85b2-e92202ff21c3"},{"name":"Get Chemicals","event":[{"listen":"prerequest","script":{"id":"2e2931f5-53b0-4176-bde2-0d2f94938724","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"94c41ebe-ea6d-45f9-9518-2d32f9ceb55b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetChemicals","description":"<h3 id=\"endpoint-description\">Endpoint Description</h3>\n<p>This endpoint makes an HTTP POST request to retrieve a list of chemicals related to occupancy.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>outputtype</code> (text) - Specifies the output type for the request.</p>\n</li>\n<li><p><code>IsDeleted</code> (text) - Indicates whether the item is deleted.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is in JSON format and includes the following fields:</p>\n<ul>\n<li><p><code>Done</code> (object) - Indicates the status of the API response.</p>\n<ul>\n<li><p><code>API Response</code> (object) - Contains information about the API response.</p>\n<ul>\n<li><p><code>Description</code> (string) - Description of the response.</p>\n</li>\n<li><p><code>ErrorCode</code> (string) - Error code, if any.</p>\n</li>\n<li><p><code>Status</code> (integer) - Status of the response.</p>\n</li>\n<li><p><code>Message</code> (string) - Message related to the response.</p>\n</li>\n</ul>\n</li>\n<li><p><code>ChemicalList</code> (array) - List of chemicals with the following attributes:</p>\n<ul>\n<li><p><code>ChemicalText</code> (string) - Text related to the chemical.</p>\n</li>\n<li><p><code>ChemicalNoaaNumber</code> (string) - NOAA number of the chemical.</p>\n</li>\n<li><p><code>ChemicalName</code> (string) - Name of the chemical.</p>\n</li>\n<li><p><code>ActualAmount</code> (integer) - Actual amount of the chemical.</p>\n</li>\n<li><p><code>TenantId</code> (integer) - ID of the tenant.</p>\n</li>\n<li><p><code>ChemicalStorageTemperature</code> (string) - Storage temperature of the chemical.</p>\n</li>\n<li><p><code>ChemicalStoragePressure</code> (string) - Storage pressure of the chemical.</p>\n</li>\n<li><p><code>hazplacard</code> (string) - Hazard placard information.</p>\n</li>\n<li><p><code>FlashPoint</code> (string) - Flash point of the chemical.</p>\n</li>\n<li><p><code>reactive</code> (boolean) - Indicates if the chemical is reactive.</p>\n</li>\n<li><p><code>acute</code> (boolean) - Indicates if the chemical is acute.</p>\n</li>\n<li><p><code>ChemicalDaysOnHand</code> (integer) - Number of days the chemical is on hand.</p>\n</li>\n<li><p><code>FlashPointRange</code> (string) - Range of flash point.</p>\n</li>\n<li><p><code>ChemicalNotes</code> (string) - Notes related to the chemical.</p>\n</li>\n<li><p><code>ChemicalNumber</code> (string) - Number associated with the chemical.</p>\n</li>\n<li><p><code>ChemicalIsSolid</code> (boolean) - Indicates if the chemical is solid.</p>\n</li>\n<li><p><code>ChemicalMSDSOnFile</code> (boolean) - Indicates if the chemical's MSDS is on file.</p>\n</li>\n<li><p><code>OccupancyChemicalId</code> (integer) - ID of the occupancy chemical.</p>\n</li>\n<li><p><code>HazordClassText</code> (string) - Text related to the hazard class.</p>\n</li>\n<li><p><code>ChemicalNfpaHealth</code> (string) - NFPA health information of the chemical.</p>\n</li>\n<li><p><code>ChemicalIsMixture</code> (boolean) - Indicates if the chemical is a mixture.</p>\n</li>\n<li><p><code>AmountUnit</code> (string) - Unit of the amount.</p>\n</li>\n<li><p><code>ChemicalStorageLocation</code> (string) - Storage location of the chemical.</p>\n</li>\n<li><p><code>chronic</code> (boolean) - Indicates if the chemical is chronic.</p>\n</li>\n<li><p><code>ChemicalDeleted</code> (boolean) - Indicates if the chemical is deleted.</p>\n</li>\n<li><p><code>pressure</code> (boolean) - Indicates if the chemical is under pressure.</p>\n</li>\n<li><p><code>ChemicalIsPure</code> (boolean) - Indicates if the chemical is pure.</p>\n</li>\n<li><p><code>ChemicalLocation</code> (string) - Location of the chemical.</p>\n</li>\n<li><p><code>ChemicalNfpaSpecial</code> (string) - Special NFPA information of the chemical.</p>\n</li>\n<li><p><code>fire</code> (boolean) - Indicates if the chemical is flammable.</p>\n</li>\n<li><p><code>hazcat</code> (string) - Hazard category of the chemical.</p>\n</li>\n<li><p><code>ChemicalNfpaFire</code> (string) - NFPA fire information of the chemical.</p>\n</li>\n<li><p><code>ChemicalId</code> (integer) - ID of the chemical.</p>\n</li>\n<li><p><code>ChemicalUNNumber</code> (string) - UN number of the chemical.</p>\n</li>\n<li><p><code>ChemicalIsLiquid</code> (boolean) - Indicates if the chemical is liquid.</p>\n</li>\n<li><p><code>MaximumAmount</code> (string) - Maximum amount of the chemical.</p>\n</li>\n<li><p><code>ObservedAmount</code> (integer) - Observed amount of the chemical.</p>\n</li>\n<li><p><code>ChemicalCasNumber</code> (string) - CAS number of the chemical.</p>\n</li>\n<li><p><code>ChemicalIsGas</code> (boolean) - Indicates if the chemical is a gas.</p>\n</li>\n<li><p><code>ChemicalStorageType</code> (string) - Storage type of the chemical.</p>\n</li>\n<li><p><code>OccupancyId</code> (integer) - ID of the occupancy.</p>\n</li>\n<li><p><code>ChemicalNfpaReactivity</code> (string) - NFPA reactivity information of the chemical.</p>\n</li>\n<li><p><code>AverageAmount</code> (string) - Average amount of the chemical.</p>\n</li>\n<li><p><code>HazordClassCode</code> (string) - Code related to the hazard class.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Occupancy","GetChemicals"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"d6995b2f-4395-4e8c-b748-6f74e88dd0b7","name":"Get Chemicals","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetChemicals"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 21:01:31 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ChemicalList\": [\n            {\n                \"ChemicalText\": null,\n                \"ChemicalNoaaNumber\": \"\",\n                \"ChemicalName\": \"OXYGEN\",\n                \"ActualAmount\": 0,\n                \"TenantId\": 10,\n                \"ChemicalStorageTemperature\": \"\",\n                \"ChemicalStoragePressuere\": \"\",\n                \"hazplacard\": \"\",\n                \"FlashPoint\": null,\n                \"reactive\": false,\n                \"acute\": false,\n                \"ChemicalDaysOnHand\": 0,\n                \"FlashPointRange\": null,\n                \"ChemicalNotes\": \"Rear of building\",\n                \"ChemicalNumber\": \"\",\n                \"ChemicalIsSolid\": false,\n                \"ChemicalMSDSOnFile\": false,\n                \"OccupancyChemicalId\": 15289,\n                \"HazordClassText\": null,\n                \"ChemicalNfpaHealth\": \"3\",\n                \"ChemicalIsMixture\": false,\n                \"AmountUnit\": \"\",\n                \"ChemicalStorageLocation\": \"0\",\n                \"chronic\": false,\n                \"ChemicalDeleted\": false,\n                \"pressure\": false,\n                \"ChemicalIsPure\": false,\n                \"ChemicalLocation\": \"\",\n                \"ChemicalNfpaSpecial\": \"\",\n                \"fire\": false,\n                \"hazcat\": null,\n                \"ChemicalNfpaFire\": \"0\",\n                \"ChemicalId\": 0,\n                \"ChemicalUNNumber\": \"1072\",\n                \"ChemicalIsLiquid\": false,\n                \"MaximumAmount\": \"\",\n                \"ObservedAmount\": 1,\n                \"ChemicalCasNumber\": \"7782-44-7\",\n                \"ChemicalIsGas\": false,\n                \"ChemicalStorageType\": \"\",\n                \"OccupancyId\": 35392,\n                \"ChemicalNfpaReactivity\": \"0\",\n                \"AverageAmount\": \"\",\n                \"HazordClassCode\": \"\"\n            },\n            {\n                \"ChemicalText\": null,\n                \"ChemicalNoaaNumber\": \"\",\n                \"ChemicalName\": \"PROPANE MIXTURE\",\n                \"ActualAmount\": 0,\n                \"TenantId\": 10,\n                \"ChemicalStorageTemperature\": \"\",\n                \"ChemicalStoragePressuere\": \"\",\n                \"hazplacard\": \"\",\n                \"FlashPoint\": null,\n                \"reactive\": false,\n                \"acute\": false,\n                \"ChemicalDaysOnHand\": 0,\n                \"FlashPointRange\": null,\n                \"ChemicalNotes\": \"Rear of building\",\n                \"ChemicalNumber\": \"\",\n                \"ChemicalIsSolid\": false,\n                \"ChemicalMSDSOnFile\": false,\n                \"OccupancyChemicalId\": 15290,\n                \"HazordClassText\": null,\n                \"ChemicalNfpaHealth\": \"2\",\n                \"ChemicalIsMixture\": false,\n                \"AmountUnit\": \"\",\n                \"ChemicalStorageLocation\": \"0\",\n                \"chronic\": false,\n                \"ChemicalDeleted\": false,\n                \"pressure\": false,\n                \"ChemicalIsPure\": false,\n                \"ChemicalLocation\": \"\",\n                \"ChemicalNfpaSpecial\": \"\",\n                \"fire\": false,\n                \"hazcat\": null,\n                \"ChemicalNfpaFire\": \"4\",\n                \"ChemicalId\": 0,\n                \"ChemicalUNNumber\": \"1075\",\n                \"ChemicalIsLiquid\": false,\n                \"MaximumAmount\": \"\",\n                \"ObservedAmount\": 1,\n                \"ChemicalCasNumber\": \"74-98-6\",\n                \"ChemicalIsGas\": false,\n                \"ChemicalStorageType\": \"\",\n                \"OccupancyId\": 35392,\n                \"ChemicalNfpaReactivity\": \"0\",\n                \"AverageAmount\": \"\",\n                \"HazordClassCode\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"94c41ebe-ea6d-45f9-9518-2d32f9ceb55b"}],"id":"4bc4833f-0e68-404e-bde9-7c01b15383a8","description":"<p>Method endpoints for Commercial Occupancy chemicals on site.</p>\n","_postman_id":"4bc4833f-0e68-404e-bde9-7c01b15383a8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Informational Items","item":[{"name":"Get Informational Items","event":[{"listen":"prerequest","script":{"id":"02e27751-104b-49f3-a9b6-179a393e8e68","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c53db403-5079-4f88-974a-938ee7773233","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetInformationalItems","description":"<h1 id=\"get-informational-items\">Get Informational Items</h1>\n<p>This endpoint allows you to retrieve informational items related to occupancy.</p>\n<h2 id=\"request-body\">Request Body</h2>\n<ul>\n<li><p><code>outputtype</code> (string): The type of output required, e.g., \"Json\".</p>\n</li>\n<li><p><code>IsDeleted</code> (boolean): Indicates whether the item is deleted.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h2 id=\"response\">Response</h2>\n<p>Upon successful execution, the response will include:</p>\n<ul>\n<li><p><code>Done</code> (object): Indicates the completion status of the API response.</p>\n<ul>\n<li><p><code>API Response</code> (object): Contains the description, error code, status, and message.</p>\n</li>\n<li><p><code>InformationalItemList</code> (array): Contains the list of informational items.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>In case of a successful request, the status code <code>200</code> will be returned with a <code>Content-Type</code> of <code>application/json</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Occupancy","GetInformationalItems"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"de511e36-8ecf-4b5e-be5b-44adb7716a9a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetInformationalItems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 22:49:16 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"InformationalItemList\": [\n            {\n                \"InformationalItemTypeId\": 71,\n                \"ClientUserAccountId\": null,\n                \"LastModifiedById\": null,\n                \"ClientId\": 1687,\n                \"InformationalItemTypeText\": \"Key disconnect for alarm\",\n                \"InformationalItemCreateDate\": \"2022-01-31T19:17:18.943\",\n                \"InformationalItemCategoryText\": \"Internal and External Security Features\",\n                \"InformationalItemDetails\": \"Description\",\n                \"InformationalItemModifiedDate\": \"2022-01-31T19:17:18.943\",\n                \"OccupancyId\": 321026,\n                \"InformationalItemCategoryGroup\": \"Physical and Site Considerations\",\n                \"InformationalItemId\": 39,\n                \"InformationalItemDeleted\": false\n            },\n            {\n                \"InformationalItemTypeId\": 71,\n                \"ClientUserAccountId\": 4033,\n                \"LastModifiedById\": null,\n                \"ClientId\": 1687,\n                \"InformationalItemTypeText\": \"Key disconnect for alarm\",\n                \"InformationalItemCreateDate\": \"2024-04-17T16:45:41.827\",\n                \"InformationalItemCategoryText\": \"Internal and External Security Features\",\n                \"InformationalItemDetails\": \"t\",\n                \"InformationalItemModifiedDate\": \"2024-04-17T16:45:41.827\",\n                \"OccupancyId\": 321039,\n                \"InformationalItemCategoryGroup\": \"Physical and Site Considerations\",\n                \"InformationalItemId\": 64,\n                \"InformationalItemDeleted\": false\n            },\n            {\n                \"InformationalItemTypeId\": 75,\n                \"ClientUserAccountId\": null,\n                \"LastModifiedById\": null,\n                \"ClientId\": 1687,\n                \"InformationalItemTypeText\": \"Meeting at Property\",\n                \"InformationalItemCreateDate\": \"2022-09-19T16:59:22.47\",\n                \"InformationalItemCategoryText\": \"Life Safety Considerations\",\n                \"InformationalItemDetails\": \"Mark met with the dev team to come up with a solution\",\n                \"InformationalItemModifiedDate\": \"2022-09-19T16:59:22.47\",\n                \"OccupancyId\": 320987,\n                \"InformationalItemCategoryGroup\": \"Occupant Considerations\",\n                \"InformationalItemId\": 43,\n                \"InformationalItemDeleted\": false\n            },\n            {\n                \"InformationalItemTypeId\": 75,\n                \"ClientUserAccountId\": 114,\n                \"LastModifiedById\": null,\n                \"ClientId\": 1687,\n                \"InformationalItemTypeText\": \"Meeting at Property\",\n                \"InformationalItemCreateDate\": \"2024-06-13T22:58:19.66\",\n                \"InformationalItemCategoryText\": \"Life Safety Considerations\",\n                \"InformationalItemDetails\": \"Meeting at property details.\\n\",\n                \"InformationalItemModifiedDate\": \"2024-06-13T22:58:19.66\",\n                \"OccupancyId\": 321026,\n                \"InformationalItemCategoryGroup\": \"Occupant Considerations\",\n                \"InformationalItemId\": 65,\n                \"InformationalItemDeleted\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"c53db403-5079-4f88-974a-938ee7773233"},{"name":"Get Informational Item","event":[{"listen":"prerequest","script":{"id":"ab048e52-9520-4243-a080-7a798481ef1f","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"2bfe955d-39c9-494a-a386-b0dd65bd1a6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 0\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetInformationalItem","description":"<h3 id=\"occupancy-information-retrieval\">Occupancy Information Retrieval</h3>\n<p>This endpoint allows you to retrieve informational items related to a specific occupancy.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (text): Specifies the type of output required, e.g., \"Json\".</p>\n</li>\n<li><p><code>OccupancyId</code> (text): The ID of the occupancy for which the informational items are to be retrieved.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>Upon successful execution, the response will include:</p>\n<ul>\n<li><p><code>Done</code> (object): Indicates the status of the API response.</p>\n<ul>\n<li><p><code>API Response</code> (object): Contains information about the API response.</p>\n<ul>\n<li><p><code>Description</code> (text): Description of the response.</p>\n</li>\n<li><p><code>ErrorCode</code> (text): Error code, if any.</p>\n</li>\n<li><p><code>Status</code> (number): Status code of the response.</p>\n</li>\n<li><p><code>Message</code> (text): Additional message, if any.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>InformationalItemList</code> (array): List of informational items related to the specified occupancy.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Occupancy","GetInformationalItem"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"abd5e58d-c311-49d3-b2d3-b76a370bb8d9","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 321026\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetInformationalItem"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 22:50:44 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"InformationalItemList\": [\n            {\n                \"InformationalItemTypeId\": 71,\n                \"ClientUserAccountId\": null,\n                \"LastModifiedById\": null,\n                \"ClientId\": 1687,\n                \"InformationalItemTypeText\": \"Key disconnect for alarm\",\n                \"InformationalItemCreateDate\": \"2022-01-31T19:17:18.943\",\n                \"InformationalItemCategoryText\": \"Internal and External Security Features\",\n                \"InformationalItemDetails\": \"Description\",\n                \"InformationalItemModifiedDate\": \"2022-01-31T19:17:18.943\",\n                \"OccupancyId\": 321026,\n                \"InformationalItemCategoryGroup\": \"Physical and Site Considerations\",\n                \"InformationalItemId\": 39,\n                \"InformationalItemDeleted\": false\n            },\n            {\n                \"InformationalItemTypeId\": 75,\n                \"ClientUserAccountId\": 114,\n                \"LastModifiedById\": null,\n                \"ClientId\": 1687,\n                \"InformationalItemTypeText\": \"Meeting at Property\",\n                \"InformationalItemCreateDate\": \"2024-06-13T22:58:19.66\",\n                \"InformationalItemCategoryText\": \"Life Safety Considerations\",\n                \"InformationalItemDetails\": \"Meeting at property details.\\n\",\n                \"InformationalItemModifiedDate\": \"2024-06-13T22:58:19.66\",\n                \"OccupancyId\": 321026,\n                \"InformationalItemCategoryGroup\": \"Occupant Considerations\",\n                \"InformationalItemId\": 65,\n                \"InformationalItemDeleted\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"2bfe955d-39c9-494a-a386-b0dd65bd1a6d"}],"id":"4222730f-88f2-45da-a778-54691fef0d4e","description":"<p>Method endpoints for Commercial Occupancy Informational Items.</p>\n","_postman_id":"4222730f-88f2-45da-a778-54691fef0d4e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Fire Flow","item":[{"name":"Get Fireflow For Occupancy","event":[{"listen":"prerequest","script":{"id":"7364d4f6-f4f2-4f35-bd5e-adbd54166edd","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e80213ac-664d-4a3a-9717-ff43fcfad80a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 321026\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetFireflowForOccupancy","description":"<h3 id=\"occupancy-fireflow-data-retrieval\">Occupancy Fireflow Data Retrieval</h3>\n<p>This endpoint allows you to retrieve fireflow data for a specific occupancy.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (string): The format of the output data.</p>\n</li>\n<li><p><code>OccupancyId</code> (integer): The unique identifier of the occupancy for which fireflow data is to be retrieved.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"FireFlowList\": [\n      {\n        \"TrueGPMNeeded\": 0,\n        \"Class4GPMNeeded\": 0,\n        \"Class1GPMNeeded\": 0,\n        \"BuildingLength\": 0,\n        \"OccupancyId\": 0,\n        \"CalculatedSQFT\": 0,\n        \"Side4Exposure\": \"\",\n        \"Class3GPMNeeded\": 0,\n        \"BuildingWidth\": 0,\n        \"CombustibilityText\": \"\",\n        \"Side1Exposure\": \"\",\n        \"BuildingNumberOfFloors\": 0,\n        \"Side3Exposure\": \"\",\n        \"TenantId\": 0,\n        \"FireFlowId\": 0,\n        \"Class2GPMNeeded\": 0,\n        \"Side2Exposure\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Occupancy","GetFireflowForOccupancy"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"b169087d-1422-434e-81c1-b3f9c73bc527","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 321026\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetFireflowForOccupancy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 22:34:57 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"FireFlowList\": [\n            {\n                \"TrueGPMNeeded\": 1750,\n                \"Class4GPMNeeded\": 750,\n                \"Class1GPMNeeded\": 1750,\n                \"BuildingLength\": 50,\n                \"OccupancyId\": 321026,\n                \"CalculatedSQFT\": 7500,\n                \"Side4Exposure\": \"0-10\",\n                \"Class3GPMNeeded\": 1000,\n                \"BuildingWidth\": 75,\n                \"CombustibilityText\": \"C-1 (Noncombustible)\",\n                \"Side1Exposure\": \"0-10\",\n                \"BuildingNumberOfFloors\": 2,\n                \"Side3Exposure\": \"0-10\",\n                \"TenantId\": 1687,\n                \"FireFlowId\": 427,\n                \"Class2GPMNeeded\": 1250,\n                \"Side2Exposure\": \"0-10\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e80213ac-664d-4a3a-9717-ff43fcfad80a"},{"name":"Get FireFlow","event":[{"listen":"prerequest","script":{"id":"7e786bfe-cae5-45ee-aea9-989f0c72f3f0","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"d5876b03-86ca-419b-8413-a71b71d6a81e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"FireFlowId\": 0\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetFireFlow","description":"<h3 id=\"get-fire-flow-occupancy-data\">Get Fire Flow Occupancy Data</h3>\n<p>This API endpoint is used to retrieve fire flow occupancy data.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code>: (string) The type of output required.</p>\n</li>\n<li><p><code>FireFlowId</code>: (number) The ID of the fire flow.</p>\n</li>\n</ul>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"outputtype\": \"Json\",\n    \"FireFlowId\": 427\n}\n\n</code></pre>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><code>Done</code>: (object) Indicates if the API call was successful.</p>\n<ul>\n<li><p><code>API Response</code>: (object) Details of the API response.</p>\n<ul>\n<li><p><code>Description</code>: (string) Description of the response.</p>\n</li>\n<li><p><code>ErrorCode</code>: (string) Error code, if any.</p>\n</li>\n<li><p><code>Status</code>: (number) Status of the response.</p>\n</li>\n<li><p><code>Message</code>: (string) Additional message, if any.</p>\n</li>\n</ul>\n</li>\n<li><p><code>FireFlowList</code>: (array) List of fire flow occupancy data.</p>\n<ul>\n<li><p><code>TrueGPMNeeded</code>: (number) True GPM needed.</p>\n</li>\n<li><p><code>Class4GPMNeeded</code>: (number) GPM needed for Class 4.</p>\n</li>\n<li><p><code>Class1GPMNeeded</code>: (number) GPM needed for Class 1.</p>\n</li>\n<li><p><code>BuildingLength</code>: (number) Length of the building.</p>\n</li>\n<li><p><code>OccupancyId</code>: (number) ID of the occupancy.</p>\n</li>\n<li><p><code>CalculatedSQFT</code>: (number) Calculated square footage.</p>\n</li>\n<li><p><code>Side4Exposure</code>: (string) Exposure on side 4.</p>\n</li>\n<li><p><code>Class3GPMNeeded</code>: (number) GPM needed for Class 3.</p>\n</li>\n<li><p><code>BuildingWidth</code>: (number) Width of the building.</p>\n</li>\n<li><p><code>CombustibilityText</code>: (string) Text describing combustibility.</p>\n</li>\n<li><p><code>Side1Exposure</code>: (string) Exposure on side 1.</p>\n</li>\n<li><p><code>BuildingNumberOfFloors</code>: (number) Number of floors in the building.</p>\n</li>\n<li><p><code>Side3Exposure</code>: (string) Exposure on side 3.</p>\n</li>\n<li><p><code>TenantId</code>: (number) ID of the tenant.</p>\n</li>\n<li><p><code>FireFlowId</code>: (number) ID of the fire flow.</p>\n</li>\n<li><p><code>Class2GPMNeeded</code>: (number) GPM needed for Class 2.</p>\n</li>\n<li><p><code>Side2Exposure</code>: (string) Exposure on side 2.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"FireFlowList\": [\n            {\n                \"TrueGPMNeeded\": 0,\n                \"Class4GPMNeeded\": 0,\n                \"Class1GPMNeeded\": 0,\n                \"BuildingLength\": 0,\n                \"OccupancyId\": 0,\n                \"CalculatedSQFT\": 0,\n                \"Side4Exposure\": \"\",\n                \"Class3GPMNeeded\": 0,\n                \"BuildingWidth\": 0,\n                \"CombustibilityText\": \"\",\n                \"Side1Exposure\": \"\",\n                \"BuildingNumberOfFloors\": 0,\n                \"Side3Exposure\": \"\",\n                \"TenantId\": 0,\n                \"FireFlowId\": 0,\n                \"Class2GPMNeeded\": 0,\n                \"Side2Exposure\": \"\"\n            }\n        ]\n    }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Occupancy","GetFireFlow"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"a35c3796-ddb0-496c-ab5b-7384d23c17d5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"FireFlowId\": 427\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetFireFlow"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 22:35:39 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"FireFlowList\": [\n            {\n                \"TrueGPMNeeded\": 1750,\n                \"Class4GPMNeeded\": 750,\n                \"Class1GPMNeeded\": 1750,\n                \"BuildingLength\": 50,\n                \"OccupancyId\": 321026,\n                \"CalculatedSQFT\": 7500,\n                \"Side4Exposure\": \"0-10\",\n                \"Class3GPMNeeded\": 1000,\n                \"BuildingWidth\": 75,\n                \"CombustibilityText\": \"C-1 (Noncombustible)\",\n                \"Side1Exposure\": \"0-10\",\n                \"BuildingNumberOfFloors\": 2,\n                \"Side3Exposure\": \"0-10\",\n                \"TenantId\": 1687,\n                \"FireFlowId\": 427,\n                \"Class2GPMNeeded\": 1250,\n                \"Side2Exposure\": \"0-10\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d5876b03-86ca-419b-8413-a71b71d6a81e"},{"name":"Get FireFlows","event":[{"listen":"prerequest","script":{"id":"6c5f28d1-22e7-415f-aa77-23821b47fa59","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f48da5e7-c233-4d9e-87bc-441d0a4a398b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\"\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetFireFlows","description":"<p>This endpoint allows you to make an HTTP POST request to retrieve fire flow information related to occupancy. The request should include a payload with the raw request body type, containing the \"outputtype\" parameter set to \"Json\".</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><code>outputtype</code> (string): Specifies the type of output required, in this case set to \"Json\".</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful execution, the response will have a status code of 200 and a content type of \"application/json\". The response body will contain an \"API Response\" object with \"Description\", \"ErrorCode\", \"Status\", and \"Message\" fields, as well as a \"FireFlowList\" array containing fire flow information for different parameters such as TrueGPMNeeded, Class4GPMNeeded, BuildingLength, and more.</p>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"FireFlowList\": [\n            {\n                \"TrueGPMNeeded\": 0,\n                \"Class4GPMNeeded\": 0,\n                \"Class1GPMNeeded\": 0,\n                \"BuildingLength\": 0,\n                \"OccupancyId\": 0,\n                \"CalculatedSQFT\": 0,\n                \"Side4Exposure\": \"\",\n                \"Class3GPMNeeded\": 0,\n                \"BuildingWidth\": 0,\n                \"CombustibilityText\": \"\",\n                \"Side1Exposure\": \"\",\n                \"BuildingNumberOfFloors\": 0,\n                \"Side3Exposure\": \"\",\n                \"TenantId\": 0,\n                \"FireFlowId\": 0,\n                \"Class2GPMNeeded\": 0,\n                \"Side2Exposure\": \"\"\n            }\n        ]\n    }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Occupancy","GetFireFlows"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"b8180a9c-0568-4f61-85f5-6775787b8c88","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\"\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetFireFlows"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 22:34:17 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"FireFlowList\": [\n            {\n                \"TrueGPMNeeded\": 1750,\n                \"Class4GPMNeeded\": 750,\n                \"Class1GPMNeeded\": 1750,\n                \"BuildingLength\": 50,\n                \"OccupancyId\": 321026,\n                \"CalculatedSQFT\": 7500,\n                \"Side4Exposure\": \"0-10\",\n                \"Class3GPMNeeded\": 1000,\n                \"BuildingWidth\": 75,\n                \"CombustibilityText\": \"C-1 (Noncombustible)\",\n                \"Side1Exposure\": \"0-10\",\n                \"BuildingNumberOfFloors\": 2,\n                \"Side3Exposure\": \"0-10\",\n                \"TenantId\": 1687,\n                \"FireFlowId\": 427,\n                \"Class2GPMNeeded\": 1250,\n                \"Side2Exposure\": \"0-10\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f48da5e7-c233-4d9e-87bc-441d0a4a398b"}],"id":"0ccb62a9-993b-482f-93e5-6372612961a5","description":"<p>Method endpoints for Commercial Occupancy Fire Flow requirements.</p>\n","_postman_id":"0ccb62a9-993b-482f-93e5-6372612961a5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Tanks","item":[{"name":"Get Tanks","event":[{"listen":"prerequest","script":{"id":"de64bf42-300c-422b-b562-ab42dc3442d8","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c5abe541-eece-4f65-9571-be4cf28b8053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetTanks","description":"<h2 id=\"get-tanks-occupancy\">Get Tanks Occupancy</h2>\n<p>This API endpoint makes an HTTP POST request to retrieve the list of tanks occupancy.</p>\n<h3 id=\"request\">Request</h3>\n<ul>\n<li><p>Method: POST</p>\n</li>\n<li><p>URL: <code>https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetTanks</code></p>\n</li>\n<li><p>{ \"outputtype\": \"Json\", \"IsDeleted\": false}</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is in the form of a JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"Done\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"API Response\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"Description\": {\n              \"type\": \"string\"\n            },\n            \"ErrorCode\": {\n              \"type\": \"string\"\n            },\n            \"Status\": {\n              \"type\": \"integer\"\n            },\n            \"Message\": {\n              \"type\": \"string\"\n            }\n          }\n        },\n        \"OccupancyTankList\": {\n          \"type\": \"array\",\n          \"items\": {}\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Occupancy","GetTanks"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"c5abe541-eece-4f65-9571-be4cf28b8053"},{"name":"Get Tank","event":[{"listen":"prerequest","script":{"id":"5a37ea4f-5966-41ca-a383-9c437c67d797","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"e5c6ee5c-234b-417b-a87d-b76c5f1d89a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 0\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Occupancy/GetTank","description":"<h3 id=\"endpoint-description\">Endpoint Description</h3>\n<p>This endpoint allows users to retrieve tank occupancy information by making an HTTP POST request to the specified URL.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>outputtype</code> (text): Specifies the type of output required.</p>\n</li>\n<li><p><code>OccupancyId</code> (text): Represents the ID of the occupancy for which tank information is requested.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response is in the form of a JSON schema and includes the following fields:</p>\n<ul>\n<li><p><code>Done</code> (object): Contains the API response and occupancy tank list.</p>\n<ul>\n<li><p><code>API Response</code> (object): Provides information about the API response, including description, error code, status, and message.</p>\n<ul>\n<li><p><code>Description</code> (text): Description of the API response.</p>\n</li>\n<li><p><code>ErrorCode</code> (text): Code indicating any error that occurred.</p>\n</li>\n<li><p><code>Status</code> (number): Status of the response.</p>\n</li>\n<li><p><code>Message</code> (text): Additional message related to the response.</p>\n</li>\n</ul>\n</li>\n<li><p><code>OccupancyTankList</code> (array): List of tank occupancy information.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>The response returned a status code of 200 and the content type was <code>application/json</code>.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Occupancy","GetTank"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5c6ee5c-234b-417b-a87d-b76c5f1d89a0"}],"id":"83801a98-600f-4178-ae13-bef59e727e4c","description":"<p>Method endpoints for Commercial Occupancy tanks on site.</p>\n","_postman_id":"83801a98-600f-4178-ae13-bef59e727e4c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}}],"id":"2af8fba9-3159-4b9d-94fe-9c7bd865f1f5","description":"<p>Method endpoints for Commercial Occupancy Risk Management information.</p>\n","_postman_id":"2af8fba9-3159-4b9d-94fe-9c7bd865f1f5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"General Department Information","item":[{"name":"Get Contractor","event":[{"listen":"prerequest","script":{"id":"87db4407-c98a-4047-a595-bb8362f9d497","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b5ff8ad7-5be4-4dd6-a66d-13867928a1eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"ContractorId\": \"732\"\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Department/GetContractor","description":"<h3 id=\"get-contractor-department-information\">Get Contractor Department Information</h3>\n<p>This endpoint allows you to retrieve contractor department information.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (string): The type of output required (e.g., \"Json\").</p>\n</li>\n<li><p><code>ContractorId</code> (string): The ID of the contractor.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>The API returns a JSON object with the following fields:</p>\n<ul>\n<li><p><code>Done</code> (object)</p>\n<ul>\n<li><p><code>API Response</code> (object)</p>\n<ul>\n<li><p><code>Description</code> (string): Description of the response.</p>\n</li>\n<li><p><code>ErrorCode</code> (string): Error code, if any.</p>\n</li>\n<li><p><code>Status</code> (integer): Status of the response.</p>\n</li>\n<li><p><code>Message</code> (string): Additional message, if any.</p>\n</li>\n</ul>\n</li>\n<li><p><code>Contractor</code> (object)</p>\n<ul>\n<li><p><code>ContractorFirstName</code> (string): First name of the contractor.</p>\n</li>\n<li><p><code>ContractorId</code> (integer): ID of the contractor.</p>\n</li>\n<li><p><code>ContractorBusinessName</code> (string): Business name of the contractor.</p>\n</li>\n<li><p><code>ContractorTitle</code> (string): Title of the contractor.</p>\n</li>\n<li><p><code>ContractorAddress2</code> (string): Secondary address of the contractor.</p>\n</li>\n<li><p><code>ContractorLastName</code> (string): Last name of the contractor.</p>\n</li>\n<li><p><code>ContractorState</code> (string): State of the contractor.</p>\n</li>\n<li><p><code>ContractorTypeCode</code> (string): Type code of the contractor.</p>\n</li>\n<li><p><code>ContractorAddress</code> (string): Address of the contractor.</p>\n</li>\n<li><p><code>ContractorEmail</code> (string): Email of the contractor.</p>\n</li>\n<li><p><code>ContractorCity</code> (string): City of the contractor.</p>\n</li>\n<li><p><code>ContractorNote</code> (string): Note for the contractor.</p>\n</li>\n<li><p><code>ContractorDeleted</code> (boolean): Indicates if the contractor is deleted.</p>\n</li>\n<li><p><code>TenantId</code> (integer): ID of the tenant.</p>\n</li>\n<li><p><code>ContractorTypeText</code> (string): Type text of the contractor.</p>\n</li>\n<li><p><code>ContractorZipCode</code> (string): Zip code of the contractor.</p>\n</li>\n<li><p><code>ContractorMiddleName</code> (string): Middle name of the contractor.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example\">Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"Contractor\": {\n            \"ContractorFirstName\": \"\",\n            \"ContractorId\": 0,\n            \"ContractorBusinessName\": \"\",\n            \"ContractorTitle\": \"\",\n            \"ContractorAddress2\": \"\",\n            \"ContractorLastName\": \"\",\n            \"ContractorState\": \"\",\n            \"ContractorTypeCode\": \"\",\n            \"ContractorAddress\": \"\",\n            \"ContractorEmail\": \"\",\n            \"ContractorCity\": \"\",\n            \"ContractorNote\": \"\",\n            \"ContractorDeleted\": true,\n            \"TenantId\": 0,\n            \"ContractorTypeText\": \"\",\n            \"ContractorZipCode\": \"\",\n            \"ContractorMiddleName\": \"\"\n        }\n    }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Department","GetContractor"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"344aeb2f-0c25-4f92-ba33-13d8da30d1ed","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"ContractorId\": \"732\"\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Department/GetContractor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 22:54:17 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"Contractor\": {\n            \"ContractorFirstName\": \"Ringo\",\n            \"ContractorId\": 732,\n            \"ContractorBusinessName\": \"Lyndon Fire\",\n            \"ContractorTitle\": \"Drummer\",\n            \"ContractorAddress2\": \"123 Main\",\n            \"ContractorLastName\": \"Starr\",\n            \"ContractorState\": \"KY\",\n            \"ContractorTypeCode\": \"3\",\n            \"ContractorAddress\": \"123 Main\",\n            \"ContractorEmail\": \"email@email.com\",\n            \"ContractorCity\": \"\",\n            \"ContractorNote\": \"\",\n            \"ContractorDeleted\": false,\n            \"TenantId\": 1687,\n            \"ContractorTypeText\": \"3 - Generator Systems\",\n            \"ContractorZipCode\": \"40222\",\n            \"ContractorMiddleName\": \"\"\n        }\n    }\n}"}],"_postman_id":"b5ff8ad7-5be4-4dd6-a66d-13867928a1eb"},{"name":"Get Contractors","event":[{"listen":"prerequest","script":{"id":"d0d82a85-f172-4873-a5d6-db53856f40ce","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f664158f-7bcf-483a-9588-2563fdf36a80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": \"false\"\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Department/GetContractors","description":"<h3 id=\"request-description\">Request Description</h3>\n<p>This endpoint makes an HTTP POST request to retrieve a list of contractors from the Department API. The request body should be in raw format with the payload containing the \"outputtype\" and \"IsDeleted\" parameters.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>outputtype</code> (string): Specifies the output type for the response.</p>\n</li>\n<li><p><code>IsDeleted</code> (string): Indicates whether the contractors are deleted or not.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"Contractors\": [\n      {\n        \"ContractorFirstName\": \"\",\n        \"ContractorId\": 0,\n        \"ContractorBusinessName\": \"\",\n        \"ContractorTitle\": \"\",\n        \"ContractorAddress2\": \"\",\n        \"ContractorLastName\": \"\",\n        \"ContractorState\": \"\",\n        \"ContractorTypeCode\": \"\",\n        \"ContractorAddress\": \"\",\n        \"ContractorEmail\": \"\",\n        \"ContractorCity\": \"\",\n        \"ContractorNote\": \"\",\n        \"ContractorDeleted\": true,\n        \"TenantId\": 0,\n        \"ContractorTypeText\": \"\",\n        \"ContractorZipCode\": \"\",\n        \"ContractorMiddleName\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n<p>The \"Contractors\" array contains information about each contractor, including their first name, ID, business name, title, address, email, and more.</p>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"Contractors\": [\n      {\n        \"ContractorFirstName\": \"\",\n        \"ContractorId\": 0,\n        \"ContractorBusinessName\": \"\",\n        \"ContractorTitle\": \"\",\n        \"ContractorAddress2\": \"\",\n        \"ContractorLastName\": \"\",\n        \"ContractorState\": \"\",\n        \"ContractorTypeCode\": \"\",\n        \"ContractorAddress\": \"\",\n        \"ContractorEmail\": \"\",\n        \"ContractorCity\": \"\",\n        \"ContractorNote\": \"\",\n        \"ContractorDeleted\": true,\n        \"TenantId\": 0,\n        \"ContractorTypeText\": \"\",\n        \"ContractorZipCode\": \"\",\n        \"ContractorMiddleName\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Department","GetContractors"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"40ed8d9b-b521-472a-8886-62caa0247b6b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": \"false\"\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Department/GetContractors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 22:51:34 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"Contractors\": [\n            {\n                \"ContractorFirstName\": \"Ringo\",\n                \"ContractorId\": 732,\n                \"ContractorBusinessName\": \"Pro Fire\",\n                \"ContractorTitle\": \"Drummer\",\n                \"ContractorAddress2\": \"123 Main\",\n                \"ContractorLastName\": \"Starr\",\n                \"ContractorState\": \"KY\",\n                \"ContractorTypeCode\": \"3\",\n                \"ContractorAddress\": \"123 Main\",\n                \"ContractorEmail\": \"email#=@email.com\",\n                \"ContractorCity\": \"\",\n                \"ContractorNote\": \"\",\n                \"ContractorDeleted\": false,\n                \"TenantId\": 1687,\n                \"ContractorTypeText\": \"3 - Generator Systems\",\n                \"ContractorZipCode\": \"40222\",\n                \"ContractorMiddleName\": \"\"\n            }           }\n        ]\n    }\n}"}],"_postman_id":"f664158f-7bcf-483a-9588-2563fdf36a80"},{"name":"Get ClientMainView","event":[{"listen":"prerequest","script":{"id":"65941677-a21c-411f-b9aa-ff152eba98bc","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"9c24a435-f560-4972-8975-38f8882800c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\"\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Department/ClientMainView","description":"<h3 id=\"primary-view-department-client-api\">Primary View Department Client API</h3>\n<p>This endpoint allows you to retrieve the main client view for a department.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><strong>outputtype</strong> (string) - Specifies the type of output required. Set to \"Json\".</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p><strong>Status</strong> - 200 OK</p>\n</li>\n<li><p><strong>Content-Type</strong> - application/json</p>\n</li>\n<li><p><strong>Done</strong> (object)</p>\n<ul>\n<li><p><strong>API Response</strong> (object)</p>\n<ul>\n<li><p><strong>Description</strong> (string) - Description of the response.</p>\n</li>\n<li><p><strong>ErrorCode</strong> (string) - Error code, if any.</p>\n</li>\n<li><p><strong>Status</strong> (integer) - Status of the response.</p>\n</li>\n<li><p><strong>Message</strong> (string) - Additional message, if any.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>ClientMainViewList</strong> (array)</p>\n<ul>\n<li><p><strong>TenantId</strong> (integer) - ID of the tenant.</p>\n</li>\n<li><p><strong>StreetNumber</strong> (string) - Street number.</p>\n</li>\n<li><p><strong>logourl</strong> (string) - URL for the logo.</p>\n</li>\n<li><p><strong>Street</strong> (string) - Street name.</p>\n</li>\n<li><p><strong>Address2</strong> (string) - Additional address information.</p>\n</li>\n<li><p><strong>StreetType</strong> (string) - Type of street.</p>\n</li>\n<li><p><strong>StreetPrefix</strong> (string) - Prefix for the street.</p>\n</li>\n<li><p><strong>FaxNumber</strong> (string) - Fax number.</p>\n</li>\n<li><p><strong>Suite</strong> (string) - Suite information.</p>\n</li>\n<li><p><strong>ClientName</strong> (string) - Name of the client.</p>\n</li>\n<li><p><strong>IsFireRecoveryBilling</strong> (boolean) - Indicates if FireRecovery billing is enabled.</p>\n</li>\n<li><p><strong>StreetSuffix</strong> (string) - Suffix for the street.</p>\n</li>\n<li><p><strong>State</strong> (string) - State information.</p>\n</li>\n<li><p><strong>ClientLogo</strong> (string) - Client's logo.</p>\n</li>\n<li><p><strong>City</strong> (string) - City information.</p>\n</li>\n<li><p><strong>PhoneNumber</strong> (string) - Phone number.</p>\n</li>\n<li><p><strong>ZipCode</strong> (string) - Zip code.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"ClientMainViewList\": [\n            {\n                \"TenantId\": 0,\n                \"StreetNumber\": \"\",\n                \"logourl\": \"\",\n                \"Street\": \"\",\n                \"Address2\": \"\",\n                \"StreetType\": \"\",\n                \"StreetPrefix\": \"\",\n                \"FaxNumber\": \"\",\n                \"Suite\": \"\",\n                \"ClientName\": \"\",\n                \"IsFireRecoveryBilling\": true,\n                \"StreetSuffix\": \"\",\n                \"State\": \"\",\n                \"ClientLogo\": \"\",\n                \"City\": \"\",\n                \"PhoneNumber\": \"\",\n                \"ZipCode\": \"\"\n            }\n        ]\n    }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Department","ClientMainView"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"71ed8dac-df13-46ea-ae58-b00dcb1844d8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\"\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Department/ClientMainView"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 22:55:56 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ClientMainViewList\": [\n            {\n                \"TenantId\": 1687,\n                \"StreetNumber\": \"635\",\n                \"logourl\": \"https://standard_logo3.png\",\n                \"Street\": \"S Hwy 101\",\n                \"Address2\": \"\",\n                \"StreetType\": \"\",\n                \"StreetPrefix\": \"\",\n                \"FaxNumber\": \"1234567890\",\n                \"Suite\": \"\",\n                \"ClientName\": \"7.0 Pro Fire\",\n                \"IsFireRecoveryBilling\": true,\n                \"StreetSuffix\": \"\",\n                \"State\": \"CA\",\n                \"ClientLogo\": \"standard_logo3.png\",\n                \"City\": \"Solana Beach\",\n                \"PhoneNumber\": \"8001231234\",\n                \"ZipCode\": \"92075\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9c24a435-f560-4972-8975-38f8882800c3"},{"name":"Get Client User Accounts","event":[{"listen":"prerequest","script":{"id":"a57b8732-a0fb-474d-ba7b-b6fdb0307d69","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"1a6f7368-18cd-415f-9d1b-d18ba4844991","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientId","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsEnabled \": false\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Department/GetClientUserAccounts","description":"<h3 id=\"get-client-user-accounts\">Get Client User Accounts</h3>\n<p>This endpoint makes an HTTP POST request to retrieve client user accounts. The request payload should be in JSON format with the \"outputtype\" key specifying the output format and \"IsEnabled\" key indicating whether the accounts are enabled.</p>\n<p><strong>Request Body:</strong></p>\n<ul>\n<li><p>outputtype (string): Specifies the output format, e.g., \"Json\"</p>\n</li>\n<li><p>IsEnabled (boolean): Indicates whether the accounts are enabled</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<p><strong>Response:</strong></p>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<p>The response contains an object \"Done\" with \"API Response\" providing details about the response status. The \"ClientUserAccounts\" array includes information about each client user account, such as role, account ID, shift ID, inspection report permissions, last login, email, tenant ID, and account status.</p>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"ClientUserAccounts\": [\n      {\n        \"UserRoleText\": \"\",\n        \"ClientUserAccountId\": 0,\n        \"UserShiftId\": 0,\n        \"CCUserInspectionReport\": true,\n        \"UserAccountLastLogin\": null,\n        \"UserRankId\": 0,\n        \"Enabled\": true,\n        \"ClientUserEmail\": \"\",\n        \"AlternateEmail\": null,\n        \"TenantId\": 0,\n        \"IsLoginEmailUsed\": true,\n        \"IncludeInspectorPhone\": true,\n        \"ClientUserLastName\": \"\",\n        \"UserStationText\": \"\",\n        \"IncludeInspectorEmail\": true,\n        \"UserStationId\": 0,\n        \"UserAcountIsEnabled\": true,\n        \"UserShiftText\": \"\",\n        \"UserPhoneNumberExtension\": null,\n        \"UserRankText\": \"\",\n        \"ClientUserFirstName\": \"\",\n        \"UserPhoneNumber\": null,\n        \"UserRoleId\": 0\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Department","GetClientUserAccounts"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"acc860f9-e529-4e5d-a2aa-861e4fd32aed","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientId","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsEnabled \": false\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Department/GetClientUserAccounts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 22:57:00 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ClientUserAccounts\": [\n            {\n                \"UserRoleText\": \"Inspector\",\n                \"ClientUserAccountId\": 4524,\n                \"UserShiftId\": 196581,\n                \"CCUserInspectionReport\": true,\n                \"UserAccountLastLogin\": null,\n                \"UserRankId\": 196583,\n                \"Enabled\": false,\n                \"ClientUserEmail\": \"mark@deletethis.com\",\n                \"AlternateEmail\": null,\n                \"TenantId\": 1687,\n                \"IsLoginEmailUsed\": true,\n                \"IncludeInspectorPhone\": false,\n                \"ClientUserLastName\": \"Gratiot\",\n                \"UserStationText\": \"STA1 - Station 1 New Description\",\n                \"IncludeInspectorEmail\": false,\n                \"UserStationId\": 110441,\n                \"UserAcountIsEnabled\": false,\n                \"UserShiftText\": \"ONE - Shift One\",\n                \"UserPhoneNumberExtension\": null,\n                \"UserRankText\": \"FM - Fire Marshal\",\n                \"ClientUserFirstName\": \"Mark\",\n                \"UserPhoneNumber\": null,\n                \"UserRoleId\": 1\n            }\n        ]\n    }\n}"}],"_postman_id":"1a6f7368-18cd-415f-9d1b-d18ba4844991"},{"name":"Get Client User Account","event":[{"listen":"prerequest","script":{"id":"bbe8cab6-d695-48e9-aa0e-ab0f924daa50","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7d3415c6-eb4e-40bd-87c6-b8770fea4cd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"ClientuserAccountId\": 4533\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Department/GetClientUserAccount","description":"<h3 id=\"get-client-user-account\">Get Client User Account</h3>\n<p>This endpoint allows you to retrieve the details of a client user account.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (string): The type of output required, in this case, it is \"Json\".</p>\n</li>\n<li><p><code>ClientuserAccountId</code> (number): The unique identifier of the client user account for which the details are to be retrieved.</p>\n</li>\n</ul>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful request, the server will respond with a status code of 200 and a JSON object containing the details of the client user account. The response includes the following fields:</p>\n<ul>\n<li><p><code>UserRoleText</code> (string): The role of the client user.</p>\n</li>\n<li><p><code>ClientUserAccountId</code> (number): The unique identifier of the client user account.</p>\n</li>\n<li><p><code>UserShiftId</code> (number): The shift ID of the user.</p>\n</li>\n<li><p><code>CCUserInspectionReport</code> (boolean): Indicates whether the user can inspect reports.</p>\n</li>\n<li><p><code>UserAccountLastLogin</code> (string): The date and time of the user's last login.</p>\n</li>\n<li><p><code>Enabled</code> (boolean): Indicates whether the user account is enabled.</p>\n</li>\n<li><p><code>ClientUserEmail</code> (string): The email address of the client user.</p>\n</li>\n<li><p><code>AlternateEmail</code> (string): An alternate email address for the user.</p>\n</li>\n<li><p><code>TenantId</code> (number): The ID of the tenant.</p>\n</li>\n<li><p><code>IsLoginEmailUsed</code> (boolean): Indicates if the login email is used.</p>\n</li>\n<li><p><code>IncludeInspectorPhone</code> (boolean): Indicates whether the inspector's phone is included.</p>\n</li>\n<li><p><code>ClientUserLastName</code> (string): The last name of the client user.</p>\n</li>\n<li><p><code>UserStationText</code> (string): The text related to the user's station.</p>\n</li>\n<li><p><code>IncludeInspectorEmail</code> (boolean): Indicates whether the inspector's email is included.</p>\n</li>\n<li><p><code>UserStationId</code> (number): The ID of the user's station.</p>\n</li>\n<li><p><code>UserAcountIsEnabled</code> (boolean): Indicates whether the user account is enabled.</p>\n</li>\n<li><p><code>UserShiftText</code> (string): The text related to the user's shift.</p>\n</li>\n<li><p><code>UserPhoneNumberExtension</code> (string): The phone number extension of the user.</p>\n</li>\n<li><p><code>UserRankText</code> (string): The text related to the user's rank.</p>\n</li>\n<li><p><code>ClientUserFirstName</code> (string): The first name of the client user.</p>\n</li>\n<li><p><code>UserPhoneNumber</code> (string): The phone number of the user.</p>\n</li>\n<li><p><code>UserRoleId</code> (number): The role ID of the user.</p>\n</li>\n</ul>\n<h4 id=\"example\">Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        },\n        \"ClientUserAccount\": {\n            \"UserRoleText\": \"\",\n            \"ClientUserAccountId\": 0,\n            \"UserShiftId\": 0,\n            \"CCUserInspectionReport\": true,\n            \"UserAccountLastLogin\": null,\n            \"Enabled\": true,\n            \"ClientUserEmail\": \"\",\n            \"AlternateEmail\": null,\n            \"TenantId\": 0,\n            \"IsLoginEmailUsed\": true,\n            \"IncludeInspectorPhone\": true,\n            \"ClientUserLastName\": \"\",\n            \"UserStationText\": \"\",\n            \"IncludeInspectorEmail\": true,\n            \"UserStationId\": 0,\n            \"UserAcountIsEnabled\": true,\n            \"UserShiftText\": \"\",\n            \"UserPhoneNumberExtension\": null,\n            \"UserRankText\": \"\",\n            \"ClientUserFirstName\": \"\",\n            \"UserPhoneNumber\": null,\n            \"UserRoleId\": 0\n        }\n    }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","","SLI","GeneralAPI","Department","GetClientUserAccount"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"6557eed7-9848-4831-9a7a-924948d91962","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"ClientuserAccountId\": 4524\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Department/GetClientUserAccount"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 30 Apr 2025 22:58:20 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"ClientUserAccount\": {\n            \"UserRoleText\": \"Inspector\",\n            \"ClientUserAccountId\": 4524,\n            \"UserShiftId\": 196581,\n            \"CCUserInspectionReport\": true,\n            \"UserAccountLastLogin\": null,\n            \"UserRankId\": 196583,\n            \"Enabled\": false,\n            \"ClientUserEmail\": \"Ringo@Starr.com\",\n            \"AlternateEmail\": null,\n            \"TenantId\": 1687,\n            \"IsLoginEmailUsed\": true,\n            \"IncludeInspectorPhone\": false,\n            \"ClientUserLastName\": \"Starr\",\n            \"UserStationText\": \"STA1 - Station 1 New Description\",\n            \"IncludeInspectorEmail\": false,\n            \"UserStationId\": 110441,\n            \"UserAcountIsEnabled\": false,\n            \"UserShiftText\": \"ONE - Shift One\",\n            \"UserPhoneNumberExtension\": null,\n            \"UserRankText\": \"FM - Fire Marshal\",\n            \"ClientUserFirstName\": \"Ringo\",\n            \"UserPhoneNumber\": null,\n            \"UserRoleId\": 1\n        }\n    }\n}"}],"_postman_id":"7d3415c6-eb4e-40bd-87c6-b8770fea4cd4"}],"id":"83dd862e-1283-47fb-a6ac-8d8009e89651","description":"<p>Method endpoints for general department information.</p>\n","_postman_id":"83dd862e-1283-47fb-a6ac-8d8009e89651","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}}],"id":"60b8357f-de4f-42df-ac3e-c233e591b8b8","description":"<p>Provides general API endpoints that are available when provided access to the general API product. Methods are separated in folders that represent the areas they apply.</p>\n","_postman_id":"60b8357f-de4f-42df-ac3e-c233e591b8b8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Billing","item":[{"name":"Get All Standalone Inspections For Billing","id":"1695e942-6e5a-4d2b-b88a-97296c32600a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{BrowardSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://process.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/billing/getallstandaloneinspectionsforbilling","description":"<h1 id=\"get-all-standalone-inspections-for-billing\">Get All Standalone Inspections for Billing</h1>\n<p>This endpoint retrieves all standalone inspections related to billing. It is particularly useful for clients who need to fetch inspection details that are not tied to any specific billing cycle or invoice.</p>\n<h2 id=\"request\">Request</h2>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>{{BaseUrl}}/Primary/restapi/slipublicapi/productscustom/billing/getallstandaloneinspectionsforbilling</code></p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body must be in JSON format and should include the following parameter:</p>\n<ul>\n<li><strong>outputtype</strong> (string): Specifies the desired output format. Currently, the only accepted value is <code>\"Json\"</code>.</li>\n</ul>\n<p><strong>Example Request Body</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"outputtype\": \"Json\"\n}\n\n</code></pre>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The response will be in JSON format and will contain the following structure:</p>\n<ul>\n<li><p><strong>Done</strong> (object): An object that encapsulates the API response.</p>\n<ul>\n<li><p><strong>API Response</strong> (object): Contains metadata about the API call.</p>\n<ul>\n<li><p><strong>Description</strong> (string or null): A description of the response (if any).</p>\n</li>\n<li><p><strong>ErrorCode</strong> (integer or null): An error code indicating the status of the request (if any).</p>\n</li>\n<li><p><strong>Status</strong> (integer): A status code indicating the success of the API call. A value of <code>0</code> typically indicates success.</p>\n</li>\n<li><p><strong>Message</strong> (string): A message providing additional information about the response.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>GetStandaloneInspectionsForBillings</strong> (array): An array of objects, each representing a standalone inspection. Each object may contain the following fields:</p>\n<ul>\n<li><p><strong>LastModifiedDate</strong> (string): The date when the inspection was last modified.</p>\n</li>\n<li><p><strong>FiscalYearId</strong> (integer): The ID of the fiscal year associated with the inspection.</p>\n</li>\n<li><p><strong>ClientId</strong> (integer): The ID of the client associated with the inspection.</p>\n</li>\n<li><p><strong>OccupancyId</strong> (integer): The ID related to occupancy.</p>\n</li>\n<li><p><strong>BillingExportId</strong> (integer): The ID representing the billing export of the inspection.</p>\n</li>\n<li><p><strong>IsFeeScheduleNoCharge</strong> (boolean): Indicates whether the fee schedule has no charge.</p>\n</li>\n<li><p><strong>ManualOverrideFee</strong> (boolean): Indicates whether there is a manual override for the fee.</p>\n</li>\n<li><p><strong>SeriesId</strong> (integer): The ID of the series associated with the inspection.</p>\n</li>\n<li><p><strong>InspectionId</strong> (integer): The unique identifier for the inspection.</p>\n</li>\n<li><p><strong>BillingStatusNote</strong> (string or null): Any notes related to the billing status (if any).</p>\n</li>\n<li><p><strong>billingyear</strong> (string): The year associated with the billing.</p>\n</li>\n<li><p><strong>LastModifiedById</strong> (string): The ID of the user who last modified the inspection.</p>\n</li>\n<li><p><strong>InspectionAccountId</strong> (string): The account ID related to the inspection.</p>\n</li>\n<li><p><strong>AccountName</strong> (string): The name associated with the account.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"status-codes\">Status Codes</h3>\n<ul>\n<li><p><strong>200 OK</strong>: The request was successful, and the response contains the requested data.</p>\n</li>\n<li><p><strong>Other Status Codes</strong>: Depending on the implementation, other status codes may indicate errors or issues with the request.</p>\n</li>\n</ul>\n<p>This endpoint is essential for clients needing to aggregate billing-related inspections efficiently.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","slipublicapi","productscustom","billing","getallstandaloneinspectionsforbilling"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"ff5a4901-df64-4db0-a9b8-e7f22af57c6d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{BaseUrl}}/Primary/restapi/slipublicapi/productscustom/billing/getallstandaloneinspectionsforbilling"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 02 Sep 2025 17:21:02 GMT"},{"key":"Server","value":"MyServer"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'; default-src 'self'; script-src https://beta.therecoveryhub.com https://*.firerecoveryusa.com https://process-dev.firerecoveryusa.com 'nonce-{nonce-value}' 'unsafe-eval'; img-src 'self' 'unsafe-inline' data:; style-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; worker-src 'self' 'unsafe-inline' blob:"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Permissions-Policy","value":"accelerometer=()"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"GetStandaloneInspectionsForBillings\": [\n            {\n                \"LastModifiedDate\": \"2025-08-05T17:20:34.067\",\n                \"IsFeeScheduleNoCharge\": false,\n                \"SeriesId\": 2680372,\n                \"FiscalYearId\": 5166,\n                \"InspectionId\": 2680372,\n                \"ClientId\": 1687,\n                \"OccupancyId\": 842806,\n                \"BillingExportId\": 909711,\n                \"ManualOverrideFee\": false,\n                \"BillingStatusNote\": null,\n                \"billingyear\": \"2025\",\n                \"LastModifiedById\": \"8202\",\n                \"InspectionAccountId\": \"7502\",\n                \"AccountName\": \"Station One\"\n            },\n            {\n                \"LastModifiedDate\": \"2025-07-24T22:00:03.643\",\n                \"IsFeeScheduleNoCharge\": false,\n                \"SeriesId\": 2686351,\n                \"FiscalYearId\": 5166,\n                \"InspectionId\": 2686351,\n                \"ClientId\": 1687,\n                \"OccupancyId\": 499522,\n                \"BillingExportId\": 906480,\n                \"ManualOverrideFee\": false,\n                \"BillingStatusNote\": null,\n                \"billingyear\": \"2025\",\n                \"LastModifiedById\": \"114\",\n                \"InspectionAccountId\": \"7502\",\n                \"AccountName\": \"Station One\"\n            }\n       ]\n    }\n}"}],"_postman_id":"1695e942-6e5a-4d2b-b88a-97296c32600a"},{"name":"Get All Complex Inspections For Billing","id":"169923b6-b81b-4d1d-8d56-0473fba433be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{TacomaSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://process.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/billing/getallcomplexinspectionsforbilling","description":"<h2 id=\"api-endpoint-get-all-complex-inspections-for-billing\">API Endpoint: Get All Complex Inspections for Billing</h2>\n<h3 id=\"request-method\">Request Method</h3>\n<p><strong>POST</strong></p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>{{BaseUrl}}/Primary/restapi/slipublicapi/productscustom/billing/getallcomplexinspectionsforbilling</code></p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request requires a JSON payload with the following parameter:</p>\n<ul>\n<li><strong>outputtype</strong> (string): Specifies the format of the output. In this case, it should be set to <code>\"Json\"</code>.</li>\n</ul>\n<h3 id=\"expected-response\">Expected Response</h3>\n<p>The API responds with a JSON object that contains the following structure:</p>\n<ul>\n<li><p><strong>Done</strong> (object): Contains the overall status of the API response.</p>\n<ul>\n<li><p><strong>API Response</strong> (object): Provides details about the response status.</p>\n<ul>\n<li><p><strong>Description</strong> (string|null): A description of the response, if available.</p>\n</li>\n<li><p><strong>ErrorCode</strong> (integer|null): An error code indicating the status of the request, if any.</p>\n</li>\n<li><p><strong>Status</strong> (integer): Indicates the success or failure of the API call (0 for success).</p>\n</li>\n<li><p><strong>Message</strong> (string): A message related to the API response, if applicable.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>GetComplexInspectionsForBillings</strong> (array): An array of complex inspection billing details, where each object contains:</p>\n<ul>\n<li><p><strong>ClientId</strong> (integer): The ID of the client associated with the inspection.</p>\n</li>\n<li><p><strong>BillingStatusId</strong> (integer): The ID representing the billing status.</p>\n</li>\n<li><p><strong>FiscalYearId</strong> (integer): The ID for the fiscal year.</p>\n</li>\n<li><p><strong>ComplexInspectionId</strong> (integer): The unique ID for the complex inspection.</p>\n</li>\n<li><p><strong>SeriesId</strong> (integer): The ID for the series associated with the inspection.</p>\n</li>\n<li><p><strong>ComplexId</strong> (integer): The ID for the complex.</p>\n</li>\n<li><p><strong>BillingStatusNote</strong> (string|null): Any notes related to the billing status.</p>\n</li>\n<li><p><strong>LastModifiedDate</strong> (string): The date when the record was last modified.</p>\n</li>\n<li><p><strong>f_frusa_user_id</strong> (string|null): The user ID associated with the record.</p>\n</li>\n<li><p><strong>ManualOverrideFee</strong> (boolean): Indicates if there is a manual override fee.</p>\n</li>\n<li><p><strong>IsFeeScheduleNoCharge</strong> (boolean): Indicates if the fee schedule has no charge.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"notes\">Notes</h3>\n<p>Ensure that the request body is correctly formatted as JSON and includes the required parameter to receive the expected response. The API provides a structured response that allows users to easily interpret the billing inspection data. This endpoint is useful for retrieving comprehensive details about complex inspections related to billing, including their status and any associated client information.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","slipublicapi","productscustom","billing","getallcomplexinspectionsforbilling"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"c2e584d2-00c7-4d5d-8cf4-2d0432dcfcaa","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{TacomaSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseUrl}}/Primary/restapi/slipublicapi/productscustom/billing/getallcomplexinspectionsforbilling"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 02 Sep 2025 17:39:16 GMT"},{"key":"Server","value":"MyServer"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'; default-src 'self'; script-src https://beta.therecoveryhub.com https://*.firerecoveryusa.com https://process-dev.firerecoveryusa.com 'nonce-{nonce-value}' 'unsafe-eval'; img-src 'self' 'unsafe-inline' data:; style-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; worker-src 'self' 'unsafe-inline' blob:"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Permissions-Policy","value":"accelerometer=()"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"GetComplexInspectionsForBillings\": [\n            {\n                \"BillingStatusNote\": null,\n                \"LastModifiedDate\": \"2025-05-09T17:24:13.33\",\n                \"ComplexInspectionId\": 2589829,\n                \"IsFeeScheduleNoCharge\": false,\n                \"BillingExportId\": 882806,\n                \"SeriesId\": 2589829,\n                \"ClientId\": 1702,\n                \"ComplexId\": 1573,\n                \"ManualOverrideFee\": false,\n                \"FiscalYearId\": 6169,\n                \"billingyear\": \"2025\",\n                \"LastModifiedById\": \"6684\",\n                \"InspectionAccountId\": \"7942\",\n                \"AccountName\": \"Investigator05\"\n            },\n            {\n                \"BillingStatusNote\": null,\n                \"LastModifiedDate\": \"2022-12-28T16:45:29.177\",\n                \"ComplexInspectionId\": 1574011,\n                \"IsFeeScheduleNoCharge\": false,\n                \"BillingExportId\": 577737,\n                \"SeriesId\": 1574011,\n                \"ClientId\": 1702,\n                \"ComplexId\": 1575,\n                \"ManualOverrideFee\": false,\n                \"FiscalYearId\": 6166,\n                \"billingyear\": \"2022\",\n                \"LastModifiedById\": null,\n                \"InspectionAccountId\": \"7942\",\n                \"AccountName\": \"Investigator05\"\n            }\n        ]\n    }\n}"}],"_postman_id":"169923b6-b81b-4d1d-8d56-0473fba433be"},{"name":"Get Occupancy Accounting","id":"7fd82ae9-7b3d-443d-9806-03ba8fd40c50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 321057\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://process.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/billing/getoccupancyaccounting","description":"<h2 id=\"endpoint-get-occupancy-accounting\">Endpoint: Get Occupancy Accounting</h2>\n<p>This endpoint retrieves occupancy accounting information based on a specified occupancy ID. It is designed to return details about the occupancy, including related property account settings.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>{{BaseUrl}}/Primary/restapi/slipublicapi/productscustom/billing/getoccupancyaccounting</code></p>\n<p><strong>Request Body:</strong><br />The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>outputtype</strong> (string): Specifies the format of the output. In this case, it should be set to \"Json\".</p>\n</li>\n<li><p><strong>OccupancyId</strong> (integer): The unique identifier for the occupancy for which accounting information is being requested.</p>\n</li>\n</ul>\n<p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"outputtype\": \"Json\",\n  \"OccupancyId\": 321057\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>Upon a successful request, the API will return a JSON response containing the following structure:</p>\n<ul>\n<li><p><strong>Done</strong> (object): This object contains the overall status of the API response.</p>\n<ul>\n<li><p><strong>API Response</strong> (object): Provides details about the response status.</p>\n<ul>\n<li><p><strong>Description</strong> (string): A description of the response (may be null).</p>\n</li>\n<li><p><strong>ErrorCode</strong> (integer): An error code if applicable (may be null).</p>\n</li>\n<li><p><strong>Status</strong> (integer): The status code of the request (0 indicates success).</p>\n</li>\n<li><p><strong>Message</strong> (string): A message related to the response (may be empty).</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>GetOccupancyAccountList</strong> (array): An array of objects containing details about the occupancy accounts.</p>\n<ul>\n<li><p><strong>PropertyAccountId</strong> (integer): The identifier for the property account.</p>\n</li>\n<li><p><strong>ClientID</strong> (integer): The identifier for the client.</p>\n</li>\n<li><p><strong>OccupancyId</strong> (integer): The occupancy identifier.</p>\n</li>\n<li><p><strong>SettingsType</strong> (string): The type of settings associated with the occupancy.</p>\n</li>\n<li><p><strong>SettingsValue</strong> (string): The value of the settings.</p>\n</li>\n<li><p><strong>SettingsComments</strong> (string): Any comments related to the settings.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"GetOccupancyAccountList\": [\n      {\n        \"PropertyAccountId\": 0,\n        \"ClientID\": 0,\n        \"OccupancyId\": 0,\n        \"SettingsType\": \"\",\n        \"SettingsValue\": \"\",\n        \"SettingsComments\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure that the <code>OccupancyId</code> provided in the request body is valid to receive the correct occupancy accounting details.</p>\n</li>\n<li><p>The response may contain null values for certain fields if no data is available.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","slipublicapi","productscustom","billing","getoccupancyaccounting"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"28c4afd9-2360-48aa-ad75-30cef5e9103d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 321057\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{BaseUrl}}/Primary/restapi/slipublicapi/productscustom/billing/getoccupancyaccounting"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 12 Aug 2025 18:36:19 GMT"},{"key":"Server","value":"MyServer"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'; default-src 'self'; script-src https://beta.therecoveryhub.com https://*.firerecoveryusa.com https://process-dev.firerecoveryusa.com 'nonce-{nonce-value}' 'unsafe-eval'; img-src 'self' 'unsafe-inline' data:; style-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; worker-src 'self' 'unsafe-inline' blob:"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Permissions-Policy","value":"accelerometer=()"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"GetOccupancyAccountList\": [\n            {\n                \"PropertyAccountId\": 43207,\n                \"ClientID\": 1687,\n                \"OccupancyId\": 321057,\n                \"SettingsType\": \"Account\",\n                \"SettingsValue\": \"445778\",\n                \"SettingsComments\": \"Account Number\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7fd82ae9-7b3d-443d-9806-03ba8fd40c50"},{"name":"Get Complex Accounting","id":"bdba6683-3281-4f4d-9578-923c39954edc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{TacomaSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"ComplexId\": 1573\r\n}","options":{"raw":{"language":"json"}}},"url":"https://process.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/billing/getcomplexaccounting","description":"<h2 id=\"get-complex-accounting\">Get Complex Accounting</h2>\n<p>This endpoint retrieves complex accounting details based on the provided Complex ID. It is useful for obtaining specific accounting information related to a complex.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method</strong>: POST<br /><strong>URL</strong>: <code>{{BaseUrl}}/Primary/restapi/slipublicapi/productscustom/billing/getcomplexaccounting</code></p>\n<p><strong>Request Body</strong>: The request body must be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>outputtype</strong> (string): Specifies the format of the response. In this case, it should be set to \"Json\".</p>\n</li>\n<li><p><strong>ComplexId</strong> (integer): The unique identifier for the complex whose accounting details are being requested.</p>\n</li>\n</ul>\n<p><strong>Example Request Body</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"outputtype\": \"Json\",\n  \"ComplexId\": 1573\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>The response will be in JSON format and will contain the following structure:</p>\n<ul>\n<li><p><strong>Done</strong>: An object that indicates the status of the API response.</p>\n<ul>\n<li><p><strong>API Response</strong>: Contains details about the response.</p>\n<ul>\n<li><p><strong>Description</strong>: A description of the response (nullable).</p>\n</li>\n<li><p><strong>ErrorCode</strong>: An error code if applicable (nullable).</p>\n</li>\n<li><p><strong>Status</strong>: An integer representing the status of the request (0 indicates success).</p>\n</li>\n<li><p><strong>Message</strong>: A message related to the response (can be empty).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>PublicAPI_GetComplexAccounting_Result</strong>: An array of objects containing the accounting details for the specified complex.</p>\n<ul>\n<li><p><strong>ComplexAccountId</strong> (integer): The unique identifier for the complex account.</p>\n</li>\n<li><p><strong>ClientID</strong> (integer): The identifier for the client associated with the complex.</p>\n</li>\n<li><p><strong>ComplexId</strong> (integer): The identifier for the complex.</p>\n</li>\n<li><p><strong>SettingsType</strong> (string): The type of settings associated with the complex account.</p>\n</li>\n<li><p><strong>SettingsValue</strong> (string): The value of the settings.</p>\n</li>\n<li><p><strong>SettingsComments</strong> (string): Any comments related to the settings.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Response</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"PublicAPI_GetComplexAccounting_Result\": [\n      {\n        \"ComplexAccountId\": 0,\n        \"ClientID\": 0,\n        \"ComplexId\": 0,\n        \"SettingsType\": \"\",\n        \"SettingsValue\": \"\",\n        \"SettingsComments\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","slipublicapi","productscustom","billing","getcomplexaccounting"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"eaa6f7e9-dcb5-484e-be7f-10696fa1eaa0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{TacomaSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"ComplexId\": 1573\r\n}","options":{"raw":{"language":"json"}}},"url":"{{BaseUrl}}/Primary/restapi/slipublicapi/productscustom/billing/getcomplexaccounting"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 12 Aug 2025 23:52:12 GMT"},{"key":"Server","value":"MyServer"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'; default-src 'self'; script-src https://beta.therecoveryhub.com https://*.firerecoveryusa.com https://process-dev.firerecoveryusa.com 'nonce-{nonce-value}' 'unsafe-eval'; img-src 'self' 'unsafe-inline' data:; style-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; worker-src 'self' 'unsafe-inline' blob:"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Permissions-Policy","value":"accelerometer=()"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"PublicAPI_GetComplexAccounting_Result\": [\n            {\n                \"ComplexAccountId\": 137,\n                \"ClientID\": 1702,\n                \"ComplexId\": 1573,\n                \"SettingsType\": \"Account\",\n                \"SettingsValue\": \"2589829\",\n                \"SettingsComments\": \"Account Number\"\n            }\n        ]\n    }\n}"}],"_postman_id":"bdba6683-3281-4f4d-9578-923c39954edc"},{"name":"Get Additional Line Items","id":"d5982bef-28bb-40f7-b581-b4d61d434e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"InspectionId\": 2613387\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://process.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/billing/getadditionallineitems","description":"<h1 id=\"get-additional-line-items\">Get Additional Line Items</h1>\n<p>This endpoint retrieves additional line items related to a specific inspection. It is particularly useful for obtaining detailed billing information associated with a given inspection ID.</p>\n<h2 id=\"purpose\">Purpose</h2>\n<p>The purpose of this request is to fetch additional billing line items that are linked to a specified inspection. This is essential for users needing to review or process billing details for inspections.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"method\">Method</h3>\n<p><code>POST</code></p>\n<h3 id=\"url\">URL</h3>\n<p><code>{{BaseUrl}}/Primary/restapi/slipublicapi/productscustom/billing/getadditionallineitems</code></p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body must be in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><strong>outputtype</strong> (string): Specifies the format of the output. In this case, it should be set to \"Json\".</p>\n</li>\n<li><p><strong>InspectionId</strong> (integer): The unique identifier for the inspection for which additional line items are being requested.</p>\n</li>\n</ul>\n<h4 id=\"example-request-body\">Example Request Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"outputtype\": \"Json\",\n  \"InspectionId\": 2613387\n}\n\n</code></pre>\n<h2 id=\"response\">Response</h2>\n<h3 id=\"status-code\">Status Code</h3>\n<p><code>200 OK</code></p>\n<h3 id=\"content-type\">Content-Type</h3>\n<p><code>application/json</code></p>\n<h3 id=\"response-body\">Response Body</h3>\n<p>The response will contain a JSON object with the following structure:</p>\n<ul>\n<li><p><strong>Done</strong> (object): Contains the overall status of the API response.</p>\n<ul>\n<li><p><strong>API Response</strong> (object): Provides metadata about the response.</p>\n<ul>\n<li><p><strong>Description</strong> (string): A description of the response (may be null).</p>\n</li>\n<li><p><strong>ErrorCode</strong> (integer): An error code indicating the status of the request (may be null).</p>\n</li>\n<li><p><strong>Status</strong> (integer): The status of the API call (0 indicates success).</p>\n</li>\n<li><p><strong>Message</strong> (string): A message related to the response (may be empty).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>GetAdditionalLineItems</strong> (array): An array of additional line items related to the inspection. Each item in the array includes:</p>\n<ul>\n<li><p><strong>LineItemNote</strong> (string): Notes associated with the line item.</p>\n</li>\n<li><p><strong>PermitId</strong> (integer): The ID of the permit associated with the line item.</p>\n</li>\n<li><p><strong>AdditionalLineItemId</strong> (integer): The unique ID for the additional line item.</p>\n</li>\n<li><p><strong>LineItemFee</strong> (number): The fee associated with the line item.</p>\n</li>\n<li><p><strong>LineItemTypeText</strong> (string): Text describing the type of line item.</p>\n</li>\n<li><p><strong>InspectionId</strong> (integer): The ID of the inspection related to the line item.</p>\n</li>\n<li><p><strong>LineItemDate</strong> (string): The date associated with the line item.</p>\n</li>\n<li><p><strong>LineItemText</strong> (string): Text describing the line item.</p>\n</li>\n<li><p><strong>ClientId</strong> (integer): The ID of the client associated with the line item.</p>\n</li>\n<li><p><strong>LineItemExpirationDate</strong> (string): The expiration date of the line item.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"GetAdditionalLineItems\": [\n      {\n        \"LineItemNote\": \"\",\n        \"PermitId\": 0,\n        \"AdditionalLineItemId\": 0,\n        \"LineItemFee\": 0,\n        \"LineItemTypeText\": \"\",\n        \"InspectionId\": 0,\n        \"LineItemDate\": \"\",\n        \"LineItemText\": \"\",\n        \"ClientId\": 0,\n        \"LineItemExpirationDate\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>Ensure that the <code>InspectionId</code> provided in the request is valid to receive the corresponding additional line items.</p>\n</li>\n<li><p>The response may contain multiple line items, or it may be empty if no additional line items are found for the specified inspection.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","slipublicapi","productscustom","billing","getadditionallineitems"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"c2bda104-9bae-40e9-9a1e-c8216c424f7a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"InspectionId\": 2613387\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"{{BaseUrl}}/Primary/restapi/slipublicapi/productscustom/billing/getadditionallineitems"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 02 Sep 2025 17:29:46 GMT"},{"key":"Server","value":"MyServer"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'; default-src 'self'; script-src https://beta.therecoveryhub.com https://*.firerecoveryusa.com https://process-dev.firerecoveryusa.com 'nonce-{nonce-value}' 'unsafe-eval'; img-src 'self' 'unsafe-inline' data:; style-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; worker-src 'self' 'unsafe-inline' blob:"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Permissions-Policy","value":"accelerometer=()"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"GetAdditionalLineItems\": [\n            {\n                \"InspectionId\": 2613387,\n                \"LineItemNote\": \"\",\n                \"PermitId\": 108837,\n                \"LineItemExpirationDate\": \"2026-04-16T21:39:19.133\",\n                \"BillingExportId\": 890049,\n                \"AdditionalLineItemId\": 212830,\n                \"LineItemFee\": 200,\n                \"LineItemTypeText\": \"Permit\",\n                \"LineItemDate\": \"2025-04-16T21:39:19.133\",\n                \"LineItemText\": \"EXPLOSIVES - Explosives\",\n                \"ClientId\": 1687,\n                \"PermitNumber\": \"2025-00000108837\"\n            },\n            {\n                \"InspectionId\": 2613387,\n                \"LineItemNote\": \"\",\n                \"PermitId\": 108836,\n                \"LineItemExpirationDate\": \"2026-04-16T21:39:19.05\",\n                \"BillingExportId\": 890049,\n                \"AdditionalLineItemId\": 212828,\n                \"LineItemFee\": 200,\n                \"LineItemTypeText\": \"Permit\",\n                \"LineItemDate\": \"2025-04-16T21:39:19.05\",\n                \"LineItemText\": \"AMUSE - Amusement Buildings\",\n                \"ClientId\": 1687,\n                \"PermitNumber\": \"2025-00000108836\"\n            },\n            {\n                \"InspectionId\": 2613387,\n                \"LineItemNote\": \"\",\n                \"PermitId\": 108835,\n                \"LineItemExpirationDate\": \"2026-04-16T21:39:18.977\",\n                \"BillingExportId\": 890049,\n                \"AdditionalLineItemId\": 212829,\n                \"LineItemFee\": 25,\n                \"LineItemTypeText\": \"Permit\",\n                \"LineItemDate\": \"2025-04-16T21:39:18.977\",\n                \"LineItemText\": \"AVIATION - Aviation Facility\",\n                \"ClientId\": 1687,\n                \"PermitNumber\": \"2025-00000108835\"\n            },\n            {\n                \"InspectionId\": 2613387,\n                \"LineItemNote\": \"\",\n                \"PermitId\": 108834,\n                \"LineItemExpirationDate\": \"2026-04-16T21:39:18.863\",\n                \"BillingExportId\": 890049,\n                \"AdditionalLineItemId\": 212827,\n                \"LineItemFee\": 25,\n                \"LineItemTypeText\": \"Permit\",\n                \"LineItemDate\": \"2025-04-16T21:39:18.863\",\n                \"LineItemText\": \"AERO - Aerosol Products\",\n                \"ClientId\": 1687,\n                \"PermitNumber\": \"2025-00000108834\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d5982bef-28bb-40f7-b581-b4d61d434e58"},{"name":"Mark Inspections For Billing Exported","id":"8637092b-eed3-458b-9dcf-70c07c6434b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"MarkInspectionsBillingExportRequest\": {\r\n    \"BillingExportIdList\": [\r\n      909711\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://process.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/billing/markinspectionsforbillingexported","description":"<h2 id=\"endpoint-description\">Endpoint Description</h2>\n<p>This endpoint is used to mark inspections for billing export in the system. It allows users to submit a list of billing export IDs, which the API processes to update the status of the inspections accordingly.</p>\n<h3 id=\"request\">Request</h3>\n<p><strong>Method:</strong> POST<br /><strong>URL:</strong> <code>https://process-dev.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/billing/markinspectionsforbillingexported</code></p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>The request body must be in JSON format and should include the following parameters:</p>\n<ul>\n<li><p><strong>outputtype</strong> (string): Specifies the desired output format. For this request, it should be set to \"Json\".</p>\n</li>\n<li><p><strong>MarkInspectionsBillingExportRequest</strong> (object): Contains the details for marking inspections.</p>\n<ul>\n<li><strong>BillingExportIdList</strong> (array of integers): A list of billing export IDs that need to be marked for billing.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Request Body:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"outputtype\": \"Json\",\n  \"MarkInspectionsBillingExportRequest\": {\n    \"BillingExportIdList\": [889889]\n  }\n}\n\n</code></pre>\n<h3 id=\"response\">Response</h3>\n<p>The response will be returned in JSON format and contains the following structure:</p>\n<ul>\n<li><p><strong>Done</strong> (object): Indicates the completion status of the request.</p>\n<ul>\n<li><p><strong>API Response</strong> (object): Provides details about the API's processing of the request.</p>\n<ul>\n<li><p><strong>Description</strong> (string): A description of the response (may be empty).</p>\n</li>\n<li><p><strong>ErrorCode</strong> (string): An error code indicating the result of the operation (may be empty).</p>\n</li>\n<li><p><strong>Status</strong> (integer): A status code representing the outcome of the request (0 indicates success).</p>\n</li>\n<li><p><strong>Message</strong> (string): A message providing additional information (may be empty).</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Example Response:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": \"\",\n      \"ErrorCode\": \"\",\n      \"Status\": 0,\n      \"Message\": \"\"\n    }\n  }\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>A successful response will have a <code>Status</code> of 0, indicating that the request was processed without errors.</p>\n</li>\n<li><p>If there are any issues, the <code>ErrorCode</code> and <code>Message</code> fields will provide further details.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","slipublicapi","productscustom","billing","markinspectionsforbillingexported"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"e05b52e8-9f50-4ea1-a63f-3e432f101985","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{subscriptionkey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"MarkInspectionsBillingExportRequest\": {\r\n    \"BillingExportIdList\": [\r\n      909711,\r\n      906480\r\n    ]\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/billing/markinspectionsforbillingexported"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 02 Sep 2025 17:35:26 GMT"},{"key":"Server","value":"MyServer"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'; default-src 'self'; script-src https://beta.therecoveryhub.com https://*.firerecoveryusa.com https://process-dev.firerecoveryusa.com 'nonce-{nonce-value}' 'unsafe-eval'; img-src 'self' 'unsafe-inline' data:; style-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; worker-src 'self' 'unsafe-inline' blob:"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Permissions-Policy","value":"accelerometer=()"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": \"\",\n            \"ErrorCode\": \"\",\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        }\n    }\n}"}],"_postman_id":"8637092b-eed3-458b-9dcf-70c07c6434b3"}],"id":"e23a621e-129b-45f9-9508-761c25b43483","description":"<p>Provides Billing API endpoints that are available when provided access to the Billing API product.</p>\n","_postman_id":"e23a621e-129b-45f9-9508-761c25b43483","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}}],"id":"b5e07f9b-8e06-49bd-8ed6-b72a2c2df907","description":"<p>Provides a set of API endpoints to support collecting inspection and property information from Streamline Automation.</p>\n","_postman_id":"b5e07f9b-8e06-49bd-8ed6-b72a2c2df907","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Custom APIs","item":[{"name":"Dallas Fire and Rescue","item":[{"name":"Get All Occupancies","event":[{"listen":"prerequest","script":{"id":"1de86dbf-869a-4d1b-9bf8-64633bf61477","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"69a44eee-6c8d-46f4-9bf1-12f5e18d1263","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PageNumber\":1,\r\n    \"RowsPerPage\":100\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetOccupancies?outputtype=Json","description":"<h3 id=\"get-occupancies\">Get Occupancies</h3>\n<p>This <code>POST</code> endpoint retrieves a list of occupancies.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p>Supply a JSON request body with the following parameters:</p>\n<ul>\n<li><code>PageNumber</code> (integer): The page number of occupancies to return.</li>\n<li><code>RowsPerPage</code> (integer): The number of occupancy records to return per page.</li>\n</ul>\n<p>Example request body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"PageNumber\": 1,\n  \"RowsPerPage\": 100\n}\n</code></pre>\n<h4 id=\"response-body\">Response Body</h4>\n<p>The response will be in JSON format and will contain the following fields:</p>\n<ul>\n<li><code>Done</code>: An object containing the list of occupancies with various details such as last modified date, occupancy ID, occupancy name, city, state, latitude, longitude, and more.</li>\n<li><code>API Response</code>: An object containing the description, error code, status, and message.</li>\n</ul>\n<p>Example response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"Occupancies\": [\n      {\n        \"LastModifiedDate\": \"\",\n        \"LastInspectionDate\": \"\",\n        \"ClientOccupancyId\": \"\",\n        \"DistrictCode\": \"\",\n        \"...\": \"\"\n      }\n    ],\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    }\n  }\n}\n</code></pre>\n<p><strong>Potential Errors</strong></p>\n<p><strong>401 Unauthorized</strong></p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID, or the provided token is invalid or expired.</p>\n<p><strong>500 Internal Server Error</strong></p>\n<p>Something internally errored during the processing of your request. Please try again and, if the issue persists, contact support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant72","GetOccupancies"],"host":["process","firerecoveryusa","com"],"query":[{"key":"outputtype","value":"Json"}],"variable":[]}},"response":[{"id":"5e21e043-efe9-4d14-8347-b5b338316545","name":"Success","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":{"raw":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetOccupancies?outputtype=Json","protocol":"https","host":["process-dev","firerecoveryusa","com"],"path":["Primary","restapi","Tenant72","GetOccupancies"],"query":[{"key":"outputtype","value":"Json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 01 May 2025 16:47:52 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"Occupancies\": [\n            {\n                \"LastModifiedDate\": \"2025-01-21T16:23:09.9650639\",\n                \"LastInspectionDate\": \"2020-03-26T20:05:05.753\",\n                \"ClientOccupancyId\": \"6000113160\",\n                \"DistrictCode\": \"7\",\n                \"MixedUseText\": \"58 - Business and residential use\",\n                \"InspectionDistrictCode\": \"\",\n                \"StationCode\": \"43-2\",\n                \"OccupancyId\": 327414,\n                \"FixedPropertyUseText\": \"579 - Motor vehicle or boat sales, services, repair\",\n                \"StreetSuffix\": \"\",\n                \"AutomaticExtinguishingCode\": \"N\",\n                \"ZoneText\": \"430099 - 430099\",\n                \"Longitude\": -96.882994,\n                \"NextInspectionDate\": null,\n                \"AutomaticExtinguishingTypeCode\": \"\",\n                \"BuildingClassCode\": \"B\",\n                \"StreetNumber\": \"2815\",\n                \"StreetType\": \"LN\",\n                \"StreetName\": \"LADYBIRD\",\n                \"DetectorTypeCode\": \"\",\n                \"ConstructionTypeCode\": \"6\",\n                \"ComplexMainId\": null,\n                \"ConstructionCompletedDate\": null,\n                \"PropertyNote\": \"CO #1712211109\",\n                \"AutomaticExtingushingTypeText\": null,\n                \"City\": \"DALLAS\",\n                \"OccupancyName\": \"Forless Autohaus\",\n                \"FloorsBelowGround\": 0,\n                \"StructureTypeCode\": \"\",\n                \"BusinessPermit\": \"\",\n                \"FixedPropertyUseCode\": \"579\",\n                \"OccupancyOwnershipCode\": \"\",\n                \"DetectorPowerText\": null,\n                \"OccupancyOwnershipText\": null,\n                \"StreetPrefix\": \"\",\n                \"StructureTypeText\": null,\n                \"AutomaticExtinguishingText\": \"N - None Present\",\n                \"ZipCode\": \"75220\",\n                \"MixedUseCode\": \"58\",\n                \"InspectionDistrictText\": null,\n                \"AHJText\": \"01 - Dallas\",\n                \"DistrictText\": \"7 - FIRE DISTRICT 7\",\n                \"AHJCode\": \"01\",\n                \"FloorsAboveGround\": 1,\n                \"BuildingClassText\": \"B - B-Building/occupancy for offices, professional or service use. Ambulatory care, bank, barber shop, education for students over 12th grade\",\n                \"PropertyCreationDate\": \"2018-01-27T19:41:17.71\",\n                \"BuildingStatusCode\": \"2\",\n                \"Address2\": \"\",\n                \"OccupancySquarefoot\": 14982,\n                \"BuildingStatusText\": \"2 - In normal use\",\n                \"DetectorPowerCode\": \"\",\n                \"PropertyCategory\": \"Commercial\",\n                \"DefaultInspectionTypeDescrition\": null,\n                \"isVacantProperty\": false,\n                \"OccupancyOccupantLoad\": 0,\n                \"State\": \"TX\",\n                \"ConstructionTypeDriscription\": \"6 - III-B:Unprotected Combustible\",\n                \"RoofCoveringCode\": \"\",\n                \"LastInspectionId\": 377562,\n                \"DetectorPresentText\": null,\n                \"DefaultInspectionTypeCode\": null,\n                \"DetectorTypeText\": null,\n                \"ZoneCode\": \"430099\",\n                \"DetectorPresentCode\": \"\",\n                \"RoofCoveringText\": null,\n                \"APN\": \"\",\n                \"AutomaticExtinguishingNumberOfHeads\": 0,\n                \"Latitude\": 32.879383,\n                \"TenantId\": 72,\n                \"StationText\": \"43-2 - STATION 43\",\n                \"NumberOfUnits\": 0\n            }\n        ],\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        }\n    }\n}"}],"_postman_id":"69a44eee-6c8d-46f4-9bf1-12f5e18d1263"},{"name":"Get Occupancy By Id","event":[{"listen":"prerequest","script":{"id":"5e15bb07-67cf-4253-842a-cfa41a12f8a4","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"f4e7db78-9de2-4275-8312-b4df79887ebc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetOccupancyById?outputtype=Json&OccupancyId=0","description":"<h1 id=\"get-occupancy-by-id\">Get Occupancy by ID</h1>\n<p>This endpoint retrieves occupancy details by providing the Occupancy ID as a query parameter.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>GET https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetOccupancyById</code></p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><p><code>outputtype</code> (string, required): The type of output, set to \"Json\".</p>\n</li>\n<li><p><code>OccupancyId</code> (integer, required): The unique identifier for the occupancy.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon a successful request, the server returns a JSON object with the following properties:</p>\n<ul>\n<li><p><code>Done</code> (object): Contains occupancy details.</p>\n<ul>\n<li><p><code>Occupancy</code> (object): Details of the occupancy including various property attributes.</p>\n</li>\n<li><p><code>API Response</code> (object): Additional information about the API response.</p>\n<ul>\n<li><p><code>Description</code> (string): Description of the response.</p>\n</li>\n<li><p><code>ErrorCode</code> (string): Error code if applicable.</p>\n</li>\n<li><p><code>Status</code> (integer): Status code of the response.</p>\n</li>\n<li><p><code>Message</code> (string): Any accompanying message.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"Occupancy\": {\n      \"APN\": \"\",\n      \"BuildingStatusText\": \"\",\n      \"City\": \"\",\n      \"isVacantProperty\": true,\n      ...\n    },\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant72","GetOccupancyById"],"host":["process","firerecoveryusa","com"],"query":[{"key":"outputtype","value":"Json"},{"key":"OccupancyId","value":"0"}],"variable":[]}},"response":[{"id":"c5c5be8d-2a12-42f8-a48b-4c4cf564f05f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":{"raw":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetOccupancyById?outputtype=Json&OccupancyId=327414","protocol":"https","host":["process-dev","firerecoveryusa","com"],"path":["Primary","restapi","Tenant72","GetOccupancyById"],"query":[{"key":"outputtype","value":"Json"},{"key":"OccupancyId","value":"327414"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 01 May 2025 16:54:18 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"Occupancy\": {\n            \"APN\": \"\",\n            \"BuildingStatusText\": \"2 - In normal use\",\n            \"City\": \"DALLAS\",\n            \"MixedUseCode\": \"58\",\n            \"DetectorPowerCode\": \"\",\n            \"isVacantProperty\": false,\n            \"StreetType\": \"LN\",\n            \"RoofCoveringText\": null,\n            \"DetectorTypeText\": null,\n            \"BuildingClassCode\": \"B\",\n            \"DetectorTypeCode\": \"\",\n            \"OccupancySquarefoot\": 14982,\n            \"OccupancyName\": \"Forless Autohaus\",\n            \"StreetName\": \"LADYBIRD\",\n            \"StructureTypeCode\": \"\",\n            \"AutomaticExtinguishingText\": \"N - None Present\",\n            \"StationCode\": \"43-2\",\n            \"ZipCode\": \"75220\",\n            \"ConstructionTypeDriscription\": \"6 - III-B:Unprotected Combustible\",\n            \"Longitude\": -96.882994,\n            \"LastInspectionId\": 377562,\n            \"Latitude\": 32.879383,\n            \"OccupancyOccupantLoad\": 0,\n            \"StructureTypeText\": null,\n            \"DistrictText\": \"7 - FIRE DISTRICT 7\",\n            \"ConstructionCompletedDate\": null,\n            \"AutomaticExtinguishingTypeCode\": \"\",\n            \"DetectorPresentText\": null,\n            \"DefaultInspectionTypeCode\": null,\n            \"FloorsAboveGround\": 1,\n            \"StationText\": \"43-2 - STATION 43\",\n            \"RoofCoveringCode\": \"\",\n            \"Address2\": \"\",\n            \"BuildingStatusCode\": \"2\",\n            \"FixedPropertyUseText\": \"579 - Motor vehicle or boat sales, services, repair\",\n            \"FixedPropertyUseCode\": \"579\",\n            \"AutomaticExtinguishingCode\": \"N\",\n            \"OccupancyOwnershipCode\": \"\",\n            \"StreetSuffix\": \"\",\n            \"ComplexMainId\": null,\n            \"InspectionDistrictText\": null,\n            \"DefaultInspectionTypeDescrition\": null,\n            \"BusinessPermit\": \"\",\n            \"PropertyCategory\": \"Commercial\",\n            \"OccupancyId\": 327414,\n            \"State\": \"TX\",\n            \"DetectorPowerText\": null,\n            \"ClientOccupancyId\": \"6000113160\",\n            \"StreetNumber\": \"2815\",\n            \"OccupancyOwnershipText\": null,\n            \"PropertyNote\": \"CO #1712211109\",\n            \"NextInspectionDate\": null,\n            \"ZoneCode\": \"430099\",\n            \"TenantId\": 72,\n            \"AHJText\": \"01 - Dallas\",\n            \"ConstructionTypeCode\": \"6\",\n            \"LastInspectionDate\": \"2020-03-26T20:05:05.753\",\n            \"AHJCode\": \"01\",\n            \"DistrictCode\": \"7\",\n            \"AutomaticExtinguishingNumberOfHeads\": 0,\n            \"AutomaticExtingushingTypeText\": null,\n            \"MixedUseText\": \"58 - Business and residential use\",\n            \"ZoneText\": \"430099 - 430099\",\n            \"FloorsBelowGround\": 0,\n            \"NumberOfUnits\": 0,\n            \"BuildingClassText\": \"B - B-Building/occupancy for offices, professional or service use. Ambulatory care, bank, barber shop, education for students over 12th grade\",\n            \"InspectionDistrictCode\": \"\",\n            \"DetectorPresentCode\": \"\",\n            \"LastModifiedDate\": \"2025-01-21T16:23:09.9650639\",\n            \"PropertyCreationDate\": \"2018-01-27T19:41:17.71\",\n            \"StreetPrefix\": \"\"\n        },\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        }\n    }\n}"}],"_postman_id":"f4e7db78-9de2-4275-8312-b4df79887ebc"},{"name":"Get All Responses for Series","event":[{"listen":"prerequest","script":{"id":"cf556ab3-cf5c-4982-ac97-519bc5442426","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b303ea99-f691-4aa3-a748-0c1ac9f87421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetInspectionSeriesReponses?outputtype=Json&InspectionSeriesId=251446","description":"<h3 id=\"get-inspection-series-responses\">Get Inspection Series Responses</h3>\n<p>This endpoint makes an HTTP GET request to retrieve a list of inspection responses for a specific Inspection Series.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>Endpoint: <code>https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetInspectionSeriesReponses</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p><code>outputtype=Json</code></p>\n</li>\n<li><p><code>InspectionSeriesId=251446</code></p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon a successful execution, the endpoint returns a JSON response with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"Responses\": [\n      {\n        \"ResponseId\": 0,\n        \"passed\": true,\n        \"SeriesId\": 0,\n        \"FieldId\": 0,\n        \"FieldType\": \"\",\n        \"FieldHidden\": true,\n        \"Response\": \"\",\n        \"FieldNotApplicable\": true,\n        \"Note\": \"\",\n        \"Question\": \"\"\n      }\n    ],\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    }\n  }\n}\n\n</code></pre>\n<p>The <code>Done</code> object contains an array of inspection responses, while the <code>API Response</code> object provides additional information about the API response.</p>\n<h4 id=\"example\">Example</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"Responses\": [\n      {\n        \"ResponseId\": 0,\n        \"passed\": true,\n        \"SeriesId\": 0,\n        \"FieldId\": 0,\n        \"FieldType\": \"\",\n        \"FieldHidden\": true,\n        \"Response\": \"\",\n        \"FieldNotApplicable\": true,\n        \"Note\": \"\",\n        \"Question\": \"\"\n      }\n    ],\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant72","GetInspectionSeriesReponses"],"host":["process","firerecoveryusa","com"],"query":[{"key":"outputtype","value":"Json"},{"key":"InspectionSeriesId","value":"251446"}],"variable":[]}},"response":[{"id":"fec7e6f1-5fc5-40a8-8604-cd04cfbc043f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":{"raw":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetInspectionSeriesReponses?outputtype=Json&InspectionSeriesId=251446","protocol":"https","host":["process-dev","firerecoveryusa","com"],"path":["Primary","restapi","Tenant72","GetInspectionSeriesReponses"],"query":[{"key":"outputtype","value":"Json"},{"key":"InspectionSeriesId","value":"251446"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 01 May 2025 16:59:16 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"Responses\": [\n            {\n                \"ResponseId\": 16746381,\n                \"passed\": true,\n                \"SeriesId\": 251446,\n                \"FieldId\": 30582,\n                \"FieldType\": \"Toggle\",\n                \"FieldHidden\": false,\n                \"Response\": \"true\",\n                \"FieldNotApplicable\": false,\n                \"Note\": \"\",\n                \"Question\": \"Post ADDRESS visible from the street \"\n            },\n            {\n                \"ResponseId\": 16746382,\n                \"passed\": true,\n                \"SeriesId\": 251446,\n                \"FieldId\": 30583,\n                \"FieldType\": \"Toggle\",\n                \"FieldHidden\": false,\n                \"Response\": \"true\",\n                \"FieldNotApplicable\": false,\n                \"Note\": \"\",\n                \"Question\": \"Provide marking or striping for all designated FIRE LANES\"\n            }\n        ],\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        }\n    }\n}"}],"_postman_id":"b303ea99-f691-4aa3-a748-0c1ac9f87421"},{"name":"Get Violations By Found Date","event":[{"listen":"prerequest","script":{"id":"ade8779c-585a-4f21-ba9e-a9f180fb0151","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"36aa4cea-fab7-41ac-8551-a828c0a7cf06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetViolationsByDateFound?outputtype=Json&DateFrom={{DateFrom}}&DateTo={{DateTo}}","description":"<h1 id=\"get-violations-by-date-found\">Get Violations By Date Found</h1>\n<p>This endpoint retrieves violations within a specified date range.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>GET</code> <a href=\"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetViolationsByDateFound\">https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetViolationsByDateFound</a></p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><p><code>outputtype</code>: Json</p>\n</li>\n<li><p><code>DateFrom</code> (required): Start date for the search</p>\n</li>\n<li><p><code>DateTo</code> (required): End date for the search</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<h3 id=\"status-200-ok\">Status: 200 OK</h3>\n<h3 id=\"content-type-applicationjson\">Content-Type: application/json</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"Violations\": [\n            {\n                \"IsSelfCertified\": true,\n                \"ViolationNote\": \"\",\n                \"ViolationRepairDate\": \"\",\n                \"InspectionViolationId\": 0,\n                \"ChecklistQuestionId\": 0,\n                \"ChecklistQuestionResponseId\": null,\n                \"ViolationFoundDate\": \"\",\n                \"OccupancyId\": 0,\n                \"FoundInInspectionId\": 0,\n                \"InspectionSeriesId\": 0,\n                \"TenantId\": 0,\n                \"ViolationRepaired\": true,\n                \"ViolationCodeId\": 0,\n                \"RepairedInInspectionId\": 0\n            }\n        ],\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        }\n    }\n}\n\n</code></pre>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant72","GetViolationsByDateFound"],"host":["process","firerecoveryusa","com"],"query":[{"key":"outputtype","value":"Json"},{"key":"DateFrom","value":"{{DateFrom}}"},{"key":"DateTo","value":"{{DateTo}}"}],"variable":[]}},"response":[{"id":"59701b2a-5626-40cb-8d84-f6651b1f607e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":{"raw":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetViolationsByDateFound?outputtype=Json&DateFrom={{DateFrom}}&DateTo={{DateTo}}","protocol":"https","host":["process-dev","firerecoveryusa","com"],"path":["Primary","restapi","Tenant72","GetViolationsByDateFound"],"query":[{"key":"outputtype","value":"Json"},{"key":"DateFrom","value":"{{DateFrom}}"},{"key":"DateTo","value":"{{DateTo}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 01 May 2025 17:57:10 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"Violations\": [\n            {\n                \"IsSelfCertified\": false,\n                \"ViolationNote\": \"Repairs to all 3 Limited Access Gates required allow for operation.  Gates are to remain unlocked until repairs are done and operational on all six receiver channels.\\n\\nFire boxes on gates containing the pull handle for drop chains need to be replaced if unable to repair with gate.\",\n                \"ViolationRepairDate\": null,\n                \"InspectionViolationId\": 291367,\n                \"ChecklistQuestionId\": 0,\n                \"ChecklistQuestionResponseId\": null,\n                \"ViolationFoundDate\": \"2024-01-09T14:44:49.243\",\n                \"OccupancyId\": 394525,\n                \"FoundInInspectionId\": 553269,\n                \"InspectionSeriesId\": 553269,\n                \"TenantId\": 72,\n                \"ViolationRepaired\": false,\n                \"ViolationCodeId\": 2045382,\n                \"RepairedInInspectionId\": null\n            }           }\n        ],\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        }\n    }\n}"}],"_postman_id":"36aa4cea-fab7-41ac-8551-a828c0a7cf06"},{"name":"Get Violation By Code Id","event":[{"listen":"prerequest","script":{"id":"615180d3-20bd-40d6-bf4f-b53d24d43721","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b299cb82-40b4-4fa6-ab58-77073e940caa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetViolationByCodeId?outputtype=Json&ViolationCodeId=2045382","description":"<h3 id=\"get-primaryrestapitenant72getviolationbycodeid\">GET /Primary/restapi/Tenant72/GetViolationByCodeId</h3>\n<p>This endpoint retrieves violation information based on the violation code ID.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetViolationByCodeId</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>outputtype: Json</p>\n</li>\n<li><p>ViolationCodeId: (integer) The ID of the violation code</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request can be represented as a JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"Done\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"Violation\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"ViolationCodeId\": { \"type\": \"integer\" },\n            \"TenantId\": { \"type\": \"integer\" },\n            \"ViolationText\": { \"type\": \"string\" },\n            \"ViolationCodeSetId\": { \"type\": \"integer\" },\n            \"ViolationCodeText\": { \"type\": \"string\" },\n            \"ViolationChapter\": { \"type\": \"string\" },\n            \"ViolationCode\": { \"type\": \"string\" }\n          }\n        },\n        \"API Response\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"Description\": { \"type\": \"string\" },\n            \"ErrorCode\": { \"type\": \"string\" },\n            \"Status\": { \"type\": \"integer\" },\n            \"Message\": { \"type\": \"string\" }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>The response contains the \"Done\" object with \"Violation\" and \"API Response\" properties. The \"Violation\" object includes details about the violation, while the \"API Response\" object provides additional information about the API response.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant72","GetViolationByCodeId"],"host":["process","firerecoveryusa","com"],"query":[{"key":"outputtype","value":"Json"},{"key":"ViolationCodeId","value":"2045382"}],"variable":[]}},"response":[{"id":"88a03e53-e895-44d1-a3b9-e1b45dab6721","name":"Success","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":{"raw":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetViolationByCodeId?outputtype=Json&ViolationCodeId=2045382","protocol":"https","host":["process-dev","firerecoveryusa","com"],"path":["Primary","restapi","Tenant72","GetViolationByCodeId"],"query":[{"key":"outputtype","value":"Json"},{"key":"ViolationCodeId","value":"2045382"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 01 May 2025 17:59:45 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"Violation\": {\n            \"ViolationCodeId\": 2045382,\n            \"TenantId\": 72,\n            \"ViolationText\": \"503.6 Limited access gates. The installation of limited access gates across a fire apparatus access road shall be approved by the fire code official. Where limited access gates are installed, they shall have an approved means of emergency operation in accordance with Section O104, “Limited Access Gates,” of Appendix O. The limited access gates and the emergency operation shall be maintained operational at all times in accordance with Section O104, “Limited Access Gates,” of Appendix O. Electric gate operators, where provided, shall be approved by the fire code official and listed in accordance with UL 325. Gates intended for automatic operation shall be designed, constructed and installed to comply with the requirements of ASTM F 2200.”\",\n            \"ViolationCodeSetId\": 891,\n            \"ViolationCodeText\": \"503.6 Limited access gates.\",\n            \"ViolationChapter\": \"CHAPTER 5 FIRE SERVICE FEATURES\",\n            \"ViolationCode\": \"503.6\"\n        },\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        }\n    }\n}"}],"_postman_id":"b299cb82-40b4-4fa6-ab58-77073e940caa"},{"name":"Get Smoke Detector Installs By Date","event":[{"listen":"prerequest","script":{"id":"8d38fb31-75b6-40a0-beb8-63b4c0c66241","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"272bd08b-6166-467f-8956-24e001b07bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetSmokeDetectorInstallsByDate?outputtype=Json&DateFrom={{DateFrom}}&DateTo={{DateTo}}","description":"<h3 id=\"get-primaryrestapitenant72getsmokedetectorinstallsbydate\">GET /Primary/restapi/Tenant72/GetSmokeDetectorInstallsByDate</h3>\n<p>This endpoint retrieves smoke detector installations within a specified date range.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: GET</p>\n</li>\n<li><p>URL: <code>https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetSmokeDetectorInstallsByDate</code></p>\n</li>\n<li><p>Query Parameters:</p>\n<ul>\n<li><p>outputtype: Json</p>\n</li>\n<li><p>DateFrom (Date): The start date for the search.</p>\n</li>\n<li><p>DateTo (Date): The end date for the search.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"SmokeDetectorInstalls\": [\n      {\n        \"InspectionCompletedDate\": \"\",\n        \"TenantId\": 0,\n        \"isHidden\": true,\n        \"InspectionScheduleDate\": \"\",\n        \"OccupancyId\": 0,\n        \"InspectionId\": 0,\n        \"FieldType\": \"\",\n        \"isNotApplicable\": true,\n        \"InspectionSeriesId\": 0,\n        \"FieldTypeText\": \"\",\n        \"ResponseValue\": \"\"\n      }\n    ],\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    }\n  }\n}\n\n</code></pre>\n<p>The <code>Done</code> object contains an array of <code>SmokeDetectorInstalls</code> with various properties, and the <code>API Response</code> object provides additional information about the response status.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant72","GetSmokeDetectorInstallsByDate"],"host":["process","firerecoveryusa","com"],"query":[{"key":"outputtype","value":"Json"},{"key":"DateFrom","value":"{{DateFrom}}"},{"key":"DateTo","value":"{{DateTo}}"}],"variable":[]}},"response":[{"id":"2f3624e1-6412-480e-9b7c-4c2efcc2c9c5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":{"raw":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetSmokeDetectorInstallsByDate?outputtype=Json&DateFrom={{DateFrom}}&DateTo={{DateTo}}","protocol":"https","host":["process-dev","firerecoveryusa","com"],"path":["Primary","restapi","Tenant72","GetSmokeDetectorInstallsByDate"],"query":[{"key":"outputtype","value":"Json"},{"key":"DateFrom","value":"{{DateFrom}}"},{"key":"DateTo","value":"{{DateTo}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 01 May 2025 18:00:44 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"SmokeDetectorInstalls\": [\n            {\n                \"InspectionCompletedDate\": \"2024-01-11T11:06:30.44\",\n                \"TenantId\": 72,\n                \"isHidden\": false,\n                \"InspectionScheduleDate\": \"2024-01-11T00:00:00\",\n                \"OccupancyId\": 391381,\n                \"InspectionId\": 577949,\n                \"FieldType\": \"number\",\n                \"isNotApplicable\": false,\n                \"InspectionSeriesId\": 577949,\n                \"FieldTypeText\": \"Int64\",\n                \"ResponseValue\": \"4\"\n            },\n            {\n                \"InspectionCompletedDate\": \"2024-01-22T16:46:10.553\",\n                \"TenantId\": 72,\n                \"isHidden\": false,\n                \"InspectionScheduleDate\": \"2024-01-22T00:00:00\",\n                \"OccupancyId\": 392452,\n                \"InspectionId\": 579118,\n                \"FieldType\": \"number\",\n                \"isNotApplicable\": false,\n                \"InspectionSeriesId\": 579118,\n                \"FieldTypeText\": \"Int64\",\n                \"ResponseValue\": \"4\"\n            }\n        ],\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"Success\"\n        }\n    }\n}"}],"_postman_id":"272bd08b-6166-467f-8956-24e001b07bf9"},{"name":"Get Permits By Issue Date","event":[{"listen":"prerequest","script":{"id":"b54091b6-f133-4e12-aecf-034bb7565ab2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"c79b565c-b257-4468-a6da-f42305b045b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetPermitsByIssueDate?outputtype=Json&DateFrom={{DateFrom}}&DateTo={{DateTo}}","description":"<h3 id=\"get-permits-by-issue-date\">Get Permits by Issue Date</h3>\n<p>This endpoint retrieves permits based on the issue date within a specified date range.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<ul>\n<li><p><code>outputtype</code>: Specifies the output type, set to <code>Json</code>.</p>\n</li>\n<li><p><code>DateFrom</code>: Start date for filtering permits.</p>\n</li>\n<li><p><code>DateTo</code>: End date for filtering permits.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will contain an array of permits with the following fields:</p>\n<ul>\n<li><p><code>PermitInvoiceId</code></p>\n</li>\n<li><p><code>OccupancyId</code></p>\n</li>\n<li><p><code>PermitRenewedId</code></p>\n</li>\n<li><p><code>PermitFee</code></p>\n</li>\n<li><p><code>PermitTypeId</code></p>\n</li>\n<li><p><code>PermitRenewed</code></p>\n</li>\n<li><p><code>OccupantLoad</code></p>\n</li>\n<li><p><code>IssuedDate</code></p>\n</li>\n<li><p><code>PermitStatusText</code></p>\n</li>\n<li><p><code>InspectionSeriesId</code></p>\n</li>\n<li><p><code>PermitNumber</code></p>\n</li>\n<li><p><code>InspectionId</code></p>\n</li>\n<li><p><code>PermitPaidDate</code></p>\n</li>\n<li><p><code>PermitRenewedDate</code></p>\n</li>\n<li><p><code>LastModifiedDate</code></p>\n</li>\n<li><p><code>SquareFoot</code></p>\n</li>\n<li><p><code>InspectorId</code></p>\n</li>\n<li><p><code>PermitTypeText</code></p>\n</li>\n<li><p><code>ExpirationDate</code></p>\n</li>\n<li><p><code>PermitNote</code></p>\n</li>\n<li><p><code>TenantId</code></p>\n</li>\n<li><p><code>PermitId</code></p>\n</li>\n<li><p><code>PermitStatusId</code></p>\n</li>\n<li><p><code>EffectiveDate</code></p>\n</li>\n</ul>\n<p>The API response object includes:</p>\n<ul>\n<li><p><code>Description</code>: Description of the API response.</p>\n</li>\n<li><p><code>ErrorCode</code>: Error code, if any.</p>\n</li>\n<li><p><code>Status</code>: Status of the response.</p>\n</li>\n<li><p><code>Message</code>: Additional message related to the response.</p>\n</li>\n</ul>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"Permits\": [\n      {\n        \"PermitInvoiceId\": \"\",\n        \"OccupancyId\": 0,\n        \"PermitRenewedId\": null,\n        \"PermitFee\": 0,\n        \"PermitTypeId\": 0,\n        \"PermitRenewed\": true,\n        \"OccupantLoad\": 0,\n        \"IssuedDate\": \"\",\n        \"PermitStatusText\": \"\",\n        \"InspectionSeriesId\": 0,\n        \"PermitNumber\": \"\",\n        \"InspectionId\": 0,\n        \"PermitPaidDate\": null,\n        \"PermitRenewedDate\": null,\n        \"LastModifiedDate\": \"\",\n        \"SquareFoot\": 0,\n        \"InspectorId\": \"\",\n        \"PermitTypeText\": \"\",\n        \"ExpirationDate\": \"\",\n        \"PermitNote\": \"\",\n        \"TenantId\": 0,\n        \"PermitId\": 0,\n        \"PermitStatusId\": 0,\n        \"EffectiveDate\": \"\"\n      }\n    ],\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant72","GetPermitsByIssueDate"],"host":["process","firerecoveryusa","com"],"query":[{"key":"outputtype","value":"Json"},{"key":"DateFrom","value":"{{DateFrom}}"},{"key":"DateTo","value":"{{DateTo}}"}],"variable":[]}},"response":[{"id":"0ce6cb67-66af-4ea9-85af-232397b2cf07","name":"Success","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":{"raw":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant72/GetPermitsByIssueDate?outputtype=Json&DateFrom={{DateFrom}}&DateTo={{DateTo}}","protocol":"https","host":["process-dev","firerecoveryusa","com"],"path":["Primary","restapi","Tenant72","GetPermitsByIssueDate"],"query":[{"key":"outputtype","value":"Json"},{"key":"DateFrom","value":"{{DateFrom}}"},{"key":"DateTo","value":"{{DateTo}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 01 May 2025 18:02:26 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"Permits\": [\n            {\n                \"PermitInvoiceId\": \"N/A\",\n                \"OccupancyId\": 454527,\n                \"PermitRenewedId\": null,\n                \"PermitFee\": 250,\n                \"PermitTypeId\": 77953,\n                \"PermitRenewed\": false,\n                \"OccupantLoad\": 0,\n                \"IssuedDate\": \"2024-02-29T00:00:00\",\n                \"PermitStatusText\": \"UNK - Unknown Permit Status\",\n                \"InspectionSeriesId\": 584245,\n                \"PermitNumber\": \"2024-0000026658\",\n                \"InspectionId\": 584245,\n                \"PermitPaidDate\": null,\n                \"PermitRenewedDate\": null,\n                \"LastModifiedDate\": \"2024-05-01T17:57:28.5013521\",\n                \"SquareFoot\": 0,\n                \"InspectorId\": \"114201\",\n                \"PermitTypeText\": \"CS - Combustible Storage (MISC), Annual\",\n                \"ExpirationDate\": \"2025-12-31T00:00:00\",\n                \"PermitNote\": \"Lp gas\",\n                \"TenantId\": 72,\n                \"PermitId\": 26658,\n                \"PermitStatusId\": 75084,\n                \"EffectiveDate\": \"2024-03-07T00:00:00\"\n            }\n        ],\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        }\n    }\n}"}],"_postman_id":"c79b565c-b257-4468-a6da-f42305b045b6"},{"name":"Get Completed Inspections","event":[{"listen":"prerequest","script":{"id":"efaf609f-9bd3-4d97-a45d-8447d5708f60","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"cd8bd110-a3d0-4952-be3b-b1131dce4297","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetCompletedInspectionsByDate?outputtype=Json&DateFrom={{DateFrom}}&DateTo={{DateTo}}","description":"<h3 id=\"api-request-description\">API Request Description</h3>\n<p>This API endpoint makes an HTTP GET request to retrieve completed inspections within a specified date range. The request URL is <a href=\"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetCompletedInspectionsByDate\">https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetCompletedInspectionsByDate</a>, and it expects the following query parameters:</p>\n<ul>\n<li><p><strong>outputtype</strong> (string): Specifies the format of the response. Should be set to \"Json\".</p>\n</li>\n<li><p><strong>DateFrom</strong> (string): The start date for the inspections to be retrieved.</p>\n</li>\n<li><p><strong>DateTo</strong> (string): The end date for the inspections to be retrieved.</p>\n</li>\n</ul>\n<h3 id=\"request-body\">Request Body</h3>\n<p>This request does not contain a request body.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<p>The response will be in JSON format with a status code of 200. The response body includes the following structure:</p>\n<ul>\n<li><p><strong>Done</strong> (object): Contains the overall result of the API call.</p>\n<ul>\n<li><p><strong>API Response</strong> (object): Provides information about the API call status.</p>\n<ul>\n<li><p><strong>Description</strong> (string): A description of the API response (may be null).</p>\n</li>\n<li><p><strong>ErrorCode</strong> (integer): An error code indicating the status of the request (may be null).</p>\n</li>\n<li><p><strong>Status</strong> (integer): Indicates the status of the API response (0 for success).</p>\n</li>\n<li><p><strong>Message</strong> (string): A message related to the API response (may be empty).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>CompletedInspections</strong> (array): An array of completed inspections, each containing:</p>\n<ul>\n<li><p><strong>ClientPropertyId</strong> (string): Identifier for the client property.</p>\n</li>\n<li><p><strong>InspectionYearText</strong> (string): Text representation of the inspection year.</p>\n</li>\n<li><p><strong>OccupancyId</strong> (integer): Identifier for the occupancy type.</p>\n</li>\n<li><p><strong>ComplexInspectionId</strong> (string|null): Identifier for complex inspections (may be null).</p>\n</li>\n<li><p><strong>InspectionYearId</strong> (integer): Identifier for the inspection year.</p>\n</li>\n<li><p><strong>InspectionStartDate</strong> (string): The start date of the inspection.</p>\n</li>\n<li><p><strong>PreviousInspectionId</strong> (integer): Identifier for the previous inspection.</p>\n</li>\n<li><p><strong>InspectionTemplateId</strong> (integer): Identifier for the inspection template.</p>\n</li>\n<li><p><strong>InspectionFee</strong> (integer): The fee associated with the inspection.</p>\n</li>\n<li><p><strong>PropertyDeleted</strong> (boolean): Indicates if the property has been deleted.</p>\n</li>\n<li><p><strong>NumberOfUnitsInspected</strong> (integer): Number of units inspected during the inspection.</p>\n</li>\n<li><p><strong>InspectorId</strong> (string): Identifier for the inspector.</p>\n</li>\n<li><p><strong>InspectionDeleted</strong> (boolean): Indicates if the inspection has been deleted.</p>\n</li>\n<li><p><strong>InspectionTypeId</strong> (integer): Identifier for the type of inspection.</p>\n</li>\n<li><p><strong>IsVacantInspection</strong> (boolean): Indicates if the inspection is for a vacant property.</p>\n</li>\n<li><p><strong>InspectionStatusId</strong> (integer): Identifier for the inspection status.</p>\n</li>\n<li><p><strong>InspectionCategoryText</strong> (string): Text description of the inspection category.</p>\n</li>\n<li><p><strong>InspectionCompletedDate</strong> (string): The date when the inspection was completed.</p>\n</li>\n<li><p><strong>PropertyMerged</strong> (boolean): Indicates if the property has been merged.</p>\n</li>\n<li><p><strong>InspectionCategory</strong> (integer): Identifier for the inspection category.</p>\n</li>\n<li><p><strong>ComplexResponsible</strong> (boolean): Indicates if the complex is responsible for the inspection.</p>\n</li>\n<li><p><strong>TenantId</strong> (integer): Identifier for the tenant.</p>\n</li>\n<li><p><strong>ComplexId</strong> (string|null): Identifier for the complex (may be null).</p>\n</li>\n<li><p><strong>CustomerSignature</strong> (string): Customer's signature for the inspection.</p>\n</li>\n<li><p><strong>InspectionAccountId</strong> (integer): Identifier for the inspection account.</p>\n</li>\n<li><p><strong>InspectionReceivedDate</strong> (string): The date when the inspection was received.</p>\n</li>\n<li><p><strong>InspectionTypeText</strong> (string): Text description of the inspection type.</p>\n</li>\n<li><p><strong>InspectionReportSent</strong> (boolean): Indicates if the inspection report has been sent.</p>\n</li>\n<li><p><strong>InspectionOriginalScheduleDate</strong> (string): The original scheduled date for the inspection.</p>\n</li>\n<li><p><strong>SquareFootInspected</strong> (integer|null): The square footage inspected (may be null).</p>\n</li>\n<li><p><strong>InspectionSeriesId</strong> (integer): Identifier for the inspection series.</p>\n</li>\n<li><p><strong>VisitNumber</strong> (integer): The visit number of the inspection.</p>\n</li>\n<li><p><strong>InspectionScheduledDate</strong> (string): The scheduled date for the inspection.</p>\n</li>\n<li><p><strong>InspectionId</strong> (integer): Identifier for the inspection.</p>\n</li>\n<li><p><strong>ComplexSectionId</strong> (string|null): Identifier for the complex section (may be null).</p>\n</li>\n<li><p><strong>ContactId</strong> (integer): Identifier for the contact.</p>\n</li>\n<li><p><strong>InspectionNote</strong> (string): Any notes related to the inspection.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response:</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"CompletedInspections\": [\n      {\n        \"ClientPropertyId\": \"\",\n        \"InspectionYearText\": \"\",\n        \"OccupancyId\": 0,\n        \"ComplexInspectionId\": null,\n        \"InspectionYearId\": 0,\n        \"InspectionStartDate\": \"\",\n        \"PreviousInspectionId\": 0,\n        \"InspectionTemplateId\": 0,\n        \"InspectionFee\": 0,\n        \"PropertyDeleted\": true,\n        \"NumberOfUnitsInspected\": 0,\n        \"InspectorId\": \"\",\n        \"InspectionDeleted\": true,\n        \"InspectionTypeId\": 0,\n        \"IsVacantInspection\": true,\n        \"InspectionStatusId\": 0,\n        \"InspectionCategoryText\": \"\",\n        \"InspectionCompletedDate\": \"\",\n        \"PropertyMerged\": true,\n        \"InspectionCategory\": 0,\n        \"ComplexResponsible\": true,\n        \"TenantId\": 0,\n        \"ComplexId\": null,\n        \"CustomerSignature\": \"\",\n        \"InspectionAccountId\": 0,\n        \"InspectionReceivedDate\": \"\",\n        \"InspectionTypeText\": \"\",\n        \"InspectionReportSent\": true,\n        \"InspectionOriginalScheduleDate\": \"\",\n        \"SquareFootInspected\": null,\n        \"InspectionSeriesId\": 0,\n        \"VisitNumber\": 0,\n        \"InspectionScheduledDate\": \"\",\n        \"InspectionId\": 0,\n        \"ComplexSectionId\": null,\n        \"ContactId\": 0,\n        \"InspectionNote\": \"\"\n      }\n    ]\n  }\n}\n\n</code></pre>\n<h3 id=\"potential-errors\">Potential Errors:</h3>\n<ul>\n<li><p><strong>Error Response: 401 Unauthorized</strong></p>\n<ul>\n<li><strong>Description</strong>: This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID, or the provided token is invalid or expired.</li>\n</ul>\n</li>\n<li><p><strong>Error Response: 500 Internal Server Error</strong></p>\n<ul>\n<li><strong>Description</strong>: Something internally has errored during the processing of your request. Please try again and if the issue persists, please contact our support.</li>\n</ul>\n</li>\n</ul>\n<p>This API endpoint makes an HTTP GET request to retrieve completed inspections within a specified date range. The request URL is <a href=\"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetCompletedInspectionsByDate\">https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetCompletedInspectionsByDate</a>.</p>\n<h4 id=\"purpose\">Purpose</h4>\n<p>The purpose of this request is to obtain a list of completed inspections that fall within the provided date range, allowing users to review inspection details and statuses.</p>\n<h4 id=\"request-parameters\">Request Parameters</h4>\n<ul>\n<li><p><strong>outputtype</strong>: A string parameter that specifies the format of the output. It should be set to \"Json\".</p>\n</li>\n<li><p><strong>DateFrom</strong>: A string parameter representing the start date for the inspection records to be retrieved.</p>\n</li>\n<li><p><strong>DateTo</strong>: A string parameter representing the end date for the inspection records to be retrieved.</p>\n</li>\n</ul>\n<h4 id=\"expected-response-format\">Expected Response Format</h4>\n<p>The response will be in JSON format with a status code of 200. The response body includes an object with the following structure:</p>\n<ul>\n<li><p><strong>Done</strong>: An object containing:</p>\n<ul>\n<li><p><strong>API Response</strong>: An object with details about the API call, including:</p>\n<ul>\n<li><p><strong>Description</strong>: A description of the API response (may be null).</p>\n</li>\n<li><p><strong>ErrorCode</strong>: An error code if any issue occurred (may be null).</p>\n</li>\n<li><p><strong>Status</strong>: An integer indicating the status of the API call.</p>\n</li>\n<li><p><strong>Message</strong>: A message related to the API response (may be empty).</p>\n</li>\n</ul>\n</li>\n<li><p><strong>CompletedInspections</strong>: An array of objects, each representing a completed inspection with the following fields:</p>\n<ul>\n<li><p><strong>ClientPropertyId</strong>: The ID of the client property.</p>\n</li>\n<li><p><strong>InspectionYearText</strong>: Text representation of the inspection year.</p>\n</li>\n<li><p><strong>OccupancyId</strong>: The ID representing the occupancy.</p>\n</li>\n<li><p><strong>InspectionStartDate</strong>: The date when the inspection started.</p>\n</li>\n<li><p><strong>InspectionCompletedDate</strong>: The date when the inspection was completed.</p>\n</li>\n<li><p><strong>InspectionId</strong>: The unique identifier for the inspection.</p>\n</li>\n<li><p><strong>InspectionStatusId</strong>: The status ID of the inspection.</p>\n</li>\n<li><p><strong>IsVacantInspection</strong>: A boolean indicating if the inspection was for a vacant property.</p>\n</li>\n<li><p>Additional fields related to the inspection details.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response-1\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"CompletedInspections\": [\n      {\n        \"ClientPropertyId\": \"\",\n        \"InspectionYearText\": \"\",\n        \"OccupancyId\": 0,\n        \"InspectionStartDate\": \"\",\n        \"InspectionCompletedDate\": \"\",\n        \"InspectionId\": 0,\n        \"InspectionStatusId\": 0,\n        \"IsVacantInspection\": true,\n        ...\n      }\n    ]\n  }\n}\n\n</code></pre>\n<h4 id=\"potential-errors-1\">Potential Errors</h4>\n<ul>\n<li><p><strong>Error Response: 401 Unauthorized</strong></p>\n<ul>\n<li><strong>Description</strong>: This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID, or the provided token is invalid or expired.</li>\n</ul>\n</li>\n<li><p><strong>Error Response: 500 Internal Server Error</strong></p>\n<ul>\n<li><strong>Description</strong>: Something internally has errored during the processing of your request. Please try again, and if the issue persists, please contact our support.</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant72","GetCompletedInspectionsByDate"],"host":["process","firerecoveryusa","com"],"query":[{"key":"outputtype","value":"Json"},{"key":"DateFrom","value":"{{DateFrom}}"},{"key":"DateTo","value":"{{DateTo}}"}],"variable":[]}},"response":[{"id":"692a6d3e-fe3a-465d-a9e0-0335e1c1e5d1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":{"raw":"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetCompletedInspectionsByDate?outputtype=Json&DateFrom={{DateFrom}}&DateTo={{DateTo}}","protocol":"https","host":["process","firerecoveryusa","com"],"path":["Primary","restapi","Tenant72","GetCompletedInspectionsByDate"],"query":[{"key":"outputtype","value":"Json"},{"key":"DateFrom","value":"{{DateFrom}}"},{"key":"DateTo","value":"{{DateTo}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 09 Oct 2025 14:16:55 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryPro"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"https://*.firerecoveryusa.com"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"CompletedInspections\": [\n            {\n                \"ClientPropertyId\": \"389481\",\n                \"InspectionYearText\": \"2024\",\n                \"OccupancyId\": 389481,\n                \"ComplexInspectionId\": null,\n                \"InspectionYearId\": 3109,\n                \"InspectionStartDate\": \"2024-02-04T22:41:46.333\",\n                \"PreviousInspectionId\": 0,\n                \"InspectionTemplateId\": 588,\n                \"InspectionFee\": 0,\n                \"PropertyDeleted\": false,\n                \"NumberOfUnitsInspected\": 0,\n                \"InspectorId\": \"118457\",\n                \"InspectionDeleted\": false,\n                \"InspectionTypeId\": 75127,\n                \"IsVacantInspection\": false,\n                \"InspectionStatusId\": 3,\n                \"InspectionCategoryText\": \"Walk in Inspections\",\n                \"InspectionCompletedDate\": \"2024-02-04T22:43:59.933\",\n                \"PropertyMerged\": false,\n                \"InspectionCategory\": 1,\n                \"ComplexResponsible\": false,\n                \"TenantId\": 72,\n                \"ComplexId\": null,\n                \"CustomerSignature\": \"No Contact\",\n                \"InspectionAccountId\": 1047,\n                \"InspectionReceivedDate\": \"2022-02-19T01:40:14.563\",\n                \"InspectionTypeText\": \"Annual\",\n                \"InspectionReportSent\": false,\n                \"InspectionOriginalScheduleDate\": \"2024-02-01T00:00:00\",\n                \"SquareFootInspected\": null,\n                \"InspectionSeriesId\": 508908,\n                \"VisitNumber\": 0,\n                \"InspectionScheduledDate\": \"2024-02-01T00:00:00\",\n                \"InspectionId\": 508908,\n                \"ComplexSectionId\": null,\n                \"ContactId\": 328271,\n                \"InspectionNote\": \"2/4/24 - OSV / NC RAnderson / ADeleon \"\n            },\n            {\n                \"ClientPropertyId\": \"6000276477\",\n                \"InspectionYearText\": \"2024\",\n                \"OccupancyId\": 376291,\n                \"ComplexInspectionId\": null,\n                \"InspectionYearId\": 3109,\n                \"InspectionStartDate\": \"2024-02-02T13:20:32.213\",\n                \"PreviousInspectionId\": 0,\n                \"InspectionTemplateId\": 585,\n                \"InspectionFee\": 0,\n                \"PropertyDeleted\": false,\n                \"NumberOfUnitsInspected\": 0,\n                \"InspectorId\": \"125652\",\n                \"InspectionDeleted\": false,\n                \"InspectionTypeId\": 75127,\n                \"IsVacantInspection\": false,\n                \"InspectionStatusId\": 3,\n                \"InspectionCategoryText\": \"Walk in Inspections\",\n                \"InspectionCompletedDate\": \"2024-02-04T15:13:28.957\",\n                \"PropertyMerged\": false,\n                \"InspectionCategory\": 1,\n                \"ComplexResponsible\": false,\n                \"TenantId\": 72,\n                \"ComplexId\": null,\n                \"CustomerSignature\": \"Ram Patel \",\n                \"InspectionAccountId\": 1071,\n                \"InspectionReceivedDate\": null,\n                \"InspectionTypeText\": \"Annual\",\n                \"InspectionReportSent\": true,\n                \"InspectionOriginalScheduleDate\": \"2023-05-01T00:00:00\",\n                \"SquareFootInspected\": null,\n                \"InspectionSeriesId\": 517490,\n                \"VisitNumber\": 0,\n                \"InspectionScheduledDate\": \"2024-01-30T00:00:00\",\n                \"InspectionId\": 517490,\n                \"ComplexSectionId\": null,\n                \"ContactId\": 373045,\n                \"InspectionNote\": \"2/2/24…Annual inspection W/Ram Patel….10 hazards found…0 hazards corrected….flammable and combustible liquids/high risk permit issued…1 notice issued…reinspection scheduled for on or after 3/2/24….J.Martin\"\n            }\n        ]\n    }\n}"}],"_postman_id":"cd8bd110-a3d0-4952-be3b-b1131dce4297"},{"name":"Get Completed CRR Inspections","event":[{"listen":"prerequest","script":{"id":"19f6ed90-3797-49cc-85b8-90afce427da3","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"fe134b1f-f198-4e3a-b617-b6dd60beb2e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetCompletedCRRInspectionsByDate?outputtype=Json&DateFrom={{DateFrom}}&DateTo={{DateTo}}","description":"<h2 id=\"request-description\">Request Description</h2>\n<p>This endpoint retrieves completed Community Risk Reduction (CRR) inspections that fall within a specified date range. The request is made using the HTTP GET method and requires two query parameters: <code>DateFrom</code> and <code>DateTo</code>, which define the start and end dates for filtering the inspections.</p>\n<h3 id=\"request-url\">Request URL</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetCompletedCRRInspectionsByDate?outputtype=Json&amp;DateFrom={{DateFrom}}&amp;DateTo={{DateTo}}\n\n</code></pre><h3 id=\"expected-request-parameters\">Expected Request Parameters</h3>\n<ul>\n<li><p><code>DateFrom</code> (string): The start date for the inspection records to retrieve.</p>\n</li>\n<li><p><code>DateTo</code> (string): The end date for the inspection records to retrieve.</p>\n</li>\n</ul>\n<h3 id=\"response-format\">Response Format</h3>\n<p>The response is returned in JSON format and includes the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"GetCompletedCRRInspectionsByDateV1_Result\": [\n      {\n        \"VisitNumber\": 0,\n        \"ClientPropertyId\": \"\",\n        \"PreviousInspectionId\": 0,\n        \"InspectionSeriesId\": 0,\n        \"OccupancyId\": 0,\n        \"InspectionId\": 0,\n        \"InspectionStatusId\": 0,\n        \"TenantId\": 0,\n        \"InspectionAccountId\": 0,\n        \"InspectionStartDate\": \"\",\n        \"InspectionTemplateId\": 0,\n        \"SquareFootInspected\": null,\n        \"PropertyMerged\": true,\n        \"NumberOfUnitsInspected\": 0,\n        \"RaceCode\": \"\",\n        \"InspectionFee\": 0,\n        \"HowToTestSmoke\": true,\n        \"DidTestSmoke\": true,\n        \"DidGiveEducationalInformation\": true,\n        \"InspectionReportSent\": true,\n        \"InspectionCategoryText\": \"\",\n        \"InspectionReceivedDate\": \"\",\n        \"NumberWorkingSmoke\": 0,\n        \"ContactId\": 0,\n        \"NumberSmokeInstalled\": 0,\n        \"InspectorId\": \"\",\n        \"InspectionNote\": \"\",\n        \"IsVacantInspection\": true,\n        \"PropertyDeleted\": true,\n        \"InspectionDeleted\": true,\n        \"InspectionYearId\": 0,\n        \"CustomerSignature\": \"\",\n        \"InspectionTypeId\": 0,\n        \"DidApproveInstall\": true,\n        \"NumberNonworkingSmoke\": 0,\n        \"InspectionCompletedDate\": \"\",\n        \"DoNotRemoveBattery\": true,\n        \"InspectionTypeText\": \"\",\n        \"InspectionOriginalScheduleDate\": \"\",\n        \"InspectionScheduledDate\": \"\",\n        \"InspectionYearText\": \"\",\n        \"InspectionCategory\": 0\n      }\n    ]\n  }\n}\n\n</code></pre>\n<h3 id=\"response-properties\">Response Properties</h3>\n<ul>\n<li><p><code>Done</code>: An object that contains the results of the API call.</p>\n<ul>\n<li><p><code>API Response</code>: Provides metadata about the API call.</p>\n<ul>\n<li><p><code>Description</code>: Additional information about the response (if any).</p>\n</li>\n<li><p><code>ErrorCode</code>: Code indicating the error type (if any).</p>\n</li>\n<li><p><code>Status</code>: Status code of the response.</p>\n</li>\n<li><p><code>Message</code>: Message related to the API response.</p>\n</li>\n</ul>\n</li>\n<li><p><code>GetCompletedCRRInspectionsByDateV1_Result</code>: An array of objects representing the completed CRR inspections.</p>\n<ul>\n<li>Each object includes various properties such as <code>VisitNumber</code>, <code>ClientPropertyId</code>, <code>InspectionId</code>, and more, detailing the specifics of each inspection.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"potential-errors\">Potential Errors</h3>\n<ul>\n<li><p><strong>Error Response: 401 Unauthorized</strong></p>\n<ul>\n<li>Indicates that the user is not authorized to access the requested resource due to invalid or missing credentials.</li>\n</ul>\n</li>\n<li><p><strong>Error Response: 500 Internal Server Error</strong></p>\n<ul>\n<li>Indicates that an internal error occurred while processing the request. Users are advised to try again or contact support if the issue persists.</li>\n</ul>\n</li>\n</ul>\n<p>This detailed description outlines the purpose of the request, the expected request parameters, and the structure of the response, making it easier for users to understand how to interact with the API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant72","GetCompletedCRRInspectionsByDate"],"host":["process","firerecoveryusa","com"],"query":[{"key":"outputtype","value":"Json"},{"key":"DateFrom","value":"{{DateFrom}}"},{"key":"DateTo","value":"{{DateTo}}"}],"variable":[]}},"response":[{"id":"da4ac4ab-e07b-4aaf-99d0-ddc4cd2c6964","name":"Success","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"url":{"raw":"https://process.firerecoveryusa.com/Primary/restapi/Tenant72/GetCompletedCRRInspectionsByDate?outputtype=Json&DateFrom={{DateFrom}}&DateTo={{DateTo}}","protocol":"https","host":["process","firerecoveryusa","com"],"path":["Primary","restapi","Tenant72","GetCompletedCRRInspectionsByDate"],"query":[{"key":"outputtype","value":"Json"},{"key":"DateFrom","value":"{{DateFrom}}"},{"key":"DateTo","value":"{{DateTo}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 09 Oct 2025 14:18:07 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryPro"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"https://*.firerecoveryusa.com"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"GetCompletedCRRInspectionsByDateV1_Result\": [\n            {\n                \"VisitNumber\": 0,\n                \"ClientPropertyId\": \"453893\",\n                \"PreviousInspectionId\": 0,\n                \"InspectionSeriesId\": 580276,\n                \"OccupancyId\": 453893,\n                \"InspectionId\": 580276,\n                \"InspectionStatusId\": 3,\n                \"TenantId\": 72,\n                \"InspectionAccountId\": 962,\n                \"InspectionStartDate\": \"2024-02-01T14:05:44.52\",\n                \"InspectionTemplateId\": 613,\n                \"SquareFootInspected\": null,\n                \"PropertyMerged\": false,\n                \"NumberOfUnitsInspected\": 0,\n                \"RaceCode\": \"BLACK\",\n                \"InspectionFee\": 0,\n                \"HowToTestSmoke\": true,\n                \"DidTestSmoke\": true,\n                \"DidGiveEducationalInformation\": false,\n                \"InspectionReportSent\": false,\n                \"InspectionCategoryText\": \"Community Risk Inspection\",\n                \"InspectionReceivedDate\": \"2024-02-01T20:04:56.88\",\n                \"NumberWorkingSmoke\": 4,\n                \"ContactId\": 371555,\n                \"NumberSmokeInstalled\": 1,\n                \"InspectorId\": \"107158\",\n                \"InspectionNote\": \"\",\n                \"IsVacantInspection\": false,\n                \"PropertyDeleted\": false,\n                \"InspectionDeleted\": false,\n                \"InspectionYearId\": 3109,\n                \"CustomerSignature\": \"Alvin Ray\",\n                \"InspectionTypeId\": 78016,\n                \"DidApproveInstall\": false,\n                \"NumberNonworkingSmoke\": 3,\n                \"InspectionCompletedDate\": \"2024-02-01T14:09:32.053\",\n                \"DoNotRemoveBattery\": true,\n                \"InspectionTypeText\": \"Complaint\",\n                \"InspectionOriginalScheduleDate\": \"2024-02-01T00:00:00\",\n                \"InspectionScheduledDate\": \"2024-02-01T00:00:00\",\n                \"InspectionYearText\": \"2024\",\n                \"InspectionCategory\": 6\n            },\n            {\n                \"VisitNumber\": 0,\n                \"ClientPropertyId\": \"454213\",\n                \"PreviousInspectionId\": 0,\n                \"InspectionSeriesId\": 580277,\n                \"OccupancyId\": 454213,\n                \"InspectionId\": 580277,\n                \"InspectionStatusId\": 3,\n                \"TenantId\": 72,\n                \"InspectionAccountId\": 962,\n                \"InspectionStartDate\": \"2024-02-01T14:09:46.523\",\n                \"InspectionTemplateId\": 613,\n                \"SquareFootInspected\": null,\n                \"PropertyMerged\": false,\n                \"NumberOfUnitsInspected\": 0,\n                \"RaceCode\": \"BLACK\",\n                \"InspectionFee\": 0,\n                \"HowToTestSmoke\": true,\n                \"DidTestSmoke\": true,\n                \"DidGiveEducationalInformation\": false,\n                \"InspectionReportSent\": false,\n                \"InspectionCategoryText\": \"Community Risk Inspection\",\n                \"InspectionReceivedDate\": \"2024-02-01T20:04:58.18\",\n                \"NumberWorkingSmoke\": 0,\n                \"ContactId\": 372954,\n                \"NumberSmokeInstalled\": 3,\n                \"InspectorId\": \"107158\",\n                \"InspectionNote\": \"\",\n                \"IsVacantInspection\": false,\n                \"PropertyDeleted\": false,\n                \"InspectionDeleted\": false,\n                \"InspectionYearId\": 3109,\n                \"CustomerSignature\": \"Tonya Warren\",\n                \"InspectionTypeId\": 78016,\n                \"DidApproveInstall\": false,\n                \"NumberNonworkingSmoke\": 2,\n                \"InspectionCompletedDate\": \"2024-02-01T14:11:30.78\",\n                \"DoNotRemoveBattery\": true,\n                \"InspectionTypeText\": \"Complaint\",\n                \"InspectionOriginalScheduleDate\": \"2024-02-01T00:00:00\",\n                \"InspectionScheduledDate\": \"2024-02-01T00:00:00\",\n                \"InspectionYearText\": \"2024\",\n                \"InspectionCategory\": 6\n            }\n        ]\n    }\n}"}],"_postman_id":"fe134b1f-f198-4e3a-b617-b6dd60beb2e8"},{"name":"Get Commercial Occupancies","id":"f5df4b85-5b80-49d0-941b-0151375e21e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"PageIndex\":1,\r\n  \"PageCount\":100\r\n}","options":{"raw":{"language":"json"}}},"url":"https://process.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/tenant72/getcommercialoccupancies","description":"<h2 id=\"api-endpoint-get-commercial-occupancies\">API Endpoint: Get Commercial Occupancies</h2>\n<h3 id=\"method\">Method</h3>\n<p><code>POST</code></p>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>https://process-dev.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/tenant72/getcommercialoccupancies</code></p>\n<h3 id=\"description\">Description</h3>\n<p>This endpoint retrieves commercial occupancy data based on the specified pagination parameters. The request allows the user to define the output format and control the amount of data returned by specifying the page index and page count.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body should be formatted as JSON and include the following parameters:</p>\n<ul>\n<li><p><strong>outputtype</strong> (string): Specifies the format of the output. For this endpoint, it should be set to \"Json\".</p>\n</li>\n<li><p><strong>PageIndex</strong> (integer): Indicates the index of the page to retrieve. This is useful for paginating through large sets of data.</p>\n</li>\n<li><p><strong>PageCount</strong> (integer): Specifies the number of records to return per page.</p>\n</li>\n</ul>\n<h4 id=\"example-request-body\">Example Request Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"outputtype\": \"Json\",\n  \"PageIndex\": 1,\n  \"PageCount\": 100\n}\n\n</code></pre>\n<h3 id=\"response-format\">Response Format</h3>\n<p>Upon a successful request, the API will return a JSON response with the following structure:</p>\n<ul>\n<li><p><strong>Done</strong> (object): Contains the overall status of the API response.</p>\n<ul>\n<li><p><strong>API Response</strong> (object): Provides details about the API call.</p>\n<ul>\n<li><p><strong>Description</strong> (string): A description of the API response (if any).</p>\n</li>\n<li><p><strong>ErrorCode</strong> (integer): An error code indicating the status of the request (0 indicates success).</p>\n</li>\n<li><p><strong>Status</strong> (integer): The status of the API call (0 for success).</p>\n</li>\n<li><p><strong>Message</strong> (string): A message related to the API response (if any).</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Occupancies</strong> (array): A list of occupancy objects, each containing various details about the commercial occupancies, including but not limited to:</p>\n<ul>\n<li><p><strong>OccupancyId</strong> (integer): Unique identifier for the occupancy.</p>\n</li>\n<li><p><strong>OccupancyName</strong> (string): Name of the occupancy.</p>\n</li>\n<li><p><strong>Address</strong> (string): Address details of the occupancy.</p>\n</li>\n<li><p><strong>isVacantProperty</strong> (boolean): Indicates if the property is vacant.</p>\n</li>\n<li><p><strong>LastInspectionDate</strong> (string): Date of the last inspection.</p>\n</li>\n<li><p><strong>OccupancySquarefoot</strong> (integer): Total square footage of the occupancy.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h3 id=\"example-response\">Example Response</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"Occupancies\": [\n      {\n        \"OccupancyId\": 0,\n        \"OccupancyName\": \"\",\n        \"Address\": \"\",\n        \"isVacantProperty\": true,\n        \"LastInspectionDate\": \"\",\n        \"OccupancySquarefoot\": 0\n      }\n    ]\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","slipublicapi","productscustom","tenant72","getcommercialoccupancies"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"736d9cf4-9511-4a09-8e59-5df44b9b109b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"PageIndex\":1,\r\n  \"PageCount\":100\r\n}","options":{"raw":{"language":"json"}}},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/tenant72/getcommercialoccupancies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 23 Jul 2025 17:21:03 GMT"},{"key":"Server","value":"MyServer"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'; default-src 'self'; script-src https://beta.therecoveryhub.com https://*.firerecoveryusa.com https://process-dev.firerecoveryusa.com 'nonce-{nonce-value}' 'unsafe-eval'; img-src 'self' 'unsafe-inline' data:; style-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; worker-src 'self' 'unsafe-inline' blob:"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Permissions-Policy","value":"accelerometer=()"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"Occupancies\": [\n            {\n                \"ConstructionTypeDriscription\": \"6 - III-B:Unprotected Combustible\",\n                \"InspectionDistrictCode\": \"\",\n                \"StructureTypeText\": null,\n                \"NumberOfUnits\": 0,\n                \"TenantId\": 72,\n                \"OccupancySquarefoot\": 14982,\n                \"DetectorPowerText\": null,\n                \"LastInspectionId\": 377562,\n                \"ClientOccupancyId\": \"6000113160\",\n                \"DefaultInspectionTypeCode\": null,\n                \"AHJText\": \"01 - Dallas\",\n                \"LastModifiedDate\": \"2025-01-21T16:23:09.9650639\",\n                \"City\": \"DALLAS\",\n                \"InspectionDistrictText\": null,\n                \"DefaultInspectionTypeDescrition\": null,\n                \"StructureTypeCode\": \"\",\n                \"Longitude\": -96.882994,\n                \"BuildingStatusCode\": \"2\",\n                \"OccupancyOwnershipCode\": \"\",\n                \"FixedPropertyUseText\": \"579 - Motor vehicle or boat sales, services, repair\",\n                \"PropertyCreationDate\": \"2018-01-27T19:41:17.71\",\n                \"State\": \"TX\",\n                \"AHJCode\": \"01\",\n                \"BuildingClassCode\": \"B\",\n                \"isVacantProperty\": false,\n                \"Latitude\": 32.879383,\n                \"AutomaticExtinguishingCode\": \"N\",\n                \"DetectorPresentCode\": \"\",\n                \"RoofCoveringCode\": \"\",\n                \"StreetPrefix\": \"\",\n                \"DetectorPowerCode\": \"\",\n                \"FixedPropertyUseCode\": \"579\",\n                \"BuildingClassText\": \"B - B-Building/occupancy for offices, professional or service use. Ambulatory care, bank, barber shop, education for students over 12th grade\",\n                \"BusinessPermit\": \"\",\n                \"BuildingStatusText\": \"2 - In normal use\",\n                \"FloorsBelowGround\": 0,\n                \"ZoneCode\": \"430099\",\n                \"AutomaticExtingushingTypeText\": null,\n                \"OccupancyOwnershipText\": null,\n                \"Address2\": \"\",\n                \"ZipCode\": \"75220\",\n                \"AutomaticExtinguishingTypeCode\": \"\",\n                \"RoofCoveringText\": null,\n                \"OccupancyName\": \"Forless Autohaus\",\n                \"AutomaticExtinguishingText\": \"N - None Present\",\n                \"PropertyCategory\": \"Commercial\",\n                \"ConstructionTypeCode\": \"6\",\n                \"StreetName\": \"LADYBIRD\",\n                \"StreetNumber\": \"2815\",\n                \"ConstructionCompletedDate\": null,\n                \"StationText\": \"43-2 - STATION 43\",\n                \"ZoneText\": \"430099 - 430099\",\n                \"LastInspectionDate\": \"2020-03-26T20:05:05.753\",\n                \"OccupancyOccupantLoad\": 0,\n                \"NextInspectionDate\": null,\n                \"AutomaticExtinguishingNumberOfHeads\": 0,\n                \"DistrictCode\": \"7\",\n                \"MixedUseText\": \"58 - Business and residential use\",\n                \"DetectorTypeText\": null,\n                \"FloorsAboveGround\": 1,\n                \"StreetSuffix\": \"\",\n                \"APN\": \"\",\n                \"DistrictText\": \"7 - FIRE DISTRICT 7\",\n                \"DetectorTypeCode\": \"\",\n                \"DetectorPresentText\": null,\n                \"ComplexMainId\": null,\n                \"MixedUseCode\": \"58\",\n                \"StreetType\": \"LN\",\n                \"PropertyNote\": \"CO #1712211109\",\n                \"OccupancyId\": 327414,\n                \"StationCode\": \"43-2\"\n            },\n            {\n                \"ConstructionTypeDriscription\": \"5 - III-A:Protected Combustible\",\n                \"InspectionDistrictCode\": \"5\",\n                \"StructureTypeText\": \"1 - Enclosed building\",\n                \"NumberOfUnits\": 0,\n                \"TenantId\": 72,\n                \"OccupancySquarefoot\": 26859,\n                \"DetectorPowerText\": \"1 - Battery only\",\n                \"LastInspectionId\": 633577,\n                \"ClientOccupancyId\": \"6000317989\",\n                \"DefaultInspectionTypeCode\": null,\n                \"AHJText\": \"01 - Dallas\",\n                \"LastModifiedDate\": \"2025-05-15T14:23:28.0299097\",\n                \"City\": \"DALLAS\",\n                \"InspectionDistrictText\": null,\n                \"DefaultInspectionTypeDescrition\": null,\n                \"StructureTypeCode\": \"1\",\n                \"Longitude\": -96.768393,\n                \"BuildingStatusCode\": \"2\",\n                \"OccupancyOwnershipCode\": \"1\",\n                \"FixedPropertyUseText\": \"311 - 24-hour care Nursing homes, 4 or more persons\",\n                \"PropertyCreationDate\": \"2018-01-27T19:41:17.71\",\n                \"State\": \"TX\",\n                \"AHJCode\": \"01\",\n                \"BuildingClassCode\": \"R4\",\n                \"isVacantProperty\": false,\n                \"Latitude\": 32.769404,\n                \"AutomaticExtinguishingCode\": \"1\",\n                \"DetectorPresentCode\": \"1\",\n                \"RoofCoveringCode\": \"0\",\n                \"StreetPrefix\": \"\",\n                \"DetectorPowerCode\": \"1\",\n                \"FixedPropertyUseCode\": \"311\",\n                \"BuildingClassText\": \"R4 - R4-Buidling/occupancy 24 hr care for more than 5 but less than 16 persons\",\n                \"BusinessPermit\": \"Health Care\",\n                \"BuildingStatusText\": \"2 - In normal use\",\n                \"FloorsBelowGround\": 0,\n                \"ZoneCode\": \"60036\",\n                \"AutomaticExtingushingTypeText\": \"1 - Wet-pipe sprinkler\",\n                \"OccupancyOwnershipText\": \"1 - Private\",\n                \"Address2\": \"\",\n                \"ZipCode\": \"75215\",\n                \"AutomaticExtinguishingTypeCode\": \"1\",\n                \"RoofCoveringText\": \"0 - Roof Covering Undetermined/Not Reported\",\n                \"OccupancyName\": \"FAIR PARK HEALTH AND REHABILITATION\",\n                \"AutomaticExtinguishingText\": \"1 - Present\",\n                \"PropertyCategory\": \"Commercial\",\n                \"ConstructionTypeCode\": \"5\",\n                \"StreetName\": \"MARTIN LUTHER KING JR\",\n                \"StreetNumber\": \"2815\",\n                \"ConstructionCompletedDate\": null,\n                \"StationText\": \"06-3 - STATION 6\",\n                \"ZoneText\": \"60036 - 60036\",\n                \"LastInspectionDate\": \"2025-05-13T16:50:02.523\",\n                \"OccupancyOccupantLoad\": 0,\n                \"NextInspectionDate\": \"2025-05-13T16:50:02.523\",\n                \"AutomaticExtinguishingNumberOfHeads\": 0,\n                \"DistrictCode\": \"5\",\n                \"MixedUseText\": null,\n                \"DetectorTypeText\": \"1 - Smoke\",\n                \"FloorsAboveGround\": 1,\n                \"StreetSuffix\": \"\",\n                \"APN\": \"\",\n                \"DistrictText\": \"5 - FIRE DISTRICT 5\",\n                \"DetectorTypeCode\": \"1\",\n                \"DetectorPresentText\": \"1 - Present\",\n                \"ComplexMainId\": null,\n                \"MixedUseCode\": \"\",\n                \"StreetType\": \"BLVD\",\n                \"PropertyNote\": \"10/25/2022-&nbsp; received permit #1246119 from financial services bureau.&nbsp; This location obtained their permit on 10/18/2022.&nbsp; Permit uploaded into Streamline this date.&nbsp; - Lt. Page\",\n                \"OccupancyId\": 327419,\n                \"StationCode\": \"06-3\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f5df4b85-5b80-49d0-941b-0151375e21e9"},{"name":"Get CRR Occupancies","id":"a4a89b8f-e0b6-4f2d-a470-fa2b5d76a690","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"PageIndex\":1,\r\n  \"PageCount\":100\r\n}","options":{"raw":{"language":"json"}}},"url":"https://process.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/tenant72/getcrroccupancies","description":"<h2 id=\"api-endpoint-get-crr-occupancies\">API Endpoint: Get CRR Occupancies</h2>\n<h3 id=\"method\">Method</h3>\n<p><code>POST</code></p>\n<h3 id=\"url\">URL</h3>\n<p><code>https://process-dev.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/tenant72/getcrroccupancies</code></p>\n<h3 id=\"description\">Description</h3>\n<p>This endpoint retrieves occupancy information based on the provided pagination parameters. It is designed to return a list of occupancies along with their associated details.</p>\n<h3 id=\"request-parameters\">Request Parameters</h3>\n<p>The request body should be in JSON format and include the following parameters:</p>\n<ul>\n<li><p><strong>outputtype</strong> (string): Specifies the format of the output. For this endpoint, it should be set to <code>\"Json\"</code>.</p>\n</li>\n<li><p><strong>PageIndex</strong> (integer): Indicates the current page index for pagination. The default value is <code>1</code>.</p>\n</li>\n<li><p><strong>PageCount</strong> (integer): Defines the number of records to be returned per page. The default value is <code>100</code>.</p>\n</li>\n</ul>\n<h4 id=\"example-request-body\">Example Request Body</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"outputtype\": \"Json\",\n  \"PageIndex\": 1,\n  \"PageCount\": 100\n}\n\n</code></pre>\n<h3 id=\"response-format\">Response Format</h3>\n<p>Upon a successful request, the response will return a JSON object with the following structure:</p>\n<ul>\n<li><p><strong>Done</strong> (object): Contains the API response metadata.</p>\n<ul>\n<li><p><strong>API Response</strong> (object): Includes details about the response.</p>\n<ul>\n<li><p><strong>Description</strong> (string): A description of the response (may be null).</p>\n</li>\n<li><p><strong>ErrorCode</strong> (integer): An error code if applicable (may be null).</p>\n</li>\n<li><p><strong>Status</strong> (integer): The status of the response (0 indicates success).</p>\n</li>\n<li><p><strong>Message</strong> (string): A message regarding the response (may be empty).</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Occupancies</strong> (array): An array of occupancy objects, each containing details such as:</p>\n<ul>\n<li><p><strong>ConstructionTypeDriscription</strong> (string): Description of the construction type.</p>\n</li>\n<li><p><strong>TenantId</strong> (integer): Identifier for the tenant.</p>\n</li>\n<li><p><strong>OccupancySquarefoot</strong> (integer): The square footage of the occupancy.</p>\n</li>\n<li><p><strong>isVacantProperty</strong> (boolean): Indicates if the property is vacant.</p>\n</li>\n<li><p>Additional fields related to occupancy details.</p>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"Occupancies\": [\n      {\n        \"ConstructionTypeDriscription\": \"\",\n        \"TenantId\": 0,\n        \"OccupancySquarefoot\": 0,\n        \"isVacantProperty\": true,\n        // Additional occupancy details...\n      }\n    ]\n  }\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>Ensure to handle pagination correctly by adjusting the <code>PageIndex</code> and <code>PageCount</code> parameters as needed.</p>\n</li>\n<li><p>The response may contain multiple occupancy objects, each with various attributes related to the occupancy details.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","slipublicapi","productscustom","tenant72","getcrroccupancies"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"9c24e622-5e07-45c5-9789-98c1674a8a08","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DallasSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"PageIndex\":1,\r\n  \"PageCount\":100\r\n}","options":{"raw":{"language":"json"}}},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/tenant72/getcrroccupancies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 23 Jul 2025 17:22:33 GMT"},{"key":"Server","value":"MyServer"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'; default-src 'self'; script-src https://beta.therecoveryhub.com https://*.firerecoveryusa.com https://process-dev.firerecoveryusa.com 'nonce-{nonce-value}' 'unsafe-eval'; img-src 'self' 'unsafe-inline' data:; style-src 'self' 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; worker-src 'self' 'unsafe-inline' blob:"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Permissions-Policy","value":"accelerometer=()"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Referrer-Policy","value":"strict-origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000;includeSubDomains;preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"Occupancies\": [\n            {\n                \"ConstructionTypeDriscription\": \"8 - V-B:Unprotected Wood Frame\",\n                \"InspectionDistrictCode\": \"\",\n                \"StructureTypeText\": null,\n                \"NumberOfUnits\": null,\n                \"TenantId\": 72,\n                \"OccupancySquarefoot\": 1330,\n                \"DetectorPowerText\": null,\n                \"LastInspectionId\": 426481,\n                \"ClientOccupancyId\": \"6000177983\",\n                \"DefaultInspectionTypeCode\": null,\n                \"AHJText\": \"01 - Dallas\",\n                \"LastModifiedDate\": \"2022-12-13T10:21:36.5314349\",\n                \"City\": \"DALLAS\",\n                \"InspectionDistrictText\": null,\n                \"DefaultInspectionTypeDescrition\": null,\n                \"StructureTypeCode\": \"\",\n                \"Longitude\": -96.896248,\n                \"BuildingStatusCode\": \"2\",\n                \"OccupancyOwnershipCode\": \"1\",\n                \"FixedPropertyUseText\": null,\n                \"PropertyCreationDate\": \"2018-01-27T19:41:17.71\",\n                \"State\": \"TX\",\n                \"AHJCode\": \"01\",\n                \"BuildingClassCode\": \"\",\n                \"isVacantProperty\": false,\n                \"Latitude\": 32.787438,\n                \"AutomaticExtinguishingCode\": \"\",\n                \"DetectorPresentCode\": \"\",\n                \"RoofCoveringCode\": \"\",\n                \"StreetPrefix\": \"\",\n                \"DetectorPowerCode\": \"\",\n                \"FixedPropertyUseCode\": \"\",\n                \"BuildingClassText\": null,\n                \"BusinessPermit\": \"\",\n                \"BuildingStatusText\": \"2 - In normal use\",\n                \"FloorsBelowGround\": 0,\n                \"ZoneCode\": \"160137\",\n                \"AutomaticExtingushingTypeText\": null,\n                \"OccupancyOwnershipText\": \"1 - Private\",\n                \"Address2\": \"\",\n                \"ZipCode\": \"75212\",\n                \"AutomaticExtinguishingTypeCode\": \"\",\n                \"RoofCoveringText\": null,\n                \"OccupancyName\": \"4621 Bernal Dr\",\n                \"AutomaticExtinguishingText\": null,\n                \"PropertyCategory\": \"Community Risk\",\n                \"ConstructionTypeCode\": \"8\",\n                \"StreetName\": \"BERNAL\",\n                \"StreetNumber\": \"4621\",\n                \"ConstructionCompletedDate\": null,\n                \"StationText\": \"16-2 - STATION 16\",\n                \"ZoneText\": \"160137 - 160137\",\n                \"LastInspectionDate\": \"2020-05-18T14:43:17.677\",\n                \"OccupancyOccupantLoad\": 0,\n                \"NextInspectionDate\": null,\n                \"AutomaticExtinguishingNumberOfHeads\": 0,\n                \"DistrictCode\": \"9\",\n                \"MixedUseText\": null,\n                \"DetectorTypeText\": null,\n                \"FloorsAboveGround\": 2,\n                \"StreetSuffix\": \"\",\n                \"APN\": \"\",\n                \"DistrictText\": \"9 - FIRE DISTRICT 9\",\n                \"DetectorTypeCode\": \"\",\n                \"DetectorPresentText\": null,\n                \"ComplexMainId\": null,\n                \"MixedUseCode\": \"\",\n                \"StreetType\": \"DR\",\n                \"PropertyNote\": \"\",\n                \"OccupancyId\": 369778,\n                \"StationCode\": \"16-2\"\n            },\n            {\n                \"ConstructionTypeDriscription\": null,\n                \"InspectionDistrictCode\": \"\",\n                \"StructureTypeText\": null,\n                \"NumberOfUnits\": 0,\n                \"TenantId\": 72,\n                \"OccupancySquarefoot\": 0,\n                \"DetectorPowerText\": null,\n                \"LastInspectionId\": null,\n                \"ClientOccupancyId\": \"386267\",\n                \"DefaultInspectionTypeCode\": null,\n                \"AHJText\": null,\n                \"LastModifiedDate\": \"2022-12-13T10:21:36.5314349\",\n                \"City\": \"DALLAS\",\n                \"InspectionDistrictText\": null,\n                \"DefaultInspectionTypeDescrition\": null,\n                \"StructureTypeCode\": \"\",\n                \"Longitude\": -96.705812,\n                \"BuildingStatusCode\": \"\",\n                \"OccupancyOwnershipCode\": \"\",\n                \"FixedPropertyUseText\": null,\n                \"PropertyCreationDate\": \"2018-11-02T13:38:32.98\",\n                \"State\": \"TX\",\n                \"AHJCode\": null,\n                \"BuildingClassCode\": \"\",\n                \"isVacantProperty\": false,\n                \"Latitude\": 32.715312,\n                \"AutomaticExtinguishingCode\": \"\",\n                \"DetectorPresentCode\": \"\",\n                \"RoofCoveringCode\": \"\",\n                \"StreetPrefix\": \"\",\n                \"DetectorPowerCode\": \"\",\n                \"FixedPropertyUseCode\": \"\",\n                \"BuildingClassText\": null,\n                \"BusinessPermit\": \"\",\n                \"BuildingStatusText\": null,\n                \"FloorsBelowGround\": 0,\n                \"ZoneCode\": \"\",\n                \"AutomaticExtingushingTypeText\": null,\n                \"OccupancyOwnershipText\": null,\n                \"Address2\": \"\",\n                \"ZipCode\": \"75217\",\n                \"AutomaticExtinguishingTypeCode\": \"\",\n                \"RoofCoveringText\": null,\n                \"OccupancyName\": \"6723 ATHA DR\",\n                \"AutomaticExtinguishingText\": null,\n                \"PropertyCategory\": \"Community Risk\",\n                \"ConstructionTypeCode\": \"\",\n                \"StreetName\": \"ATHA\",\n                \"StreetNumber\": \"6723\",\n                \"ConstructionCompletedDate\": null,\n                \"StationText\": \"34-3 - STATION 34\",\n                \"ZoneText\": \" - \",\n                \"LastInspectionDate\": null,\n                \"OccupancyOccupantLoad\": 0,\n                \"NextInspectionDate\": null,\n                \"AutomaticExtinguishingNumberOfHeads\": 0,\n                \"DistrictCode\": \"8\",\n                \"MixedUseText\": null,\n                \"DetectorTypeText\": null,\n                \"FloorsAboveGround\": 0,\n                \"StreetSuffix\": \"\",\n                \"APN\": \"\",\n                \"DistrictText\": \"8 - FIRE DISTRICT 8\",\n                \"DetectorTypeCode\": \"\",\n                \"DetectorPresentText\": null,\n                \"ComplexMainId\": null,\n                \"MixedUseCode\": \"\",\n                \"StreetType\": \"DR\",\n                \"PropertyNote\": \"\",\n                \"OccupancyId\": 386267,\n                \"StationCode\": \"34-3\"\n            }\n        ]\n    }\n}"}],"_postman_id":"a4a89b8f-e0b6-4f2d-a470-fa2b5d76a690"}],"id":"c296a1e0-4a15-4cce-a7a9-313e58210fba","description":"<p>This section describes the API end points for Dallas Fire-Rescue.</p>\n","event":[{"listen":"prerequest","script":{"id":"cf1732d5-6a47-4d24-ba88-25b7f8abd513","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"5423d479-4386-4166-8d76-4266a06b833d","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"c296a1e0-4a15-4cce-a7a9-313e58210fba","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Heartland Fire and Rescue","item":[{"name":"Get Completed Inspections by Date","event":[{"listen":"prerequest","script":{"id":"b8290e9f-fbca-4988-8061-41ce5f40a468","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"bfab201a-9287-43e6-85a0-5cbcec24582b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{HeartSubscriptionKey}}","type":"text"}],"url":"https://process.firerecoveryusa.com/Primary/restapi/SLI/Tenant60/GetInspectionsByDate?outputtype=Json&DateFrom={{DateFrom}}&DateTo={{DateTo}}","description":"<h1 id=\"get-inspections-by-date\">Get Inspections by Date</h1>\n<p>This endpoint retrieves a list of completed inspections within a specified date range for a specific tenant.</p>\n<h2 id=\"request\">Request</h2>\n<h3 id=\"endpoint\">Endpoint</h3>\n<p><code>GET</code> <a href=\"https://process-dev.firerecoveryusa.com/Primary/restapi/SLI/Tenant60/GetInspectionsByDate\">https://process-dev.firerecoveryusa.com/Primary/restapi/SLI/Tenant60/GetInspectionsByDate</a></p>\n<h3 id=\"query-parameters\">Query Parameters</h3>\n<ul>\n<li><p><code>outputtype</code>: Json</p>\n</li>\n<li><p><code>DateFrom</code>: The start date for the inspection search.</p>\n</li>\n<li><p><code>DateTo</code>: The end date for the inspection search.</p>\n</li>\n</ul>\n<h2 id=\"response\">Response</h2>\n<p>Upon a successful request, the server will respond with a status code of 200 and a JSON object containing the list of completed inspections and an API response object.</p>\n<h3 id=\"response-body\">Response Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"Done\": {\n        \"CompletedInspections\": [\n            {\n                \"ScheduledDate\": \"\",\n                \"OccupancyCity\": \"\",\n                \"longitude\": 0,\n                \"PropertyId\": \"\",\n                \"InspectionType\": \"\",\n                \"CompletedDate\": \"\",\n                \"TypeOfVisit\": \"\",\n                \"InspectionNumber\": 0,\n                \"OccupancyName\": \"\",\n                \"latitude\": 0,\n                \"InspectionAccount\": \"\",\n                \"BuildingClassCode\": \"\",\n                \"Inspector\": \"\",\n                \"BuildingClassText\": \"\"\n            }\n        ],\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 0,\n            \"Message\": \"\"\n        }\n    }\n}\n\n</code></pre>\n<p>The response includes an array of completed inspections with details such as scheduled date, occupancy city, longitude, property ID, inspection type, completed date, type of visit, inspection number, occupancy name, latitude, inspection account, building class code, inspector, and building class text. Additionally, the API response object provides information about the status of the request, any error codes, and a message.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","SLI","Tenant60","GetInspectionsByDate"],"host":["process","firerecoveryusa","com"],"query":[{"key":"outputtype","value":"Json"},{"key":"DateFrom","value":"{{DateFrom}}"},{"key":"DateTo","value":"{{DateTo}}"}],"variable":[]}},"response":[{"id":"24262bb2-aa59-411f-94e0-7cd79c034bb3","name":"Success","originalRequest":{"method":"GET","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{HeartSubscriptionKey}}","type":"text"}],"url":{"raw":"https://process-dev.firerecoveryusa.com/Primary/restapi/SLI/Tenant60/GetInspectionsByDate?outputtype=Json&DateFrom={{DateFrom}}&DateTo={{DateTo}}","protocol":"https","host":["process-dev","firerecoveryusa","com"],"path":["Primary","restapi","SLI","Tenant60","GetInspectionsByDate"],"query":[{"key":"outputtype","value":"Json"},{"key":"DateFrom","value":"{{DateFrom}}"},{"key":"DateTo","value":"{{DateTo}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 01 May 2025 16:42:07 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"CompletedInspections\": [\n            {\n                \"ScheduledDate\": \"04/04/2024\",\n                \"OccupancyCity\": \"La Mesa\",\n                \"longitude\": -117.025937,\n                \"PropertyId\": \"\",\n                \"InspectionType\": \"HOTMOT - Hotel, Motel Inspection\",\n                \"CompletedDate\": \"03/06/2024\",\n                \"TypeOfVisit\": \"2nd re-inspection\",\n                \"InspectionNumber\": 2,\n                \"OccupancyName\": \"Holiday Inn La Mesa\",\n                \"latitude\": 32.774831,\n                \"InspectionAccount\": \"Apeletoalepai\",\n                \"BuildingClassCode\": \"R-1\",\n                \"Inspector\": \"Angela Pele-Toalepai\",\n                \"BuildingClassText\": \"R-1 Residential\"\n            }\n        ],\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        }\n    }\n}"}],"_postman_id":"bfab201a-9287-43e6-85a0-5cbcec24582b"},{"name":"Get Completed Inspections by Date","event":[{"listen":"prerequest","script":{"id":"fa5b3624-d1eb-4a16-89ca-d704cd6fbbe2","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"7536c621-85a6-4f72-bf1a-86578972bddc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{HeartSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"DateFrom\": \"{{DateFrom}}\",\r\n  \"DateTo\": \"{{DateTo}}\"\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi/SLI/Tenant60/GetInspectionsByDate","description":"<p>The endpoint <code>https://process-dev.firerecoveryusa.com/Primary/restapi/SLI/Tenant60/GetInspectionsByDate</code> is a POST request that retrieves inspections based on a specified date range.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<ul>\n<li><p><code>outputtype</code> (string): Specifies the output type as JSON.</p>\n</li>\n<li><p><code>DateFrom</code> (string): Represents the start date for the inspections.</p>\n</li>\n<li><p><code>DateTo</code> (string): Represents the end date for the inspections.</p>\n</li>\n</ul>\n<h3 id=\"response\">Response</h3>\n<p>The response is a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"CompletedInspections\": [\n      {\n        \"ScheduledDate\": \"\",\n        \"OccupancyCity\": \"\",\n        \"longitude\": 0,\n        \"PropertyId\": \"\",\n        \"InspectionType\": \"\",\n        \"CompletedDate\": \"\",\n        \"TypeOfVisit\": \"\",\n        \"InspectionNumber\": 0,\n        \"OccupancyName\": \"\",\n        \"latitude\": 0,\n        \"InspectionAccount\": \"\",\n        \"BuildingClassCode\": \"\",\n        \"Inspector\": \"\",\n        \"BuildingClassText\": \"\"\n      }\n    ],\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    }\n  }\n}\n\n</code></pre>\n<h3 id=\"json-schema\">JSON Schema</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"Done\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"CompletedInspections\": {\n          \"type\": \"array\",\n          \"items\": {\n            \"type\": \"object\",\n            \"properties\": {\n              \"ScheduledDate\": { \"type\": \"string\" },\n              \"OccupancyCity\": { \"type\": \"string\" },\n              \"longitude\": { \"type\": \"number\" },\n              \"PropertyId\": { \"type\": \"string\" },\n              \"InspectionType\": { \"type\": \"string\" },\n              \"CompletedDate\": { \"type\": \"string\" },\n              \"TypeOfVisit\": { \"type\": \"string\" },\n              \"InspectionNumber\": { \"type\": \"number\" },\n              \"OccupancyName\": { \"type\": \"string\" },\n              \"latitude\": { \"type\": \"number\" },\n              \"InspectionAccount\": { \"type\": \"string\" },\n              \"BuildingClassCode\": { \"type\": \"string\" },\n              \"Inspector\": { \"type\": \"string\" },\n              \"BuildingClassText\": { \"type\": \"string\" }\n            }\n          }\n        },\n        \"API Response\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"Description\": { \"type\": [\"string\", \"null\"] },\n            \"ErrorCode\": { \"type\": [\"string\", \"null\"] },\n            \"Status\": { \"type\": \"number\" },\n            \"Message\": { \"type\": \"string\" }\n          }\n        }\n      }\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","SLI","Tenant60","GetInspectionsByDate"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"bff1a665-a23d-4593-b6be-1253c2fe08c1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{HeartSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"DateFrom\": \"{{DateFrom}}\",\r\n  \"DateTo\": \"{{DateTo}}\"\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi/SLI/Tenant60/GetInspectionsByDate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 01 May 2025 16:43:07 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"CompletedInspections\": [\n            {\n                \"ScheduledDate\": \"04/04/2024\",\n                \"OccupancyCity\": \"La Mesa\",\n                \"longitude\": -117.025937,\n                \"PropertyId\": \"\",\n                \"InspectionType\": \"HOTMOT - Hotel, Motel Inspection\",\n                \"CompletedDate\": \"03/06/2024\",\n                \"TypeOfVisit\": \"2nd re-inspection\",\n                \"InspectionNumber\": 2,\n                \"OccupancyName\": \"Holiday Inn La Mesa\",\n                \"latitude\": 32.774831,\n                \"InspectionAccount\": \"Apeletoalepai\",\n                \"BuildingClassCode\": \"R-1\",\n                \"Inspector\": \"Angela Pele-Toalepai\",\n                \"BuildingClassText\": \"R-1 Residential\"\n            }\n        ],\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        }\n    }\n}"}],"_postman_id":"7536c621-85a6-4f72-bf1a-86578972bddc"}],"id":"cb897f36-a237-4f7d-bd0c-2a71b3a3fcd2","description":"<p>This section describes the API end points for Heartland Fire &amp; Rescue</p>\n","_postman_id":"cb897f36-a237-4f7d-bd0c-2a71b3a3fcd2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"City of Weston Fire","item":[{"name":"Get Weston Commercial Occupancy Inspections By Date","event":[{"listen":"prerequest","script":{"id":"c344ce24-5471-4d3f-acc6-5476ffa99a99","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"8f0e0d03-ea55-4ad5-b474-e83b21a24956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{WestonSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"Request\": {\r\n    \"StartDate\": \"{{DateFrom}}\",\r\n    \"EndDate\": \"{{DateTo}}\",\r\n    \"InspectionStatusId\": [\r\n      3\r\n    ]\r\n  }\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant41/GetWestonCommercialOccupancyInspectionsByDate","description":"<h3 id=\"get-weston-commercial-occupancy-inspections-by-date\">Get Weston Commercial Occupancy Inspections By Date</h3>\n<p>This endpoint allows you to retrieve Weston commercial occupancy inspections within a specified date range.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><p>Method: POST</p>\n</li>\n<li><p>URL: <code>https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant41/GetWestonCommercialOccupancyInspectionsByDate</code></p>\n</li>\n<li><p>Headers:</p>\n<ul>\n<li>Content-Type: application/json</li>\n</ul>\n</li>\n<li><p>Body:</p>\n<ul>\n<li><p><code>outputtype</code> (string): The type of output required (e.g. \"Json\").</p>\n</li>\n<li><p><code>Request</code> (object): The request object containing the following parameters:</p>\n<ul>\n<li><p><code>StartDate</code> (string): The start date for the inspections.</p>\n</li>\n<li><p><code>EndDate</code> (string): The end date for the inspections.</p>\n</li>\n<li><p><code>InspectionStatusId</code> (array of integers): An array of inspection status IDs.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request will be in JSON format, and will follow the schema provided by the user.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant41","GetWestonCommercialOccupancyInspectionsByDate"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"450e03f7-32d3-477f-9ee6-eb4e98d66f22","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{WestonSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"Request\": {\r\n    \"StartDate\": \"{{DateFrom}}\",\r\n    \"EndDate\": \"{{DateTo}}\",\r\n    \"InspectionStatusId\": [\r\n      3\r\n    ]\r\n  }\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant41/GetWestonCommercialOccupancyInspectionsByDate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 13 May 2025 22:24:58 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"CommercialOccupancyInspections\": [\n            {\n                \"TenantId\": 41,\n                \"InspectionId\": 1764641,\n                \"OccupancyId\": 166848,\n                \"InspectionSeriesId\": 1764641,\n                \"PreviousInspectionId\": 0,\n                \"InspectionAccountId\": 8031,\n                \"InspectionAccountText\": \"i67\",\n                \"ClientPropertyId\": \"166848\",\n                \"InspectionNumber\": 0,\n                \"InspectionStatusId\": 3,\n                \"InspectionStatusText\": \"Completed Inspection\",\n                \"InspectionReceivedDate\": null,\n                \"InspectionScheduledDate\": \"2022-10-17T00:00:00\",\n                \"InspectionStartDate\": \"2024-01-25T08:17:11.743\",\n                \"InspectionCompletedDate\": \"2024-01-25T08:17:21.323\",\n                \"InspectionOriginalScheduledDate\": \"2022-10-17T00:00:00\",\n                \"InspectionNote\": \"\",\n                \"InspectionDeleted\": false,\n                \"InspectionReviewTime\": 1,\n                \"InspectionTime\": 9,\n                \"InspectorId\": 7338,\n                \"InspectorFirstName\": \"Mindy\",\n                \"InspectorLastName\": \"Cavallari\",\n                \"InspectionSignedBy\": \"\",\n                \"InspectionTemplateId\": 350,\n                \"InspectionTemplateText\": \"Annual Fire Inspection Checklist\",\n                \"InspectionReportSent\": true,\n                \"InspectionFee\": 0,\n                \"InspectionTotalFee\": 0,\n                \"InspectionCategoryId\": 1,\n                \"InspectionCategoryText\": \"Single Occupancy Walk-in Inspections\",\n                \"FiscalYearId\": 1810,\n                \"FiscalYearText\": \"2024\",\n                \"BillingYearText\": \"\",\n                \"InspectionIsVacant\": false,\n                \"InspectionTypeId\": 61270,\n                \"InspectionTypeText\": \"AINSP - Annual Fire Inspection\",\n                \"InspectionNeedsApproval\": false,\n                \"InspectionApprovalUserAccountId\": 0,\n                \"ContactId\": 196956,\n                \"ComplexId\": null,\n                \"ComplexInspectionId\": null,\n                \"InspectionRequireEntry\": true,\n                \"InspectionComplexResponsible\": false,\n                \"InspectionSqft\": null,\n                \"InspectionNumberOfUnits\": 0,\n                \"ViewSearchDate\": \"2024-01-25T08:17:21.323\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8f0e0d03-ea55-4ad5-b474-e83b21a24956"},{"name":"Get Weston Commercial Occupancy Inspections","event":[{"listen":"prerequest","script":{"id":"b6ee10f6-abc9-43a9-983c-7458875fa747","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"0b8b0634-a1bb-4523-a3bc-0702fed1bc4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{WestonSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"CommercialOccupancyInspectionsRequest\": {\r\n    \"FiscalYearId\": 0,\r\n    \"OccupancyId\": 0,\r\n    \"InspectionSeriesId\": 0,\r\n    \"InspectionStatusId\": [\r\n        2, 3\r\n    ],\r\n    \"IsDeleted\": false,\r\n    \"IsVacant\": false\r\n  }\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant41/GetWestonCommercialOccupancyInspections","description":"<p>This endpoint makes an HTTP POST request to retrieve Weston commercial occupancy inspections for a specific tenant. The request body should be in raw JSON format and include the \"outputtype\" parameter set to \"Json\", along with the \"CommercialOccupancyInspectionsRequest\" object containing various filter criteria such as \"FiscalYearId\", \"OccupancyId\", \"InspectionSeriesId\", \"InspectionStatusId\", \"IsDeleted\", and \"IsVacant\".</p>\n<p>The response will include the details of the commercial occupancy inspections based on the provided criteria.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant41","GetWestonCommercialOccupancyInspections"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"457d4504-d8bf-4b4d-ae85-8b6a8e8d39df","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{WestonSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"CommercialOccupancyInspectionsRequest\": {\r\n    \"FiscalYearId\": 0,\r\n    \"OccupancyId\": 166848,\r\n    \"InspectionSeriesId\": 0,\r\n    \"InspectionStatusId\": [\r\n        2, 3\r\n    ],\r\n    \"IsDeleted\": false,\r\n    \"IsVacant\": false\r\n  }\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant41/GetWestonCommercialOccupancyInspections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 13 May 2025 22:27:07 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"CommercialOccupancyInspections\": [\n            {\n                \"TenantId\": 41,\n                \"InspectionId\": 197728,\n                \"OccupancyId\": 166848,\n                \"InspectionSeriesId\": 197728,\n                \"PreviousInspectionId\": 0,\n                \"InspectionAccountId\": 8031,\n                \"InspectionAccountText\": \"i67\",\n                \"ClientPropertyId\": \"166848\",\n                \"InspectionNumber\": 0,\n                \"InspectionStatusId\": 2,\n                \"InspectionStatusText\": \"Not Completed Inspection\",\n                \"InspectionReceivedDate\": null,\n                \"InspectionScheduledDate\": \"2017-10-26T00:00:00\",\n                \"InspectionStartDate\": null,\n                \"InspectionCompletedDate\": null,\n                \"InspectionOriginalScheduledDate\": \"2017-10-26T00:00:00\",\n                \"InspectionNote\": \"\",\n                \"InspectionDeleted\": false,\n                \"InspectionReviewTime\": 0,\n                \"InspectionTime\": 0,\n                \"InspectorId\": null,\n                \"InspectorFirstName\": null,\n                \"InspectorLastName\": null,\n                \"InspectionSignedBy\": \"\",\n                \"InspectionTemplateId\": 350,\n                \"InspectionTemplateText\": \"Annual Fire Inspection Checklist\",\n                \"InspectionReportSent\": false,\n                \"InspectionFee\": 0,\n                \"InspectionTotalFee\": 0,\n                \"InspectionCategoryId\": 1,\n                \"InspectionCategoryText\": \"Single Occupancy Walk-in Inspections\",\n                \"FiscalYearId\": 1803,\n                \"FiscalYearText\": \"2017\",\n                \"BillingYearText\": \"\",\n                \"InspectionIsVacant\": false,\n                \"InspectionTypeId\": 61270,\n                \"InspectionTypeText\": \"AINSP - Annual Fire Inspection\",\n                \"InspectionNeedsApproval\": false,\n                \"InspectionApprovalUserAccountId\": 0,\n                \"ContactId\": null,\n                \"ComplexId\": null,\n                \"ComplexInspectionId\": null,\n                \"InspectionRequireEntry\": true,\n                \"InspectionComplexResponsible\": false,\n                \"InspectionSqft\": null,\n                \"InspectionNumberOfUnits\": 0,\n                \"ViewSearchDate\": \"2017-10-26T00:00:00\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0b8b0634-a1bb-4523-a3bc-0702fed1bc4e"},{"name":"Get Weston Commercial Occupancy Inspection","event":[{"listen":"prerequest","script":{"id":"e88d293e-69c0-45c4-8f12-1a4a77b305be","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"5d1b7092-38df-4537-8b4a-5dd23fa1dc91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{WestonSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"InspectionId\": 0\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant41/GetWestonCommercialOccupancyInspection","description":"<p>This HTTP POST request is used to retrieve information about a Weston commercial occupancy inspection. The request body should be in raw format with the following parameters:</p>\n<ul>\n<li><p><code>outputtype</code>: (text) The type of output required, e.g., \"Json\".</p>\n</li>\n<li><p><code>InspectionId</code>: (text) The ID of the inspection, e.g., 0.</p>\n</li>\n</ul>\n<p>The response will contain the details of the Weston commercial occupancy inspection.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant41","GetWestonCommercialOccupancyInspection"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"70963918-d7a9-4e28-ae76-fac49a60c51f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{WestonSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"InspectionId\": 197728\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi//SLI/GeneralAPI/Inspection/GetWestonCommercialOccupancyInspection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 13 May 2025 22:28:38 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"CommercialOccupancyInspections\": [\n            {\n                \"TenantId\": 41,\n                \"InspectionId\": 197728,\n                \"OccupancyId\": 166848,\n                \"InspectionSeriesId\": 197728,\n                \"PreviousInspectionId\": 0,\n                \"InspectionAccountId\": 8031,\n                \"InspectionAccountText\": \"i67\",\n                \"ClientPropertyId\": \"166848\",\n                \"InspectionNumber\": 0,\n                \"InspectionStatusId\": 2,\n                \"InspectionStatusText\": \"Not Completed Inspection\",\n                \"InspectionReceivedDate\": null,\n                \"InspectionScheduledDate\": \"2017-10-26T00:00:00\",\n                \"InspectionStartDate\": null,\n                \"InspectionCompletedDate\": null,\n                \"InspectionOriginalScheduledDate\": \"2017-10-26T00:00:00\",\n                \"InspectionNote\": \"\",\n                \"InspectionDeleted\": false,\n                \"InspectionReviewTime\": 0,\n                \"InspectionTime\": 0,\n                \"InspectorId\": null,\n                \"InspectorFirstName\": null,\n                \"InspectorLastName\": null,\n                \"InspectionSignedBy\": \"\",\n                \"InspectionTemplateId\": 350,\n                \"InspectionTemplateText\": \"Annual Fire Inspection Checklist\",\n                \"InspectionReportSent\": false,\n                \"InspectionFee\": 0,\n                \"InspectionTotalFee\": 0,\n                \"InspectionCategoryId\": 1,\n                \"InspectionCategoryText\": \"Single Occupancy Walk-in Inspections\",\n                \"FiscalYearId\": 1803,\n                \"FiscalYearText\": \"2017\",\n                \"BillingYearText\": \"\",\n                \"InspectionIsVacant\": false,\n                \"InspectionTypeId\": 61270,\n                \"InspectionTypeText\": \"AINSP - Annual Fire Inspection\",\n                \"InspectionNeedsApproval\": false,\n                \"InspectionApprovalUserAccountId\": 0,\n                \"ContactId\": null,\n                \"ComplexId\": null,\n                \"ComplexInspectionId\": null,\n                \"InspectionRequireEntry\": true,\n                \"InspectionComplexResponsible\": false,\n                \"InspectionSqft\": null,\n                \"InspectionNumberOfUnits\": 0,\n                \"ViewSearchDate\": \"2017-10-26T00:00:00\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5d1b7092-38df-4537-8b4a-5dd23fa1dc91"},{"name":"Get Weston Commercial Occupancies","event":[{"listen":"prerequest","script":{"id":"c952be08-b792-4a4c-96b0-751afd65e621","exec":[""],"type":"text/javascript","packages":{}}}],"id":"995d6ba7-3b74-4af3-8683-c3b43f508f59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{WestonSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacant\": false\r\n}"},"url":"{{BaseUrl}}/Primary/restapi/Tenant41/GetWestonCommercialOccupancies","description":"<p>This endpoint makes an HTTP POST request to retrieve information about Weston commercial occupancies for a specific tenant. The request body should include the \"outputtype\" parameter set to \"Json\", \"IsDeleted\" parameter set to \"false\", and \"IsVacant\" parameter set to \"false\". The response will contain the relevant information about the Weston commercial occupancies.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"path":["Primary","restapi","Tenant41","GetWestonCommercialOccupancies"],"host":["{{BaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1553ff36-02e4-4246-89f8-49035e916cbb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{WestonSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"IsDeleted\": false,\r\n  \"IsVacant\": false\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant41/GetWestonCommercialOccupancies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 13 May 2025 22:29:07 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"CommercialOccupancyList\": [\n            {\n                \"TenantId\": 41,\n                \"OccupancyId\": 165842,\n                \"ClientPropertyId\": \"165842\",\n                \"OccupancyName\": \"Broward Sheriff's Office District 8\",\n                \"StreetNumber\": \"17300\",\n                \"StreetPrefix\": \"\",\n                \"StreetName\": \"Royal Palm\",\n                \"StreetType\": \"Blvd\",\n                \"StreetSuffix\": \"\",\n                \"Address2\": \"\",\n                \"City\": \"Weston\",\n                \"State\": \"FL\",\n                \"ZipCode\": \"33326-2396\",\n                \"DistrictCode\": \"WE\",\n                \"DistrictText\": \"WE - Weston\",\n                \"APN\": \"504020014011_2\",\n                \"ZoneCode\": \"21\",\n                \"ZoneText\": \"21 - Zone 21\",\n                \"Longitude\": -80.381157,\n                \"Latitude\": 26.093375,\n                \"FixedPropertyUseCode\": \"365\",\n                \"FixedPropertyUseText\": \"365 - Police station\",\n                \"FloorsAboveGround\": 1,\n                \"FloorsBelowGround\": 0,\n                \"OccupancyOccupantLoad\": 0,\n                \"OccupancySquarefoot\": 23670,\n                \"MixedUseCode\": \"\",\n                \"MixedUseText\": null,\n                \"PropertyOwnershipCode\": \"NA\",\n                \"PropertyOwnershipText\": \"NA - Not Applicable\",\n                \"RoofCoveringCode\": \"0\",\n                \"RoofCoveringText\": \"0 - Roof Covering Undetermined/Not Reported\",\n                \"StructureTypeCode\": \"0\",\n                \"StructureTypeText\": \"0 - Structure type, Other\",\n                \"ConstructionTypeCode\": \"6\",\n                \"ConstructionTypeText\": \"6 - Unprotected Ordinary\",\n                \"BuildingStatusCode\": \"2\",\n                \"BuildingStatusText\": \"2 - In normal use\",\n                \"DetectorPresentCode\": \"1\",\n                \"DetectorPresentText\": \"1 - Present\",\n                \"DetectorPowerCode\": \"4\",\n                \"DetectorPowerText\": \"4 - Hardwire with battery backup\",\n                \"DetectorTypeCode\": \"1\",\n                \"DetectorTypeText\": \"1 - Smoke Detector\",\n                \"AutomaticExtinguishingCode\": \"N\",\n                \"AutomaticExtinguishingText\": \"N - None Present\",\n                \"AutomaticExtinguishingTypeCode\": \"N\",\n                \"AutomaticExtingushingTypeText\": \"N - None\",\n                \"AutomaticExtinguishingNumberOfHeads\": 0,\n                \"StationCode\": \"81\",\n                \"StationText\": \"81 - 81\",\n                \"InspectionDistrictCode\": \"WE\",\n                \"InspectionDistrictText\": null,\n                \"BuildingClassCode\": \"OFB\",\n                \"BuildingClassText\": \"OFB - Office\",\n                \"ConstructionCompletedDate\": null,\n                \"OccupancyNotes\": \"\",\n                \"BusinessPermit\": \"\",\n                \"LastInspectionDate\": \"2024-07-08T12:12:09.727\",\n                \"LastInspectionId\": 2343039,\n                \"isVacantOccupancy\": false,\n                \"isMergedOccupancy\": false,\n                \"isDeletedOccupancy\": false,\n                \"AHJCode\": \"10282\",\n                \"AHJText\": \"10282 - BSO FDID\",\n                \"DefaultInspectionTypeCode\": null,\n                \"DefaultInspectionTypeText\": null,\n                \"ComplexMainId\": null,\n                \"NumberOfUnits\": 0,\n                \"OccupancyCreationDate\": \"2016-12-14T20:16:18.417\",\n                \"OccupancyCategoryId\": 1,\n                \"OccupancyCategoryText\": \"Commercial Property\"\n            }\n        ]\n    }\n}"}],"_postman_id":"995d6ba7-3b74-4af3-8683-c3b43f508f59"},{"name":"Get Weston Commercial Occupancy","event":[{"listen":"prerequest","script":{"id":"f3ae8f7b-df1e-410d-8a92-7f0350e48d6e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"28d56fad-ef52-44db-a72e-3bb1833601c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{WestonSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 165842\r\n}"},"url":"{{BaseUrl}}/Primary/restapi/Tenant41/GetWestonCommercialOccupancy","description":"<p>The <code>POST</code> request is used to retrieve information about the Weston Commercial Occupancy. The request body should be in raw format and include the following parameters:</p>\n<ul>\n<li><p><code>outputtype</code> (string): Specifies the type of output required, in this case, it should be set to \"Json\".</p>\n</li>\n<li><p><code>OccupancyId</code> (number): Represents the unique identifier for the occupancy, with a default value of 0.</p>\n</li>\n</ul>\n<p>The response will contain the relevant details about the Weston Commercial Occupancy based on the provided <code>OccupancyId</code>.</p>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"path":["Primary","restapi","Tenant41","GetWestonCommercialOccupancy"],"host":["{{BaseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9d8af113-4579-495c-b24f-377cd75f55b5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{WestonSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"OccupancyId\": 165842\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant41/GetWestonCommercialOccupancy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Tue, 13 May 2025 22:32:37 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"CommercialOccupancyList\": [\n            {\n                \"TenantId\": 41,\n                \"OccupancyId\": 165842,\n                \"ClientPropertyId\": \"165842\",\n                \"OccupancyName\": \"Broward Sheriff's Office District 8\",\n                \"StreetNumber\": \"17300\",\n                \"StreetPrefix\": \"\",\n                \"StreetName\": \"Royal Palm\",\n                \"StreetType\": \"Blvd\",\n                \"StreetSuffix\": \"\",\n                \"Address2\": \"\",\n                \"City\": \"Weston\",\n                \"State\": \"FL\",\n                \"ZipCode\": \"33326-2396\",\n                \"DistrictCode\": \"WE\",\n                \"DistrictText\": \"WE - Weston\",\n                \"APN\": \"504020014011_2\",\n                \"ZoneCode\": \"21\",\n                \"ZoneText\": \"21 - Zone 21\",\n                \"Longitude\": -80.381157,\n                \"Latitude\": 26.093375,\n                \"FixedPropertyUseCode\": \"365\",\n                \"FixedPropertyUseText\": \"365 - Police station\",\n                \"FloorsAboveGround\": 1,\n                \"FloorsBelowGround\": 0,\n                \"OccupancyOccupantLoad\": 0,\n                \"OccupancySquarefoot\": 23670,\n                \"MixedUseCode\": \"\",\n                \"MixedUseText\": null,\n                \"PropertyOwnershipCode\": \"NA\",\n                \"PropertyOwnershipText\": \"NA - Not Applicable\",\n                \"RoofCoveringCode\": \"0\",\n                \"RoofCoveringText\": \"0 - Roof Covering Undetermined/Not Reported\",\n                \"StructureTypeCode\": \"0\",\n                \"StructureTypeText\": \"0 - Structure type, Other\",\n                \"ConstructionTypeCode\": \"6\",\n                \"ConstructionTypeText\": \"6 - Unprotected Ordinary\",\n                \"BuildingStatusCode\": \"2\",\n                \"BuildingStatusText\": \"2 - In normal use\",\n                \"DetectorPresentCode\": \"1\",\n                \"DetectorPresentText\": \"1 - Present\",\n                \"DetectorPowerCode\": \"4\",\n                \"DetectorPowerText\": \"4 - Hardwire with battery backup\",\n                \"DetectorTypeCode\": \"1\",\n                \"DetectorTypeText\": \"1 - Smoke Detector\",\n                \"AutomaticExtinguishingCode\": \"N\",\n                \"AutomaticExtinguishingText\": \"N - None Present\",\n                \"AutomaticExtinguishingTypeCode\": \"N\",\n                \"AutomaticExtingushingTypeText\": \"N - None\",\n                \"AutomaticExtinguishingNumberOfHeads\": 0,\n                \"StationCode\": \"81\",\n                \"StationText\": \"81 - 81\",\n                \"InspectionDistrictCode\": \"WE\",\n                \"InspectionDistrictText\": null,\n                \"BuildingClassCode\": \"OFB\",\n                \"BuildingClassText\": \"OFB - Office\",\n                \"ConstructionCompletedDate\": null,\n                \"OccupancyNotes\": \"\",\n                \"BusinessPermit\": \"\",\n                \"LastInspectionDate\": \"2024-07-08T12:12:09.727\",\n                \"LastInspectionId\": 2343039,\n                \"isVacantOccupancy\": false,\n                \"isMergedOccupancy\": false,\n                \"isDeletedOccupancy\": false,\n                \"AHJCode\": \"10282\",\n                \"AHJText\": \"10282 - BSO FDID\",\n                \"DefaultInspectionTypeCode\": null,\n                \"DefaultInspectionTypeText\": null,\n                \"ComplexMainId\": null,\n                \"NumberOfUnits\": 0,\n                \"OccupancyCreationDate\": \"2016-12-14T20:16:18.417\",\n                \"OccupancyCategoryId\": 1,\n                \"OccupancyCategoryText\": \"Commercial Property\"\n            }\n        ]\n    }\n}"}],"_postman_id":"28d56fad-ef52-44db-a72e-3bb1833601c5"}],"id":"782e9986-fee6-4450-8e32-ccca6109f432","description":"<p>This section describes the API end points for the City of Weston Fire</p>\n","_postman_id":"782e9986-fee6-4450-8e32-ccca6109f432","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"Decatur GIS","item":[{"name":"Get GIS Occupancies","event":[{"listen":"prerequest","script":{"id":"e6bd2322-b7c0-4354-818c-a4c5926f7673","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"4fd9a7c9-d91d-456f-a941-d5ad2cf89485","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DecaturSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"LastChangeDate\": \"{{DateFrom}}\"\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant1764/GetGISOccupancies","description":"<h3 id=\"getgisoccupancies\">GetGISOccupancies</h3>\n<p>This endpoint is used to retrieve GIS occupancies for a specific tenant.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>outputtype (string, required): The type of output required, in this case \"Json\".</p>\n</li>\n<li><p>LastChangeDate (string, required): The date from which the changes are to be fetched.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format and will contain the following fields:</p>\n<ul>\n<li><p>Done (object)</p>\n<ul>\n<li><p>API Response (object): Contains information about the API response.</p>\n<ul>\n<li><p>Description (string): Description of the response.</p>\n</li>\n<li><p>ErrorCode (string): Error code, if any.</p>\n</li>\n<li><p>Status (integer): Status of the response.</p>\n</li>\n<li><p>Message (string): Additional message, if any.</p>\n</li>\n</ul>\n</li>\n<li><p>Response (object): Contains the actual response data.</p>\n<ul>\n<li><p>GISOccupancyList (array): List of GIS occupancies.</p>\n<ul>\n<li><p>LastModifiedDate (string): Date of last modification.</p>\n</li>\n<li><p>isMerged (boolean): Indicates if the occupancy is merged.</p>\n</li>\n<li><p>Latitude (number): Latitude of the occupancy location.</p>\n</li>\n<li><p>... (other fields with respective data types)</p>\n</li>\n</ul>\n</li>\n<li><p>NewChangeDate (string): Date of the new change.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"example-response\">Example Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"Response\": {\n      \"GISOccupancyList\": [\n        {\n          \"LastModifiedDate\": \"\",\n          \"isMerged\": true,\n          \"Latitude\": 0,\n          ...\n        }\n      ],\n      \"NewChangeDate\": \"\"\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant1764","GetGISOccupancies"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"e8141a03-d80f-4ecf-9b0a-24292af602fc","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DecaturSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"LastChangeDate\": \"{{DateFrom}}\"\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant1764/GetGISOccupancies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 01 May 2025 16:34:10 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"Response\": {\n            \"GISOccupancyList\": [\n                {\n                    \"LastModifiedDate\": \"2025-01-21T17:00:56.6688987\",\n                    \"isMerged\": false,\n                    \"Latitude\": 33.774984,\n                    \"AutomaticExtinguishingNumberOfHeads\": 0,\n                    \"ConstructionTypeDriscription\": \"5 - Protected Ordinary\",\n                    \"FloorsAboveGround\": 0,\n                    \"RoofCoveringText\": null,\n                    \"ZoneText\": null,\n                    \"ConstructionCompletedDate\": null,\n                    \"BuildingClassText\": \"A1 - Building with stage an occupant load of 1,000 plus\",\n                    \"City\": \"Decatur\",\n                    \"StreetNumber\": \"201\",\n                    \"DetectorPowerText\": null,\n                    \"MixedUseText\": \"58 - Business and residential use\",\n                    \"StationText\": null,\n                    \"STATE\": \"GA\",\n                    \"LastInspectionId\": 2240670,\n                    \"PropertyName\": \"RHD Building\",\n                    \"StreetName\": \"SWANTON  \",\n                    \"AHJText\": null,\n                    \"TenantId\": 1764,\n                    \"StreetSuffix\": \"\",\n                    \"PropertyOwnershipText\": \"U - Unknown (conversion only)\",\n                    \"DetectorPresentText\": null,\n                    \"BusinessPermit\": \"\",\n                    \"APN\": \"\",\n                    \"ComplexId\": null,\n                    \"PropertyOccupantLoad\": 0,\n                    \"OccupancyId\": 839164,\n                    \"FloorsBelowGround\": 0,\n                    \"DistrictText\": null,\n                    \"Longitude\": -84.299165,\n                    \"AutomaticExtingushingTypeText\": null,\n                    \"ZipCode\": \"30030\",\n                    \"isVacant\": true,\n                    \"StreetType\": \"WAY\",\n                    \"NumberOfUnits\": 0,\n                    \"PropertySquarefoot\": 0,\n                    \"ClientPropertyId\": \"839164\",\n                    \"StructureTypeText\": null,\n                    \"DefaultInspectionTypeDescrition\": null,\n                    \"isMarkedDeleted\": false,\n                    \"StreetPrefix\": \"\",\n                    \"PropertyNote\": \"\",\n                    \"FixedPropertyUseText\": \"100 - Assembly, Other\",\n                    \"OccupancyCategory\": \"Commercial\",\n                    \"AutomaticExtinguishingText\": null,\n                    \"BuildingStatusText\": \"7 - Being demolished\",\n                    \"Suite\": \"\",\n                    \"Address2\": \"\",\n                    \"InspectionDistrictText\": null,\n                    \"LastInspectionDate\": \"2024-08-29T14:45:02.887\",\n                    \"DetectorTypeText\": null\n                }\n            ],\n            \"NewChangeDate\": \"2025-03-21T11:26:38.457825\"\n        }\n    }\n}"}],"_postman_id":"4fd9a7c9-d91d-456f-a941-d5ad2cf89485"},{"name":"Get GIS Inspections","event":[{"listen":"prerequest","script":{"id":"cf2ed6e0-4933-453a-8023-8338c080122e","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"b291bb61-8382-4ce4-9f37-4afc813e356a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DecaturSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"LastChangeDate\": \"{{DateFrom}}\"\r\n}"},"url":"https://process.firerecoveryusa.com/Primary/restapi/Tenant1764/GetGISInspections","description":"<h3 id=\"getgisinspections\">GetGISInspections</h3>\n<p>This endpoint is used to retrieve GIS inspections for a specific tenant. It is an HTTP POST request to the specified URL.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><code>outputtype</code> (string): Specifies the type of output required, in this case, it is set to \"Json\".</p>\n</li>\n<li><p><code>LastChangeDate</code> (string): Represents the date from which the changes are to be fetched. It uses a dynamic value \"{{DateFrom}}\".</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will have a status code of 200 and a content type of \"application/json\". The response body will contain an array of GIS inspections under the key \"GetGISInspectionList\". Each object in the array represents a GIS inspection with various properties such as \"IsAVacantInspection\", \"InspectionCategoryText\", \"TenantId\", \"InspectionStatusText\", and more. Additionally, the response includes a \"NewChangeDate\" field for tracking changes.</p>\n<p>Example Response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Description\": null,\n      \"ErrorCode\": null,\n      \"Status\": 0,\n      \"Message\": \"\"\n    },\n    \"Response\": {\n      \"GetGISInspectionList\": [\n        {\n          \"IsAVacantInspection\": true,\n          \"InspectionCategoryText\": \"\",\n          \"TenantId\": 0,\n          \"InspectionStatusText\": \"\",\n          ...\n        }\n      ],\n      \"NewChangeDate\": \"\"\n    }\n  }\n}\n\n</code></pre>\n<p><strong>Potential Errors:</strong></p>\n<p><strong>Error Response: 401 Unauthorized</strong></p>\n<p>Description:</p>\n<p>This error indicates the user is not authorized to access the requested resource. This typically occurs when the user has not provided a valid subscription key, Client ID or the provided token is invalid or expired.</p>\n<p><strong>Error Response: 500 Internal Server Error</strong></p>\n<p>Description:</p>\n<p>Something internally has errored during the processing of your request. Please try again and if the issue persist, please contact our support.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","Tenant1764","GetGISInspections"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"9150cfae-720a-471d-9001-52bfe2025dd7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DecaturSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"outputtype\": \"Json\",\r\n  \"LastChangeDate\": \"{{DateFrom}}\"\r\n}"},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi/Tenant1764/GetGISInspections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 01 May 2025 16:36:53 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1,\n            \"Message\": \"Success\"\n        },\n        \"Response\": {\n            \"GetGISInspectionList\": [\n                {\n                    \"IsAVacantInspection\": false,\n                    \"InspectionCategoryText\": \"Single Occupancy Walk-in Inspections\",\n                    \"TenantId\": 1764,\n                    \"InspectionStatusText\": \"In-progress\",\n                    \"InspectionStatusId\": 3,\n                    \"SqFtInspected\": null,\n                    \"InspectorName\": \"Mark Gratiot\",\n                    \"ApplicationInspectionTime\": 2,\n                    \"InspectionNumber\": 0,\n                    \"OriginalScheduledDate\": \"February 29 2024\",\n                    \"FiscalYearText\": \"2024\",\n                    \"InspectionAccountId\": 8120,\n                    \"RecievedDate\": null,\n                    \"ComplexIsResponsible\": false,\n                    \"InspectionReportSent\": true,\n                    \"InspectionNote\": \"\",\n                    \"OccupancyId\": 840587,\n                    \"ComplexInspectionId\": null,\n                    \"ApplicationTotalTime\": 3,\n                    \"InspectionTypeText\": \"COMPANY ANNUAL - Company Annual Inspections\",\n                    \"CustomerSignedBy\": \"Building Owner\",\n                    \"InspectionFee\": 0,\n                    \"InspectorId\": 7412,\n                    \"EntryRequired\": true,\n                    \"LastModifiedDate\": \"2024-07-26T03:44:16.3344501\",\n                    \"NumberOfUnitsInspected\": 0,\n                    \"OccupancyContactId\": 1061141,\n                    \"InspectionTemplateId\": 3006,\n                    \"InspectionSeriesId\": 2222732,\n                    \"CompletedDate\": \"February 27 2024\",\n                    \"IsMarkedDeleted\": true,\n                    \"ComplexId\": null,\n                    \"InspectionCategoryId\": 1,\n                    \"PreviousInspectionId\": 0,\n                    \"ScheduledDate\": \"February 29 2024\",\n                    \"InspectionId\": 2222732,\n                    \"InspectionAccountText\": \"Shift A\",\n                    \"FiscalYearId\": 10373,\n                    \"ApplicationReviewTime\": 1,\n                    \"ClientOccupancyId\": \"840587\",\n                    \"StartDate\": \"February 27 2024\"\n                }\n            ],\n            \"NewChangeDate\": \"2025-03-21T11:26:43.0203142\"\n        }\n    }\n}"}],"_postman_id":"b291bb61-8382-4ce4-9f37-4afc813e356a"}],"id":"a23ed5e2-7c1d-4f73-bb78-516d29a87c14","description":"<p>This section describes the API end points for Decatur Fire Rescue.</p>\n","_postman_id":"a23ed5e2-7c1d-4f73-bb78-516d29a87c14","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}},{"name":"City of Durham","item":[{"name":"Get Inspected Occupancies","id":"6514f703-b7eb-43a6-851b-1a0463e39873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DurhamSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n    \"outputtype\": \"Json\",\r\n    \"isNeverInspected\": false,\r\n    \"InspectedAfterDate\": \"5/25/2025\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://process.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/tenant8/getinspectedoccupancies","description":"<h3 id=\"endpoint-description\">Endpoint Description</h3>\n<p>This endpoint allows users to retrieve inspected occupancy data for the City of Durham. It is specifically designed to filter the results based on certain criteria, such as whether the properties have been never inspected, as well as to specify a date after which inspections are considered.</p>\n<h3 id=\"request-format\">Request Format</h3>\n<ul>\n<li><p><strong>Method</strong>: POST</p>\n</li>\n<li><p><strong>URL</strong>: <code>https://process-dev.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/cityofdurham/getinspectedoccupancies</code></p>\n</li>\n<li><p><strong>Request Body</strong>: The request must be sent in JSON format with the following parameters:</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"outputtype\": \"Json\",\n  \"isNeverInspected\": boolean,   // Indicates if the occupancy has never been inspected\n  \"InspectedAfterDate\": string   // The date after which inspections are considered (format: MM/DD/YYYY)\n}\n\n</code></pre>\n<h3 id=\"response-format\">Response Format</h3>\n<ul>\n<li><p><strong>Status Code</strong>: 200</p>\n</li>\n<li><p><strong>Content-Type</strong>: application/json</p>\n</li>\n<li><p><strong>Response Body</strong>: The response will return a JSON object containing the following structure:</p>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"Done\": {\n    \"API Response\": {\n      \"Message\": string,         // Message related to the API response\n      \"Description\": string,     // Description of the API response\n      \"ErrorCode\": integer|null, // Error code if applicable\n      \"Status\": integer          // Status code of the response\n    },\n    \"CommercialOccupanciesList\": array, // List of commercial occupancies returned\n    \"InspectedAfterDate\": string|null    // Date used for filtering\n  }\n}\n\n</code></pre>\n<h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>The <code>CommercialOccupanciesList</code> will contain an array of inspected occupancies based on the provided filters.</p>\n</li>\n<li><p>The <code>InspectedAfterDate</code> in the response may return null if no specific date filtering was applied or if no results match the criteria.</p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}},"urlObject":{"protocol":"https","path":["Primary","restapi","slipublicapi","productscustom","tenant8","getinspectedoccupancies"],"host":["process","firerecoveryusa","com"],"query":[],"variable":[]}},"response":[{"id":"dcd21b71-548f-45e1-a530-a1eef1412175","name":"Success","originalRequest":{"method":"POST","header":[{"key":"ClientID","value":"{{clientId}}","type":"text"},{"key":"SubscriptionKey","value":"{{DurhamSubscriptionKey}}","type":"text"}],"body":{"mode":"raw","raw":"{  \r\n    \"outputtype\": \"Json\",\r\n    \"isNeverInspected\": false,\r\n    \"InspectedAfterDate\": \"5/25/2025\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://process-dev.firerecoveryusa.com/Primary/restapi/slipublicapi/productscustom/cityofdurham/getinspectedoccupancies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Wed, 11 Jun 2025 16:58:24 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Content-Encoding","value":"br"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-PlatformServerID","value":"FireRecoveryDev"},{"key":"X-ClusteringMode","value":"False"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self' https://beta.therecoveryhub.com"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"Done\": {\n        \"API Response\": {\n            \"Message\": \"Success\",\n            \"Description\": null,\n            \"ErrorCode\": null,\n            \"Status\": 1\n        },\n        \"CommercialOccupanciesList\": [\n            {\n                \"StreetNumber\": \"2543\",\n                \"PropertyOwnershipCode\": \"\",\n                \"BusinessPermit\": \"\",\n                \"OccupancyNotes\": \"\",\n                \"FixedPropertyUseCode\": \"142\",\n                \"RoofCoveringText\": \"2 - Composition Shingles\",\n                \"MixedUseCode\": \"\",\n                \"OccupancyCategoryText\": \"Commercial Property\",\n                \"isDeletedOccupancy\": false,\n                \"ConstructionTypeCode\": \"7\",\n                \"DefaultInspectionTypeText\": null,\n                \"BuildingClassCode\": \"R-2\",\n                \"OccupancyCategoryId\": 1,\n                \"DetectorTypeCode\": \"1\",\n                \"LastInspectionId\": 2449304,\n                \"FloorsBelowGround\": 0,\n                \"ZipCode\": \"27713-4217\",\n                \"ConstructionCompletedDate\": null,\n                \"AutomaticExtinguishingText\": \"1 - Present\",\n                \"FloorsAboveGround\": 1,\n                \"isMergedOccupancy\": false,\n                \"AHJCode\": \"RES\",\n                \"RoofCoveringCode\": \"2\",\n                \"DetectorPowerCode\": \"5\",\n                \"TenantId\": 8,\n                \"DetectorTypeText\": \"1 - Smoke\",\n                \"DetectorPresentCode\": \"1\",\n                \"ComplexMainId\": null,\n                \"DistrictText\": \"RES - Residential Inspection District\",\n                \"OccupancyName\": \"Heights @ Meridian (club house)\",\n                \"StationCode\": \"17\",\n                \"InspectionDistrictText\": null,\n                \"ConstructionTypeText\": \"7 - Protected Wood Frame\",\n                \"ClientPropertyId\": \"0010293\",\n                \"NumberOfUnits\": 0,\n                \"InspectionDistrictCode\": \"RES\",\n                \"StreetPrefix\": \"\",\n                \"City\": \"Durham\",\n                \"Longitude\": -78.903313,\n                \"AutomaticExtinguishingCode\": \"1\",\n                \"PropertyOwnershipText\": null,\n                \"StructureTypeText\": \"1 - Enclosed building\",\n                \"OccupancyOccupantLoad\": 1,\n                \"DistrictCode\": \"RES\",\n                \"BuildingClassText\": \"R-2 - R-2 (Apartments,Boarding >16,Fraternities)\",\n                \"OccupancyCreationDate\": \"2015-04-22T15:09:11.43\",\n                \"AutomaticExtinguishingNumberOfHeads\": 50,\n                \"AHJText\": \"RES - Residential Inspection District\",\n                \"StreetSuffix\": \"\",\n                \"StructureTypeCode\": \"1\",\n                \"OccupancySquarefoot\": 5000,\n                \"APN\": \"\",\n                \"AutomaticExtingushingTypeText\": \"1 - Wet-pipe sprinkler\",\n                \"Latitude\": 35.910809,\n                \"OccupancyId\": 16189,\n                \"StationText\": \"17 - Station #17\",\n                \"StreetName\": \"Meridian\",\n                \"BuildingStatusCode\": \"2\",\n                \"Address2\": \"club house\",\n                \"FixedPropertyUseText\": \"142 - Clubhouse\",\n                \"StreetType\": \"Pkwy\",\n                \"BuildingStatusText\": \"2 - In normal use\",\n                \"DetectorPowerText\": \"5 - Plug-in with battery backup\",\n                \"isVacantOccupancy\": false,\n                \"LastInspectionDate\": \"2025-05-30T23:16:54.493\",\n                \"State\": \"NC\",\n                \"DefaultInspectionTypeCode\": null,\n                \"ZoneCode\": \"ANN\",\n                \"DetectorPresentText\": \"1 - Present\",\n                \"AutomaticExtinguishingTypeCode\": \"1\",\n                \"ZoneText\": \"ANN - Once every year\",\n                \"MixedUseText\": null\n            },\n            {\n                \"StreetNumber\": \"749\",\n                \"PropertyOwnershipCode\": \"\",\n                \"BusinessPermit\": \"\",\n                \"OccupancyNotes\": \"\",\n                \"FixedPropertyUseCode\": \"429\",\n                \"RoofCoveringText\": \"7 - Built-Up\",\n                \"MixedUseCode\": \"\",\n                \"OccupancyCategoryText\": \"Commercial Property\",\n                \"isDeletedOccupancy\": false,\n                \"ConstructionTypeCode\": \"5\",\n                \"DefaultInspectionTypeText\": null,\n                \"BuildingClassCode\": \"R-2\",\n                \"OccupancyCategoryId\": 1,\n                \"DetectorTypeCode\": \"5\",\n                \"LastInspectionId\": 2625650,\n                \"FloorsBelowGround\": 0,\n                \"ZipCode\": \"27705-4802\",\n                \"ConstructionCompletedDate\": null,\n                \"AutomaticExtinguishingText\": \"1 - Present\",\n                \"FloorsAboveGround\": 3,\n                \"isMergedOccupancy\": false,\n                \"AHJCode\": \"RES\",\n                \"RoofCoveringCode\": \"7\",\n                \"DetectorPowerCode\": \"4\",\n                \"TenantId\": 8,\n                \"DetectorTypeText\": \"5 - More than one type present\",\n                \"DetectorPresentCode\": \"1\",\n                \"ComplexMainId\": null,\n                \"DistrictText\": null,\n                \"OccupancyName\": \"Berkshire Ninth\",\n                \"StationCode\": \"2\",\n                \"InspectionDistrictText\": null,\n                \"ConstructionTypeText\": \"5 - Protected Ordinary\",\n                \"ClientPropertyId\": \"0010738\",\n                \"NumberOfUnits\": 0,\n                \"InspectionDistrictCode\": \"\",\n                \"StreetPrefix\": \"\",\n                \"City\": \"Durham\",\n                \"Longitude\": -78.922053,\n                \"AutomaticExtinguishingCode\": \"1\",\n                \"PropertyOwnershipText\": null,\n                \"StructureTypeText\": \"1 - Enclosed building\",\n                \"OccupancyOccupantLoad\": 1,\n                \"DistrictCode\": \"\",\n                \"BuildingClassText\": \"R-2 - R-2 (Apartments,Boarding >16,Fraternities)\",\n                \"OccupancyCreationDate\": \"2015-04-22T15:09:11.43\",\n                \"AutomaticExtinguishingNumberOfHeads\": 300,\n                \"AHJText\": \"RES - Residential Inspection District\",\n                \"StreetSuffix\": \"\",\n                \"StructureTypeCode\": \"1\",\n                \"OccupancySquarefoot\": 10000,\n                \"APN\": \"\",\n                \"AutomaticExtingushingTypeText\": \"1 - Wet-pipe sprinkler\",\n                \"Latitude\": 36.010107,\n                \"OccupancyId\": 16599,\n                \"StationText\": \"2 - Station #2\",\n                \"StreetName\": \"9th\",\n                \"BuildingStatusCode\": \"2\",\n                \"Address2\": \"Bldg.6\",\n                \"FixedPropertyUseText\": \"429 - Multifamily dwelling\",\n                \"StreetType\": \"St\",\n                \"BuildingStatusText\": \"2 - In normal use\",\n                \"DetectorPowerText\": \"4 - Hardwire with battery backup\",\n                \"isVacantOccupancy\": false,\n                \"LastInspectionDate\": \"2025-05-30T09:12:47.833\",\n                \"State\": \"NC\",\n                \"DefaultInspectionTypeCode\": null,\n                \"ZoneCode\": \"ANN\",\n                \"DetectorPresentText\": \"1 - Present\",\n                \"AutomaticExtinguishingTypeCode\": \"1\",\n                \"ZoneText\": \"ANN - Once every year\",\n                \"MixedUseText\": null\n            },\n            {\n                \"StreetNumber\": \"801\",\n                \"PropertyOwnershipCode\": \"\",\n                \"BusinessPermit\": \"\",\n                \"OccupancyNotes\": \"\",\n                \"FixedPropertyUseCode\": \"429\",\n                \"RoofCoveringText\": \"2 - Composition Shingles\",\n                \"MixedUseCode\": \"\",\n                \"OccupancyCategoryText\": \"Commercial Property\",\n                \"isDeletedOccupancy\": false,\n                \"ConstructionTypeCode\": \"7\",\n                \"DefaultInspectionTypeText\": null,\n                \"BuildingClassCode\": \"R-2\",\n                \"OccupancyCategoryId\": 1,\n                \"DetectorTypeCode\": \"\",\n                \"LastInspectionId\": 2625651,\n                \"FloorsBelowGround\": 0,\n                \"ZipCode\": \"27713-8266\",\n                \"ConstructionCompletedDate\": null,\n                \"AutomaticExtinguishingText\": \"1 - Present\",\n                \"FloorsAboveGround\": 2,\n                \"isMergedOccupancy\": false,\n                \"AHJCode\": \"RES\",\n                \"RoofCoveringCode\": \"2\",\n                \"DetectorPowerCode\": \"\",\n                \"TenantId\": 8,\n                \"DetectorTypeText\": null,\n                \"DetectorPresentCode\": \"0\",\n                \"ComplexMainId\": null,\n                \"DistrictText\": null,\n                \"OccupancyName\": \"Village @ Auburn Terrace (800)\",\n                \"StationCode\": \"HQ\",\n                \"InspectionDistrictText\": null,\n                \"ConstructionTypeText\": \"7 - Protected Wood Frame\",\n                \"ClientPropertyId\": \"0010797\",\n                \"NumberOfUnits\": 0,\n                \"InspectionDistrictCode\": \"\",\n                \"StreetPrefix\": \"E\",\n                \"City\": \"Durham\",\n                \"Longitude\": -78.91401,\n                \"AutomaticExtinguishingCode\": \"1\",\n                \"PropertyOwnershipText\": null,\n                \"StructureTypeText\": \"1 - Enclosed building\",\n                \"OccupancyOccupantLoad\": 1,\n                \"DistrictCode\": \"\",\n                \"BuildingClassText\": \"R-2 - R-2 (Apartments,Boarding >16,Fraternities)\",\n                \"OccupancyCreationDate\": \"2015-04-22T15:09:11.43\",\n                \"AutomaticExtinguishingNumberOfHeads\": 100,\n                \"AHJText\": \"RES - Residential Inspection District\",\n                \"StreetSuffix\": \"\",\n                \"StructureTypeCode\": \"1\",\n                \"OccupancySquarefoot\": 500,\n                \"APN\": \"\",\n                \"AutomaticExtingushingTypeText\": \"1 - Wet-pipe sprinkler\",\n                \"Latitude\": 35.916872,\n                \"OccupancyId\": 16631,\n                \"StationText\": \"HQ - Head Quarters\",\n                \"StreetName\": \"Woodcroft\",\n                \"BuildingStatusCode\": \"2\",\n                \"Address2\": \"800\",\n                \"FixedPropertyUseText\": \"429 - Multifamily dwelling\",\n                \"StreetType\": \"Pkwy\",\n                \"BuildingStatusText\": \"2 - In normal use\",\n                \"DetectorPowerText\": null,\n                \"isVacantOccupancy\": false,\n                \"LastInspectionDate\": \"2025-05-30T21:25:27.81\",\n                \"State\": \"NC\",\n                \"DefaultInspectionTypeCode\": null,\n                \"ZoneCode\": \"ANN\",\n                \"DetectorPresentText\": \"0 - None Present\",\n                \"AutomaticExtinguishingTypeCode\": \"1\",\n                \"ZoneText\": \"ANN - Once every year\",\n                \"MixedUseText\": null\n            }\n        ],\n        \"InspectedAfterDate\": \"2025-05-31T18:52:28.423\"\n    }\n}"}],"_postman_id":"6514f703-b7eb-43a6-851b-1a0463e39873"}],"id":"25476d19-731a-4137-a4bb-2fff2ff1558f","description":"<p>This section describes the API end points for City of Durham</p>\n","_postman_id":"25476d19-731a-4137-a4bb-2fff2ff1558f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}}],"id":"997ed145-b75b-4ebd-bcfd-162e7c857cca","description":"<p>The following section of the API documentation is for any and all custom API endpoints that have been setup for our clients to meet specific needs. Access to these APIs is restricted to those clients only</p>\n","_postman_id":"997ed145-b75b-4ebd-bcfd-162e7c857cca","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","id":"f302d63a-2a3a-4f88-8129-5afdd03b2d0e","name":"Streamline API Getting Started Guide","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"b5d9858e-eb71-4e89-926c-f1fd0e907bec","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"345af633-8099-4654-b1ac-627737cd6cfd","type":"text/javascript","packages":{},"exec":[""]}}]}