{"info":{"_postman_id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","name":"The Stake API","description":"<html><head></head><body><p>Stake is the industry leader in giving Cash Back to renters. Stake offers customizable Cash Back campaigns for real estate owners and operators and Proptech companies to incentivize resident action, build loyalty, align incentives, and drive outperformance. Stake integrates with all major property management software, and offers a fully managed API that includes money movement, comps data, Stake's Guest Card Registration Service, and more. This allows engineering teams to focus on the resident experience, while reaping the benefits of offering Cash Back to residents.</p>\n<h1 id=\"use-cases-for-the-stake-api\"><strong>Use Cases for The Stake API</strong></h1>\n<ol>\n<li><p>Property Management teams can be empowered with leasing insights from our free Comps Data. Leasing teams can get faster, more qualified prospects with Stake's Guest Card Registration Service.</p>\n</li>\n<li><p>Owners and Operators of multifamily rentals can offer Cash Back to their residents inside their own resident-facing mobile app or website as a reward for paying rent on time each month.</p>\n</li>\n<li><p>Owners and Operators of affordable housing communities can offer Cash Back to their residents as a reward for submitting income verification documents, such as those required to maintain important subsidy eligibility. Property Management teams can be empowered with leasing insights from our free Comps Data. Leasing teams can get faster, more qualified prospects with Stake's Guest Card Registration Service.</p>\n</li>\n<li><p>Proptech companies that offer technology-driven solutions for residents can increase conversion rates and drive higher resident engagement by offering Cash Back as a reward for completing key actions in the user funnel, or take advantage of Stake's Guest Card Registration Service to increase revenue.</p>\n</li>\n</ol>\n<h1 id=\"getting-set-up\"><strong>Getting Set Up</strong></h1>\n<h2 id=\"integration-with-pms-systems\">Integration with PMS Systems</h2>\n<p>In order to get started using the Stake API, Stake needs to know who your residents are.</p>\n<p>If you are a Real Estate owner or operator, Stake can integrate directly with your Property Management Software (PMS) systems. Stake currently offers integrations with the following PMS systems*:</p>\n<ul>\n<li><p>Yardi</p>\n</li>\n<li><p>Entrata</p>\n</li>\n<li><p>RealPage</p>\n</li>\n<li><p>MRI</p>\n</li>\n<li><p>ResMan</p>\n</li>\n<li><p>Rentmanager</p>\n</li>\n<li><p>AppFolio</p>\n</li>\n<li><p>Fortress</p>\n</li>\n<li><p>RentEGI AIM</p>\n</li>\n</ul>\n<p>Setting up a direct PMS integration allows Stake to retrieve all necessary details about your residents, saving you from having to re-create all your end user resources in our ecosystem. Speak with your Stake Customer Success manager to set up your PMS integration.</p>\n<p><em>*Stake also supports custom integrations with many other bespoke PMS software systems. Speak with your Stake Customer Success for more information on custom PMS integrations.</em></p>\n<h2 id=\"one-off-integrations\">One Off Integrations</h2>\n<p>If you are a Proptech company looking to embed Cash Back rewards in your resident-facing applications, Stake's API can be integrated directly into your backend application to give your users a way to earn Cash Back in your own UI/UX.</p>\n<h4 id=\"delegated-rewards-for-proptech-service-providers-with-mutual-clients\">Delegated Rewards for Proptech Service Providers with Mutual Clients</h4>\n<p>Stake serves many of the top owners and operators of residential real estate. If you are a Proptech company that serves one of the same owner/operator clients as Stake, you may be eligible to take advantage of Stake's pre-existing integrations with our mutual client's PMS software and their residents pre-existing Stake accounts. This allows you to give residents Cash Back in their Stake Account for completing key actions in your application, as an incentive to move along your user funnel, or other ad-hoc use cases. Ask your Stake Customer Success Manager about setting up Delegated Rewards for your account.</p>\n<h1 id=\"other-technical-info\">Other Technical Info</h1>\n<h2 id=\"rate-and-usage-limits\">Rate and usage limits</h2>\n<p>API access rate limits apply at a per-API key basis in unit time. The limit is 200 requests per minute. Also, depending on your plan, you may have usage limits. If you exceed either limit, your request will return an HTTP 429 Too Many Requests status code.</p>\n<p>Each API response returns the following set of headers to help you identify your use status:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>X-RateLimit-Limit</code></td>\n<td>The maximum number of requests that the consumer is permitted to make per minute.</td>\n</tr>\n<tr>\n<td><code>X-RateLimit-Remaining</code></td>\n<td>The number of requests remaining in the current rate limit window.</td>\n</tr>\n<tr>\n<td><code>X-RateLimit-Reset</code></td>\n<td>The time at which the current rate limit window resets in UTC epoch seconds.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Use Cases for The Stake API","slug":"use-cases-for-the-stake-api"},{"content":"Getting Set Up","slug":"getting-set-up"},{"content":"Other Technical Info","slug":"other-technical-info"}],"owner":"11897643","collectionId":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","publishedId":"2sA3drHEL8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"009CDE"},"publishDate":"2025-07-29T19:46:27.000Z"},"item":[{"name":"Authentication","item":[{"name":"Get Access Token","event":[{"listen":"test","script":{"id":"ff043a6f-a557-4a5c-b8f7-0d9e9285bbac","exec":["const responseJson = pm.response.json();","","pm.environment.set(\"access_token\", responseJson.data.token);","","pm.test(\"access_token set successfully\", function () {","    pm.expect(responseJson.data.token).to.eql(pm.environment.get(\"access_token\"));","});"],"type":"text/javascript","packages":{}}}],"id":"d227d76e-2c83-41db-a58e-b41be0691a4a","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"STAKE_API_CLIENT_ID\": \"{{STAKE_API_CLIENT_ID}}\",\n    \"STAKE_API_CLIENT_SECRET\": \"{{STAKE_API_CLIENT_SECRET}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/api/oauth/token","description":"<p>Gets information about the authenticated user.</p>\n","urlObject":{"path":["api","oauth","token"],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[],"variable":[]}},"response":[{"id":"ce74da53-8893-45ea-850c-a1c7a3a1d953","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"STAKE_API_CLIENT_ID\": \"{{STAKE_API_CLIENT_ID}}\",\n    \"STAKE_API_CLIENT_SECRET\": \"{{STAKE_API_CLIENT_SECRET}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/api/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"353"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-staging.herokuapp.com loyalty-cloud-prod.herokuapp.com loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Tue, 25 Jun 2024 23:34:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"token\": \"token-here-eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJTVEFLRV9BUElfQ0xJRU5\"\n    },\n    \"msg\": null,\n    \"status_code\": 200,\n    \"success\": true\n}"},{"id":"a7bc819f-cfa6-4ecf-b4ee-ade4b94aa02f","name":"400 Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"STAKE_API_CLIENT_ID\": \"{{STAKE_API_CLIENT_ID}}\"\n    // \"STAKE_API_CLIENT_SECRET\": \"{{STAKE_API_CLIENT_SECRET}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/api/oauth/token"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"97"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-staging.herokuapp.com loyalty-cloud-prod.herokuapp.com loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Tue, 25 Jun 2024 23:38:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"None\",\n    \"error\": \"Must provide STAKE_API_CLIENT_SECRET\",\n    \"status_code\": 400,\n    \"success\": false\n}"}],"_postman_id":"d227d76e-2c83-41db-a58e-b41be0691a4a"}],"id":"9f539c8d-bac8-435f-85ef-7dd9b1a9a26b","description":"<p>The Stake API uses industry standard OAuth token-based authentication.</p>\n<p>Begin by exchanging your Stake API Client ID and Secret for an access token.</p>\n<p>Then, use that access token in all subsequent requests. This scoped access token will only be valid for 1 hour. After that, it will expire and you will need to retrieve a new access token.</p>\n<p>If an API key is missing, malformed, or invalid, you will receive an HTTP 401 Unauthorized response code.</p>\n<p>Contact your Stake Customer Success Manager to get your credentials to begin making Sandbox API calls.</p>\n<p>The Stake API only responds to HTTPS-secured communications. Any requests sent via HTTP return an HTTP 301 redirect to the corresponding HTTPS resources.</p>\n<p>The API returns request responses in industry standard JSON format. When an API request returns an error, it is sent in the JSON response under the <code>error</code> key.</p>\n","_postman_id":"9f539c8d-bac8-435f-85ef-7dd9b1a9a26b","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","name":"The Stake API","type":"collection"}}},{"name":"Residents","item":[{"name":"Get single Resident","id":"3c6af28e-d010-48af-9294-4af808d0abb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://stake-deals-api-dev.herokuapp.com/api/resident/?id=2179","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"0ca646b5-e59a-4cc7-82f5-a617b1be22ed","id":"0ca646b5-e59a-4cc7-82f5-a617b1be22ed","name":"Residents","type":"folder"}},"urlObject":{"path":["api","resident",""],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[{"disabled":true,"key":"phone","value":"+14256529778"},{"disabled":true,"key":"email","value":"jimmy6727@gmail.com"},{"key":"id","value":"2179"}],"variable":[]}},"response":[],"_postman_id":"3c6af28e-d010-48af-9294-4af808d0abb2"},{"name":"List Residents","id":"01b55259-2766-4e40-9a23-4dcd379cd970","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://stake-deals-api-dev.herokuapp.com/api/residents/list","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"0ca646b5-e59a-4cc7-82f5-a617b1be22ed","id":"0ca646b5-e59a-4cc7-82f5-a617b1be22ed","name":"Residents","type":"folder"}},"urlObject":{"path":["api","residents","list"],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"01b55259-2766-4e40-9a23-4dcd379cd970"},{"name":"Update single resident","id":"4266a385-2d1e-4f60-b3f1-b4c7e7f09dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"url":"https://stake-deals-api-dev.herokuapp.com/api/resident/:resident_id/update/","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"0ca646b5-e59a-4cc7-82f5-a617b1be22ed","id":"0ca646b5-e59a-4cc7-82f5-a617b1be22ed","name":"Residents","type":"folder"}},"urlObject":{"path":["api","resident",":resident_id","update",""],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[],"variable":[{"type":"any","value":"2179","key":"resident_id"}]}},"response":[],"_postman_id":"4266a385-2d1e-4f60-b3f1-b4c7e7f09dc8"}],"id":"0ca646b5-e59a-4cc7-82f5-a617b1be22ed","description":"<p>Residents are people that live in your properties. Stake will import your residents via our PMS Integrations.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"a10ecf33-3e28-427c-8cb9-e6ba32195571","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"afffa119-42a1-4dbb-a455-3316020795b8","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"0ca646b5-e59a-4cc7-82f5-a617b1be22ed"},{"name":"Cash Back Rewards","item":[{"name":"Get Activities and Balance for Resident","id":"7c68c890-526a-4a28-a8b1-b17f52b043f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://stake-deals-api-dev.herokuapp.com/api/resident/:id/activities","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"0b89cd8c-45a1-41a8-8291-59ea4fbc8907","id":"0b89cd8c-45a1-41a8-8291-59ea4fbc8907","name":"Cash Back Rewards","type":"folder"}},"urlObject":{"path":["api","resident",":id","activities"],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[],"variable":[{"type":"any","value":"123","key":"id"}]}},"response":[],"_postman_id":"7c68c890-526a-4a28-a8b1-b17f52b043f5"},{"name":"Create Cash Back Reward","id":"2799f9a5-c617-4657-bb82-ffd5b75e7062","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"amount\":1, // amount in cents\n    \"description\":\"Bonus\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/api/resident/:id/activities","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"0b89cd8c-45a1-41a8-8291-59ea4fbc8907","id":"0b89cd8c-45a1-41a8-8291-59ea4fbc8907","name":"Cash Back Rewards","type":"folder"}},"urlObject":{"path":["api","resident",":id","activities"],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[],"variable":[{"type":"any","value":"123","key":"id"}]}},"response":[],"_postman_id":"2799f9a5-c617-4657-bb82-ffd5b75e7062"}],"id":"0b89cd8c-45a1-41a8-8291-59ea4fbc8907","description":"<p>Use this endpoints to send Cash Back to your residents. This Cash Back will be paid out to the specified resident ID. This will immediately be reflected in this residents Activities and Balance, and they will be able to claim their Cash Back in their Stake account.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f0ed637a-b98d-4692-8714-4db81c92c73c","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"9aa020d9-9ae2-4292-9076-7369c4f9660f","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"0b89cd8c-45a1-41a8-8291-59ea4fbc8907"},{"name":"Stake Credit Builder","item":[{"name":"Get monthly payment history for resident","id":"51f59c1a-e054-4adc-b3ad-882e1a86cf49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://stake-deals-api-dev.herokuapp.com/api/resident_payment_histories/:resident_id/","description":"<p>Returns a list of monthly payments and whether or not they have been reported to the Credit Bureaus as part of the Credit Builder program.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","name":"The Stake API","type":"collection"}},"urlObject":{"path":["api","resident_payment_histories",":resident_id",""],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[],"variable":[{"description":{"content":"<p>From List Residents endpoint</p>\n","type":"text/plain"},"type":"any","value":"1234","key":"resident_id"}]}},"response":[{"id":"cffd2066-9fa9-4385-8a38-a68b298ac776","name":"SUCCESS","originalRequest":{"method":"GET","header":[{"key":"dealsAPIKey","value":"c9d2j7v6abcn3947bb309qdJwnxq0xnBF15Skj","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/api/resident_payment_histories/{{resident_mobile_user_id}}/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6135"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Thu, 09 Jun 2022 23:07:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"_hc_err\": null,\n            \"_hc_lastop\": \"SYNCED\",\n            \"amount_in_arrears__c\": 0,\n            \"bonus_and_ocrm_reward_date__c\": \"Tue, 07 Dec 2021 00:00:00 GMT\",\n            \"contact__c\": \"0034S000003klm1QAA\",\n            \"contact__r__uniquecontactid__c\": \"5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"createddate\": \"Tue, 07 Dec 2021 15:55:21 GMT\",\n            \"id\": 19575,\n            \"isdeleted\": false,\n            \"month__c\": \"12\",\n            \"name\": \"2021_12_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"paid_on_time__c\": true,\n            \"rent_match_reward_date__c\": \"Tue, 21 Dec 2021 00:00:00 GMT\",\n            \"reward_multiple__c\": 1,\n            \"rewards_multiple_numeric__c\": 1,\n            \"systemmodstamp\": \"Wed, 08 Dec 2021 01:25:50 GMT\",\n            \"unique_id__c\": \"2021_12_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"unique_id_text__c\": \"2021_12_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"year__c\": \"2021\"\n        },\n        {\n            \"_hc_err\": null,\n            \"_hc_lastop\": \"SYNCED\",\n            \"amount_in_arrears__c\": 0,\n            \"bonus_and_ocrm_reward_date__c\": \"Tue, 02 Nov 2021 00:00:00 GMT\",\n            \"contact__c\": \"0034S000003klm1QAA\",\n            \"contact__r__uniquecontactid__c\": \"5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"createddate\": \"Mon, 22 Nov 2021 23:12:21 GMT\",\n            \"id\": 11104,\n            \"isdeleted\": false,\n            \"month__c\": \"11\",\n            \"name\": \"2021_11_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"paid_on_time__c\": true,\n            \"rent_match_reward_date__c\": \"Tue, 16 Nov 2021 00:00:00 GMT\",\n            \"reward_multiple__c\": 0.3,\n            \"rewards_multiple_numeric__c\": 0.3,\n            \"systemmodstamp\": \"Mon, 22 Nov 2021 23:12:21 GMT\",\n            \"unique_id__c\": \"2021_11_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"unique_id_text__c\": \"2021_11_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"year__c\": \"2021\"\n        },\n        {\n            \"_hc_err\": null,\n            \"_hc_lastop\": \"SYNCED\",\n            \"amount_in_arrears__c\": 0,\n            \"bonus_and_ocrm_reward_date__c\": \"Tue, 04 Jan 2022 00:00:00 GMT\",\n            \"contact__c\": \"0034S000003klm1QAA\",\n            \"contact__r__uniquecontactid__c\": \"5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"createddate\": \"Mon, 10 Jan 2022 17:28:50 GMT\",\n            \"id\": 32313,\n            \"isdeleted\": false,\n            \"month__c\": \"1\",\n            \"name\": \"2022_1_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"paid_on_time__c\": true,\n            \"rent_match_reward_date__c\": \"Tue, 18 Jan 2022 00:00:00 GMT\",\n            \"reward_multiple__c\": 1,\n            \"rewards_multiple_numeric__c\": 1,\n            \"systemmodstamp\": \"Thu, 27 Jan 2022 20:54:06 GMT\",\n            \"unique_id__c\": \"2022_1_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"unique_id_text__c\": \"2022_1_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"year__c\": \"2022\"\n        },\n        {\n            \"_hc_err\": null,\n            \"_hc_lastop\": \"SYNCED\",\n            \"amount_in_arrears__c\": 0,\n            \"bonus_and_ocrm_reward_date__c\": \"Tue, 01 Feb 2022 00:00:00 GMT\",\n            \"contact__c\": \"0034S000003klm1QAA\",\n            \"contact__r__uniquecontactid__c\": \"5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"createddate\": \"Tue, 01 Feb 2022 23:52:33 GMT\",\n            \"id\": 35857,\n            \"isdeleted\": false,\n            \"month__c\": \"2\",\n            \"name\": \"2022_2_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"paid_on_time__c\": true,\n            \"rent_match_reward_date__c\": \"Tue, 15 Feb 2022 00:00:00 GMT\",\n            \"reward_multiple__c\": 1,\n            \"rewards_multiple_numeric__c\": 1,\n            \"systemmodstamp\": \"Tue, 01 Feb 2022 23:52:34 GMT\",\n            \"unique_id__c\": \"2022_2_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"unique_id_text__c\": \"2022_2_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"year__c\": \"2022\"\n        },\n        {\n            \"_hc_err\": null,\n            \"_hc_lastop\": \"SYNCED\",\n            \"amount_in_arrears__c\": 0,\n            \"bonus_and_ocrm_reward_date__c\": \"Tue, 01 Mar 2022 00:00:00 GMT\",\n            \"contact__c\": \"0034S000003klm1QAA\",\n            \"contact__r__uniquecontactid__c\": \"5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"createddate\": \"Mon, 07 Mar 2022 15:53:01 GMT\",\n            \"id\": 42137,\n            \"isdeleted\": false,\n            \"month__c\": \"3\",\n            \"name\": \"2022_3_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"paid_on_time__c\": true,\n            \"rent_match_reward_date__c\": \"Tue, 15 Mar 2022 00:00:00 GMT\",\n            \"reward_multiple__c\": 1,\n            \"rewards_multiple_numeric__c\": 1,\n            \"systemmodstamp\": \"Mon, 07 Mar 2022 15:53:02 GMT\",\n            \"unique_id__c\": \"2022_3_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"unique_id_text__c\": \"2022_3_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"year__c\": \"2022\"\n        },\n        {\n            \"_hc_err\": null,\n            \"_hc_lastop\": \"SYNCED\",\n            \"amount_in_arrears__c\": 0,\n            \"bonus_and_ocrm_reward_date__c\": \"Tue, 03 May 2022 00:00:00 GMT\",\n            \"contact__c\": \"0034S000003klm1QAA\",\n            \"contact__r__uniquecontactid__c\": \"5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"createddate\": \"Tue, 03 May 2022 20:03:27 GMT\",\n            \"id\": 60951,\n            \"isdeleted\": false,\n            \"month__c\": \"5\",\n            \"name\": \"2022_5_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"paid_on_time__c\": true,\n            \"rent_match_reward_date__c\": \"Tue, 17 May 2022 00:00:00 GMT\",\n            \"reward_multiple__c\": 1,\n            \"rewards_multiple_numeric__c\": 1,\n            \"systemmodstamp\": \"Tue, 03 May 2022 20:03:28 GMT\",\n            \"unique_id__c\": \"2022_5_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"unique_id_text__c\": \"2022_5_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"year__c\": \"2022\"\n        },\n        {\n            \"_hc_err\": null,\n            \"_hc_lastop\": \"SYNCED\",\n            \"amount_in_arrears__c\": 0,\n            \"bonus_and_ocrm_reward_date__c\": \"Tue, 05 Apr 2022 00:00:00 GMT\",\n            \"contact__c\": \"0034S000003klm1QAA\",\n            \"contact__r__uniquecontactid__c\": \"5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"createddate\": \"Thu, 07 Apr 2022 06:07:27 GMT\",\n            \"id\": 50943,\n            \"isdeleted\": false,\n            \"month__c\": \"4\",\n            \"name\": \"2022_4_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"paid_on_time__c\": true,\n            \"rent_match_reward_date__c\": \"Tue, 19 Apr 2022 00:00:00 GMT\",\n            \"reward_multiple__c\": 1,\n            \"rewards_multiple_numeric__c\": 1,\n            \"systemmodstamp\": \"Tue, 19 Apr 2022 03:58:57 GMT\",\n            \"unique_id__c\": \"2022_4_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"unique_id_text__c\": \"2022_4_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"year__c\": \"2022\"\n        },\n        {\n            \"_hc_err\": null,\n            \"_hc_lastop\": \"SYNCED\",\n            \"amount_in_arrears__c\": 0,\n            \"bonus_and_ocrm_reward_date__c\": \"Tue, 07 Jun 2022 00:00:00 GMT\",\n            \"contact__c\": \"0034S000003klm1QAA\",\n            \"contact__r__uniquecontactid__c\": \"5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"createddate\": \"Wed, 01 Jun 2022 13:10:39 GMT\",\n            \"id\": 66306,\n            \"isdeleted\": false,\n            \"month__c\": \"6\",\n            \"name\": \"2022_6_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"paid_on_time__c\": true,\n            \"rent_match_reward_date__c\": \"Tue, 21 Jun 2022 00:00:00 GMT\",\n            \"reward_multiple__c\": 1,\n            \"rewards_multiple_numeric__c\": 1,\n            \"systemmodstamp\": \"Wed, 01 Jun 2022 13:10:40 GMT\",\n            \"unique_id__c\": \"2022_6_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"unique_id_text__c\": \"2022_6_Oliver_Eriksen_5a3ebffe-38f3-ddb7-952d-253f1d96e235\",\n            \"year__c\": \"2022\"\n        }\n    ],\n    \"msg\": null,\n    \"status_code\": 200,\n    \"success\": true\n}"},{"id":"ba85bce1-5e38-4917-a6f3-ca406bd8ff75","name":"ERROR (404)","originalRequest":{"method":"GET","header":[{"key":"dealsAPIKey","value":"c9d2j7v6abcn3947bb309qdJwnxq0xnBF15Skj","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/api/resident_payment_histories/{{resident_mobile_user_id}}/"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"112"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Thu, 09 Jun 2022 23:06:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"None\",\n    \"error\": \"No Contact for mobile user id: 12345 in our system.\",\n    \"status_code\": 404,\n    \"success\": false\n}"}],"_postman_id":"51f59c1a-e054-4adc-b3ad-882e1a86cf49"},{"name":"Get Credit Builder eligibility","id":"a6781932-167b-40fc-8fd1-8839a9bb8e17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"auth","value":"{{userToken}}","type":"text"},{"key":"dealsAPIKey","value":"{{dealsAPIKey}}","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/:resident_id/credit_reporting/","description":"<p>This endpoint returns True when the resident is eligible to opt in for Stake Credit Builder</p>\n<p>or False if they are not eligible.</p>\n<p>Reasons a resident may not be eligible include:</p>\n<ol>\n<li><p>In situations of a missed rent payment, residents are placed into a 6 month cool off period and the credit account will be closed. Stake only reports positive rent payments. Residents will become eligible after the cool off period ends and will be able to re-enroll after 6 months.</p>\n</li>\n<li><p>If the property PMS integration / data feed is unhealthy, residents may appear as temporarily ineligible to enroll in Stake Credit Builder. Please contact your Stake representative if residents are unexpectedly ineligible.</p>\n</li>\n</ol>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","name":"The Stake API","type":"collection"}},"urlObject":{"path":["mobile","residents",":resident_id","credit_reporting",""],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[],"variable":[{"description":{"content":"<p>From List Residents endpoint</p>\n","type":"text/plain"},"type":"any","value":"1234","key":"resident_id"}]}},"response":[{"id":"bdb8cc04-214b-4003-8b3d-ce6f3fb1a68b","name":"SUCCESS: user is not eligible and not opted in","originalRequest":{"method":"GET","header":[{"key":"auth","value":"{{userToken}}","type":"text"},{"key":"dealsAPIKey","value":"{{dealsAPIKey}}","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/{{resident_mobile_user_id}}/credit_reporting/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1153"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Tue, 14 Jun 2022 02:30:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"content\": {\n            \"onboarding1\": \"Automatically boost your credit score by letting Stake report your on-time rent payments.\",\n            \"onboarding2\": \"There’s no risk. Stake will only report your payments if they are on time. You can opt out at any time.\",\n            \"onboarding3\": \"Stake is a licensed data furnisher with the credit bureaus. We help you build credit, for free.\",\n            \"opt_in_confirm_message\": \"Your on-time rent payments will be reported to the credit bureaus. This change will take effect immediately.\",\n            \"opt_in_success_message\": \"\\n        You’ve successfully enrolled in Stake Credit Builder.\\n        \\n        1.) You will receive a confirmation text and a confirmation email.  \\n\\n        2.) We will notify you every time we report one of your on time payments to help boost your credit score.\\n\\n        3.) We will only report your on-time payments. If you do not pay on time, we will not report anything to the credit bureaus.\",\n            \"opted_in_edit_preferences\": \"Stake is actively helping you boost your credit score. The best part? You haven’t paid a nickel.\"\n        },\n        \"is_eligible:\": false,\n        \"opted_in\": false\n    },\n    \"msg\": null,\n    \"status_code\": 200,\n    \"success\": true\n}"},{"id":"2a803e73-792b-44c2-b5e8-675230ced5b2","name":"SUCCESS: user is eligible and not opted in","originalRequest":{"method":"GET","header":[{"key":"auth","value":"{{userToken}}","type":"text"},{"key":"dealsAPIKey","value":"{{dealsAPIKey}}","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/{{resident_mobile_user_id}}/credit_reporting/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1152"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Tue, 14 Jun 2022 02:32:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"content\": {\n            \"onboarding1\": \"Automatically boost your credit score by letting Stake report your on-time rent payments.\",\n            \"onboarding2\": \"There’s no risk. Stake will only report your payments if they are on time. You can opt out at any time.\",\n            \"onboarding3\": \"Stake is a licensed data furnisher with the credit bureaus. We help you build credit, for free.\",\n            \"opt_in_confirm_message\": \"Your on-time rent payments will be reported to the credit bureaus. This change will take effect immediately.\",\n            \"opt_in_success_message\": \"\\n        You’ve successfully enrolled in Stake Credit Builder.\\n        \\n        1.) You will receive a confirmation text and a confirmation email.  \\n\\n        2.) We will notify you every time we report one of your on time payments to help boost your credit score.\\n\\n        3.) We will only report your on-time payments. If you do not pay on time, we will not report anything to the credit bureaus.\",\n            \"opted_in_edit_preferences\": \"Stake is actively helping you boost your credit score. The best part? You haven’t paid a nickel.\"\n        },\n        \"is_eligible:\": true,\n        \"opted_in\": false\n    },\n    \"msg\": null,\n    \"status_code\": 200,\n    \"success\": true\n}"},{"id":"4fa572e1-2e28-4586-9509-de5b10fa8483","name":"SUCCESS: user is eligible and opted in","originalRequest":{"method":"GET","header":[{"key":"auth","value":"{{userToken}}","type":"text"},{"key":"dealsAPIKey","value":"{{dealsAPIKey}}","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/{{resident_mobile_user_id}}/credit_reporting/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1151"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Tue, 14 Jun 2022 02:26:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"content\": {\n            \"onboarding1\": \"Automatically boost your credit score by letting Stake report your on-time rent payments.\",\n            \"onboarding2\": \"There’s no risk. Stake will only report your payments if they are on time. You can opt out at any time.\",\n            \"onboarding3\": \"Stake is a licensed data furnisher with the credit bureaus. We help you build credit, for free.\",\n            \"opt_in_confirm_message\": \"Your on-time rent payments will be reported to the credit bureaus. This change will take effect immediately.\",\n            \"opt_in_success_message\": \"\\n        You’ve successfully enrolled in Stake Credit Builder.\\n        \\n        1.) You will receive a confirmation text and a confirmation email.  \\n\\n        2.) We will notify you every time we report one of your on time payments to help boost your credit score.\\n\\n        3.) We will only report your on-time payments. If you do not pay on time, we will not report anything to the credit bureaus.\",\n            \"opted_in_edit_preferences\": \"Stake is actively helping you boost your credit score. The best part? You haven’t paid a nickel.\"\n        },\n        \"is_eligible:\": true,\n        \"opted_in\": true\n    },\n    \"msg\": null,\n    \"status_code\": 200,\n    \"success\": true\n}"},{"id":"90264077-7c9c-414d-848a-7a8248860340","name":"ERROR: user not in our database","originalRequest":{"method":"GET","header":[{"key":"dealsAPIKey","value":"c9d2j7v6abcn3947bb309qdJwnxq0xnBF15Skj","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/{{resident_mobile_user_id}}/credit_reporting/is_eligible/"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"112"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Thu, 09 Jun 2022 23:03:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"None\",\n    \"error\": \"No Contact for mobile user id: 12345 in our system.\",\n    \"status_code\": 404,\n    \"success\": false\n}"}],"_postman_id":"a6781932-167b-40fc-8fd1-8839a9bb8e17"},{"name":"Opt-In","id":"b31da84a-8c0e-41bd-adeb-4c08aec6e3f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"dealsAPIKey","value":"{{dealsAPIKey}}","type":"text"},{"key":"auth","value":"{{userToken}}","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/:resident_id/credit_reporting/opt_in/","description":"<p>Opts the resident into the Credit Builder program. Timely rent payments for this resident will be reported. Residents may opt out at anytime.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","name":"The Stake API","type":"collection"}},"urlObject":{"path":["mobile","residents",":resident_id","credit_reporting","opt_in",""],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[],"variable":[{"description":{"content":"<p>From List Residents endpoint</p>\n","type":"text/plain"},"type":"any","value":"1234","key":"resident_id"}]}},"response":[{"id":"0a1ee0e6-181b-480a-bf1e-48f6d43e77a9","name":"SUCCESS: eligible, first time opt-in","originalRequest":{"method":"POST","header":[{"key":"dealsAPIKey","value":"{{dealsAPIKey}}","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/{{resident_mobile_user_id}}/credit_reporting/opt_in/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"136"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Wed, 15 Jun 2022 16:46:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"msg\": \"Oliver Eriksen (id: 619c23ed8e6c77bdc0581ed4) has opted in for credit reporting!\",\n    \"status_code\": 200,\n    \"success\": true\n}"},{"id":"6796ad49-7f6c-485c-8002-fbfa6c11eb66","name":"ERROR: user already is opted in","originalRequest":{"method":"POST","header":[{"key":"dealsAPIKey","value":"{{dealsAPIKey}}","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/{{resident_mobile_user_id}}/credit_reporting/opt_in/"},"status":"CONFLICT","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"148"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Wed, 15 Jun 2022 16:36:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"None\",\n    \"error\": \"Oliver Eriksen (id: 619c23ed8e6c77bdc0581ed4) is already opted in for credit reporting!\",\n    \"status_code\": 409,\n    \"success\": false\n}"},{"id":"bd3d0e1b-7bfd-444a-81a9-82a10b9daed3","name":"ERROR: user not eligible for credit reporting","originalRequest":{"method":"POST","header":[{"key":"dealsAPIKey","value":"{{dealsAPIKey}}","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/{{resident_mobile_user_id}}/credit_reporting/opt_in/"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"141"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Wed, 15 Jun 2022 16:52:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"None\",\n    \"error\": \"Oliver Eriksen is not eligible for credit reporting. Must be eligible to opt in.\",\n    \"status_code\": 403,\n    \"success\": false\n}"},{"id":"8ce8d0f8-db9d-4d46-9637-b0e751fcd0ad","name":"ERROR: user not in our database","originalRequest":{"method":"POST","header":[{"key":"dealsAPIKey","value":"c9d2j7v6abcn3947bb309qdJwnxq0xnBF15Skj","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/{{resident_mobile_user_id}}/credit_reporting/opt_in/"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"112"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Thu, 09 Jun 2022 23:08:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"None\",\n    \"error\": \"No Contact for mobile user id: 12345 in our system.\",\n    \"status_code\": 404,\n    \"success\": false\n}"}],"_postman_id":"b31da84a-8c0e-41bd-adeb-4c08aec6e3f8"},{"name":"Opt-Out","id":"8980d1a7-5ad6-4244-95c5-074e13bd4440","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"dealsAPIKey","value":"{{dealsAPIKey}}","type":"text"},{"key":"auth","value":"{{userToken}}","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/:resident_id/credit_reporting/opt_out/?","description":"<p>Opts the resident out of the Credit Builder program. Timely payments will no longer be reported. Residents may opt out at anytime.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","name":"The Stake API","type":"collection"}},"urlObject":{"path":["mobile","residents",":resident_id","credit_reporting","opt_out",""],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[{"description":{"content":"<p>From List Residents endpoint</p>\n","type":"text/plain"},"key":"","value":null}],"variable":[{"description":{"content":"<p>From List Residents endpoint</p>\n","type":"text/plain"},"type":"any","value":"1234","key":"resident_id"}]}},"response":[{"id":"64c8002d-1919-4c92-8123-8c0d864931fe","name":"SUCCESS: eligible, was opted in, now opted out","originalRequest":{"method":"POST","header":[{"key":"dealsAPIKey","value":"{{dealsAPIKey}}","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/{{resident_mobile_user_id}}/credit_reporting/opt_out/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"136"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Wed, 15 Jun 2022 16:47:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"msg\": \"Oliver Eriksen (id: 619c23ed8e6c77bdc0581ed4) has opted out of credit reporting.\",\n    \"status_code\": 200,\n    \"success\": true\n}"},{"id":"62abb1cd-97fc-4f0e-aabd-f448b124160d","name":"ERROR: User already is opted out","originalRequest":{"method":"POST","header":[{"key":"dealsAPIKey","value":"{{dealsAPIKey}}","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/{{resident_mobile_user_id}}/credit_reporting/opt_out/"},"status":"CONFLICT","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"149"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Wed, 15 Jun 2022 16:35:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"None\",\n    \"error\": \"Oliver Eriksen (id: 619c23ed8e6c77bdc0581ed4) is already opted out for credit reporting.\",\n    \"status_code\": 409,\n    \"success\": false\n}"},{"id":"19914471-c3c7-4c6d-ae09-8b8a24c22bc5","name":"ERROR: user not in our database","originalRequest":{"method":"POST","header":[{"key":"dealsAPIKey","value":"{{dealsAPIKey}}","type":"text"}],"url":"https://stake-deals-api-dev.herokuapp.com/mobile/residents/{{resident_mobile_user_id}}/credit_reporting/opt_out/"},"status":"NOT FOUND","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"112"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Date","value":"Wed, 15 Jun 2022 16:49:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"None\",\n    \"error\": \"No Contact for mobile user id: 12345 in our system.\",\n    \"status_code\": 404,\n    \"success\": false\n}"}],"_postman_id":"8980d1a7-5ad6-4244-95c5-074e13bd4440"}],"id":"7ecb51c7-4264-49fe-aedb-8175dec89c21","description":"<p>Stake Credit Builder allows users to opt in to have their rent payments reported to Equifax, Experian, and TransUnion.</p>\n<p>There are dozens of different factors that determine someone’s credit score, and several different scoring models that lenders can choose to use. In general, however:</p>\n<ul>\n<li><p>People who already have a credit score can potentially see an increase of 15-110 points within a year, depending on their starting score.</p>\n</li>\n<li><p>People who do not already have a credit score can potentially expect see their credit score reach 600-650 by using Stake Credit Builder for a year.</p>\n</li>\n</ul>\n<p>Stake maintains a daily sync with PMS systems to keep track of a resident's past due balance in real time. A monthly reporting process runs each month to report timely payments for residents who are opted into the program. It typically takes between 2 - 8 weeks before a reported rent payment will appear on a resident’s credit report.</p>\n<p>A property manager’s definition of a “late payment” is often much stricter than the credit bureaus. Many Stake Communities enforce that rent is due on the 1st of the month, and begin assessing late fees if rent is not paid by the 5th of the month.</p>\n<p>For the credit bureaus, the definition is slightly different. For the bureaus the definition of a “late payment” is a payment that is more than 30 days late. This means that residents can still boost their credit score if pay their rent within 30 days of when it was due, even if they were assessed a late fee from their property manager. This gives residents an additional incentive to make their rental payment, and still helps them boost their credit even if they missed rent by a few days.</p>\n<p>In situations of a 30 day+ missed rent payment, residents are placed into a 6 month cool off period and the credit account will be closed. Stake only reports positive rent payments. Residents will become eligible after the cool off period ends and will be able to re-enroll after 6 months.</p>\n<p>If the property PMS integration / data feed is unhealthy, residents may appear as temporarily ineligible to enroll in Stake Credit Builder. Please contact your Stake representative if residents are unexpectedly ineligible.</p>\n<p>Stake manages the dispute process on your behalf, in line with the requirements of the Fair Credit Reporting Act (FCRA). Residents who wish to dispute a mark on their credit report may follow the same process they would if they wanted to dispute any other mark on their credit report. Helpful tips for residents to dispute what they believe to be an incorrect mark - including step-by-step instructions and a template letter can be found <a href=\"https://www.consumerfinance.gov/ask-cfpb/how-do-i-dispute-an-error-on-my-credit-report-en-314/\">here</a>.</p>\n<p>We know that credit reports are an important part of a person’s financial wellbeing. To help throughout the dispute process, Stake offers live support for residents via our in-app messenger, text, or email. We want to reassure our users that Stake is here to help them, and they their request will be handled in a timely manner.</p>\n<p>Stake can also report back-dated rent payments. We can report the full history of the current lease term for all residents, provided we can access the necessary backdated information (whether via PMS integration or historical rent roll reports)</p>\n","_postman_id":"7ecb51c7-4264-49fe-aedb-8175dec89c21","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","id":"3e896421-2fb7-4bbf-967b-1ed2caa718a9","name":"The Stake API","type":"collection"}}},{"name":"Embedded Offers","item":[{"name":"V1 Get Embeddable Stake Offers","id":"77f879e4-2ee3-46be-8708-1b0bf248fa87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/api/community/:partner_property_id/stake_offers/v1","description":"<p>This endpoint returns an array of offers to be displayed in various pages in Partner systen to direct users to Stake.</p>\n<p>The response is designed to be able to be translated into a basic UI element. The response also contains metadata about the supported types of offers and a hyperlinked CTA for display at the bottom of the UI element that directs users to Stake.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"a7cfaff5-3e55-4c39-bb42-fb66f8cf7f55","id":"a7cfaff5-3e55-4c39-bb42-fb66f8cf7f55","name":"Embedded Offers","type":"folder"}},"urlObject":{"path":["api","community",":partner_property_id","stake_offers","v1"],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[{"disabled":true,"key":null,"value":null}],"variable":[{"description":{"content":"<p>Partner Property ID or ALN ID</p>\n","type":"text/plain"},"type":"any","value":"2222222","key":"partner_property_id"}]}},"response":[{"id":"3fd5a878-6c5e-4a6e-a962-1e1a7785f87e","name":"V1 Get Stake Offers","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/api/community/:partner_property_id/stake_offers/v1","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["api","community",":partner_property_id","stake_offers","v1"],"query":[{"key":null,"value":null,"disabled":true}],"variable":[{"key":"partner_property_id","value":"000000","description":"Partner Property ID or ALN ID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Oct 2025 03:58:12 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"access-control-allow-origin","value":"*"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"pragma","value":"no-cache"},{"key":"expires","value":"0"},{"key":"content-security-policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"referrer-policy","value":"same-origin"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"cf-cache-status","value":"DYNAMIC"},{"key":"Nel","value":"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}"},{"key":"Speculation-Rules","value":"\"/cdn-cgi/speculation\""},{"key":"Report-To","value":"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=Iohm8qRJMGsj8fX%2Fbe1Q1imQnRV323hyYe%2B44TfQQvlhPB5%2BwqM6hdzskJjwZ435ys7AiuJuIBuK57YPwjcNdUTU2VBvokddyg5fDAPwXcPL0A%3D%3D\"}]}"},{"key":"Content-Encoding","value":"br"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"98f4a2ee8890c77a-SEA"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"metadata\": {\n            \"possible_offer_types\": [\n                \"line_item\",\n                \"line_item_with_list\"\n            ],\n            \"possible_offer_ids\": [\n                \"umovefree-rebate\",\n                \"stake-move-in-bonus-from-property\",\n                \"stake-monthly-cash-back-from-property\",\n                \"stake-saver\"\n            ],\n            \"max_list_items\": 5,\n            \"max_character_count_card_titles\": 100,\n            \"max_character_count_card_descriptions\": 255,\n            \"max_character_count_card_list_items\": 255,\n            \"total_offer_value\": null,\n            \"umf_free_move\": null,\n            \"move_in_bonus_from_property\": null,\n            \"required_disclosures\": [\n                \"Stake is a financial technology company and is not a bank. Banking services provided by TransPecos Banks, SSB; Members FDIC. The Stake Visa Debit Card is issued by TransPecos Banks, SSB pursuant to a license from Visa U.S.A. Inc and may be used anywhere Visa cards are accepted.\"\n            ]\n        },\n        \"offers\": [\n            {\n                \"title\": \"Sign up for Stake Saver to unlock:\",\n                \"list_items\": [\n                    \"Cash Back on Rent: pay with Stake, get cash.\",\n                    \"Stake Credit Builder to boost your credit just by paying rent.\",\n                    \"Stake Checking with Express Paycheck.\",\n                    \"Unlimited Cash Back with Stake Visa® Debit.\",\n                    \"Unlimited Cash Back in the Stake Neighborhood Network.\"\n                ],\n                \"id\": \"stake-saver\",\n                \"type\": \"line_item_with_list\"\n            }\n        ],\n        \"cta_text\": \"Claim now\",\n        \"cta_link\": \"https://app.stake.rent/login\"\n    },\n    \"msg\": null\n}"},{"id":"e1b43a01-e8ce-49f1-a79f-54f8ab79c504","name":"V1 Get Property Level Stake Offers","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/api/community/:aln_id/stake_offers/v1","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["api","community",":aln_id","stake_offers","v1"],"query":[{"key":null,"value":null,"disabled":true}],"variable":[{"key":"aln_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1455"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-api.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 08 Aug 2025 20:58:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"metadata\": {\n            \"possible_offer_types\": [\n                \"line_item\",\n                \"line_item_with_list\"\n            ],\n            \"possible_offer_ids\": [\n                \"umovefree-rebate\",\n                \"stake-move-in-bonus-from-property\",\n                \"stake-monthly-cash-back-from-property\",\n                \"stake-saver\"\n            ],\n            \"max_list_items\": 5,\n            \"max_character_count_card_titles\": 100,\n            \"max_character_count_card_descriptions\": 255,\n            \"max_character_count_card_list_items\": 255,\n            \"total_offer_value\": null,\n            \"umf_free_move\": null,\n            \"move_in_bonus_from_property\": null,\n            \"required_disclosures\": [\n                \"Stake is a financial technology company and is not a bank. Banking services provided by TransPecos Banks, SSB; Members FDIC. The Stake Visa Debit Card is issued by TransPecos Banks, SSB pursuant to a license from Visa U.S.A. Inc and may be used anywhere Visa cards are accepted.\"\n            ]\n        },\n        \"offers\": [\n            {\n                \"title\": \"Sign up for Stake Saver to instantly unlock:\",\n                \"list_items\": [\n                    \" - Stake Credit Builder: We’ll report rent payments to all 3 credit bureaus to help build your credit. Up to 24 months of rental history can be reported.\",\n                    \" - Stake Checking account that pays you 1% Cash Back on rent, with no hidden fees, designed for renters\",\n                    \" - Offers between 1% and 10% Cash Back on 30,000 brands, online retailers, and local restaurants\",\n                    \" - Access your paycheck up to 3 days early for select payroll providers and employers.\"\n                ],\n                \"id\": \"stake-saver\",\n                \"type\": \"line_item_with_list\"\n            }\n        ],\n        \"cta_text\": \"Claim now\",\n        \"cta_link\": \"https://app.stake.rent/partner-signup?partnerId=<PARTNER_ID>\"\n    },\n    \"msg\": null\n}"},{"id":"33a26e0c-219c-41de-a955-ad964edde1e3","name":"V1 Multiple Offers Example","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/api/community/:aln_id/stake_offers","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["api","community",":aln_id","stake_offers"],"variable":[{"key":"aln_id","value":"2222222"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1564"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-api.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 11 Jul 2025 22:03:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"metadata\": {\n            \"possible_offer_types\": [\n                \"line_item\",\n                \"line_item_with_list\"\n            ],\n            \"possible_offer_ids\": [\n                \"stake_move_in_bonus_from_property\",\n                \"stake_monthly_cash_back_from_property\"\n            ],\n            \"max_list_items\": 5,\n            \"max_character_count_card_titles\": 100,\n            \"max_character_count_card_descriptions\": 255,\n            \"max_character_count_card_list_items\": 255,\n            \"total_offer_value\": \"$1500 plus 4% of rent\",\n            \"stake_move_in_bonus_from_property\": \"$1500\",\n            \"stake_monthly_cash_back_from_property\": \"4%\"\n        },\n        \"offers\": [\n            {\n                \"title\": \"$1500 Cash Back rewards for Immediate Move Ins\",\n                \"description\": \"Move in by 8/15 and earn an extra $1500 in Cash Back from Stake.\",\n                \"id\": \"stake_move_in_bonus_from_property\",\n                \"type\": \"line_item\"\n            },\n            {\n                \"title\": \"Sign up for Stake Saver to instantly unlock:\",\n                \"list_items\": [\n                    \" - Stake Credit Builder: We’ll report rent payments to all 3 credit bureaus to help build your credit. Up to 24 months of rental history can be reported.\",\n                    \" - Stake Checking account that pays you 1% Cash Back on rent, with no hidden fees, designed for renters\",\n                    \" - Offers between 1% and 10% Cash Back on 30,000 brands, online retailers, and local restaurants\",\n                    \" - Access your paycheck up to 3 days early for select payroll providers and employers.\"\n                ],\n                \"id\": \"stake-saver\",\n                \"type\": \"line_item_with_list\"\n            }\n        ],\n        \"cta_text\":\"Login here to get your Cash Back\",\n        \"cta_link\":\"https://app.stake.rent/partner-signup?partnerId=<PARTNER_ID>&customerId=<OPTIONAL_CUSTOMER_ID>\"\n    },\n    \"msg\": null\n}"},{"id":"5b30d838-712b-4249-aa55-edc5ba559ffc","name":"V1 Multiple Stake+ Offers","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/api/community/:aln_id/stake_offers","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["api","community",":aln_id","stake_offers"],"variable":[{"key":"aln_id","value":"137147"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1564"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-api.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 11 Jul 2025 22:03:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"metadata\": {\n            \"possible_offer_types\": [\n                \"line_item\",\n                \"line_item_with_list\"\n            ],\n            \"possible_offer_ids\": [\n                \"stake_move_in_bonus_from_property\",\n                \"stake_monthly_cash_back_from_property\"\n            ],\n            \"max_list_items\": 5,\n            \"max_character_count_card_titles\": 100,\n            \"max_character_count_card_descriptions\": 255,\n            \"max_character_count_card_list_items\": 255,\n            \"total_offer_value\": \"$1500 plus 4% of rent\",\n            \"stake_move_in_bonus_from_property\": \"$1500\",\n            \"stake_monthly_cash_back_from_property\": \"4%\"\n        },\n        \"offers\": [\n            {\n                \"title\": \"$1500 Cash Back rewards for Immediate Move Ins\",\n                \"description\": \"Move in by 8/15 and earn an extra $1500 in Cash Back from Stake.\",\n                \"id\": \"stake_move_in_bonus_from_property\",\n                \"type\": \"line_item\"\n            },\n            {\n                \"title\": \"4% Cash Back rewards for Immediate Move Ins\",\n                \"description\": \"Move in by 8/31 and earn an extra 4% in Cash Back from Stake.\",\n                \"id\": \"stake_monthly_cash_back_from_property\",\n                \"type\": \"line_item\"\n            }\n        ],\n        \"cta_text\":\"Login here to get your Cash Back\",\n        \"cta_link\":\"https://app.stake.rent/partner-signup?partnerId=<PARTNER_ID>&customerId=<OPTIONAL_CUSTOMER_ID>\"\n    },\n    \"msg\": null\n}"},{"id":"8b547186-e830-41f6-a83e-c0bdb01a4d80","name":"V1 All Stake Offers","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/api/community/:aln_id/stake_offers","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["api","community",":aln_id","stake_offers"],"variable":[{"key":"aln_id","value":"137147"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1564"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-api.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 11 Jul 2025 22:03:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"metadata\": {\n            \"possible_offer_types\": [\n                \"line_item\",\n                \"line_item_with_list\"\n            ],\n            \"possible_offer_ids\": [\n                \"umovefree-rebate\",\n                \"stake-move-in-bonus-from-property\",\n                \"stake-monthly-cash-back-from-property\",\n                \"stake-saver\"\n            ],\n            \"max_list_items\": 5,\n            \"max_character_count_card_titles\": 100,\n            \"max_character_count_card_descriptions\": 255,\n            \"max_character_count_card_list_items\": 255,\n            \"total_offer_value\": \"$2200\",\n            \"umf_free_move\": \"$200\",\n            \"move_in_bonus_from_property\": \"$2000\"\n        },\n        \"offers\": [\n            {\n                \"title\": \"Extra $2000 Stake Cash Back for Immediate Move Ins\",\n                \"description\": \"Move in by 7/31 and earn an extra $2000 in Stake Cash Back.\",\n                \"id\": \"stake-move-in-bonus-from-property\",\n                \"type\": \"line_item\"\n            },\n            {\n                \"title\": \"4% Cash Back Every Month\",\n                \"description\": \"Earn 4% cash back on your timely rent payments every month.\",\n                \"id\": \"stake-monthly-cash-back-from-property\",\n                \"type\": \"line_item\",\n                \"cta_link\":\"https://app.stake.rent/login?next=credit_builder&partner_id=umf&customer_id=abc-123-456&property_aln_id=abc123&agent_id=csr_123\"\n            },\n            {\n                \"title\": \"Activate your Stake Saver membership to instantly unlock:\",\n                \"list_items\": [\n                    \" - Free Stake Credit Builder: We’ll report rent payments to all 3 credit bureaus to help build your credit. Up to 24 months of rental history can be reported.\",\n                    \" - Free Stake Checking account with no hidden fees, designed for renters\",\n                    \" - Unlimited 1% Cash Back on Stake Visa Debit\",\n                    \" - Unlock deals in the Stake Neighborhood Network\",\n                    \" - Access your paycheck up to 3 days early\"\n                ],\n                \"id\": \"stake-saver\",\n                \"type\": \"line_item_with_list\"\n            }\n        ],\n        \"cta_text\":\"Login here to get your $200 now\",\n        \"cta_link\":\"https://app.stake.rent/partner-signup?partnerId=<PARTNER_ID>\"\n    },\n    \"msg\": null\n}"},{"id":"5436f57a-35cd-4bc6-bc39-5b3a192b6acb","name":"V1 No Stake Offers","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/api/community/:aln_id/stake_offers","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["api","community",":aln_id","stake_offers"],"variable":[{"key":"aln_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1564"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-api.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Fri, 11 Jul 2025 22:03:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"metadata\": {\n            \"possible_offer_types\": [\n                \"line_item\",\n                \"line_item_with_list\"\n            ],\n            \"possible_offer_ids\": [\n                \"umovefree-rebate\",\n                \"stake-move-in-bonus-from-property\",\n                \"stake-monthly-cash-back-from-property\",\n                \"stake-saver\"\n            ],\n            \"max_list_items\": 5,\n            \"max_character_count_card_titles\": 100,\n            \"max_character_count_card_descriptions\": 255,\n            \"max_character_count_card_list_items\": 255,\n            \"total_offer_value\": null,\n            \"umf_free_move\": null,\n            \"move_in_bonus_from_property\": null\n        },\n        \"offers\": [],\n        \"cta_text\":null,\n        \"cta_link\":null\n    },\n    \"msg\": null\n}"}],"_postman_id":"77f879e4-2ee3-46be-8708-1b0bf248fa87"},{"name":"Get Unit Level Stake Offers","id":"450ad686-a650-4964-9080-fe554790e926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/api/community/:aln_id/stake_offers_with_unit_offers","description":"<p>This endpoint returns the available units for a given property annotated with any Unit level offers that the Stake system is aware of.</p>\n<p>This endpoint is only supported for properties with a supported PMS integration with Stake.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"a7cfaff5-3e55-4c39-bb42-fb66f8cf7f55","id":"a7cfaff5-3e55-4c39-bb42-fb66f8cf7f55","name":"Embedded Offers","type":"folder"}},"urlObject":{"path":["api","community",":aln_id","stake_offers_with_unit_offers"],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[{"disabled":true,"description":{"content":"<p>Default property offers. No unit offers. </p>\n","type":"text/plain"},"key":"ALN ID for case 1","value":"111111"},{"disabled":true,"key":"ALN ID for case 2","value":"136226"},{"disabled":true,"description":{"content":"<p>this corresponds to sfid a054S000000BkAWQA0</p>\n","type":"text/plain"},"key":"Fake ALN ID for testing yardi sandbox property","value":"TESTING"},{"disabled":true,"description":{"content":"<p>Plaza Way a054S000000BcqAQAS</p>\n","type":"text/plain"},"key":null,"value":""}],"variable":[{"type":"any","value":"TESTING","key":"aln_id"}]}},"response":[{"id":"dcc78d39-2105-40b1-9e43-a8a7abeb38e3","name":"Matched leasing offer","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/api/community/:aln_id/stake_offers_with_unit_offers","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["api","community",":aln_id","stake_offers_with_unit_offers"],"query":[{"key":"ALN ID for case 1","value":"111111","description":"Default property offers. No unit offers. ","type":"text","disabled":true},{"key":"ALN ID for case 2","value":"136226","disabled":true},{"key":"Fake ALN ID for testing yardi sandbox property","value":"TESTING","description":"this corresponds to sfid a054S000000BkAWQA0","disabled":true},{"key":null,"value":null,"description":"Plaza Way a054S000000BcqAQAS","type":"text","disabled":true}],"variable":[{"key":"aln_id","value":"111111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"39601"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-api.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Tue, 22 Jul 2025 06:18:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"20740\",\n            \"unit_number\": \"10\",\n            \"floorplan_id\": \"7502\",\n            \"floorplan_name\": \"One Bedroom\",\n            \"market_rent_min\": 1200,\n            \"market_rent_max\": 1800,\n            \"effective_rent_min\": 1200,\n            \"effective_rent_max\": 1800,\n            \"deposit\": 1000,\n            \"concessions\": [],\n            \"raw_data_from_pms\": {\n                \"unitSpaceId\": 22371,\n                \"unitNumber\": \"10\",\n                \"marketingUnitNumber\": \"10\",\n                \"isAffordable\": 0,\n                \"hasPricing\": 1,\n                \"rent\": {\n                    \"termRent\": [\n                        {\n                            \"leaseTermId\": \"1\",\n                            \"leaseTerm\": \"3 Months\",\n                            \"leaseTermName\": \"3 months\",\n                            \"rent\": \"1,800.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"2\",\n                            \"leaseTerm\": \"6 Months\",\n                            \"leaseTermName\": \"6 months\",\n                            \"rent\": \"1,600.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"3\",\n                            \"leaseTerm\": \"9 Months\",\n                            \"leaseTermName\": \"9 months\",\n                            \"rent\": \"1,500.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"4\",\n                            \"leaseTerm\": \"12 Months\",\n                            \"leaseTermName\": \"12 months\",\n                            \"rent\": \"1,400.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"6\",\n                            \"leaseTerm\": \"18 Months\",\n                            \"leaseTermName\": \"18 months\",\n                            \"rent\": \"1,300.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"5\",\n                            \"leaseTerm\": \"15 Months\",\n                            \"leaseTermName\": \"15 months\",\n                            \"isBestPrice\": \"1\",\n                            \"rent\": \"1,200.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        }\n                    ],\n                    \"minRent\": \"1,200.00\",\n                    \"maxRent\": \"1,800.00\"\n                },\n                \"minDeposit\": \"1,200.00\",\n                \"maxDeposit\": \"1,800.00\",\n                \"occupancyTypeId\": 1,\n                \"occupancyTypeName\": \"Conventional\",\n                \"exclusionReason\": \"Not Excluded\",\n                \"availabilityStatus\": \"Vacant Ready (Available)\",\n                \"effectiveRent\": 1400,\n                \"availableDate\": \"08/04/2025\"\n            },\n            \"eligible_offers\": [\n                {\n                    \"title\": \"$1500 Cash Back rewards for Immediate Move Ins\",\n                    \"description\": \"Move in by 8/15 and earn an extra $1500 in Cash Back from Stake.\",\n                    \"id\": \"stake_move_in_bonus_from_property\",\n                    \"type\": \"line_item\"\n                }\n            ]\n        }\n    ],\n    \"msg\": null\n}"},{"id":"1e926723-bc59-4210-a894-eb83fcd435a5","name":"Matched renewal offer","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/api/community/:aln_id/stake_offers_with_unit_offers","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["api","community",":aln_id","stake_offers_with_unit_offers"],"query":[{"key":"ALN ID for case 1","value":"111111","description":"Default property offers. No unit offers. ","type":"text","disabled":true},{"key":"ALN ID for case 2","value":"136226","disabled":true},{"key":"Fake ALN ID for testing yardi sandbox property","value":"TESTING","description":"this corresponds to sfid a054S000000BkAWQA0","disabled":true},{"key":null,"value":null,"description":"Plaza Way a054S000000BcqAQAS","type":"text","disabled":true}],"variable":[{"key":"aln_id","value":"111111"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"39601"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-api.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Tue, 22 Jul 2025 06:18:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"id\": \"20740\",\n            \"unit_number\": \"10\",\n            \"floorplan_id\": \"7502\",\n            \"floorplan_name\": \"One Bedroom\",\n            \"market_rent_min\": 1000,\n            \"market_rent_max\": 1000,\n            \"effective_rent_min\": 1000,\n            \"effective_rent_max\": 1000,\n            \"deposit\": 1000,\n            \"concessions\": [],\n            \"raw_data_from_pms\": {\n                \"unitSpaceId\": 22371,\n                \"unitNumber\": \"10\",\n                \"marketingUnitNumber\": \"10\",\n                \"isAffordable\": 0,\n                \"hasPricing\": 1,\n                \"rent\": {\n                    \"termRent\": [\n                        {\n                            \"leaseTermId\": \"1\",\n                            \"leaseTerm\": \"3 Months\",\n                            \"leaseTermName\": \"3 months\",\n                            \"rent\": \"1,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"2\",\n                            \"leaseTerm\": \"6 Months\",\n                            \"leaseTermName\": \"6 months\",\n                            \"rent\": \"1,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"3\",\n                            \"leaseTerm\": \"9 Months\",\n                            \"leaseTermName\": \"9 months\",\n                            \"rent\": \"1,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"4\",\n                            \"leaseTerm\": \"12 Months\",\n                            \"leaseTermName\": \"12 months\",\n                            \"rent\": \"1,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"6\",\n                            \"leaseTerm\": \"18 Months\",\n                            \"leaseTermName\": \"18 months\",\n                            \"rent\": \"1,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"5\",\n                            \"leaseTerm\": \"15 Months\",\n                            \"leaseTermName\": \"15 months\",\n                            \"isBestPrice\": \"1\",\n                            \"rent\": \"1,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        }\n                    ],\n                    \"minRent\": \"1,000.00\",\n                    \"maxRent\": \"1,000.00\"\n                },\n                \"minDeposit\": \"1,000.00\",\n                \"maxDeposit\": \"2,000.00\",\n                \"occupancyTypeId\": 1,\n                \"occupancyTypeName\": \"Conventional\",\n                \"exclusionReason\": \"Not Excluded\",\n                \"availabilityStatus\": \"Vacant Ready (Available)\",\n                \"effectiveRent\": 1000,\n                \"availableDate\": \"01/24/2025\"\n            },\n            \"eligible_offers\": [\n                {\n                    \"action_id\": \"action-feffaefc-6127-49e9-a387-ef78c8ef2666\",\n                    \"action_name\": \"Renewing a lease\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2024-11-13T02:04:23.900210\",\n                    \"created_by_team_member_id\": \"syldys@stake.rent\",\n                    \"custom_payment_schedule\": [],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"Recurring\",\n                    \"id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-11-13T02:04:23.885870\",\n                            \"field_name\": \"lease_start_date__c\",\n                            \"id\": \"qualifier-476ad060-d023-4f07-a283-9088d472f923\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-08-31 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-11-13T02:04:23.885870\",\n                            \"field_name\": \"lease_signed_date__c\",\n                            \"id\": \"qualifier-7d0ca504-3450-4ae3-9585-51f2b22ac53a\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-08-31 00:00:00\"\n                        }\n                    ],\n                    \"reward_amount\": 7,\n                    \"reward_type\": \"Percentage of rent\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2024-11-13T02:04:23.900227\",\n                    \"updated_by_team_member_id\": null\n                },\n                {\n                    \"action_id\": \"action-d311f985-5b34-428e-bdb4-fcfcd2ccfdb2\",\n                    \"action_name\": \"Moving in\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2024-12-29T17:59:46.312941\",\n                    \"created_by_team_member_id\": \"sibi@stake.rent\",\n                    \"custom_payment_schedule\": [\n                        {\n                            \"campaign_id\": \"a064S000000sC5yQAE\",\n                            \"id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"parts\": [\n                                {\n                                    \"amount\": \"50\",\n                                    \"campaign_id\": \"a064S000000sC5yQAE\",\n                                    \"conditioned_on\": \"No condition\",\n                                    \"id\": \"reward_schedule_part-221ce9e6-4a92-48dd-9320-9a0965db9d16\",\n                                    \"pay_after\": \"0\",\n                                    \"pay_after_units\": \"Days\",\n                                    \"pay_on\": null,\n                                    \"reward_schedule_id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\"\n                                },\n                                {\n                                    \"amount\": \"50\",\n                                    \"campaign_id\": \"a064S000000sC5yQAE\",\n                                    \"conditioned_on\": \"No condition\",\n                                    \"id\": \"reward_schedule_part-2615848e-e5e9-4ebd-9030-39b803ff8d85\",\n                                    \"pay_after\": null,\n                                    \"pay_after_units\": null,\n                                    \"pay_on\": \"2025-01-01\",\n                                    \"reward_schedule_id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"Custom\",\n                    \"id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"lease_term_months\",\n                            \"id\": \"qualifier-073db0f2-9f38-4c73-865c-8b7bb964cada\",\n                            \"lower_bound\": \"12\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"999\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"application_date__c\",\n                            \"id\": \"qualifier-169a6d9c-6808-4122-b029-225ba1ebd123\",\n                            \"lower_bound\": \"2025-01-15 00:00:00\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-29 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"move_in_date__c\",\n                            \"id\": \"qualifier-5fa82470-79c8-4a57-bd26-956c180b422c\",\n                            \"lower_bound\": \"2025-01-15 00:00:00\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-29 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-10e9a323-7486-45de-a34d-7933a0b22ac5\",\n                            \"lower_bound\": \"2\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"2\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-fae0a962-b4be-4501-8bf2-c49fa7576bf8\",\n                            \"lower_bound\": \"3\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"3\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-6d3c9989-fbf7-45c2-b554-733079ca9e7d\",\n                            \"lower_bound\": \"4\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"4\"\n                        }\n                    ],\n                    \"reward_amount\": 100,\n                    \"reward_type\": \"Flat dollar amount\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2025-01-02T18:32:33.526591\",\n                    \"updated_by_team_member_id\": \"syldys@stake.rent\"\n                },\n                {\n                    \"action_id\": \"action-a4b7afbf-c145-4ad6-8176-d01557488915\",\n                    \"action_name\": \"Referring a friend to move to your Rental Community\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2025-01-23T22:39:38.899570\",\n                    \"created_by_team_member_id\": \"syldys@stake.rent\",\n                    \"custom_payment_schedule\": [],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"One time\",\n                    \"id\": \"offer-887b9a45-5866-4d21-be39-234c7122313e\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-23T22:39:38.884211\",\n                            \"field_name\": \"Referring a friend to move to your Rental Community\",\n                            \"id\": \"qualifier-d749d22d-f217-4b95-b7ac-b5f6f873c098\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-887b9a45-5866-4d21-be39-234c7122313e\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-31 00:00:00\"\n                        }\n                    ],\n                    \"reward_amount\": 100,\n                    \"reward_type\": \"Flat dollar amount\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2025-01-23T22:39:38.899588\",\n                    \"updated_by_team_member_id\": null\n                }\n            ]\n        },\n        {\n            \"id\": \"20741\",\n            \"unit_number\": \"11\",\n            \"floorplan_id\": \"7502\",\n            \"floorplan_name\": \"One Bedroom\",\n            \"market_rent_min\": 1000,\n            \"market_rent_max\": 1000,\n            \"effective_rent_min\": 1000,\n            \"effective_rent_max\": 1000,\n            \"deposit\": 1000,\n            \"concessions\": [],\n            \"raw_data_from_pms\": {\n                \"unitSpaceId\": 22372,\n                \"unitNumber\": \"11\",\n                \"marketingUnitNumber\": \"11\",\n                \"isAffordable\": 0,\n                \"hasPricing\": 1,\n                \"rent\": {\n                    \"termRent\": [\n                        {\n                            \"leaseTermId\": \"1\",\n                            \"leaseTerm\": \"3 Months\",\n                            \"leaseTermName\": \"3 months\",\n                            \"rent\": \"1,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"2\",\n                            \"leaseTerm\": \"6 Months\",\n                            \"leaseTermName\": \"6 months\",\n                            \"rent\": \"1,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"3\",\n                            \"leaseTerm\": \"9 Months\",\n                            \"leaseTermName\": \"9 months\",\n                            \"rent\": \"1,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"4\",\n                            \"leaseTerm\": \"12 Months\",\n                            \"leaseTermName\": \"12 months\",\n                            \"rent\": \"1,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"5\",\n                            \"leaseTerm\": \"15 Months\",\n                            \"leaseTermName\": \"15 months\",\n                            \"rent\": \"1,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"6\",\n                            \"leaseTerm\": \"18 Months\",\n                            \"leaseTermName\": \"18 months\",\n                            \"isBestPrice\": \"1\",\n                            \"rent\": \"1,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        }\n                    ],\n                    \"minRent\": \"1,000.00\",\n                    \"maxRent\": \"1,000.00\"\n                },\n                \"minDeposit\": \"1,000.00\",\n                \"maxDeposit\": \"2,000.00\",\n                \"occupancyTypeId\": 1,\n                \"occupancyTypeName\": \"Conventional\",\n                \"exclusionReason\": \"Not Excluded\",\n                \"availabilityStatus\": \"Vacant Ready (Available)\",\n                \"effectiveRent\": 1000,\n                \"availableDate\": \"01/24/2025\"\n            },\n            \"eligible_offers\": [\n                {\n                    \"action_id\": \"action-feffaefc-6127-49e9-a387-ef78c8ef2666\",\n                    \"action_name\": \"Renewing a lease\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2024-11-13T02:04:23.900210\",\n                    \"created_by_team_member_id\": \"syldys@stake.rent\",\n                    \"custom_payment_schedule\": [],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"Recurring\",\n                    \"id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-11-13T02:04:23.885870\",\n                            \"field_name\": \"lease_start_date__c\",\n                            \"id\": \"qualifier-476ad060-d023-4f07-a283-9088d472f923\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-08-31 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-11-13T02:04:23.885870\",\n                            \"field_name\": \"lease_signed_date__c\",\n                            \"id\": \"qualifier-7d0ca504-3450-4ae3-9585-51f2b22ac53a\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-08-31 00:00:00\"\n                        }\n                    ],\n                    \"reward_amount\": 7,\n                    \"reward_type\": \"Percentage of rent\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2024-11-13T02:04:23.900227\",\n                    \"updated_by_team_member_id\": null\n                },\n                {\n                    \"action_id\": \"action-d311f985-5b34-428e-bdb4-fcfcd2ccfdb2\",\n                    \"action_name\": \"Moving in\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2024-12-29T17:59:46.312941\",\n                    \"created_by_team_member_id\": \"sibi@stake.rent\",\n                    \"custom_payment_schedule\": [\n                        {\n                            \"campaign_id\": \"a064S000000sC5yQAE\",\n                            \"id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"parts\": [\n                                {\n                                    \"amount\": \"50\",\n                                    \"campaign_id\": \"a064S000000sC5yQAE\",\n                                    \"conditioned_on\": \"No condition\",\n                                    \"id\": \"reward_schedule_part-221ce9e6-4a92-48dd-9320-9a0965db9d16\",\n                                    \"pay_after\": \"0\",\n                                    \"pay_after_units\": \"Days\",\n                                    \"pay_on\": null,\n                                    \"reward_schedule_id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\"\n                                },\n                                {\n                                    \"amount\": \"50\",\n                                    \"campaign_id\": \"a064S000000sC5yQAE\",\n                                    \"conditioned_on\": \"No condition\",\n                                    \"id\": \"reward_schedule_part-2615848e-e5e9-4ebd-9030-39b803ff8d85\",\n                                    \"pay_after\": null,\n                                    \"pay_after_units\": null,\n                                    \"pay_on\": \"2025-01-01\",\n                                    \"reward_schedule_id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"Custom\",\n                    \"id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"lease_term_months\",\n                            \"id\": \"qualifier-073db0f2-9f38-4c73-865c-8b7bb964cada\",\n                            \"lower_bound\": \"12\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"999\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"application_date__c\",\n                            \"id\": \"qualifier-169a6d9c-6808-4122-b029-225ba1ebd123\",\n                            \"lower_bound\": \"2025-01-15 00:00:00\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-29 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"move_in_date__c\",\n                            \"id\": \"qualifier-5fa82470-79c8-4a57-bd26-956c180b422c\",\n                            \"lower_bound\": \"2025-01-15 00:00:00\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-29 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-10e9a323-7486-45de-a34d-7933a0b22ac5\",\n                            \"lower_bound\": \"2\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"2\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-fae0a962-b4be-4501-8bf2-c49fa7576bf8\",\n                            \"lower_bound\": \"3\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"3\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-6d3c9989-fbf7-45c2-b554-733079ca9e7d\",\n                            \"lower_bound\": \"4\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"4\"\n                        }\n                    ],\n                    \"reward_amount\": 100,\n                    \"reward_type\": \"Flat dollar amount\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2025-01-02T18:32:33.526591\",\n                    \"updated_by_team_member_id\": \"syldys@stake.rent\"\n                },\n                {\n                    \"action_id\": \"action-a4b7afbf-c145-4ad6-8176-d01557488915\",\n                    \"action_name\": \"Referring a friend to move to your Rental Community\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2025-01-23T22:39:38.899570\",\n                    \"created_by_team_member_id\": \"syldys@stake.rent\",\n                    \"custom_payment_schedule\": [],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"One time\",\n                    \"id\": \"offer-887b9a45-5866-4d21-be39-234c7122313e\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-23T22:39:38.884211\",\n                            \"field_name\": \"Referring a friend to move to your Rental Community\",\n                            \"id\": \"qualifier-d749d22d-f217-4b95-b7ac-b5f6f873c098\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-887b9a45-5866-4d21-be39-234c7122313e\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-31 00:00:00\"\n                        }\n                    ],\n                    \"reward_amount\": 100,\n                    \"reward_type\": \"Flat dollar amount\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2025-01-23T22:39:38.899588\",\n                    \"updated_by_team_member_id\": null\n                }\n            ]\n        },\n        {\n            \"id\": \"20742\",\n            \"unit_number\": \"12\",\n            \"floorplan_id\": \"7502\",\n            \"floorplan_name\": \"One Bedroom\",\n            \"market_rent_min\": 2000,\n            \"market_rent_max\": 2000,\n            \"effective_rent_min\": 2000,\n            \"effective_rent_max\": 2000,\n            \"deposit\": 1000,\n            \"concessions\": [],\n            \"raw_data_from_pms\": {\n                \"unitSpaceId\": 22373,\n                \"unitNumber\": \"12\",\n                \"marketingUnitNumber\": \"12\",\n                \"isAffordable\": 0,\n                \"hasPricing\": 1,\n                \"rent\": {\n                    \"termRent\": [\n                        {\n                            \"leaseTermId\": \"1\",\n                            \"leaseTerm\": \"3 Months\",\n                            \"leaseTermName\": \"3 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"2\",\n                            \"leaseTerm\": \"6 Months\",\n                            \"leaseTermName\": \"6 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"3\",\n                            \"leaseTerm\": \"9 Months\",\n                            \"leaseTermName\": \"9 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"4\",\n                            \"leaseTerm\": \"12 Months\",\n                            \"leaseTermName\": \"12 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"5\",\n                            \"leaseTerm\": \"15 Months\",\n                            \"leaseTermName\": \"15 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"6\",\n                            \"leaseTerm\": \"18 Months\",\n                            \"leaseTermName\": \"18 months\",\n                            \"isBestPrice\": \"1\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        }\n                    ],\n                    \"minRent\": \"2,000.00\",\n                    \"maxRent\": \"2,000.00\"\n                },\n                \"minDeposit\": \"1,000.00\",\n                \"maxDeposit\": \"2,000.00\",\n                \"occupancyTypeId\": 1,\n                \"occupancyTypeName\": \"Conventional\",\n                \"exclusionReason\": \"Not Excluded\",\n                \"availabilityStatus\": \"Vacant Ready (Available)\",\n                \"effectiveRent\": 2000,\n                \"availableDate\": \"01/24/2025\"\n            },\n            \"eligible_offers\": [\n                {\n                    \"action_id\": \"action-feffaefc-6127-49e9-a387-ef78c8ef2666\",\n                    \"action_name\": \"Renewing a lease\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2024-11-13T02:04:23.900210\",\n                    \"created_by_team_member_id\": \"syldys@stake.rent\",\n                    \"custom_payment_schedule\": [],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"Recurring\",\n                    \"id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-11-13T02:04:23.885870\",\n                            \"field_name\": \"lease_start_date__c\",\n                            \"id\": \"qualifier-476ad060-d023-4f07-a283-9088d472f923\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-08-31 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-11-13T02:04:23.885870\",\n                            \"field_name\": \"lease_signed_date__c\",\n                            \"id\": \"qualifier-7d0ca504-3450-4ae3-9585-51f2b22ac53a\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-08-31 00:00:00\"\n                        }\n                    ],\n                    \"reward_amount\": 7,\n                    \"reward_type\": \"Percentage of rent\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2024-11-13T02:04:23.900227\",\n                    \"updated_by_team_member_id\": null\n                },\n                {\n                    \"action_id\": \"action-d311f985-5b34-428e-bdb4-fcfcd2ccfdb2\",\n                    \"action_name\": \"Moving in\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2024-12-29T17:59:46.312941\",\n                    \"created_by_team_member_id\": \"sibi@stake.rent\",\n                    \"custom_payment_schedule\": [\n                        {\n                            \"campaign_id\": \"a064S000000sC5yQAE\",\n                            \"id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"parts\": [\n                                {\n                                    \"amount\": \"50\",\n                                    \"campaign_id\": \"a064S000000sC5yQAE\",\n                                    \"conditioned_on\": \"No condition\",\n                                    \"id\": \"reward_schedule_part-221ce9e6-4a92-48dd-9320-9a0965db9d16\",\n                                    \"pay_after\": \"0\",\n                                    \"pay_after_units\": \"Days\",\n                                    \"pay_on\": null,\n                                    \"reward_schedule_id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\"\n                                },\n                                {\n                                    \"amount\": \"50\",\n                                    \"campaign_id\": \"a064S000000sC5yQAE\",\n                                    \"conditioned_on\": \"No condition\",\n                                    \"id\": \"reward_schedule_part-2615848e-e5e9-4ebd-9030-39b803ff8d85\",\n                                    \"pay_after\": null,\n                                    \"pay_after_units\": null,\n                                    \"pay_on\": \"2025-01-01\",\n                                    \"reward_schedule_id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"Custom\",\n                    \"id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"lease_term_months\",\n                            \"id\": \"qualifier-073db0f2-9f38-4c73-865c-8b7bb964cada\",\n                            \"lower_bound\": \"12\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"999\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"application_date__c\",\n                            \"id\": \"qualifier-169a6d9c-6808-4122-b029-225ba1ebd123\",\n                            \"lower_bound\": \"2025-01-15 00:00:00\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-29 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"move_in_date__c\",\n                            \"id\": \"qualifier-5fa82470-79c8-4a57-bd26-956c180b422c\",\n                            \"lower_bound\": \"2025-01-15 00:00:00\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-29 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-10e9a323-7486-45de-a34d-7933a0b22ac5\",\n                            \"lower_bound\": \"2\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"2\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-fae0a962-b4be-4501-8bf2-c49fa7576bf8\",\n                            \"lower_bound\": \"3\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"3\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-6d3c9989-fbf7-45c2-b554-733079ca9e7d\",\n                            \"lower_bound\": \"4\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"4\"\n                        }\n                    ],\n                    \"reward_amount\": 100,\n                    \"reward_type\": \"Flat dollar amount\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2025-01-02T18:32:33.526591\",\n                    \"updated_by_team_member_id\": \"syldys@stake.rent\"\n                },\n                {\n                    \"action_id\": \"action-a4b7afbf-c145-4ad6-8176-d01557488915\",\n                    \"action_name\": \"Referring a friend to move to your Rental Community\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2025-01-23T22:39:38.899570\",\n                    \"created_by_team_member_id\": \"syldys@stake.rent\",\n                    \"custom_payment_schedule\": [],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"One time\",\n                    \"id\": \"offer-887b9a45-5866-4d21-be39-234c7122313e\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-23T22:39:38.884211\",\n                            \"field_name\": \"Referring a friend to move to your Rental Community\",\n                            \"id\": \"qualifier-d749d22d-f217-4b95-b7ac-b5f6f873c098\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-887b9a45-5866-4d21-be39-234c7122313e\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-31 00:00:00\"\n                        }\n                    ],\n                    \"reward_amount\": 100,\n                    \"reward_type\": \"Flat dollar amount\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2025-01-23T22:39:38.899588\",\n                    \"updated_by_team_member_id\": null\n                }\n            ]\n        },\n        {\n            \"id\": \"20744\",\n            \"unit_number\": \"14\",\n            \"floorplan_id\": \"7503\",\n            \"floorplan_name\": \"Two Bedroom\",\n            \"market_rent_min\": 2000,\n            \"market_rent_max\": 2000,\n            \"effective_rent_min\": 2000,\n            \"effective_rent_max\": 2000,\n            \"deposit\": 2000,\n            \"concessions\": [],\n            \"raw_data_from_pms\": {\n                \"unitSpaceId\": 22375,\n                \"unitNumber\": \"14\",\n                \"marketingUnitNumber\": \"14\",\n                \"isAffordable\": 0,\n                \"hasPricing\": 1,\n                \"rent\": {\n                    \"termRent\": [\n                        {\n                            \"leaseTermId\": \"1\",\n                            \"leaseTerm\": \"3 Months\",\n                            \"leaseTermName\": \"3 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"3\",\n                            \"leaseTerm\": \"9 Months\",\n                            \"leaseTermName\": \"9 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"4\",\n                            \"leaseTerm\": \"12 Months\",\n                            \"leaseTermName\": \"12 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"5\",\n                            \"leaseTerm\": \"15 Months\",\n                            \"leaseTermName\": \"15 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"6\",\n                            \"leaseTerm\": \"18 Months\",\n                            \"leaseTermName\": \"18 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"2\",\n                            \"leaseTerm\": \"6 Months\",\n                            \"leaseTermName\": \"6 months\",\n                            \"isBestPrice\": \"1\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        }\n                    ],\n                    \"minRent\": \"2,000.00\",\n                    \"maxRent\": \"2,000.00\"\n                },\n                \"minDeposit\": \"2,000.00\",\n                \"maxDeposit\": \"2,000.00\",\n                \"occupancyTypeId\": 1,\n                \"occupancyTypeName\": \"Conventional\",\n                \"exclusionReason\": \"Not Excluded\",\n                \"availabilityStatus\": \"Vacant Ready (Available)\",\n                \"effectiveRent\": 2000,\n                \"availableDate\": \"01/24/2025\"\n            },\n            \"eligible_offers\": [\n                {\n                    \"action_id\": \"action-feffaefc-6127-49e9-a387-ef78c8ef2666\",\n                    \"action_name\": \"Renewing a lease\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2024-11-13T02:04:23.900210\",\n                    \"created_by_team_member_id\": \"syldys@stake.rent\",\n                    \"custom_payment_schedule\": [],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"Recurring\",\n                    \"id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-11-13T02:04:23.885870\",\n                            \"field_name\": \"lease_start_date__c\",\n                            \"id\": \"qualifier-476ad060-d023-4f07-a283-9088d472f923\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-08-31 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-11-13T02:04:23.885870\",\n                            \"field_name\": \"lease_signed_date__c\",\n                            \"id\": \"qualifier-7d0ca504-3450-4ae3-9585-51f2b22ac53a\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-08-31 00:00:00\"\n                        }\n                    ],\n                    \"reward_amount\": 7,\n                    \"reward_type\": \"Percentage of rent\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2024-11-13T02:04:23.900227\",\n                    \"updated_by_team_member_id\": null\n                },\n                {\n                    \"action_id\": \"action-d311f985-5b34-428e-bdb4-fcfcd2ccfdb2\",\n                    \"action_name\": \"Moving in\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2024-12-29T17:59:46.312941\",\n                    \"created_by_team_member_id\": \"sibi@stake.rent\",\n                    \"custom_payment_schedule\": [\n                        {\n                            \"campaign_id\": \"a064S000000sC5yQAE\",\n                            \"id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"parts\": [\n                                {\n                                    \"amount\": \"50\",\n                                    \"campaign_id\": \"a064S000000sC5yQAE\",\n                                    \"conditioned_on\": \"No condition\",\n                                    \"id\": \"reward_schedule_part-221ce9e6-4a92-48dd-9320-9a0965db9d16\",\n                                    \"pay_after\": \"0\",\n                                    \"pay_after_units\": \"Days\",\n                                    \"pay_on\": null,\n                                    \"reward_schedule_id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\"\n                                },\n                                {\n                                    \"amount\": \"50\",\n                                    \"campaign_id\": \"a064S000000sC5yQAE\",\n                                    \"conditioned_on\": \"No condition\",\n                                    \"id\": \"reward_schedule_part-2615848e-e5e9-4ebd-9030-39b803ff8d85\",\n                                    \"pay_after\": null,\n                                    \"pay_after_units\": null,\n                                    \"pay_on\": \"2025-01-01\",\n                                    \"reward_schedule_id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"Custom\",\n                    \"id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"lease_term_months\",\n                            \"id\": \"qualifier-073db0f2-9f38-4c73-865c-8b7bb964cada\",\n                            \"lower_bound\": \"12\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"999\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"application_date__c\",\n                            \"id\": \"qualifier-169a6d9c-6808-4122-b029-225ba1ebd123\",\n                            \"lower_bound\": \"2025-01-15 00:00:00\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-29 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"move_in_date__c\",\n                            \"id\": \"qualifier-5fa82470-79c8-4a57-bd26-956c180b422c\",\n                            \"lower_bound\": \"2025-01-15 00:00:00\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-29 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-10e9a323-7486-45de-a34d-7933a0b22ac5\",\n                            \"lower_bound\": \"2\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"2\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-fae0a962-b4be-4501-8bf2-c49fa7576bf8\",\n                            \"lower_bound\": \"3\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"3\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-6d3c9989-fbf7-45c2-b554-733079ca9e7d\",\n                            \"lower_bound\": \"4\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"4\"\n                        }\n                    ],\n                    \"reward_amount\": 100,\n                    \"reward_type\": \"Flat dollar amount\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2025-01-02T18:32:33.526591\",\n                    \"updated_by_team_member_id\": \"syldys@stake.rent\"\n                },\n                {\n                    \"action_id\": \"action-a4b7afbf-c145-4ad6-8176-d01557488915\",\n                    \"action_name\": \"Referring a friend to move to your Rental Community\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2025-01-23T22:39:38.899570\",\n                    \"created_by_team_member_id\": \"syldys@stake.rent\",\n                    \"custom_payment_schedule\": [],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"One time\",\n                    \"id\": \"offer-887b9a45-5866-4d21-be39-234c7122313e\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-23T22:39:38.884211\",\n                            \"field_name\": \"Referring a friend to move to your Rental Community\",\n                            \"id\": \"qualifier-d749d22d-f217-4b95-b7ac-b5f6f873c098\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-887b9a45-5866-4d21-be39-234c7122313e\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-31 00:00:00\"\n                        }\n                    ],\n                    \"reward_amount\": 100,\n                    \"reward_type\": \"Flat dollar amount\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2025-01-23T22:39:38.899588\",\n                    \"updated_by_team_member_id\": null\n                }\n            ]\n        },\n        {\n            \"id\": \"20745\",\n            \"unit_number\": \"15\",\n            \"floorplan_id\": \"7503\",\n            \"floorplan_name\": \"Two Bedroom\",\n            \"market_rent_min\": 2000,\n            \"market_rent_max\": 2000,\n            \"effective_rent_min\": 2000,\n            \"effective_rent_max\": 2000,\n            \"deposit\": 2000,\n            \"concessions\": [],\n            \"raw_data_from_pms\": {\n                \"unitSpaceId\": 22376,\n                \"unitNumber\": \"15\",\n                \"marketingUnitNumber\": \"15\",\n                \"isAffordable\": 0,\n                \"hasPricing\": 1,\n                \"rent\": {\n                    \"termRent\": [\n                        {\n                            \"leaseTermId\": \"1\",\n                            \"leaseTerm\": \"3 Months\",\n                            \"leaseTermName\": \"3 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"2\",\n                            \"leaseTerm\": \"6 Months\",\n                            \"leaseTermName\": \"6 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"3\",\n                            \"leaseTerm\": \"9 Months\",\n                            \"leaseTermName\": \"9 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"4\",\n                            \"leaseTerm\": \"12 Months\",\n                            \"leaseTermName\": \"12 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"5\",\n                            \"leaseTerm\": \"15 Months\",\n                            \"leaseTermName\": \"15 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"6\",\n                            \"leaseTerm\": \"18 Months\",\n                            \"leaseTermName\": \"18 months\",\n                            \"isBestPrice\": \"1\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        }\n                    ],\n                    \"minRent\": \"2,000.00\",\n                    \"maxRent\": \"2,000.00\"\n                },\n                \"minDeposit\": \"2,000.00\",\n                \"maxDeposit\": \"2,000.00\",\n                \"occupancyTypeId\": 1,\n                \"occupancyTypeName\": \"Conventional\",\n                \"exclusionReason\": \"Not Excluded\",\n                \"availabilityStatus\": \"Vacant Ready (Available)\",\n                \"effectiveRent\": 2000,\n                \"availableDate\": \"01/24/2025\"\n            },\n            \"eligible_offers\": [\n                {\n                    \"action_id\": \"action-feffaefc-6127-49e9-a387-ef78c8ef2666\",\n                    \"action_name\": \"Renewing a lease\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2024-11-13T02:04:23.900210\",\n                    \"created_by_team_member_id\": \"syldys@stake.rent\",\n                    \"custom_payment_schedule\": [],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"Recurring\",\n                    \"id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-11-13T02:04:23.885870\",\n                            \"field_name\": \"lease_start_date__c\",\n                            \"id\": \"qualifier-476ad060-d023-4f07-a283-9088d472f923\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-08-31 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-11-13T02:04:23.885870\",\n                            \"field_name\": \"lease_signed_date__c\",\n                            \"id\": \"qualifier-7d0ca504-3450-4ae3-9585-51f2b22ac53a\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-08-31 00:00:00\"\n                        }\n                    ],\n                    \"reward_amount\": 7,\n                    \"reward_type\": \"Percentage of rent\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2024-11-13T02:04:23.900227\",\n                    \"updated_by_team_member_id\": null\n                },\n                {\n                    \"action_id\": \"action-d311f985-5b34-428e-bdb4-fcfcd2ccfdb2\",\n                    \"action_name\": \"Moving in\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2024-12-29T17:59:46.312941\",\n                    \"created_by_team_member_id\": \"sibi@stake.rent\",\n                    \"custom_payment_schedule\": [\n                        {\n                            \"campaign_id\": \"a064S000000sC5yQAE\",\n                            \"id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"parts\": [\n                                {\n                                    \"amount\": \"50\",\n                                    \"campaign_id\": \"a064S000000sC5yQAE\",\n                                    \"conditioned_on\": \"No condition\",\n                                    \"id\": \"reward_schedule_part-221ce9e6-4a92-48dd-9320-9a0965db9d16\",\n                                    \"pay_after\": \"0\",\n                                    \"pay_after_units\": \"Days\",\n                                    \"pay_on\": null,\n                                    \"reward_schedule_id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\"\n                                },\n                                {\n                                    \"amount\": \"50\",\n                                    \"campaign_id\": \"a064S000000sC5yQAE\",\n                                    \"conditioned_on\": \"No condition\",\n                                    \"id\": \"reward_schedule_part-2615848e-e5e9-4ebd-9030-39b803ff8d85\",\n                                    \"pay_after\": null,\n                                    \"pay_after_units\": null,\n                                    \"pay_on\": \"2025-01-01\",\n                                    \"reward_schedule_id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"Custom\",\n                    \"id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"lease_term_months\",\n                            \"id\": \"qualifier-073db0f2-9f38-4c73-865c-8b7bb964cada\",\n                            \"lower_bound\": \"12\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"999\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"application_date__c\",\n                            \"id\": \"qualifier-169a6d9c-6808-4122-b029-225ba1ebd123\",\n                            \"lower_bound\": \"2025-01-15 00:00:00\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-29 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"move_in_date__c\",\n                            \"id\": \"qualifier-5fa82470-79c8-4a57-bd26-956c180b422c\",\n                            \"lower_bound\": \"2025-01-15 00:00:00\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-29 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-10e9a323-7486-45de-a34d-7933a0b22ac5\",\n                            \"lower_bound\": \"2\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"2\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-fae0a962-b4be-4501-8bf2-c49fa7576bf8\",\n                            \"lower_bound\": \"3\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"3\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-6d3c9989-fbf7-45c2-b554-733079ca9e7d\",\n                            \"lower_bound\": \"4\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"4\"\n                        }\n                    ],\n                    \"reward_amount\": 100,\n                    \"reward_type\": \"Flat dollar amount\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2025-01-02T18:32:33.526591\",\n                    \"updated_by_team_member_id\": \"syldys@stake.rent\"\n                },\n                {\n                    \"action_id\": \"action-a4b7afbf-c145-4ad6-8176-d01557488915\",\n                    \"action_name\": \"Referring a friend to move to your Rental Community\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2025-01-23T22:39:38.899570\",\n                    \"created_by_team_member_id\": \"syldys@stake.rent\",\n                    \"custom_payment_schedule\": [],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"One time\",\n                    \"id\": \"offer-887b9a45-5866-4d21-be39-234c7122313e\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-23T22:39:38.884211\",\n                            \"field_name\": \"Referring a friend to move to your Rental Community\",\n                            \"id\": \"qualifier-d749d22d-f217-4b95-b7ac-b5f6f873c098\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-887b9a45-5866-4d21-be39-234c7122313e\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-31 00:00:00\"\n                        }\n                    ],\n                    \"reward_amount\": 100,\n                    \"reward_type\": \"Flat dollar amount\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2025-01-23T22:39:38.899588\",\n                    \"updated_by_team_member_id\": null\n                }\n            ]\n        },\n        {\n            \"id\": \"20746\",\n            \"unit_number\": \"16\",\n            \"floorplan_id\": \"7503\",\n            \"floorplan_name\": \"Two Bedroom\",\n            \"market_rent_min\": 2000,\n            \"market_rent_max\": 2000,\n            \"effective_rent_min\": 2000,\n            \"effective_rent_max\": 2000,\n            \"deposit\": 2000,\n            \"concessions\": [],\n            \"raw_data_from_pms\": {\n                \"unitSpaceId\": 22377,\n                \"unitNumber\": \"16\",\n                \"marketingUnitNumber\": \"16\",\n                \"isAffordable\": 0,\n                \"hasPricing\": 1,\n                \"rent\": {\n                    \"termRent\": [\n                        {\n                            \"leaseTermId\": \"1\",\n                            \"leaseTerm\": \"3 Months\",\n                            \"leaseTermName\": \"3 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"2\",\n                            \"leaseTerm\": \"6 Months\",\n                            \"leaseTermName\": \"6 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"3\",\n                            \"leaseTerm\": \"9 Months\",\n                            \"leaseTermName\": \"9 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"4\",\n                            \"leaseTerm\": \"12 Months\",\n                            \"leaseTermName\": \"12 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"5\",\n                            \"leaseTerm\": \"15 Months\",\n                            \"leaseTermName\": \"15 months\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        },\n                        {\n                            \"leaseTermId\": \"6\",\n                            \"leaseTerm\": \"18 Months\",\n                            \"leaseTermName\": \"18 months\",\n                            \"isBestPrice\": \"1\",\n                            \"rent\": \"2,000.00\",\n                            \"rateFrequency\": \"Monthly\"\n                        }\n                    ],\n                    \"minRent\": \"2,000.00\",\n                    \"maxRent\": \"2,000.00\"\n                },\n                \"minDeposit\": \"2,000.00\",\n                \"maxDeposit\": \"2,000.00\",\n                \"occupancyTypeId\": 1,\n                \"occupancyTypeName\": \"Conventional\",\n                \"exclusionReason\": \"Not Excluded\",\n                \"availabilityStatus\": \"Vacant Ready (Available)\",\n                \"effectiveRent\": 2000,\n                \"availableDate\": \"01/24/2025\"\n            },\n            \"eligible_offers\": [\n                {\n                    \"action_id\": \"action-feffaefc-6127-49e9-a387-ef78c8ef2666\",\n                    \"action_name\": \"Renewing a lease\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2024-11-13T02:04:23.900210\",\n                    \"created_by_team_member_id\": \"syldys@stake.rent\",\n                    \"custom_payment_schedule\": [],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"Recurring\",\n                    \"id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-11-13T02:04:23.885870\",\n                            \"field_name\": \"lease_start_date__c\",\n                            \"id\": \"qualifier-476ad060-d023-4f07-a283-9088d472f923\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-08-31 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-11-13T02:04:23.885870\",\n                            \"field_name\": \"lease_signed_date__c\",\n                            \"id\": \"qualifier-7d0ca504-3450-4ae3-9585-51f2b22ac53a\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-423e6bc4-d8b6-4d4e-a964-bd3385da05ab\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-08-31 00:00:00\"\n                        }\n                    ],\n                    \"reward_amount\": 7,\n                    \"reward_type\": \"Percentage of rent\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2024-11-13T02:04:23.900227\",\n                    \"updated_by_team_member_id\": null\n                },\n                {\n                    \"action_id\": \"action-d311f985-5b34-428e-bdb4-fcfcd2ccfdb2\",\n                    \"action_name\": \"Moving in\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2024-12-29T17:59:46.312941\",\n                    \"created_by_team_member_id\": \"sibi@stake.rent\",\n                    \"custom_payment_schedule\": [\n                        {\n                            \"campaign_id\": \"a064S000000sC5yQAE\",\n                            \"id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"parts\": [\n                                {\n                                    \"amount\": \"50\",\n                                    \"campaign_id\": \"a064S000000sC5yQAE\",\n                                    \"conditioned_on\": \"No condition\",\n                                    \"id\": \"reward_schedule_part-221ce9e6-4a92-48dd-9320-9a0965db9d16\",\n                                    \"pay_after\": \"0\",\n                                    \"pay_after_units\": \"Days\",\n                                    \"pay_on\": null,\n                                    \"reward_schedule_id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\"\n                                },\n                                {\n                                    \"amount\": \"50\",\n                                    \"campaign_id\": \"a064S000000sC5yQAE\",\n                                    \"conditioned_on\": \"No condition\",\n                                    \"id\": \"reward_schedule_part-2615848e-e5e9-4ebd-9030-39b803ff8d85\",\n                                    \"pay_after\": null,\n                                    \"pay_after_units\": null,\n                                    \"pay_on\": \"2025-01-01\",\n                                    \"reward_schedule_id\": \"reward_schedule-1e04d7ae-8220-41e8-b9dd-01fe0b6ae0b2\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"Custom\",\n                    \"id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"lease_term_months\",\n                            \"id\": \"qualifier-073db0f2-9f38-4c73-865c-8b7bb964cada\",\n                            \"lower_bound\": \"12\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"999\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"application_date__c\",\n                            \"id\": \"qualifier-169a6d9c-6808-4122-b029-225ba1ebd123\",\n                            \"lower_bound\": \"2025-01-15 00:00:00\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-29 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2024-12-29T17:59:46.300225\",\n                            \"field_name\": \"move_in_date__c\",\n                            \"id\": \"qualifier-5fa82470-79c8-4a57-bd26-956c180b422c\",\n                            \"lower_bound\": \"2025-01-15 00:00:00\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-29 00:00:00\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-10e9a323-7486-45de-a34d-7933a0b22ac5\",\n                            \"lower_bound\": \"2\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"2\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-fae0a962-b4be-4501-8bf2-c49fa7576bf8\",\n                            \"lower_bound\": \"3\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"3\"\n                        },\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-01T19:13:54.744838\",\n                            \"field_name\": \"number_of_bedrooms\",\n                            \"id\": \"qualifier-6d3c9989-fbf7-45c2-b554-733079ca9e7d\",\n                            \"lower_bound\": \"4\",\n                            \"offer_id\": \"offer-a413076f-4fdd-4a4a-b504-8640a8f208f4\",\n                            \"qualifier_type\": \"integer\",\n                            \"upper_bound\": \"4\"\n                        }\n                    ],\n                    \"reward_amount\": 100,\n                    \"reward_type\": \"Flat dollar amount\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2025-01-02T18:32:33.526591\",\n                    \"updated_by_team_member_id\": \"syldys@stake.rent\"\n                },\n                {\n                    \"action_id\": \"action-a4b7afbf-c145-4ad6-8176-d01557488915\",\n                    \"action_name\": \"Referring a friend to move to your Rental Community\",\n                    \"activated_at\": null,\n                    \"created_at\": \"2025-01-23T22:39:38.899570\",\n                    \"created_by_team_member_id\": \"syldys@stake.rent\",\n                    \"custom_payment_schedule\": [],\n                    \"deactivated_at\": null,\n                    \"end_date\": null,\n                    \"expiration\": \"2186-10-24T22:38:15.448000\",\n                    \"frequency\": \"One time\",\n                    \"id\": \"offer-887b9a45-5866-4d21-be39-234c7122313e\",\n                    \"ongoing_enrollment\": true,\n                    \"paid_for_by\": \"Owner\",\n                    \"qualifiers\": [\n                        {\n                            \"binary_value\": null,\n                            \"created_at\": \"2025-01-23T22:39:38.884211\",\n                            \"field_name\": \"Referring a friend to move to your Rental Community\",\n                            \"id\": \"qualifier-d749d22d-f217-4b95-b7ac-b5f6f873c098\",\n                            \"lower_bound\": \"2025-01-01 00:00:00\",\n                            \"offer_id\": \"offer-887b9a45-5866-4d21-be39-234c7122313e\",\n                            \"qualifier_type\": \"datetime\",\n                            \"upper_bound\": \"2025-01-31 00:00:00\"\n                        }\n                    ],\n                    \"reward_amount\": 100,\n                    \"reward_type\": \"Flat dollar amount\",\n                    \"start_date\": null,\n                    \"updated_at\": \"2025-01-23T22:39:38.899588\",\n                    \"updated_by_team_member_id\": null\n                }\n            ]\n        }\n    ],\n    \"msg\": null\n}"},{"id":"ebd04fa8-4de0-4b84-b5bf-4f0906a28744","name":"No unit level offers","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/api/community/:aln_id/stake_offers_with_unit_offers","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["api","community",":aln_id","stake_offers_with_unit_offers"],"query":[{"key":"ALN ID for case 1","value":"137147","description":"Default property offers. No unit offers. ","type":"text","disabled":true},{"key":"ALN ID for case 2","value":"136226","disabled":true},{"key":"Fake ALN ID for testing yardi sandbox property","value":"TESTING","description":"this corresponds to sfid a054S000000BkAWQA0","disabled":true}],"variable":[{"key":"aln_id","value":"137147"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"66"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-api.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Mon, 21 Jul 2025 17:10:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"units\": []\n    },\n    \"msg\": null\n}"},{"id":"3a84c95a-8aea-4bce-a45d-61410c7c547b","name":"500 Error","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/api/community/:aln_id/stake_offers_with_unit_offers?ALN ID for case 2=136226","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["api","community",":aln_id","stake_offers_with_unit_offers"],"query":[{"key":"ALN ID for case 1","value":"137147","description":"Default property offers. No unit offers. ","type":"text","disabled":true},{"key":"ALN ID for case 2","value":"136226","type":"text"}],"variable":[{"key":"aln_id","value":"136226"}]}},"status":"INTERNAL SERVER ERROR","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"95"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-api.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Sat, 19 Jul 2025 00:26:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"status_code\": 500,\n    \"error\": \"Could not build unit-offer matches\",\n    \"data\": \"None\"\n}"}],"_postman_id":"450ad686-a650-4964-9080-fe554790e926"},{"name":"List Partner Properties","id":"fc2727cb-88bd-42d2-9444-9a9d78691362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/availability_permissions","description":"<p>This endpoint returns a list of properties that are integrated with our live unit level availability. This list of properties has given us access to their PMS data about which units are available, their floor plan info, their current pricing, and more. This endpoint does not contain the availability data itself - it just returns the list of properties where our access is enabled, for testing and health check purposes. Use the GET Availability endpoint to retrieve the actual availability data.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"a7cfaff5-3e55-4c39-bb42-fb66f8cf7f55","id":"a7cfaff5-3e55-4c39-bb42-fb66f8cf7f55","name":"Embedded Offers","type":"folder"}},"urlObject":{"path":["lead-to-lease","availability_permissions"],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[],"variable":[]}},"response":[{"id":"f136d0cb-513f-4b45-8101-8fb6ea92ebb1","name":"Sample response","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/availability_permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"5924"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-api.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Sat, 19 Jul 2025 00:00:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"property_name\": \"Spring Estates\",\n            \"property_address\": \"16112 North Freeway Houston, TX 77090\",\n            \"property_sfid\": \"a054S000000Bcz8QAC\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"lifesprg\",\n            \"aln_id\": \"147463\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Bay Pointe\",\n            \"property_address\": \"2500 East James Avenue Baytown, TX, 77520\",\n            \"property_sfid\": \"a054S000000BczDQAS\",\n            \"pms_provider\": \"Entrata\",\n            \"pms_property_id\": \"1167394\",\n            \"aln_id\": \"138404\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"The Life at Forest View\",\n            \"property_address\": \"201 Hackberry St, Clute, TX 77531\",\n            \"property_sfid\": \"a054S000000BgX5QAK\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"lifeforv\",\n            \"aln_id\": \"139362\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"The Life at Beverly Palms\",\n            \"property_address\": \"3500 Red Bluff Rd, Pasadena, TX 77503\",\n            \"property_sfid\": \"a054S000000BgXAQA0\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"lifebeve\",\n            \"aln_id\": \"138337\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Lone Oak Apartments\",\n            \"property_address\": \"1801 Lone Oak Rd, Weatherford, TX 76086\",\n            \"property_sfid\": \"a05Pp000001FIQfIAO\",\n            \"pms_provider\": \"Entrata\",\n            \"pms_property_id\": \"1169395\",\n            \"aln_id\": null,\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Tides at North Arlington\",\n            \"property_address\": \"707 Washington Dr, Arlington, TX 76011\",\n            \"property_sfid\": \"a05Pp000003FG9BIAW\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"52511\",\n            \"aln_id\": \"136853\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Tides on Copper Creek\",\n            \"property_address\": \"9811 Copper Creek Dr, Austin, TX 78729\",\n            \"property_sfid\": \"a05Pp000003X7FWIA0\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"52715\",\n            \"aln_id\": \"140528\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Tides on Mueller\",\n            \"property_address\": \"5700 Cameron Rd, Austin, TX 78723\",\n            \"property_sfid\": \"a05Pp000003XVphIAG\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"52702\",\n            \"aln_id\": \"140277\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"The Life at Jackson Square\",\n            \"property_address\": \"5410 N Braeswood Blvd, Houston, TX 77096\",\n            \"property_sfid\": \"a054S000000BkZkQAK\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"lifejacs\",\n            \"aln_id\": \"139800\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Eden Park at Bear Creek\",\n            \"property_address\": \"700 E Ash Ln, Euless, TX 76039\",\n            \"property_sfid\": \"a05Pp000002itkPIAQ\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"53304\",\n            \"aln_id\": \"137695\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Tides on Westcreek\",\n            \"property_address\": \"6776 Westcreek Dr, Fort Worth, TX 76133\",\n            \"property_sfid\": \"a05Pp000003YoogIAC\",\n            \"pms_provider\": \"Entrata\",\n            \"pms_property_id\": \"1277384\",\n            \"aln_id\": \"137147\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Tides on Park Lane\",\n            \"property_address\": \"8780 Park Ln, Dallas, TX, 75231\",\n            \"property_sfid\": \"a05Pp000007uMrRIAU\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": null,\n            \"aln_id\": \"136226\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Landing at 2EightySeven\",\n            \"property_address\": \"11401 Harp Ln, Fort Worth, TX, 76052\",\n            \"property_sfid\": \"a054S000000DMVBQA4\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": null,\n            \"aln_id\": \"351205\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Kirkwood Landing\",\n            \"property_address\": \"9850 S Kirkwood Rd, Houston, TX 77099\",\n            \"property_sfid\": \"a054S000000CsBiQAK\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"1046\",\n            \"aln_id\": \"139908\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Hudson at Westchase Apartments\",\n            \"property_address\": \"2909 Hayes Rd, Houston, TX\",\n            \"property_sfid\": \"a054S000000CJy1QAG\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"1098\",\n            \"aln_id\": null,\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Tides on Larga\",\n            \"property_address\": \"3330 Webb Chapel Ext, Dallas, TX 75220\",\n            \"property_sfid\": \"a05Pp000002yDu5IAE\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"52520\",\n            \"aln_id\": \"135969\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Tides at East Chase\",\n            \"property_address\": \"8900 Randol Mill Rd, Fort Worth, TX 76120\",\n            \"property_sfid\": \"a05Pp000002sGoEIAU\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"52535\",\n            \"aln_id\": \"137329\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Crosby at Westchase Apartments\",\n            \"property_address\": \"2909 Hayes Rd, Houston, TX\",\n            \"property_sfid\": \"a054S000000CJy0QAG\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": null,\n            \"aln_id\": \"138841\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Tides at Lake Village\",\n            \"property_address\": \"4358 Point Blvd, Garland, TX 75043\",\n            \"property_sfid\": \"a05Pp000009QdyDIAS\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": null,\n            \"aln_id\": null,\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Tides on Overton Ridge\",\n            \"property_address\": \"5401 Overton Ridge Blvd, Fort Worth, Tx 76132\",\n            \"property_sfid\": \"a05Pp0000027TCDIA2\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"52710\",\n            \"aln_id\": \"137128\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Lakeshore at Preston\",\n            \"property_address\": \"3700 Preston Rd, Plano TX 75093\",\n            \"property_sfid\": \"a05Pp000009APb3IAG\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"lakepres\",\n            \"aln_id\": \"136318\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"The Life at Emerald Oaks\",\n            \"property_address\": \"7440 Hwy 6, Hitchcock, TX, 77563\",\n            \"property_sfid\": \"a054S000000BhmmQAC\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": null,\n            \"aln_id\": \"140096\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"Trailpoint at the Woodlands\",\n            \"property_address\": \"2301 S. Millbend Drive, The Woodlands, TX 77380\",\n            \"property_sfid\": \"a05Pp0000005rdCIAQ\",\n            \"pms_provider\": \"Entrata\",\n            \"pms_property_id\": \"1223872\",\n            \"aln_id\": \"138593\",\n            \"eligible_for_stake_availability\": true\n        },\n        {\n            \"property_name\": \"The Skylark on Harwood\",\n            \"property_address\": \"8359 N Harwood Rd, North Richland Hills, TX 76180\",\n            \"property_sfid\": \"a05Pp000002itajIAA\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"53305\",\n            \"aln_id\": \"137817\",\n            \"eligible_for_stake_availability\": true\n        }\n    ],\n    \"msg\": null\n}"}],"_postman_id":"fc2727cb-88bd-42d2-9444-9a9d78691362"},{"name":"Get Availability","id":"7247a32f-9dc8-49a5-9b97-5ac9154b3d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/:property_sfid/availability","description":"<p>This endpoint returns live information from a property's PMS system about which units are available, their floor plan info, their current pricing, and more. This endpoint</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"a7cfaff5-3e55-4c39-bb42-fb66f8cf7f55","id":"a7cfaff5-3e55-4c39-bb42-fb66f8cf7f55","name":"Embedded Offers","type":"folder"}},"urlObject":{"path":["lead-to-lease",":property_sfid","availability"],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[{"disabled":true,"key":"testing_prop_sfid_entrata","value":"a054S000000Bjg2QAC"},{"disabled":true,"key":"testing_prop_sfid_yardi","value":"a054S000000BkAWQA0"}],"variable":[{"description":{"content":"<p>testing property id for staging env</p>\n","type":"text/plain"},"type":"any","value":"a054S000000Bjg2QAC","key":"property_sfid"}]}},"response":[{"id":"89360992-b6ba-4563-8816-7d2fd5f0c3cb","name":"Get Availability - Yardi example","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/:property_sfid/availability","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["lead-to-lease",":property_sfid","availability"],"query":[{"key":"testing_prop_sfid_entrata","value":"a054S000000Bjg2QAC","type":"text","disabled":true},{"key":"testing_prop_sfid_yardi","value":"a054S000000BkAWQA0","type":"text","disabled":true}],"variable":[{"key":"property_sfid","value":"a054S000000BkAWQA0","description":"testing property id for staging env"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"86935"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-api.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Wed, 16 Jul 2025 18:45:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"property_name\": \"Stake Test Property 2\",\n        \"property_address\": \"4550 Hollister Avenue, Goleta, CA, 93117\",\n        \"property_sfid\": \"a054S000000BkAWQA0\",\n        \"pms_provider\": \"Yardi\",\n        \"pms_property_id\": \"stake02\",\n        \"eligible_for_stake_registration\": true,\n        \"availability\": {\n            \"available_units\": [\n                {\n                    \"id\": \"101\",\n                    \"unit_number\": \"101\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"101\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"101\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57978\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=true\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"1\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        },\n                        \"Amenity\": {\n                            \"@AmenityType\": \"Balcony\",\n                            \"Description\": \"Balcony\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"102\",\n                    \"unit_number\": \"102\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"102\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"102\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57979\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=true\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"1\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"104\",\n                    \"unit_number\": \"104\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [\n                        {\n                            \"@Active\": \"true\",\n                            \"Value\": \"25.00\",\n                            \"Term\": \"1\",\n                            \"DescriptionHeader\": \"104: Unit Spl\",\n                            \"DescriptionBody\": \"11971\",\n                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=True,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                        }\n                    ],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"104\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"104\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57981\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=true\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Concession\": {\n                            \"@Active\": \"true\",\n                            \"Value\": \"25.00\",\n                            \"Term\": \"1\",\n                            \"DescriptionHeader\": \"104: Unit Spl\",\n                            \"DescriptionBody\": \"11971\",\n                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=True,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"1\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"112\",\n                    \"unit_number\": \"112\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"112\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"112\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57989\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"8\",\n                                \"@Day\": \"2\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        },\n                        \"Amenity\": {\n                            \"@AmenityType\": \"Fireplace\",\n                            \"Description\": \"Fireplace\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"113\",\n                    \"unit_number\": \"113\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"113\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"113\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57990\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"7\",\n                                \"@Day\": \"2\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"114\",\n                    \"unit_number\": \"114\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"114\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"114\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57991\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"occupied\",\n                                \"UnitLeasedStatus\": \"on_notice\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=true\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Occupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"2\",\n                                \"@Day\": \"27\",\n                                \"@Year\": \"2018\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"115\",\n                    \"unit_number\": \"115\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"115\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"115\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57992\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"occupied\",\n                                \"UnitLeasedStatus\": \"on_notice\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=true\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Occupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"2\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2018\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        },\n                        \"Amenity\": {\n                            \"@AmenityType\": \"Balcony\",\n                            \"Description\": \"Balcony\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"116\",\n                    \"unit_number\": \"116\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [\n                        {\n                            \"@Active\": \"true\",\n                            \"Value\": \"30.00\",\n                            \"Term\": \"1\",\n                            \"DescriptionHeader\": \"116: Unit Spl\",\n                            \"DescriptionBody\": \"11973\",\n                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=True,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                        }\n                    ],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"116\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"116\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57993\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Concession\": {\n                            \"@Active\": \"true\",\n                            \"Value\": \"30.00\",\n                            \"Term\": \"1\",\n                            \"DescriptionHeader\": \"116: Unit Spl\",\n                            \"DescriptionBody\": \"11973\",\n                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=True,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"2\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        },\n                        \"Amenity\": {\n                            \"@AmenityType\": \"Balcony\",\n                            \"Description\": \"Balcony\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"117\",\n                    \"unit_number\": \"117\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"117\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"117\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57994\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"118\",\n                    \"unit_number\": \"118\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"118\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"118\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57995\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"119\",\n                    \"unit_number\": \"119\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"119\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"119\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57996\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"120\",\n                    \"unit_number\": \"120\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"120\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"120\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57997\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"121\",\n                    \"unit_number\": \"121\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"121\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"121\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57998\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"122\",\n                    \"unit_number\": \"122\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"122\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"122\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"57999\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"123\",\n                    \"unit_number\": \"123\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"123\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"123\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58000\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"124\",\n                    \"unit_number\": \"124\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"124\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"124\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58001\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"125\",\n                    \"unit_number\": \"125\",\n                    \"floorplan_id\": \"ut002081\",\n                    \"floorplan_name\": \"1 Bedroom 1 Bath\",\n                    \"market_rent_min\": 900,\n                    \"market_rent_max\": 900,\n                    \"effective_rent_min\": 900,\n                    \"effective_rent_max\": 900,\n                    \"deposit\": 700,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"125\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"125\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58002\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2361\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002081\",\n                                \"UnitBedrooms\": \"1.00\",\n                                \"UnitBathrooms\": \"1.00\",\n                                \"MinSquareFeet\": \"1000\",\n                                \"MaxSquareFeet\": \"1000\",\n                                \"MarketRent\": \"900.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"900\",\n                            \"@Max\": \"900\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"700.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"201\",\n                    \"unit_number\": \"201\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [\n                        {\n                            \"@Active\": \"true\",\n                            \"Value\": \"30.00\",\n                            \"Term\": \"1\",\n                            \"DescriptionHeader\": \"201: Unit Spl\",\n                            \"DescriptionBody\": \"11975\",\n                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=False,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                        }\n                    ],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"201\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"201\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58003\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=true\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Concession\": {\n                            \"@Active\": \"true\",\n                            \"Value\": \"30.00\",\n                            \"Term\": \"1\",\n                            \"DescriptionHeader\": \"201: Unit Spl\",\n                            \"DescriptionBody\": \"11975\",\n                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=False,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"1\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"202\",\n                    \"unit_number\": \"202\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"202\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"202\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58004\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=true\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"1\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"203\",\n                    \"unit_number\": \"203\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"203\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"203\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58005\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=true\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"1\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"212\",\n                    \"unit_number\": \"212\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [\n                        {\n                            \"@Active\": \"true\",\n                            \"Value\": \"25.00\",\n                            \"Term\": \"1\",\n                            \"DescriptionHeader\": \"212: Unit Spl\",\n                            \"DescriptionBody\": \"11979\",\n                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=False,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                        }\n                    ],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"212\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"212\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58014\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Concession\": {\n                            \"@Active\": \"true\",\n                            \"Value\": \"25.00\",\n                            \"Term\": \"1\",\n                            \"DescriptionHeader\": \"212: Unit Spl\",\n                            \"DescriptionBody\": \"11979\",\n                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=False,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"6\",\n                                \"@Day\": \"2\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        },\n                        \"Amenity\": {\n                            \"@AmenityType\": \"Fireplace\",\n                            \"Description\": \"Fireplace\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"213\",\n                    \"unit_number\": \"213\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"213\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"213\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58015\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"2\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"214\",\n                    \"unit_number\": \"214\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [\n                        {\n                            \"@Active\": \"true\",\n                            \"Value\": \"35.00\",\n                            \"Term\": \"1\",\n                            \"DescriptionHeader\": \"214: Unit Spl\",\n                            \"DescriptionBody\": \"11980\",\n                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=False,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                        }\n                    ],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"214\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"214\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58016\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Concession\": {\n                            \"@Active\": \"true\",\n                            \"Value\": \"35.00\",\n                            \"Term\": \"1\",\n                            \"DescriptionHeader\": \"214: Unit Spl\",\n                            \"DescriptionBody\": \"11980\",\n                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=False,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"1\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"215\",\n                    \"unit_number\": \"215\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"215\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"215\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58017\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"occupied\",\n                                \"UnitLeasedStatus\": \"on_notice\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=true\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Occupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"3\",\n                                \"@Day\": \"24\",\n                                \"@Year\": \"2018\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"216\",\n                    \"unit_number\": \"216\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"216\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"216\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58018\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"10\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"217\",\n                    \"unit_number\": \"217\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [\n                        {\n                            \"@Active\": \"true\",\n                            \"Value\": \"40.00\",\n                            \"Term\": \"1\",\n                            \"DescriptionHeader\": \"217: Unit Spl\",\n                            \"DescriptionBody\": \"11981\",\n                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=True,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                        }\n                    ],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"217\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"217\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58019\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Concession\": {\n                            \"@Active\": \"true\",\n                            \"Value\": \"40.00\",\n                            \"Term\": \"1\",\n                            \"DescriptionHeader\": \"217: Unit Spl\",\n                            \"DescriptionBody\": \"11981\",\n                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=True,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"218\",\n                    \"unit_number\": \"218\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"218\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"218\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58020\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"219\",\n                    \"unit_number\": \"219\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"219\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"219\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58021\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"220\",\n                    \"unit_number\": \"220\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"220\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"220\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58022\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"221\",\n                    \"unit_number\": \"221\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"221\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"221\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58023\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"222\",\n                    \"unit_number\": \"222\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"222\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"222\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58024\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"223\",\n                    \"unit_number\": \"223\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"223\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"223\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58025\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"224\",\n                    \"unit_number\": \"224\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"224\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"224\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58026\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                },\n                {\n                    \"id\": \"225\",\n                    \"unit_number\": \"225\",\n                    \"floorplan_id\": \"ut002082\",\n                    \"floorplan_name\": \"2 Bedroom 2 Bath\",\n                    \"market_rent_min\": 1300,\n                    \"market_rent_max\": 1300,\n                    \"effective_rent_min\": 1300,\n                    \"effective_rent_max\": 1300,\n                    \"deposit\": 1150,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"@IDValue\": \"225\",\n                        \"Units\": {\n                            \"Unit\": {\n                                \"Identification\": [\n                                    {\n                                        \"@IDValue\": \"225\",\n                                        \"@OrganizationName\": \"Unit\",\n                                        \"@IDType\": \"58027\"\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@OrganizationName\": \"UnitType\",\n                                        \"@IDType\": \"2362\"\n                                    }\n                                ],\n                                \"UnitType\": \"ut002082\",\n                                \"UnitBedrooms\": \"2.00\",\n                                \"UnitBathrooms\": \"2.00\",\n                                \"MinSquareFeet\": \"1600\",\n                                \"MaxSquareFeet\": \"1600\",\n                                \"MarketRent\": \"1300.00\",\n                                \"UnitEconomicStatus\": \"residential\",\n                                \"UnitOccupancyStatus\": \"vacant\",\n                                \"UnitLeasedStatus\": \"available\",\n                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                            }\n                        },\n                        \"Comment\": \"RentReady=false\",\n                        \"EffectiveRent\": {\n                            \"@Min\": \"1300\",\n                            \"@Max\": \"1300\"\n                        },\n                        \"Deposit\": {\n                            \"@DepositType\": \"deposit\",\n                            \"Amount\": {\n                                \"@AmountType\": \"Actual\",\n                                \"ValueRange\": {\n                                    \"@Exact\": \"1150.00\"\n                                }\n                            },\n                            \"Description\": \"Deposit\",\n                            \"PercentRefundable\": \"100\",\n                            \"PortionRefundable\": \"100\"\n                        },\n                        \"Availability\": {\n                            \"VacateDate\": {\n                                \"@Month\": \"1\",\n                                \"@Day\": \"7\",\n                                \"@Year\": \"2022\"\n                            },\n                            \"VacancyClass\": \"Unoccupied\",\n                            \"MadeReadyDate\": {\n                                \"@Month\": \"9\",\n                                \"@Day\": \"4\",\n                                \"@Year\": \"2014\"\n                            }\n                        },\n                        \"Fee\": {\n                            \"ProrateType\": \"Standard\",\n                            \"LateType\": \"flat amount\",\n                            \"LatePercent\": \"0.00\",\n                            \"LateMinFee\": \"0.00\",\n                            \"LateFeePerDay\": \"1.00\",\n                            \"NonRefundableHoldFee\": \"0\"\n                        }\n                    }\n                }\n            ],\n            \"floor_plans\": [\n                {\n                    \"id\": \"ut002081\",\n                    \"name\": \"1 Bedroom 1 Bath\"\n                },\n                {\n                    \"id\": \"ut002082\",\n                    \"name\": \"2 Bedroom 2 Bath\"\n                }\n            ],\n            \"raw_pms_response\": {\n                \"AvailableUnits_LoginResponse\": {\n                    \"@xmlns\": \"http://tempuri.org/YSI.Interfaces.WebServices/ItfILSGuestCard\",\n                    \"AvailableUnits_LoginResult\": {\n                        \"PhysicalProperty\": {\n                            \"@xmlns:xsi\": \"http://www.w3.org/2001/XMLSchema-instance\",\n                            \"@xmlns:MITS\": \"http://my-company.com/namespace\",\n                            \"@xsi:noNamespaceSchemaLocation\": \"Itf_MITS_PropertyMarketingILS4.0.xsd\",\n                            \"@xmlns\": \"\",\n                            \"Property\": {\n                                \"@IDValue\": \"stake02\",\n                                \"PropertyID\": {\n                                    \"Identification\": {\n                                        \"@IDValue\": \"stake02\"\n                                    },\n                                    \"MarketingName\": \"Stake Test Property 2\",\n                                    \"Address\": {\n                                        \"@AddressType\": \"property\",\n                                        \"AddressLine1\": \"4550 Hollister Avenue\",\n                                        \"AddressLine2\": null,\n                                        \"City\": \"Goleta\",\n                                        \"State\": \"CA\",\n                                        \"PostalCode\": \"93117\",\n                                        \"Country\": \"United States\"\n                                    }\n                                },\n                                \"ILS_Identification\": {\n                                    \"@ILS_IdentificationType\": \"Unspecified\",\n                                    \"@RentalType\": \"Unspecified\"\n                                },\n                                \"Information\": {\n                                    \"StructureType\": \"Unspecified\",\n                                    \"UnitCount\": \"34\"\n                                },\n                                \"Amenity\": {\n                                    \"@AmenityType\": \"Pool\",\n                                    \"Description\": \"Pool\"\n                                },\n                                \"Floorplan\": [\n                                    {\n                                        \"@IDValue\": \"ut002081\",\n                                        \"@IDType\": \"2361\",\n                                        \"Name\": \"1 Bedroom 1 Bath\",\n                                        \"UnitCount\": \"17\",\n                                        \"Room\": [\n                                            {\n                                                \"@RoomType\": \"Bedroom\",\n                                                \"Count\": \"1.00\",\n                                                \"Comment\": null\n                                            },\n                                            {\n                                                \"@RoomType\": \"Bathroom\",\n                                                \"Count\": \"1.00\",\n                                                \"Comment\": null\n                                            }\n                                        ],\n                                        \"SquareFeet\": {\n                                            \"@Min\": \"1000\",\n                                            \"@Max\": \"1000\"\n                                        },\n                                        \"MarketRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Concession\": [\n                                            {\n                                                \"@Active\": \"true\",\n                                                \"Value\": \"30.00\",\n                                                \"Term\": \"1\",\n                                                \"DescriptionHeader\": \"1B1B : R: Unit Type Spl\",\n                                                \"DescriptionBody\": \"11969\",\n                                                \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=False,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,ValueType=Flat\"\n                                            },\n                                            {\n                                                \"@Active\": \"true\",\n                                                \"Value\": \"50.00\",\n                                                \"Term\": \"1\",\n                                                \"DescriptionHeader\": \"1B1B : N : Unit Type Special\",\n                                                \"DescriptionBody\": \"11970\",\n                                                \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=True,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,ValueType=Flat\"\n                                            }\n                                        ],\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\",\n                                            \"AdminFee\": \"0\",\n                                            \"ApplicationFee\": \"0\",\n                                            \"BrokerFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"ut002082\",\n                                        \"@IDType\": \"2362\",\n                                        \"Name\": \"2 Bedroom 2 Bath\",\n                                        \"UnitCount\": \"17\",\n                                        \"Room\": [\n                                            {\n                                                \"@RoomType\": \"Bedroom\",\n                                                \"Count\": \"2.00\",\n                                                \"Comment\": null\n                                            },\n                                            {\n                                                \"@RoomType\": \"Bathroom\",\n                                                \"Count\": \"2.00\",\n                                                \"Comment\": null\n                                            }\n                                        ],\n                                        \"SquareFeet\": {\n                                            \"@Min\": \"1600\",\n                                            \"@Max\": \"1600\"\n                                        },\n                                        \"MarketRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Concession\": {\n                                            \"@Active\": \"true\",\n                                            \"Value\": \"40.00\",\n                                            \"Term\": \"1\",\n                                            \"DescriptionHeader\": \"2B2B : N : Unit Type Special\",\n                                            \"DescriptionBody\": \"11974\",\n                                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=True,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,ValueType=Flat\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\",\n                                            \"AdminFee\": \"0\",\n                                            \"ApplicationFee\": \"0\",\n                                            \"BrokerFee\": \"0\"\n                                        }\n                                    }\n                                ],\n                                \"ILS_Unit\": [\n                                    {\n                                        \"@IDValue\": \"101\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"101\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57978\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=true\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"1\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        },\n                                        \"Amenity\": {\n                                            \"@AmenityType\": \"Balcony\",\n                                            \"Description\": \"Balcony\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"102\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"102\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57979\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=true\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"1\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"104\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"104\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57981\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=true\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Concession\": {\n                                            \"@Active\": \"true\",\n                                            \"Value\": \"25.00\",\n                                            \"Term\": \"1\",\n                                            \"DescriptionHeader\": \"104: Unit Spl\",\n                                            \"DescriptionBody\": \"11971\",\n                                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=True,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"1\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"112\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"112\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57989\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"8\",\n                                                \"@Day\": \"2\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        },\n                                        \"Amenity\": {\n                                            \"@AmenityType\": \"Fireplace\",\n                                            \"Description\": \"Fireplace\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"113\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"113\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57990\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"7\",\n                                                \"@Day\": \"2\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"114\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"114\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57991\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"occupied\",\n                                                \"UnitLeasedStatus\": \"on_notice\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=true\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Occupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"2\",\n                                                \"@Day\": \"27\",\n                                                \"@Year\": \"2018\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"115\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"115\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57992\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"occupied\",\n                                                \"UnitLeasedStatus\": \"on_notice\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=true\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Occupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"2\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2018\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        },\n                                        \"Amenity\": {\n                                            \"@AmenityType\": \"Balcony\",\n                                            \"Description\": \"Balcony\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"116\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"116\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57993\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Concession\": {\n                                            \"@Active\": \"true\",\n                                            \"Value\": \"30.00\",\n                                            \"Term\": \"1\",\n                                            \"DescriptionHeader\": \"116: Unit Spl\",\n                                            \"DescriptionBody\": \"11973\",\n                                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=True,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"2\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        },\n                                        \"Amenity\": {\n                                            \"@AmenityType\": \"Balcony\",\n                                            \"Description\": \"Balcony\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"117\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"117\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57994\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"118\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"118\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57995\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"119\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"119\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57996\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"120\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"120\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57997\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"121\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"121\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57998\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"122\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"122\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"57999\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"123\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"123\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58000\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"124\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"124\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58001\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"125\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"125\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58002\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002081\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2361\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002081\",\n                                                \"UnitBedrooms\": \"1.00\",\n                                                \"UnitBathrooms\": \"1.00\",\n                                                \"MinSquareFeet\": \"1000\",\n                                                \"MaxSquareFeet\": \"1000\",\n                                                \"MarketRent\": \"900.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"1 Bedroom 1 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"900\",\n                                            \"@Max\": \"900\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"700.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"201\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"201\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58003\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=true\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Concession\": {\n                                            \"@Active\": \"true\",\n                                            \"Value\": \"30.00\",\n                                            \"Term\": \"1\",\n                                            \"DescriptionHeader\": \"201: Unit Spl\",\n                                            \"DescriptionBody\": \"11975\",\n                                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=False,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"1\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"202\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"202\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58004\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=true\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"1\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"203\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"203\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58005\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=true\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"1\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"212\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"212\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58014\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Concession\": {\n                                            \"@Active\": \"true\",\n                                            \"Value\": \"25.00\",\n                                            \"Term\": \"1\",\n                                            \"DescriptionHeader\": \"212: Unit Spl\",\n                                            \"DescriptionBody\": \"11979\",\n                                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=False,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"6\",\n                                                \"@Day\": \"2\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        },\n                                        \"Amenity\": {\n                                            \"@AmenityType\": \"Fireplace\",\n                                            \"Description\": \"Fireplace\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"213\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"213\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58015\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"2\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"214\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"214\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58016\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Concession\": {\n                                            \"@Active\": \"true\",\n                                            \"Value\": \"35.00\",\n                                            \"Term\": \"1\",\n                                            \"DescriptionHeader\": \"214: Unit Spl\",\n                                            \"DescriptionBody\": \"11980\",\n                                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=False,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"1\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"215\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"215\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58017\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"occupied\",\n                                                \"UnitLeasedStatus\": \"on_notice\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=true\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Occupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"3\",\n                                                \"@Day\": \"24\",\n                                                \"@Year\": \"2018\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"216\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"216\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58018\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"10\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"217\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"217\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58019\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Concession\": {\n                                            \"@Active\": \"true\",\n                                            \"Value\": \"40.00\",\n                                            \"Term\": \"1\",\n                                            \"DescriptionHeader\": \"217: Unit Spl\",\n                                            \"DescriptionBody\": \"11981\",\n                                            \"DescriptionFooter\": \"Modifiable=False,Required=False,NewMoveIn=True,ShowOnPortal=False,ChargeCode=conces,OneTimeOrRecurring=1,MaxTerm=0,MinTerm=1,ValueType=Flat\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"218\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"218\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58020\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"219\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"219\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58021\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"220\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"220\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58022\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"221\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"221\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58023\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"222\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"222\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58024\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"223\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"223\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58025\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"224\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"224\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58026\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    },\n                                    {\n                                        \"@IDValue\": \"225\",\n                                        \"Units\": {\n                                            \"Unit\": {\n                                                \"Identification\": [\n                                                    {\n                                                        \"@IDValue\": \"225\",\n                                                        \"@OrganizationName\": \"Unit\",\n                                                        \"@IDType\": \"58027\"\n                                                    },\n                                                    {\n                                                        \"@IDValue\": \"ut002082\",\n                                                        \"@OrganizationName\": \"UnitType\",\n                                                        \"@IDType\": \"2362\"\n                                                    }\n                                                ],\n                                                \"UnitType\": \"ut002082\",\n                                                \"UnitBedrooms\": \"2.00\",\n                                                \"UnitBathrooms\": \"2.00\",\n                                                \"MinSquareFeet\": \"1600\",\n                                                \"MaxSquareFeet\": \"1600\",\n                                                \"MarketRent\": \"1300.00\",\n                                                \"UnitEconomicStatus\": \"residential\",\n                                                \"UnitOccupancyStatus\": \"vacant\",\n                                                \"UnitLeasedStatus\": \"available\",\n                                                \"FloorplanName\": \"2 Bedroom 2 Bath\"\n                                            }\n                                        },\n                                        \"Comment\": \"RentReady=false\",\n                                        \"EffectiveRent\": {\n                                            \"@Min\": \"1300\",\n                                            \"@Max\": \"1300\"\n                                        },\n                                        \"Deposit\": {\n                                            \"@DepositType\": \"deposit\",\n                                            \"Amount\": {\n                                                \"@AmountType\": \"Actual\",\n                                                \"ValueRange\": {\n                                                    \"@Exact\": \"1150.00\"\n                                                }\n                                            },\n                                            \"Description\": \"Deposit\",\n                                            \"PercentRefundable\": \"100\",\n                                            \"PortionRefundable\": \"100\"\n                                        },\n                                        \"Availability\": {\n                                            \"VacateDate\": {\n                                                \"@Month\": \"1\",\n                                                \"@Day\": \"7\",\n                                                \"@Year\": \"2022\"\n                                            },\n                                            \"VacancyClass\": \"Unoccupied\",\n                                            \"MadeReadyDate\": {\n                                                \"@Month\": \"9\",\n                                                \"@Day\": \"4\",\n                                                \"@Year\": \"2014\"\n                                            }\n                                        },\n                                        \"Fee\": {\n                                            \"ProrateType\": \"Standard\",\n                                            \"LateType\": \"flat amount\",\n                                            \"LatePercent\": \"0.00\",\n                                            \"LateMinFee\": \"0.00\",\n                                            \"LateFeePerDay\": \"1.00\",\n                                            \"NonRefundableHoldFee\": \"0\"\n                                        }\n                                    }\n                                ]\n                            }\n                        }\n                    }\n                }\n            }\n        }\n    },\n    \"msg\": null\n}"},{"id":"fa761778-02b6-47ef-8fd5-4e8cf2df6dab","name":"Get Availability - Entrata example","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/:property_sfid/availability","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["lead-to-lease",":property_sfid","availability"],"query":[{"key":"testing_prop_sfid_entrata","value":"a054S000000Bjg2QAC","type":"text","disabled":true},{"key":"testing_prop_sfid_yardi","value":"a054S000000BkAWQA0","type":"text","disabled":true}],"variable":[{"key":"property_sfid","value":"a054S000000Bjg2QAC","description":"testing property id for staging env"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"18149"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-api.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Wed, 16 Jul 2025 18:46:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"property_name\": \"Rippling Stream\",\n        \"property_address\": \"200 Seven Oaks Rd, Durham, NC 27704\",\n        \"property_sfid\": \"a054S000000Bjg2QAC\",\n        \"pms_provider\": \"Entrata\",\n        \"pms_property_id\": \"1057457\",\n        \"eligible_for_stake_registration\": true,\n        \"availability\": {\n            \"available_units\": [\n                {\n                    \"id\": \"20740\",\n                    \"unit_number\": \"10\",\n                    \"floorplan_id\": \"7502\",\n                    \"floorplan_name\": \"One Bedroom\",\n                    \"market_rent_min\": 1000,\n                    \"market_rent_max\": 1000,\n                    \"effective_rent_min\": 1000,\n                    \"effective_rent_max\": 1000,\n                    \"deposit\": 1000,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"unitSpaceId\": 22371,\n                        \"unitNumber\": \"10\",\n                        \"marketingUnitNumber\": \"10\",\n                        \"isAffordable\": 0,\n                        \"hasPricing\": 1,\n                        \"rent\": {\n                            \"termRent\": [\n                                {\n                                    \"leaseTermId\": \"1\",\n                                    \"leaseTerm\": \"3 Months\",\n                                    \"leaseTermName\": \"3 months\",\n                                    \"rent\": \"1,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"3\",\n                                    \"leaseTerm\": \"9 Months\",\n                                    \"leaseTermName\": \"9 months\",\n                                    \"rent\": \"1,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"4\",\n                                    \"leaseTerm\": \"12 Months\",\n                                    \"leaseTermName\": \"12 months\",\n                                    \"rent\": \"1,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"5\",\n                                    \"leaseTerm\": \"15 Months\",\n                                    \"leaseTermName\": \"15 months\",\n                                    \"rent\": \"1,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"6\",\n                                    \"leaseTerm\": \"18 Months\",\n                                    \"leaseTermName\": \"18 months\",\n                                    \"rent\": \"1,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"2\",\n                                    \"leaseTerm\": \"6 Months\",\n                                    \"leaseTermName\": \"6 months\",\n                                    \"isBestPrice\": \"1\",\n                                    \"rent\": \"1,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                }\n                            ],\n                            \"minRent\": \"1,000.00\",\n                            \"maxRent\": \"1,000.00\"\n                        },\n                        \"minDeposit\": \"1,000.00\",\n                        \"maxDeposit\": \"2,000.00\",\n                        \"occupancyTypeId\": 1,\n                        \"occupancyTypeName\": \"Conventional\",\n                        \"exclusionReason\": \"Not Excluded\",\n                        \"availabilityStatus\": \"Vacant Ready (Available)\",\n                        \"effectiveRent\": 1000,\n                        \"availableDate\": \"01/24/2025\"\n                    }\n                },\n                {\n                    \"id\": \"20741\",\n                    \"unit_number\": \"11\",\n                    \"floorplan_id\": \"7502\",\n                    \"floorplan_name\": \"One Bedroom\",\n                    \"market_rent_min\": 1000,\n                    \"market_rent_max\": 1000,\n                    \"effective_rent_min\": 1000,\n                    \"effective_rent_max\": 1000,\n                    \"deposit\": 1000,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"unitSpaceId\": 22372,\n                        \"unitNumber\": \"11\",\n                        \"marketingUnitNumber\": \"11\",\n                        \"isAffordable\": 0,\n                        \"hasPricing\": 1,\n                        \"rent\": {\n                            \"termRent\": [\n                                {\n                                    \"leaseTermId\": \"1\",\n                                    \"leaseTerm\": \"3 Months\",\n                                    \"leaseTermName\": \"3 months\",\n                                    \"rent\": \"1,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"2\",\n                                    \"leaseTerm\": \"6 Months\",\n                                    \"leaseTermName\": \"6 months\",\n                                    \"rent\": \"1,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"3\",\n                                    \"leaseTerm\": \"9 Months\",\n                                    \"leaseTermName\": \"9 months\",\n                                    \"rent\": \"1,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"5\",\n                                    \"leaseTerm\": \"15 Months\",\n                                    \"leaseTermName\": \"15 months\",\n                                    \"rent\": \"1,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"6\",\n                                    \"leaseTerm\": \"18 Months\",\n                                    \"leaseTermName\": \"18 months\",\n                                    \"rent\": \"1,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"4\",\n                                    \"leaseTerm\": \"12 Months\",\n                                    \"leaseTermName\": \"12 months\",\n                                    \"isBestPrice\": \"1\",\n                                    \"rent\": \"1,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                }\n                            ],\n                            \"minRent\": \"1,000.00\",\n                            \"maxRent\": \"1,000.00\"\n                        },\n                        \"minDeposit\": \"1,000.00\",\n                        \"maxDeposit\": \"2,000.00\",\n                        \"occupancyTypeId\": 1,\n                        \"occupancyTypeName\": \"Conventional\",\n                        \"exclusionReason\": \"Not Excluded\",\n                        \"availabilityStatus\": \"Vacant Ready (Available)\",\n                        \"effectiveRent\": 1000,\n                        \"availableDate\": \"01/24/2025\"\n                    }\n                },\n                {\n                    \"id\": \"20742\",\n                    \"unit_number\": \"12\",\n                    \"floorplan_id\": \"7502\",\n                    \"floorplan_name\": \"One Bedroom\",\n                    \"market_rent_min\": 2000,\n                    \"market_rent_max\": 2000,\n                    \"effective_rent_min\": 2000,\n                    \"effective_rent_max\": 2000,\n                    \"deposit\": 1000,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"unitSpaceId\": 22373,\n                        \"unitNumber\": \"12\",\n                        \"marketingUnitNumber\": \"12\",\n                        \"isAffordable\": 0,\n                        \"hasPricing\": 1,\n                        \"rent\": {\n                            \"termRent\": [\n                                {\n                                    \"leaseTermId\": \"1\",\n                                    \"leaseTerm\": \"3 Months\",\n                                    \"leaseTermName\": \"3 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"3\",\n                                    \"leaseTerm\": \"9 Months\",\n                                    \"leaseTermName\": \"9 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"4\",\n                                    \"leaseTerm\": \"12 Months\",\n                                    \"leaseTermName\": \"12 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"5\",\n                                    \"leaseTerm\": \"15 Months\",\n                                    \"leaseTermName\": \"15 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"6\",\n                                    \"leaseTerm\": \"18 Months\",\n                                    \"leaseTermName\": \"18 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"2\",\n                                    \"leaseTerm\": \"6 Months\",\n                                    \"leaseTermName\": \"6 months\",\n                                    \"isBestPrice\": \"1\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                }\n                            ],\n                            \"minRent\": \"2,000.00\",\n                            \"maxRent\": \"2,000.00\"\n                        },\n                        \"minDeposit\": \"1,000.00\",\n                        \"maxDeposit\": \"2,000.00\",\n                        \"occupancyTypeId\": 1,\n                        \"occupancyTypeName\": \"Conventional\",\n                        \"exclusionReason\": \"Not Excluded\",\n                        \"availabilityStatus\": \"Vacant Ready (Available)\",\n                        \"effectiveRent\": 2000,\n                        \"availableDate\": \"01/24/2025\"\n                    }\n                },\n                {\n                    \"id\": \"20744\",\n                    \"unit_number\": \"14\",\n                    \"floorplan_id\": \"7503\",\n                    \"floorplan_name\": \"Two Bedroom\",\n                    \"market_rent_min\": 2000,\n                    \"market_rent_max\": 2000,\n                    \"effective_rent_min\": 2000,\n                    \"effective_rent_max\": 2000,\n                    \"deposit\": 2000,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"unitSpaceId\": 22375,\n                        \"unitNumber\": \"14\",\n                        \"marketingUnitNumber\": \"14\",\n                        \"isAffordable\": 0,\n                        \"hasPricing\": 1,\n                        \"rent\": {\n                            \"termRent\": [\n                                {\n                                    \"leaseTermId\": \"1\",\n                                    \"leaseTerm\": \"3 Months\",\n                                    \"leaseTermName\": \"3 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"2\",\n                                    \"leaseTerm\": \"6 Months\",\n                                    \"leaseTermName\": \"6 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"3\",\n                                    \"leaseTerm\": \"9 Months\",\n                                    \"leaseTermName\": \"9 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"4\",\n                                    \"leaseTerm\": \"12 Months\",\n                                    \"leaseTermName\": \"12 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"5\",\n                                    \"leaseTerm\": \"15 Months\",\n                                    \"leaseTermName\": \"15 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"6\",\n                                    \"leaseTerm\": \"18 Months\",\n                                    \"leaseTermName\": \"18 months\",\n                                    \"isBestPrice\": \"1\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                }\n                            ],\n                            \"minRent\": \"2,000.00\",\n                            \"maxRent\": \"2,000.00\"\n                        },\n                        \"minDeposit\": \"2,000.00\",\n                        \"maxDeposit\": \"2,000.00\",\n                        \"occupancyTypeId\": 1,\n                        \"occupancyTypeName\": \"Conventional\",\n                        \"exclusionReason\": \"Not Excluded\",\n                        \"availabilityStatus\": \"Vacant Ready (Available)\",\n                        \"effectiveRent\": 2000,\n                        \"availableDate\": \"01/24/2025\"\n                    }\n                },\n                {\n                    \"id\": \"20745\",\n                    \"unit_number\": \"15\",\n                    \"floorplan_id\": \"7503\",\n                    \"floorplan_name\": \"Two Bedroom\",\n                    \"market_rent_min\": 2000,\n                    \"market_rent_max\": 2000,\n                    \"effective_rent_min\": 2000,\n                    \"effective_rent_max\": 2000,\n                    \"deposit\": 2000,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"unitSpaceId\": 22376,\n                        \"unitNumber\": \"15\",\n                        \"marketingUnitNumber\": \"15\",\n                        \"isAffordable\": 0,\n                        \"hasPricing\": 1,\n                        \"rent\": {\n                            \"termRent\": [\n                                {\n                                    \"leaseTermId\": \"1\",\n                                    \"leaseTerm\": \"3 Months\",\n                                    \"leaseTermName\": \"3 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"2\",\n                                    \"leaseTerm\": \"6 Months\",\n                                    \"leaseTermName\": \"6 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"3\",\n                                    \"leaseTerm\": \"9 Months\",\n                                    \"leaseTermName\": \"9 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"4\",\n                                    \"leaseTerm\": \"12 Months\",\n                                    \"leaseTermName\": \"12 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"5\",\n                                    \"leaseTerm\": \"15 Months\",\n                                    \"leaseTermName\": \"15 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"6\",\n                                    \"leaseTerm\": \"18 Months\",\n                                    \"leaseTermName\": \"18 months\",\n                                    \"isBestPrice\": \"1\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                }\n                            ],\n                            \"minRent\": \"2,000.00\",\n                            \"maxRent\": \"2,000.00\"\n                        },\n                        \"minDeposit\": \"2,000.00\",\n                        \"maxDeposit\": \"2,000.00\",\n                        \"occupancyTypeId\": 1,\n                        \"occupancyTypeName\": \"Conventional\",\n                        \"exclusionReason\": \"Not Excluded\",\n                        \"availabilityStatus\": \"Vacant Ready (Available)\",\n                        \"effectiveRent\": 2000,\n                        \"availableDate\": \"01/24/2025\"\n                    }\n                },\n                {\n                    \"id\": \"20746\",\n                    \"unit_number\": \"16\",\n                    \"floorplan_id\": \"7503\",\n                    \"floorplan_name\": \"Two Bedroom\",\n                    \"market_rent_min\": 2000,\n                    \"market_rent_max\": 2000,\n                    \"effective_rent_min\": 2000,\n                    \"effective_rent_max\": 2000,\n                    \"deposit\": 2000,\n                    \"concessions\": [],\n                    \"raw_data_from_pms\": {\n                        \"unitSpaceId\": 22377,\n                        \"unitNumber\": \"16\",\n                        \"marketingUnitNumber\": \"16\",\n                        \"isAffordable\": 0,\n                        \"hasPricing\": 1,\n                        \"rent\": {\n                            \"termRent\": [\n                                {\n                                    \"leaseTermId\": \"1\",\n                                    \"leaseTerm\": \"3 Months\",\n                                    \"leaseTermName\": \"3 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"2\",\n                                    \"leaseTerm\": \"6 Months\",\n                                    \"leaseTermName\": \"6 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"4\",\n                                    \"leaseTerm\": \"12 Months\",\n                                    \"leaseTermName\": \"12 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"5\",\n                                    \"leaseTerm\": \"15 Months\",\n                                    \"leaseTermName\": \"15 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"6\",\n                                    \"leaseTerm\": \"18 Months\",\n                                    \"leaseTermName\": \"18 months\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                },\n                                {\n                                    \"leaseTermId\": \"3\",\n                                    \"leaseTerm\": \"9 Months\",\n                                    \"leaseTermName\": \"9 months\",\n                                    \"isBestPrice\": \"1\",\n                                    \"rent\": \"2,000.00\",\n                                    \"rateFrequency\": \"Monthly\"\n                                }\n                            ],\n                            \"minRent\": \"2,000.00\",\n                            \"maxRent\": \"2,000.00\"\n                        },\n                        \"minDeposit\": \"2,000.00\",\n                        \"maxDeposit\": \"2,000.00\",\n                        \"occupancyTypeId\": 1,\n                        \"occupancyTypeName\": \"Conventional\",\n                        \"exclusionReason\": \"Not Excluded\",\n                        \"availabilityStatus\": \"Vacant Ready (Available)\",\n                        \"effectiveRent\": 2000,\n                        \"availableDate\": \"01/24/2025\"\n                    }\n                }\n            ],\n            \"floor_plans\": [\n                {\n                    \"id\": \"7502\",\n                    \"name\": \"One Bedroom\"\n                },\n                {\n                    \"id\": \"7503\",\n                    \"name\": \"Two Bedroom\"\n                }\n            ],\n            \"raw_pms_response\": {\n                \"properties\": {\n                    \"property\": [\n                        {\n                            \"propertyId\": 100076551,\n                            \"propertyName\": \"Stake\",\n                            \"currencyCode\": \"USD\",\n                            \"buildingCount\": 0,\n                            \"unitCount\": 30,\n                            \"units\": {\n                                \"unit\": [\n                                    {\n                                        \"id\": 20740,\n                                        \"remotePrimaryKey\": \"100076551~..~10\",\n                                        \"unitNumber\": \"10\",\n                                        \"unitTypeId\": 6990,\n                                        \"unitTypeName\": \"One Bedroom\",\n                                        \"floorPlanId\": 7502,\n                                        \"floorplanName\": \"One Bedroom\",\n                                        \"numberOfBedrooms\": 0,\n                                        \"numberOfBathrooms\": 0,\n                                        \"SquareFeet\": 1000,\n                                        \"maxNumberOccupants\": 0,\n                                        \"maxNumberOfPets\": 0,\n                                        \"isCorporateRented\": \"0\",\n                                        \"isFurnished\": \"0\",\n                                        \"unitAddress\": {\n                                            \"address\": \"4288 Elk Street\",\n                                            \"city\": \"Newport Beach\",\n                                            \"state\": \"CA\",\n                                            \"postalCode\": \"92660\",\n                                            \"country\": \"US\"\n                                        },\n                                        \"unitSpaces\": {\n                                            \"unitSpace\": [\n                                                {\n                                                    \"unitSpaceId\": 22371,\n                                                    \"unitNumber\": \"10\",\n                                                    \"marketingUnitNumber\": \"10\",\n                                                    \"isAffordable\": 0,\n                                                    \"hasPricing\": 1,\n                                                    \"rent\": {\n                                                        \"termRent\": [\n                                                            {\n                                                                \"leaseTermId\": \"1\",\n                                                                \"leaseTerm\": \"3 Months\",\n                                                                \"leaseTermName\": \"3 months\",\n                                                                \"rent\": \"1,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"3\",\n                                                                \"leaseTerm\": \"9 Months\",\n                                                                \"leaseTermName\": \"9 months\",\n                                                                \"rent\": \"1,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"4\",\n                                                                \"leaseTerm\": \"12 Months\",\n                                                                \"leaseTermName\": \"12 months\",\n                                                                \"rent\": \"1,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"5\",\n                                                                \"leaseTerm\": \"15 Months\",\n                                                                \"leaseTermName\": \"15 months\",\n                                                                \"rent\": \"1,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"6\",\n                                                                \"leaseTerm\": \"18 Months\",\n                                                                \"leaseTermName\": \"18 months\",\n                                                                \"rent\": \"1,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"2\",\n                                                                \"leaseTerm\": \"6 Months\",\n                                                                \"leaseTermName\": \"6 months\",\n                                                                \"isBestPrice\": \"1\",\n                                                                \"rent\": \"1,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            }\n                                                        ],\n                                                        \"minRent\": \"1,000.00\",\n                                                        \"maxRent\": \"1,000.00\"\n                                                    },\n                                                    \"minDeposit\": \"1,000.00\",\n                                                    \"maxDeposit\": \"2,000.00\",\n                                                    \"occupancyTypeId\": 1,\n                                                    \"occupancyTypeName\": \"Conventional\",\n                                                    \"exclusionReason\": \"Not Excluded\",\n                                                    \"availabilityStatus\": \"Vacant Ready (Available)\",\n                                                    \"effectiveRent\": 1000,\n                                                    \"availableDate\": \"01/24/2025\"\n                                                }\n                                            ]\n                                        }\n                                    },\n                                    {\n                                        \"id\": 20741,\n                                        \"remotePrimaryKey\": \"100076551~..~11\",\n                                        \"unitNumber\": \"11\",\n                                        \"unitTypeId\": 6990,\n                                        \"unitTypeName\": \"One Bedroom\",\n                                        \"floorPlanId\": 7502,\n                                        \"floorplanName\": \"One Bedroom\",\n                                        \"numberOfBedrooms\": 0,\n                                        \"numberOfBathrooms\": 0,\n                                        \"SquareFeet\": 1000,\n                                        \"maxNumberOccupants\": 0,\n                                        \"maxNumberOfPets\": 0,\n                                        \"isCorporateRented\": \"0\",\n                                        \"isFurnished\": \"0\",\n                                        \"unitAddress\": {\n                                            \"address\": \"765 Washburn Street\",\n                                            \"city\": \"Baton Rouge\",\n                                            \"state\": \"LA\",\n                                            \"postalCode\": \"70816\",\n                                            \"country\": \"US\"\n                                        },\n                                        \"unitSpaces\": {\n                                            \"unitSpace\": [\n                                                {\n                                                    \"unitSpaceId\": 22372,\n                                                    \"unitNumber\": \"11\",\n                                                    \"marketingUnitNumber\": \"11\",\n                                                    \"isAffordable\": 0,\n                                                    \"hasPricing\": 1,\n                                                    \"rent\": {\n                                                        \"termRent\": [\n                                                            {\n                                                                \"leaseTermId\": \"1\",\n                                                                \"leaseTerm\": \"3 Months\",\n                                                                \"leaseTermName\": \"3 months\",\n                                                                \"rent\": \"1,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"2\",\n                                                                \"leaseTerm\": \"6 Months\",\n                                                                \"leaseTermName\": \"6 months\",\n                                                                \"rent\": \"1,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"3\",\n                                                                \"leaseTerm\": \"9 Months\",\n                                                                \"leaseTermName\": \"9 months\",\n                                                                \"rent\": \"1,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"5\",\n                                                                \"leaseTerm\": \"15 Months\",\n                                                                \"leaseTermName\": \"15 months\",\n                                                                \"rent\": \"1,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"6\",\n                                                                \"leaseTerm\": \"18 Months\",\n                                                                \"leaseTermName\": \"18 months\",\n                                                                \"rent\": \"1,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"4\",\n                                                                \"leaseTerm\": \"12 Months\",\n                                                                \"leaseTermName\": \"12 months\",\n                                                                \"isBestPrice\": \"1\",\n                                                                \"rent\": \"1,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            }\n                                                        ],\n                                                        \"minRent\": \"1,000.00\",\n                                                        \"maxRent\": \"1,000.00\"\n                                                    },\n                                                    \"minDeposit\": \"1,000.00\",\n                                                    \"maxDeposit\": \"2,000.00\",\n                                                    \"occupancyTypeId\": 1,\n                                                    \"occupancyTypeName\": \"Conventional\",\n                                                    \"exclusionReason\": \"Not Excluded\",\n                                                    \"availabilityStatus\": \"Vacant Ready (Available)\",\n                                                    \"effectiveRent\": 1000,\n                                                    \"availableDate\": \"01/24/2025\"\n                                                }\n                                            ]\n                                        }\n                                    },\n                                    {\n                                        \"id\": 20742,\n                                        \"remotePrimaryKey\": \"100076551~..~12\",\n                                        \"unitNumber\": \"12\",\n                                        \"unitTypeId\": 6990,\n                                        \"unitTypeName\": \"One Bedroom\",\n                                        \"floorPlanId\": 7502,\n                                        \"floorplanName\": \"One Bedroom\",\n                                        \"numberOfBedrooms\": 0,\n                                        \"numberOfBathrooms\": 0,\n                                        \"SquareFeet\": 2000,\n                                        \"maxNumberOccupants\": 0,\n                                        \"maxNumberOfPets\": 0,\n                                        \"isCorporateRented\": \"0\",\n                                        \"isFurnished\": \"0\",\n                                        \"unitAddress\": {\n                                            \"address\": \"3291 Post Farm Road\",\n                                            \"city\": \"Atlanta\",\n                                            \"state\": \"GA\",\n                                            \"postalCode\": \"30339\",\n                                            \"country\": \"US\"\n                                        },\n                                        \"unitSpaces\": {\n                                            \"unitSpace\": [\n                                                {\n                                                    \"unitSpaceId\": 22373,\n                                                    \"unitNumber\": \"12\",\n                                                    \"marketingUnitNumber\": \"12\",\n                                                    \"isAffordable\": 0,\n                                                    \"hasPricing\": 1,\n                                                    \"rent\": {\n                                                        \"termRent\": [\n                                                            {\n                                                                \"leaseTermId\": \"1\",\n                                                                \"leaseTerm\": \"3 Months\",\n                                                                \"leaseTermName\": \"3 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"3\",\n                                                                \"leaseTerm\": \"9 Months\",\n                                                                \"leaseTermName\": \"9 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"4\",\n                                                                \"leaseTerm\": \"12 Months\",\n                                                                \"leaseTermName\": \"12 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"5\",\n                                                                \"leaseTerm\": \"15 Months\",\n                                                                \"leaseTermName\": \"15 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"6\",\n                                                                \"leaseTerm\": \"18 Months\",\n                                                                \"leaseTermName\": \"18 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"2\",\n                                                                \"leaseTerm\": \"6 Months\",\n                                                                \"leaseTermName\": \"6 months\",\n                                                                \"isBestPrice\": \"1\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            }\n                                                        ],\n                                                        \"minRent\": \"2,000.00\",\n                                                        \"maxRent\": \"2,000.00\"\n                                                    },\n                                                    \"minDeposit\": \"1,000.00\",\n                                                    \"maxDeposit\": \"2,000.00\",\n                                                    \"occupancyTypeId\": 1,\n                                                    \"occupancyTypeName\": \"Conventional\",\n                                                    \"exclusionReason\": \"Not Excluded\",\n                                                    \"availabilityStatus\": \"Vacant Ready (Available)\",\n                                                    \"effectiveRent\": 2000,\n                                                    \"availableDate\": \"01/24/2025\"\n                                                }\n                                            ]\n                                        }\n                                    },\n                                    {\n                                        \"id\": 20744,\n                                        \"remotePrimaryKey\": \"100076551~..~14\",\n                                        \"unitNumber\": \"14\",\n                                        \"unitTypeId\": 6991,\n                                        \"unitTypeName\": \"Two Bedroom\",\n                                        \"floorPlanId\": 7503,\n                                        \"floorplanName\": \"Two Bedroom\",\n                                        \"numberOfBedrooms\": 0,\n                                        \"numberOfBathrooms\": 0,\n                                        \"SquareFeet\": 2000,\n                                        \"maxNumberOccupants\": 0,\n                                        \"maxNumberOfPets\": 0,\n                                        \"isCorporateRented\": \"0\",\n                                        \"isFurnished\": \"0\",\n                                        \"unitAddress\": {\n                                            \"address\": \"624 Gambler Lane\",\n                                            \"city\": \"Brookshire\",\n                                            \"state\": \"TX\",\n                                            \"postalCode\": \"77423\",\n                                            \"country\": \"US\"\n                                        },\n                                        \"unitSpaces\": {\n                                            \"unitSpace\": [\n                                                {\n                                                    \"unitSpaceId\": 22375,\n                                                    \"unitNumber\": \"14\",\n                                                    \"marketingUnitNumber\": \"14\",\n                                                    \"isAffordable\": 0,\n                                                    \"hasPricing\": 1,\n                                                    \"rent\": {\n                                                        \"termRent\": [\n                                                            {\n                                                                \"leaseTermId\": \"1\",\n                                                                \"leaseTerm\": \"3 Months\",\n                                                                \"leaseTermName\": \"3 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"2\",\n                                                                \"leaseTerm\": \"6 Months\",\n                                                                \"leaseTermName\": \"6 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"3\",\n                                                                \"leaseTerm\": \"9 Months\",\n                                                                \"leaseTermName\": \"9 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"4\",\n                                                                \"leaseTerm\": \"12 Months\",\n                                                                \"leaseTermName\": \"12 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"5\",\n                                                                \"leaseTerm\": \"15 Months\",\n                                                                \"leaseTermName\": \"15 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"6\",\n                                                                \"leaseTerm\": \"18 Months\",\n                                                                \"leaseTermName\": \"18 months\",\n                                                                \"isBestPrice\": \"1\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            }\n                                                        ],\n                                                        \"minRent\": \"2,000.00\",\n                                                        \"maxRent\": \"2,000.00\"\n                                                    },\n                                                    \"minDeposit\": \"2,000.00\",\n                                                    \"maxDeposit\": \"2,000.00\",\n                                                    \"occupancyTypeId\": 1,\n                                                    \"occupancyTypeName\": \"Conventional\",\n                                                    \"exclusionReason\": \"Not Excluded\",\n                                                    \"availabilityStatus\": \"Vacant Ready (Available)\",\n                                                    \"effectiveRent\": 2000,\n                                                    \"availableDate\": \"01/24/2025\"\n                                                }\n                                            ]\n                                        }\n                                    },\n                                    {\n                                        \"id\": 20745,\n                                        \"remotePrimaryKey\": \"100076551~..~15\",\n                                        \"unitNumber\": \"15\",\n                                        \"unitTypeId\": 6991,\n                                        \"unitTypeName\": \"Two Bedroom\",\n                                        \"floorPlanId\": 7503,\n                                        \"floorplanName\": \"Two Bedroom\",\n                                        \"numberOfBedrooms\": 0,\n                                        \"numberOfBathrooms\": 0,\n                                        \"SquareFeet\": 2000,\n                                        \"maxNumberOccupants\": 0,\n                                        \"maxNumberOfPets\": 0,\n                                        \"isCorporateRented\": \"0\",\n                                        \"isFurnished\": \"0\",\n                                        \"unitAddress\": {\n                                            \"address\": \"4164 Owen Lane\",\n                                            \"city\": \"Fort Myers\",\n                                            \"state\": \"FL\",\n                                            \"postalCode\": \"33905\",\n                                            \"country\": \"US\"\n                                        },\n                                        \"unitSpaces\": {\n                                            \"unitSpace\": [\n                                                {\n                                                    \"unitSpaceId\": 22376,\n                                                    \"unitNumber\": \"15\",\n                                                    \"marketingUnitNumber\": \"15\",\n                                                    \"isAffordable\": 0,\n                                                    \"hasPricing\": 1,\n                                                    \"rent\": {\n                                                        \"termRent\": [\n                                                            {\n                                                                \"leaseTermId\": \"1\",\n                                                                \"leaseTerm\": \"3 Months\",\n                                                                \"leaseTermName\": \"3 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"2\",\n                                                                \"leaseTerm\": \"6 Months\",\n                                                                \"leaseTermName\": \"6 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"3\",\n                                                                \"leaseTerm\": \"9 Months\",\n                                                                \"leaseTermName\": \"9 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"4\",\n                                                                \"leaseTerm\": \"12 Months\",\n                                                                \"leaseTermName\": \"12 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"5\",\n                                                                \"leaseTerm\": \"15 Months\",\n                                                                \"leaseTermName\": \"15 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"6\",\n                                                                \"leaseTerm\": \"18 Months\",\n                                                                \"leaseTermName\": \"18 months\",\n                                                                \"isBestPrice\": \"1\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            }\n                                                        ],\n                                                        \"minRent\": \"2,000.00\",\n                                                        \"maxRent\": \"2,000.00\"\n                                                    },\n                                                    \"minDeposit\": \"2,000.00\",\n                                                    \"maxDeposit\": \"2,000.00\",\n                                                    \"occupancyTypeId\": 1,\n                                                    \"occupancyTypeName\": \"Conventional\",\n                                                    \"exclusionReason\": \"Not Excluded\",\n                                                    \"availabilityStatus\": \"Vacant Ready (Available)\",\n                                                    \"effectiveRent\": 2000,\n                                                    \"availableDate\": \"01/24/2025\"\n                                                }\n                                            ]\n                                        }\n                                    },\n                                    {\n                                        \"id\": 20746,\n                                        \"remotePrimaryKey\": \"100076551~..~16\",\n                                        \"unitNumber\": \"16\",\n                                        \"unitTypeId\": 6991,\n                                        \"unitTypeName\": \"Two Bedroom\",\n                                        \"floorPlanId\": 7503,\n                                        \"floorplanName\": \"Two Bedroom\",\n                                        \"numberOfBedrooms\": 0,\n                                        \"numberOfBathrooms\": 0,\n                                        \"SquareFeet\": 2000,\n                                        \"maxNumberOccupants\": 0,\n                                        \"maxNumberOfPets\": 0,\n                                        \"isCorporateRented\": \"0\",\n                                        \"isFurnished\": \"0\",\n                                        \"unitAddress\": {\n                                            \"address\": \"4187 Olen Thomas Drive\",\n                                            \"city\": \"Graford\",\n                                            \"state\": \"TX\",\n                                            \"postalCode\": \"76045\",\n                                            \"country\": \"US\"\n                                        },\n                                        \"unitSpaces\": {\n                                            \"unitSpace\": [\n                                                {\n                                                    \"unitSpaceId\": 22377,\n                                                    \"unitNumber\": \"16\",\n                                                    \"marketingUnitNumber\": \"16\",\n                                                    \"isAffordable\": 0,\n                                                    \"hasPricing\": 1,\n                                                    \"rent\": {\n                                                        \"termRent\": [\n                                                            {\n                                                                \"leaseTermId\": \"1\",\n                                                                \"leaseTerm\": \"3 Months\",\n                                                                \"leaseTermName\": \"3 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"2\",\n                                                                \"leaseTerm\": \"6 Months\",\n                                                                \"leaseTermName\": \"6 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"4\",\n                                                                \"leaseTerm\": \"12 Months\",\n                                                                \"leaseTermName\": \"12 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"5\",\n                                                                \"leaseTerm\": \"15 Months\",\n                                                                \"leaseTermName\": \"15 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"6\",\n                                                                \"leaseTerm\": \"18 Months\",\n                                                                \"leaseTermName\": \"18 months\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            },\n                                                            {\n                                                                \"leaseTermId\": \"3\",\n                                                                \"leaseTerm\": \"9 Months\",\n                                                                \"leaseTermName\": \"9 months\",\n                                                                \"isBestPrice\": \"1\",\n                                                                \"rent\": \"2,000.00\",\n                                                                \"rateFrequency\": \"Monthly\"\n                                                            }\n                                                        ],\n                                                        \"minRent\": \"2,000.00\",\n                                                        \"maxRent\": \"2,000.00\"\n                                                    },\n                                                    \"minDeposit\": \"2,000.00\",\n                                                    \"maxDeposit\": \"2,000.00\",\n                                                    \"occupancyTypeId\": 1,\n                                                    \"occupancyTypeName\": \"Conventional\",\n                                                    \"exclusionReason\": \"Not Excluded\",\n                                                    \"availabilityStatus\": \"Vacant Ready (Available)\",\n                                                    \"effectiveRent\": 2000,\n                                                    \"availableDate\": \"01/24/2025\"\n                                                }\n                                            ]\n                                        }\n                                    }\n                                ]\n                            },\n                            \"pets\": {\n                                \"pet\": [\n                                    {\n                                        \"type\": \"Animal type not listed\",\n                                        \"count\": 0,\n                                        \"petCare\": \"0\",\n                                        \"description\": \"Animal type not listed\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                }\n            }\n        }\n    },\n    \"msg\": null\n}"}],"_postman_id":"7247a32f-9dc8-49a5-9b97-5ac9154b3d1e"}],"id":"a7cfaff5-3e55-4c39-bb42-fb66f8cf7f55","description":"<p>Use this endpoint to get data about the Stake Offers available at a certain property, as well as data from the property about floor plans, unit level availability, pricing, fees, and more</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f0ed637a-b98d-4692-8714-4db81c92c73c","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"9aa020d9-9ae2-4292-9076-7369c4f9660f","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"a7cfaff5-3e55-4c39-bb42-fb66f8cf7f55"},{"name":"Lead to Lease","item":[{"name":"Check Property Eligiblity","id":"22fbf523-a0df-41c9-b56b-b70881b568cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/:property_sfid/eligibility","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"d631a2ec-910f-4cfb-89c3-0e48131e272b","id":"d631a2ec-910f-4cfb-89c3-0e48131e272b","name":"Lead to Lease","type":"folder"}},"urlObject":{"path":["lead-to-lease",":property_sfid","eligibility"],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[],"variable":[{"description":{"content":"<p>testing property id for sandbox</p>\n","type":"text/plain"},"type":"any","value":"a054S000000Bjg2QAC","key":"property_sfid"}]}},"response":[{"id":"3e353628-6bc0-4c4d-a794-e2cf174f5efa","name":"Check Property Eligiblity","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"phone_number\": \"123-456-7890\",\n    \"email\": \"john.doe@example.com\",\n    \"address_line_1\": \"123 Main St\",\n    \"address_line_2\": \"Apt 4B\",\n    \"city\": \"Seattle\",\n    \"state\": \"WA\",\n    \"zip_code\": \"98101\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/:property_sfid/eligibility","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["lead-to-lease",":property_sfid","eligibility"],"variable":[{"key":"property_sfid","value":"a054S000000Bjg2QAC","description":"testing property id for sandbox"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"292"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-staging.herokuapp.com loyalty-cloud-prod.herokuapp.com loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Tue, 04 Mar 2025 04:08:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"property_name\": \"Stake Entrata Testing Property\",\n        \"property_address\": \"200 Seven Oaks Rd, Durham, NC 27704\",\n        \"property_sfid\": \"a054S000000Bjg2QAC\",\n        \"pms_provider\": \"Entrata\",\n        \"pms_property_id\": \"100076551\",\n        \"eligible_for_stake_registration\": true\n    },\n    \"msg\": null\n}"}],"_postman_id":"22fbf523-a0df-41c9-b56b-b70881b568cb"},{"name":"Get Activated Properties","id":"e26782b2-87e2-4909-bcf3-6f715e6c5bfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/permissions","description":"<p>This endpoint returns a list of properties that have installed the Stake integration via Yardi or Entrata.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"d631a2ec-910f-4cfb-89c3-0e48131e272b","id":"d631a2ec-910f-4cfb-89c3-0e48131e272b","name":"Lead to Lease","type":"folder"}},"urlObject":{"path":["lead-to-lease","permissions"],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[],"variable":[]}},"response":[{"id":"85302fd1-b1f7-4f6b-bb23-2d66b049200c","name":"Get Activated Properties","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"phone_number\": \"123-456-7890\",\n    \"email\": \"john.doe@example.com\",\n    \"address_line_1\": \"123 Main St\",\n    \"address_line_2\": \"Apt 4B\",\n    \"city\": \"Seattle\",\n    \"state\": \"WA\",\n    \"zip_code\": \"98101\"\n}","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/permissions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"755"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 10 Jul 2025 23:58:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": [\n        {\n            \"account_name\": \"Partner Integrations\",\n            \"base_url\": \"https://partnerintegrations.entrata.com\",\n            \"property_sfid\": \"a054S000000CeoPQAS\",\n            \"property_name\": \"Entrata Sandbox Test Property\",\n            \"property_address\": \"1914 N 34th St, Seattle, WA 98103, USA\",\n            \"pms_provider\": \"Entrata\",\n            \"pms_property_id\": \"100076551\",\n            \"aln_id\": \"1000000\",\n            \"eligible_for_stake_registration\": true\n        },\n        {\n            \"account_name\": \"Partner Integrations\",\n            \"base_url\": \"https://partnerintegrations.entrata.com\",\n            \"property_sfid\": \"a054S000000BkAWQA0\",\n            \"property_name\": \"Yardi Sandbox Test Property\",\n            \"property_address\": \"7300 Roosevelt Way, Seattle, WA 98103, USA\",\n            \"pms_provider\": \"Yardi\",\n            \"pms_property_id\": \"stake02\",\n            \"aln_id\": \"2000000\",\n            \"eligible_for_stake_registration\": true\n        }\n    ],\n    \"msg\": null\n}"}],"_postman_id":"e26782b2-87e2-4909-bcf3-6f715e6c5bfc"},{"name":"Create registration","id":"4f4b065f-7bff-4254-8c8f-322c1c97537d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // For Entrata, minumum allowable data is phone_number, first_name, last_name\n    // \"email\": \"john.doe@example.com\", \n    \"first_name\": \"John\", \n    \"last_name\": \"Doe\",\n    \"phone_number\": \"123-456-7890\"\n    // \"address_line_1\": \"123 Main St\",\n    // \"address_line_2\": \"Apt 4B\",\n    // \"city\": \"Seattle\",\n    // \"state\": \"WA\",\n    // \"postal_code\": \"98101\",\n    // \"desired_move_in_date\":\"2025-10-01\", //optional\n    // \"desired_num_bedrooms\":2, //optional\n    // \"desired_num_bathrooms\":1, //optional\n    // \"desired_rent_min\":1500, //optional\n    // \"desired_rent_max\":2000, //optional\n    // \"external_lead_id\":\"test_id\" //optional\n}","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/:property_sfid/create_lead","description":"<h3 id=\"lead-to-lease---create-lead\">Lead to Lease - Create Lead</h3>\n<p>This endpoint allows you to create a lead for a property.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>first_name (string): The first name of the lead.</p>\n</li>\n<li><p>last_name (string): The last name of the lead.</p>\n</li>\n<li><p>phone_number (string): The phone number of the lead.</p>\n</li>\n<li><p>email (string): The email address of the lead.</p>\n</li>\n<li><p>address_line_1 (string): The first line of the lead's current address.</p>\n</li>\n<li><p>address_line_2 (string): The second line of the lead's current address.</p>\n</li>\n<li><p>city (string): The city of the lead's current address.</p>\n</li>\n<li><p>state (string): The state of the lead's current address.</p>\n</li>\n<li><p>postal_code (string): The postal code of the lead's current address.</p>\n</li>\n<li><p>desired_move_in_date (string): The lead's desired move-in date for the property. [Optional]</p>\n</li>\n<li><p>desired_num_bedrooms (integer): The desired number of bedrooms. [Optional]</p>\n</li>\n<li><p>desired_num_bathrooms (integer): The desired number of bathrooms. [Optional]</p>\n</li>\n<li><p>desired_rent_min (integer): The minimum desired rent. [Optional]</p>\n</li>\n<li><p>desired_rent_max (integer): The maximum desired rent. [Optional]</p>\n</li>\n</ul>\n<h4 id=\"response-json-schema\">Response (JSON Schema)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"type\": \"object\",\n  \"properties\": {\n    \"success\": {\n      \"type\": \"boolean\"\n    },\n    \"status_code\": {\n      \"type\": \"integer\"\n    },\n    \"data\": {\n      \"type\": \"object\",\n      \"properties\": {\n        \"property_name\": {\n          \"type\": \"string\"\n        },\n        \"property_address\": {\n          \"type\": \"string\"\n        },\n        \"property_sfid\": {\n          \"type\": \"string\"\n        },\n        \"pms_provider\": {\n          \"type\": \"string\"\n        },\n        \"pms_property_id\": {\n          \"type\": \"string\"\n        },\n        \"eligible_for_stake_registration\": {\n          \"type\": \"boolean\"\n        },\n        \"raw_pms_response\": {\n          \"type\": \"object\",\n          \"properties\": {\n            \"prospects\": {\n              \"type\": \"object\",\n              \"properties\": {\n                \"prospect\": {\n                  \"type\": \"array\",\n                  \"items\": {\n                    \"type\": \"object\",\n                    \"properties\": {\n                      \"node\": {\n                        \"type\": \"integer\"\n                      },\n                      \"applicationId\": {\n                        \"type\": \"integer\"\n                      },\n                      \"applicantId\": {\n                        \"type\": \"integer\"\n                      },\n                      \"status\": {\n                        \"type\": \"string\"\n                      },\n                      \"message\": {\n                        \"type\": \"string\"\n                      },\n                      \"applicants\": {\n                        \"type\": \"object\",\n                        \"properties\": {\n                          \"applicant\": {\n                            \"type\": \"array\",\n                            \"items\": {\n                              \"type\": \"object\",\n                              \"properties\": {\n                                \"id\": {\n                                  \"type\": \"integer\"\n                                },\n                                \"firstName\": {\n                                  \"type\": \"string\"\n                                },\n                                \"lastName\": {\n                                  \"type\": \"string\"\n                                }\n                              }\n                            }\n                          }\n                        }\n                      }\n                    }\n                  }\n                }\n              }\n            }\n          }\n        }\n      }\n    },\n    \"msg\": {\n      \"type\": [\"string\", \"null\"]\n    }\n  }\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"d631a2ec-910f-4cfb-89c3-0e48131e272b","id":"d631a2ec-910f-4cfb-89c3-0e48131e272b","name":"Lead to Lease","type":"folder"}},"urlObject":{"path":["lead-to-lease",":property_sfid","create_lead"],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[],"variable":[{"description":{"content":"<p>testing property id for yardi staging env is a054S000000BkAWQA0</p>\n","type":"text/plain"},"type":"any","value":"a054S000000BkAWQA0","key":"property_sfid"}]}},"response":[{"id":"d8d751de-0ec5-4e1f-8642-edbc678657ad","name":"Create registration","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"phone_number\": \"123-456-7890\",\n    \"email\": \"john.doe@example.com\",\n    \"address_line_1\": \"123 Main St\",\n    \"address_line_2\": \"Apt 4B\",\n    \"city\": \"Seattle\",\n    \"state\": \"WA\",\n    \"postal_code\": \"98101\",\n    \"desired_move_in_date\":\"2025-04-01\",\n    \"desired_num_bedrooms\":2,\n    \"desired_num_bathrooms\":1,\n    \"desired_rent_min\":1500,\n    \"desired_rent_max\":2000\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/:property_sfid/create_lead","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["lead-to-lease",":property_sfid","create_lead"],"variable":[{"key":"property_sfid","value":"a054S000000Bjg2QAC","description":"testing property id for staging env"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"747"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-staging.herokuapp.com loyalty-cloud-prod.herokuapp.com loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Tue, 04 Mar 2025 04:09:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"property_name\": \"Stake Entrata Testing Property\",\n        \"property_address\": \"200 Seven Oaks Rd, Durham, NC 27704\",\n        \"property_sfid\": \"a054S000000Bjg2QAC\",\n        \"pms_provider\": \"Entrata\",\n        \"pms_property_id\": \"100076551\",\n        \"eligible_for_stake_registration\": true,\n        \"raw_pms_response\": {\n            \"prospects\": {\n                \"prospect\": [\n                    {\n                        \"node\": 1,\n                        \"applicationId\": 45021,\n                        \"applicantId\": 37139,\n                        \"status\": \"Success\",\n                        \"message\": \"Lead inserted successfully.Warning: Property settings are not configured to allow lead communication consent preferences for type: phoneWarning: Property settings are not configured to allow lead communication consent preferences for type: mail\",\n                        \"applicants\": {\n                            \"applicant\": [\n                                {\n                                    \"id\": 37139,\n                                    \"firstName\": \"John\",\n                                    \"lastName\": \"Doe\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            }\n        }\n    },\n    \"msg\": null\n}"},{"id":"540f28e8-0c42-4ce5-8c38-db3e61ee9538","name":"Entrata Create registration","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    // For Entrata, minumum allowable data is phone_number, first_name, last_name\n    // \"email\": \"john.doe@example.com\", \n    \"first_name\": \"John\", \n    \"last_name\": \"Doe\",\n    \"phone_number\": \"123-456-7890\"\n    // \"address_line_1\": \"123 Main St\",\n    // \"address_line_2\": \"Apt 4B\",\n    // \"city\": \"Seattle\",\n    // \"state\": \"WA\",\n    // \"postal_code\": \"98101\",\n    // \"desired_move_in_date\":\"2025-10-01\", //optional\n    // \"desired_num_bedrooms\":2, //optional\n    // \"desired_num_bathrooms\":1, //optional\n    // \"desired_rent_min\":1500, //optional\n    // \"desired_rent_max\":2000, //optional\n    // \"external_lead_id\":\"test_id\" //optional\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/:property_sfid/create_lead","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["lead-to-lease",":property_sfid","create_lead"],"variable":[{"key":"property_sfid","value":"a054S000000CeoPQAS","description":"testing property id for yardi staging env is a054S000000BkAWQA0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"749"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-api-staging.stake.rent loyalty-cloud-staging.stake.rent loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 10 Jul 2025 23:45:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"property_name\": \"Entrata Sandbox Test Property\",\n        \"property_address\": \"1914 N 34th St, Seattle, WA 98103, USA\",\n        \"property_sfid\": \"a054S000000CeoPQAS\",\n        \"pms_provider\": \"Entrata\",\n        \"pms_property_id\": \"100076551\",\n        \"eligible_for_stake_registration\": true,\n        \"raw_pms_response\": {\n            \"prospects\": {\n                \"prospect\": [\n                    {\n                        \"node\": 1,\n                        \"applicationId\": 45021,\n                        \"applicantId\": 37139,\n                        \"status\": \"Success\",\n                        \"message\": \"Lead inserted successfully.Warning: Property settings are not configured to allow lead communication consent preferences for type: phoneWarning: Property settings are not configured to allow lead communication consent preferences for type: mail\",\n                        \"applicants\": {\n                            \"applicant\": [\n                                {\n                                    \"id\": 37139,\n                                    \"firstName\": \"John\",\n                                    \"lastName\": \"Doe\"\n                                }\n                            ]\n                        }\n                    }\n                ]\n            }\n        }\n    },\n    \"msg\": null\n}"}],"_postman_id":"4f4b065f-7bff-4254-8c8f-322c1c97537d"},{"name":"Get Leads","id":"83337c52-8945-4c42-9d1d-2e900d4910b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/:property_sfid/leads?from_date=03/01/2025&to_date=04/01/2025","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"d631a2ec-910f-4cfb-89c3-0e48131e272b","id":"d631a2ec-910f-4cfb-89c3-0e48131e272b","name":"Lead to Lease","type":"folder"}},"urlObject":{"path":["lead-to-lease",":property_sfid","leads"],"host":["https://stake-deals-api-dev.herokuapp.com"],"query":[{"key":"from_date","value":"03/01/2025"},{"key":"to_date","value":"04/01/2025"},{"disabled":true,"key":"testing_prop_sfid_entrata","value":"a054S000000Bjg2QAC"},{"disabled":true,"key":"testing_prop_sfid_yardi","value":"a054S000000BkAWQA0"}],"variable":[{"description":{"content":"<p>testing property id for staging env</p>\n","type":"text/plain"},"type":"any","value":"a054S000000BkAWQA0","key":"property_sfid"}]}},"response":[{"id":"13e087c0-3730-4252-96b0-851da76e84b6","name":"Get leads copy","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"John\",\n    \"last_name\": \"Doe\",\n    \"phone_number\": \"123-456-7890\",\n    \"email\": \"john.doe@example.com\",\n    \"address_line_1\": \"123 Main St\",\n    \"address_line_2\": \"Apt 4B\",\n    \"city\": \"Seattle\",\n    \"state\": \"WA\",\n    \"postal_code\": \"98101\",\n    \"desired_move_in_date\":\"2025-04-01\",\n    \"desired_num_bedrooms\":2,\n    \"desired_num_bathrooms\":1,\n    \"desired_rent_min\":1500,\n    \"desired_rent_max\":2000\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://stake-deals-api-dev.herokuapp.com/lead-to-lease/:property_sfid/leads?from_date=03/01/2025&to_date=04/01/2025","host":["https://stake-deals-api-dev.herokuapp.com"],"path":["lead-to-lease",":property_sfid","leads"],"query":[{"key":"from_date","value":"03/01/2025"},{"key":"to_date","value":"04/01/2025"},{"key":"testing_prop_sfid","value":"a054S000000Bjg2QAC","type":"text","disabled":true}],"variable":[{"key":"property_sfid","value":"a054S000000CeoPQAS","description":"testing property id for staging env"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3952"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Vary","value":"Origin"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate, public, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Content-Security-Policy","value":"default-src 'self' loyalty-cloud-staging.herokuapp.com loyalty-cloud-prod.herokuapp.com loyalty.stake.rent"},{"key":"Referrer-Policy","value":"same-origin"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Date","value":"Thu, 06 Mar 2025 02:00:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"status_code\": 200,\n    \"data\": {\n        \"property_name\": \"Entrata Sandbox Test Property\",\n        \"property_address\": \"1914 N 34th St, Seattle, WA 98103, USA\",\n        \"property_sfid\": \"a054S000000CeoPQAS\",\n        \"pms_provider\": \"Entrata\",\n        \"pms_property_id\": \"100076551\",\n        \"eligible_for_stake_registration\": true,\n        \"raw_pms_response\": {\n            \"propertyId\": 100076551,\n            \"currencyCode\": \"USD\",\n            \"prospects\": [\n                {\n                    \"prospect\": [\n                        {\n                            \"applicationId\": \"44811\",\n                            \"status\": \"Guest Card Archived\",\n                            \"statusId\": \"2\",\n                            \"leadSourceId\": \"101914\",\n                            \"leadSource\": \"Migration\",\n                            \"leasingAgentId\": \"5380\",\n                            \"leasingAgent\": \"Jimmy Jacobson Stake\",\n                            \"psProductId\": \"7\",\n                            \"lastUpdatedDate\": \"2025-03-02\",\n                            \"createdOn\": \"2025-03-02\",\n                            \"customers\": {\n                                \"customer\": [\n                                    {\n                                        \"applicantId\": 37038,\n                                        \"customerId\": 62594,\n                                        \"customerRelationshipTypeId\": \"1\",\n                                        \"customerRelationshipType\": \"Primary\",\n                                        \"customerType\": \"Primary\",\n                                        \"namePrefix\": \"Name Prefix\",\n                                        \"firstName\": \"Jimmy\",\n                                        \"middleName\": \"Middle Name\",\n                                        \"lastName\": \"Test\",\n                                        \"maidenName\": \"Maiden Name\",\n                                        \"nameSuffix\": \"Name Suffix\",\n                                        \"personalPhoneNumber\": \"1112223333\",\n                                        \"cellPhoneNumber\": \"1112223333\",\n                                        \"phones\": {\n                                            \"phone\": [\n                                                {\n                                                    \"isPrimary\": 1,\n                                                    \"phoneType\": \"Mobile\",\n                                                    \"phoneNumber\": \"1112223333\",\n                                                    \"countryCode\": 1\n                                                }\n                                            ]\n                                        },\n                                        \"email\": \"jimmytesting-123@stake.rent\",\n                                        \"addresses\": {\n                                            \"address\": [\n                                                {\n                                                    \"addressType\": \"Current\",\n                                                    \"addressLine\": \"1914 N 34th St Unit 200A addressLine3\",\n                                                    \"city\": \"Seattle\",\n                                                    \"state\": \"WA\",\n                                                    \"countryCode\": \"US\",\n                                                    \"postalCode\": \"98103\"\n                                                }\n                                            ]\n                                        }\n                                    }\n                                ]\n                            },\n                            \"customerPreferences\": [\n                                {\n                                    \"targetMoveInDate\": \"2025-03-02\",\n                                    \"desiredUnit\": {\n                                        \"squareFootType\": \"internal\",\n                                        \"unitEconomicStatus\": \"residential\",\n                                        \"unitOccupancyStatus\": \"vacant\",\n                                        \"unitLeasedStatus\": \"leased\"\n                                    }\n                                }\n                            ]\n                        },\n                        {\n                            \"applicationId\": \"44812\",\n                            \"status\": \"Guest Card Completed\",\n                            \"statusId\": \"1\",\n                            \"leadSourceId\": \"101914\",\n                            \"leadSource\": \"Migration\",\n                            \"leasingAgentId\": \"5380\",\n                            \"leasingAgent\": \"Jimmy Jacobson Stake\",\n                            \"psProductId\": \"7\",\n                            \"lastUpdatedDate\": \"2025-03-02\",\n                            \"createdOn\": \"2025-03-02\",\n                            \"customers\": {\n                                \"customer\": [\n                                    {\n                                        \"applicantId\": 37039,\n                                        \"customerId\": 62595,\n                                        \"customerRelationshipTypeId\": \"1\",\n                                        \"customerRelationshipType\": \"Primary\",\n                                        \"customerType\": \"Primary\",\n                                        \"namePrefix\": \"Name Prefix\",\n                                        \"firstName\": \"Jimmy\",\n                                        \"middleName\": \"Middle Name\",\n                                        \"lastName\": \"Testing2\",\n                                        \"maidenName\": \"Maiden Name\",\n                                        \"nameSuffix\": \"Name Suffix\",\n                                        \"personalPhoneNumber\": \"1112223333\",\n                                        \"cellPhoneNumber\": \"1112223333\",\n                                        \"phones\": {\n                                            \"phone\": [\n                                                {\n                                                    \"isPrimary\": 1,\n                                                    \"phoneType\": \"Mobile\",\n                                                    \"phoneNumber\": \"1112223333\",\n                                                    \"countryCode\": 1\n                                                }\n                                            ]\n                                        },\n                                        \"email\": \"jimmytesting-123@stake.rent\",\n                                        \"addresses\": {\n                                            \"address\": [\n                                                {\n                                                    \"addressType\": \"Current\",\n                                                    \"addressLine\": \"1914 N 34th St Unit 200A addressLine3\",\n                                                    \"city\": \"Seattle\",\n                                                    \"state\": \"WA\",\n                                                    \"countryCode\": \"US\",\n                                                    \"postalCode\": \"98103\"\n                                                }\n                                            ]\n                                        }\n                                    }\n                                ]\n                            },\n                            \"customerPreferences\": [\n                                {\n                                    \"targetMoveInDate\": \"2025-03-02\",\n                                    \"desiredUnit\": {\n                                        \"squareFootType\": \"internal\",\n                                        \"unitEconomicStatus\": \"residential\",\n                                        \"unitOccupancyStatus\": \"vacant\",\n                                        \"unitLeasedStatus\": \"leased\"\n                                    },\n                                    \"desiredMinRent\": \"1200.00\",\n                                    \"desiredMaxRent\": \"1800.00\",\n                                    \"desiredNumBedrooms\": \"2\",\n                                    \"desiredNumBathrooms\": 1\n                                }\n                            ]\n                        },\n                        {\n                            \"applicationId\": \"45021\",\n                            \"status\": \"Guest Card Completed\",\n                            \"statusId\": \"1\",\n                            \"leadSourceId\": \"101914\",\n                            \"leadSource\": \"Migration\",\n                            \"psProductId\": \"7\",\n                            \"lastUpdatedDate\": \"2025-03-03\",\n                            \"createdOn\": \"2025-03-03\",\n                            \"customers\": {\n                                \"customer\": [\n                                    {\n                                        \"applicantId\": 37139,\n                                        \"customerId\": 62741,\n                                        \"customerRelationshipTypeId\": \"1\",\n                                        \"customerRelationshipType\": \"Primary\",\n                                        \"customerType\": \"Primary\",\n                                        \"namePrefix\": \"Name Prefix\",\n                                        \"firstName\": \"John\",\n                                        \"middleName\": \"Middle Name\",\n                                        \"lastName\": \"Doe\",\n                                        \"maidenName\": \"Maiden Name\",\n                                        \"nameSuffix\": \"Name Suffix\",\n                                        \"personalPhoneNumber\": \"1234567890\",\n                                        \"cellPhoneNumber\": \"1234567890\",\n                                        \"phones\": {\n                                            \"phone\": [\n                                                {\n                                                    \"isPrimary\": 1,\n                                                    \"phoneType\": \"Mobile\",\n                                                    \"phoneNumber\": \"1234567890\",\n                                                    \"countryCode\": 1\n                                                }\n                                            ]\n                                        },\n                                        \"email\": \"john.doe@example.com\",\n                                        \"addresses\": {\n                                            \"address\": [\n                                                {\n                                                    \"addressType\": \"Current\",\n                                                    \"addressLine\": \"123 Main St Apt 4B addressLine3\",\n                                                    \"city\": \"Seattle\",\n                                                    \"state\": \"WA\",\n                                                    \"countryCode\": \"US\",\n                                                    \"postalCode\": \"98101\"\n                                                }\n                                            ]\n                                        }\n                                    }\n                                ]\n                            },\n                            \"customerPreferences\": [\n                                {\n                                    \"targetMoveInDate\": \"2025-03-03\",\n                                    \"desiredUnit\": {\n                                        \"squareFootType\": \"internal\",\n                                        \"unitEconomicStatus\": \"residential\",\n                                        \"unitOccupancyStatus\": \"vacant\",\n                                        \"unitLeasedStatus\": \"leased\"\n                                    },\n                                    \"desiredMinRent\": \"1500.00\",\n                                    \"desiredMaxRent\": \"2000.00\",\n                                    \"desiredNumBedrooms\": \"2\",\n                                    \"desiredNumBathrooms\": 1\n                                }\n                            ]\n                        }\n                    ]\n                }\n            ]\n        }\n    },\n    \"msg\": null\n}"}],"_postman_id":"83337c52-8945-4c42-9d1d-2e900d4910b8"},{"name":"New Request","id":"b027cd3d-947d-4317-a973-ace7d190e02f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":true,"source":{"_postman_id":"d631a2ec-910f-4cfb-89c3-0e48131e272b","id":"d631a2ec-910f-4cfb-89c3-0e48131e272b","name":"Lead to Lease","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"b027cd3d-947d-4317-a973-ace7d190e02f"}],"id":"d631a2ec-910f-4cfb-89c3-0e48131e272b","description":"<p>These endpoints give clients the ability to check which properties are eligible for Stake's Lead Registration Service. This service is currently in Beta and supports properties that use Entrata or Yardi as their PMS and have installed the Stake / UMoveFree integration through their respective PMS. Please contact your Stake representative to request to be enabled for our Lead to Lease service to be provided with the installation instructions.</p>\n<p>Properties that have successfully installed and set up the Stake integration will be returned in the <b>Get Activated Properties</b> endpoint and the <b>Create Registration</b> endpoint can be used to create a new Guest Card for a certain renter who may be looking to move into that property. Stake sends Guest Cards to enrolled properties via email by default, but Stake can create Guest Card records directly in your PMS. Please contact your Stake representative to request to be enabled for this functionality.</p>\n","auth":{"type":"bearer","bearer":{"token":"{{access_token}}"},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f0ed637a-b98d-4692-8714-4db81c92c73c","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"9aa020d9-9ae2-4292-9076-7369c4f9660f","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"d631a2ec-910f-4cfb-89c3-0e48131e272b"}],"auth":{"type":"bearer","bearer":{"token":"{{access_token}}"}},"event":[{"listen":"prerequest","script":{"id":"1cacea33-8a53-4f63-a914-f403cde54409","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"441283ca-000b-4e8c-81d7-223a5150d68a","type":"text/javascript","exec":[""]}}],"variable":[{"key":"server_url","value":"https://stake-deals-api-dev.herokuapp.com"}]}