{"info":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","description":"<html><head></head><body><h1 id=\"getting-started\">Getting started</h1>\n<p>Feed API enables registered data providers to publish real estate listings in realtime on the realestate.co.nz (RE) listings platform. It also enables you to update/retrieve all your listings.<br>Our APIs have been designed around <a href=\"http://jsonapi.org/\">JSONAPI.org</a> specification.</p>\n<p>This documentation site is also built on the Postman platform, therefore there is an accompanying Postman Collection you can use to test the endpoints. You will see a \"Run in Postman\" button at the top right of this site to make use of this feature.</p>\n<h1 id=\"how-to-get-access-to-feedapi\">How to get access to FeedAPI</h1>\n<ul>\n<li><p><strong>I’m an existing data provider</strong> - Contact our Platform support team at <a href=\"https://mailto:platform@realestate.co.nz\">platform@realestate.co.nz</a> with your current details. You will be provided with the details to access our sandbox test environment and set you up on our Slack Data Provider support channel if you don't have it already.</p>\n</li>\n<li><p><strong>I'm a new data provider</strong> - If you want to signup to be a new data provider, please contact <a href=\"https://mailto:platform@realestate.co.nz\">platform@realestate.co.nz</a> with your details. Include details about the office or offices you are working with. We will then start the onboarding process of getting you set up and linked in our system. This will include access to our Sandbox environment and Slack support channel.</p>\n</li>\n</ul>\n<h1 id=\"authentication-and-authorisation\">Authentication and Authorisation</h1>\n<p>Only registered data providers for realestate.co.nz registered agents are given access to this API.<br>All requests to API endpoints are authenticated and authorised via a Bearer Token as provided in an Authorization header. <code>Authorization: Bearer</code><br>To request access please contact our Platform support team at <a href=\"https://mailto:platform@realestate.co.nz\">platform@realestate.co.nz</a>.</p>\n<h1 id=\"legacy-edi-migration\">Legacy EDI migration</h1>\n<p>To make the API more semantically readable, modern fields with string values have been created to replace many legacy EDI fields in the specification. Where possible we have highlighted the legacy field equivalent in the field descriptions.</p>\n<h1 id=\"supported-status-codes\">Supported status codes</h1>\n<p>The Feed API supports as much as possible standard HTTP status codes for request responses. Following are the list of codes currently supported.</p>\n<ul>\n<li><p>200 - OK The request has succeeded.</p>\n</li>\n<li><p>201 - Created The request has succeeded and a new resource has been created as a result of it</p>\n</li>\n<li><p>202 - Accepted The request has been received and is in process</p>\n</li>\n<li><p>400 - Bad Request Server could not understand the request</p>\n</li>\n<li><p>401 - Unauthorized</p>\n</li>\n<li><p>404 - The requested resource was not found. Note there are occasions where we will return this error for certain resources that do exist by the requester isn't authorised to receive it.</p>\n</li>\n<li><p>500 - There was a server error on our end</p>\n</li>\n</ul>\n<h1 id=\"supported-http-methods\">Supported HTTP Methods</h1>\n<p>GET POST PUT PATCH</p>\n<h1 id=\"accepted-content-types\">Accepted Content Types</h1>\n<p>The <a href=\"http://jsonapi.org/\">JSONAPI.org</a> specification dictates that we should support just one content type. <code>Content-Type: application/vnd.api+json</code>. However our implementation only supports the more common <code>Content-Type: application/json</code>.</p>\n<h1 id=\"using-the-api\">Using the API</h1>\n<p>There are three list endpoints, <code>/suburbs</code>, <code>/listing-property-types</code> and <code>/products</code> which are provided as reference lists to populate other fields, specifically with regards to listings. The data returned from these endpoints is subject to change, therefore it is important to check these endpoints to ensure you are providing the latest data to your customers.</p>\n<p>The top level resource endpoints like <code>/listings</code> and <code>/agents</code> provide filters to reduced the list of objects within scope of the request. The format of the request's GET parameters should will look like <code>/listings?fields[agentId]=235234&amp;filters[listing-status]=active</code>. This example will return only those listings that are active and listings by the agent represented by the ID 235234.<br>This resource endpoints also support pagination through the page filters. The request <code>/listings?page=[limit]=20&amp;page[offset]=100</code> will return page 6 of listings.</p>\n<h1 id=\"workflow-for-creating-a-listing\">Workflow for creating a listing</h1>\n<p>Creating a listing with all the linked related resources like photos and openhomes can take a number of calls. The suggested best practice is:</p>\n<ol>\n<li><p>POST the new listing details to create the new record. Record on your side the new Listing ID in the responses.</p>\n</li>\n<li><p>Using the new listing ID. POST the images to be linked to the listing. These can be done asyncronously once the listing has been created.</p>\n</li>\n<li><p>Add the relevant open homes.</p>\n</li>\n<li><p>Place the promotional bookings for the listing.</p>\n</li>\n<li><p>Once live you can call at a frequency that suits the listing reporting and enquiries endpoints to present to your customer the data around listing engagement on realestate.co.nz</p>\n</li>\n</ol>\n<h1 id=\"error-management\">Error management</h1>\n<p>There is a very long list of why a resource may not succeed when trying create or update it. Typically, these are due to a validation error of some kind. We strive to provide logical error messages in the API call response body. Please ensure you pass onto your customers the errors as they happen to best enable them to rectify the issue in your software promptly.</p>\n<h1 id=\"support\">Support</h1>\n<p>Our Platform support team are available via email (<a href=\"https://mailto:platform@realstate.co.nz\">platform@realstate.co.nz</a>) or Slack. Contact via email if your company doesn't have a support Slack channel yet.</p>\n<h1 id=\"going-live-with-the-api\">Going live with the API</h1>\n<p>When you believe you are ready to go live, contact Platform support and we can help you validate your integration and then work with you on setting up the tokens and access to our production environment.</p>\n<h1 id=\"faq\">FAQ</h1>\n<ul>\n<li><p>Is there a Sandbox website I can visit to see the result of what I send through?<br>  No, we do not currently offer a GUI for sandbox. Developers typically call the appropriate GET endpoint after sending through data to validate its successful creation.</p>\n</li>\n<li><p>There is lot of metadata and realestate.co.nz specific notations for standard objects like address and suburbs which could be different from other providers. Can it be simplified or use standard data?<br>  We are constantly looking to improve the process for everyone, especially for the end users who the listings are advertised to. If you have any suggestions please contact Platform support through your dedicated Slack channel or on <a href=\"https://mailto:platform@realestate.co.nz\">platform@realestate.co.nz</a>.</p>\n</li>\n<li><p>How do I reactivate a withdrawn listing?<br>  If the listing was withdrawn within the last 30 days, you must send a PATCH request to change the status back to <code>active</code>.<br>  For listings that were withdrawn longer than 30 days ago, send a POST request to create a new listing.</p>\n</li>\n</ul>\n<p>Contact Support:<br>Name: realestate.co.nz platform<br>Email: <a href=\"https://mailto:platform@realestate.co.nz\">platform@realestate.co.nz</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Getting started","slug":"getting-started"},{"content":"How to get access to FeedAPI","slug":"how-to-get-access-to-feedapi"},{"content":"Authentication and Authorisation","slug":"authentication-and-authorisation"},{"content":"Legacy EDI migration","slug":"legacy-edi-migration"},{"content":"Supported status codes","slug":"supported-status-codes"},{"content":"Supported HTTP Methods","slug":"supported-http-methods"},{"content":"Accepted Content Types","slug":"accepted-content-types"},{"content":"Using the API","slug":"using-the-api"},{"content":"Workflow for creating a listing","slug":"workflow-for-creating-a-listing"},{"content":"Error management","slug":"error-management"},{"content":"Support","slug":"support"},{"content":"Going live with the API","slug":"going-live-with-the-api"},{"content":"FAQ","slug":"faq"}],"owner":"424915","collectionId":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","publishedId":"T1Dv6ZEp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-07-09T03:02:51.000Z"},"item":[{"name":"listings","item":[{"name":"{id}","item":[{"name":"images","item":[{"name":"/listings/:id/images","id":"2c79f115-c3c3-4e16-b0f6-086ad1efe439","request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/images","description":"<p>returns a list of images for the listing</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["listings",":id","images"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"id":"7aa60651-9400-4e4c-8ee8-ba8c956194eb","description":{"content":"<p>(Required) ID of listing to fetch images for</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"98876346-6630-4ce4-8cd9-8c3b4254302a","name":"successful request","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/images","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":id","images"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n  {\n   \"id\": \"elit quis est\",\n   \"type\": \"image\",\n   \"attributes\": {\n    \"image-url\": \"https://exampleagencywebsite.co.nz/uploads/88as7gd18.jpg\",\n    \"sort-order\": 3\n   }\n  },\n  {\n   \"id\": \"ullamco eiusmod do est\",\n   \"type\": \"image\",\n   \"attributes\": {\n    \"image-url\": \"https://exampleagencywebsite.co.nz/uploads/88as7gd18.jpg\",\n    \"sort-order\": 3\n   }\n  }\n ]\n}"}],"_postman_id":"2c79f115-c3c3-4e16-b0f6-086ad1efe439"},{"name":"/listings/:id/images","id":"8c7fd449-35e0-460c-8e7f-0d4f93e179fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer YOUR-API-KEY-HERE","description":"<p>(Required) The bearer token is required for all requests</p>\n"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>","type":"text","description":"<p>The uploaded file data. Either file or file-url must be\npresent to be a valid request. Max file size is</p>\n"},{"key":"file-url","value":"<string>","type":"text","description":"<p>A url where the image can be downloaded from. Either file or file-url\nmust be present to be a valid request</p>\n"},{"key":"sort-order","value":"<integer>","type":"text","description":"<p>This will determine the order in which the images are displayed in</p>\n"},{"key":"caption","value":"<string>","type":"text","description":"<p>A description of summary of the image. This is not currently displayed on the website.</p>\n"},{"key":"is-floorplan","value":"false","type":"text","description":"<p>Mark as true if the image being uploaded is a floorplan</p>\n"}]},"url":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/images","description":"<p>upload an image against a listing. Either file or file-url must be<br />present to be a valid request</p>\n<h3 id=\"listing-image-attributes\">Listing image attributes</h3>\n<table><tbody><tr><th>Parameter</th><th>Required</th><th>Data Type</th><th>Description</th></tr><tr><td><div><code>file</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string (format binary)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The uploaded file data. Either file or file-url must be present to be a valid request. Max file size is 10MB.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>file-url</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>A url where the image can be downloaded from. Either file or file-url must be present to be a valid request</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>sort-order</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>This will determine the order in which the images are displayed in.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>caption</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>An optional description of summary of the image. This is not currently displayed on the website</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>is-floorplan</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Mark as true if the image being uploaded is a floorplan. This will list the image under the floorplan tab on the site.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["listings",":id","images"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) ID of listing to fetch images for</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"3b431341-6494-4f92-90a6-2374c8f5c7d8","name":"photo successfully uploaded","originalRequest":{"method":"POST","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"body":{"mode":"formdata","formdata":[{"description":{"content":"The uploaded file data. Either file or file-url must be\npresent to be a valid request. Max file size is 2MB\n","type":"text/plain"},"key":"file","value":"<binary>","type":"text"},{"description":{"content":"A url where the image can be downloaded from. Either file or file-url\nmust be present to be a valid request\n","type":"text/plain"},"key":"file-url","value":"<string>","type":"text"},{"description":{"content":"the order you wish the image to be displayed in","type":"text/plain"},"key":"sort-order","value":"<integer>","type":"text"},{"description":{"content":"a description of summary of the image. It is not currently displayed on the\nrealestate.co.nz platform\n","type":"text/plain"},"key":"caption","value":"<string>","type":"text"},{"description":{"content":"mark as true of the image being uploaded is a floorplan","type":"text/plain"},"key":"is-floorplan","value":"false","type":"text"}]},"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/images","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":id","images"],"variable":[{"key":"id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": {\n  \"id\": \"123e4567-e89b-12d3-a456-426614174000\",\n  \"type\": \"image\"\n }\n}"}],"_postman_id":"8c7fd449-35e0-460c-8e7f-0d4f93e179fb"},{"name":"/listings/:listing_id/images/:id","id":"ce0df9c8-32ac-45bb-957f-41b63488b993","request":{"method":"DELETE","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/listings/:listing_id/images/:id","description":"<p>removes an image from the realestate.co.nz platform. can be an image linked to either\na listing or agent</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["listings",":listing_id","images",":id"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"id":"ec35e585-d6a3-4dfe-bda1-fefbbb3bf7ae","description":{"content":"<p>(Required) ID of listing whose image you wish to delete</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"listing_id"},{"id":"e9e05b35-8d6a-4519-8126-8786d61c71b5","description":{"content":"<p>(Required) ID of the image needed to be deleted</p>\n","type":"text/plain"},"type":"string","value":"<string>","key":"id"}]}},"response":[{"id":"844d11a8-ad88-4e08-b832-1395071990dd","name":"image successfully deleted","originalRequest":{"method":"DELETE","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:listing_id/images/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":listing_id","images",":id"],"variable":[{"key":"listing_id"},{"key":"id"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""},{"id":"d68c088b-2600-4386-b036-3d08a1ef4410","name":"image not found","originalRequest":{"method":"DELETE","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:listing_id/images/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":listing_id","images",":id"],"variable":[{"key":"listing_id"},{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce0df9c8-32ac-45bb-957f-41b63488b993"}],"id":"80b7b013-0f76-4b5d-9fc8-c9d88ac8646a","_postman_id":"80b7b013-0f76-4b5d-9fc8-c9d88ac8646a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}}},{"name":"bookings","item":[{"name":"/listings/:id/bookings","id":"e3b84b14-0df2-414b-b639-2381af725aa2","request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/bookings","description":"<p>Get all bookings for a listing</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["listings",":id","bookings"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"id":"a9d0dfea-ce83-4bf2-870c-c316a7df1ff7","description":{"content":"<p>(Required) ID of listing to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"5245ced7-f6e1-4e6b-899d-c6f095615c5c","name":"a successful request","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/bookings","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":id","bookings"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"booking\",\n            \"attributes\": {\n                \"product-id\": 316,\n                \"product-name\": \"New - Residential Silver (4 week package - 1xFeature, 3x Refresh, 3x Showcase, 4 x Premium Feature)\",\n                \"date-start\": \"2020-11-18T00:00:00+13:00\",\n                \"date-end\": \"2020-12-15T00:00:00+13:00\",\n                \"status\": \"Booked\",\n                \"cost\": 390.43,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"date-start\": \"2020-12-09T00:00:00+13:00\",\n                        \"date-end\": \"2020-12-15T00:00:00+13:00\"\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"date-start\": \"2020-11-18T00:00:00+13:00\",\n                        \"date-end\": \"2020-11-24T00:00:00+13:00\"\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"date-start\": \"2020-11-25T00:00:00+13:00\",\n                        \"date-end\": \"2020-12-01T00:00:00+13:00\"\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"date-start\": \"2020-12-02T00:00:00+13:00\",\n                        \"date-end\": \"2020-12-08T00:00:00+13:00\"\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"date-start\": \"2020-11-25T00:00:00+13:00\",\n                        \"date-end\": \"2020-11-25T00:00:00+13:00\"\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"date-start\": \"2020-12-02T00:00:00+13:00\",\n                        \"date-end\": \"2020-12-02T00:00:00+13:00\"\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"date-start\": \"2020-11-11T00:00:00+13:00\",\n                        \"date-end\": \"2020-11-11T00:00:00+13:00\"\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"date-start\": \"2020-11-18T00:00:00+13:00\",\n                        \"date-end\": \"2020-11-24T00:00:00+13:00\"\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"date-start\": \"2020-11-25T00:00:00+13:00\",\n                        \"date-end\": \"2020-12-01T00:00:00+13:00\"\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"date-start\": \"2020-12-02T00:00:00+13:00\",\n                        \"date-end\": \"2020-12-08T00:00:00+13:00\"\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"date-start\": \"2020-11-18T00:00:00+13:00\",\n                        \"date-end\": \"2048-04-03T00:00:00+13:00\"\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"booking\",\n            \"attributes\": {\n                \"product-id\": 300,\n                \"product-name\": \"Residential - Premium Feature\",\n                \"date-start\": \"2020-09-11T00:00:00+12:00\",\n                \"date-end\": \"2020-09-17T00:00:00+12:00\",\n                \"status\": \"Booked\",\n                \"cost\": 20\n            }\n        }\n    ]\n}"}],"_postman_id":"e3b84b14-0df2-414b-b639-2381af725aa2"},{"name":"/listings/:id/bookings","id":"a2204b05-21c4-41e4-81b4-a0cd3ef724cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"booking\",\n        \"attributes\": {\n            \"product-id\": \"<integer>\",\n            \"listing-id\": \"<integer>\",\n            \"date-start\": \"<dateTime>\"\n        }\n    }\n}"},"url":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/bookings","description":"<p>Book a product for a listing</p>\n<p>Possible values can be retrieved from the /products endpoint</p>\n<p>Note:</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["listings",":id","bookings"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"id":"c6b73e89-dd21-46d8-a162-a09338d3304a","description":{"content":"<p>(Required) ID of listing to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"5562f898-efad-4f89-bb1d-646b1f4f6409","name":"Booking job created","originalRequest":{"method":"POST","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"booking\",\n        \"attributes\": {\n            \"product-id\": 316,\n            \"listing-id\": 40672945,\n            \"date-start\": \"2020-03-20T22:03:34+13:00\"\n        }\n    }\n}"},"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/bookings","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":id","bookings"],"variable":[{"key":"id"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a2204b05-21c4-41e4-81b4-a0cd3ef724cc"},{"name":"/products","id":"fb0458bc-2969-43b8-974c-4defae6e1fe8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","type":"text","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/products/","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["products",""],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[]}},"response":[{"id":"6373ff98-7323-46b2-b53e-40bb474bb032","name":"successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","type":"text","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/products/"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"jsonapi\": {\n        \"version\": \"1.0\"\n    },\n    \"data\": [\n        {\n            \"type\": \"product\",\n            \"id\": 154,\n            \"attributes\": {\n                \"name\": \"Refresh (Business)\",\n                \"description\": \"Refresh (Business)\",\n                \"allowed-listing-categories\": [\n                    \"biz_sale\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 156,\n            \"attributes\": {\n                \"name\": \"Refresh (Commercial Lease)\",\n                \"description\": \"Refresh (Commercial Lease)\",\n                \"allowed-listing-categories\": [\n                    \"com_lease\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 157,\n            \"attributes\": {\n                \"name\": \"Refresh (Commercial Sale)\",\n                \"description\": \"Refresh (Commercial Sale)\",\n                \"allowed-listing-categories\": [\n                    \"com_sale\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 155,\n            \"attributes\": {\n                \"name\": \"Refresh (Rural)\",\n                \"description\": \"Refresh (Rural)\",\n                \"allowed-listing-categories\": [\n                    \"rural_sale\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 34,\n            \"attributes\": {\n                \"name\": \"Refreshed (Rental)\",\n                \"description\": \"Refreshed (Rental)\",\n                \"allowed-listing-categories\": [\n                    \"res_rent\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 42,\n            \"attributes\": {\n                \"name\": \"Showcase (Business)\",\n                \"description\": \"Showcase (Business)\",\n                \"allowed-listing-categories\": [\n                    \"biz_sale\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 44,\n            \"attributes\": {\n                \"name\": \"Showcase (Commercial Lease)\",\n                \"description\": \"Showcase (Commercial Lease)\",\n                \"allowed-listing-categories\": [\n                    \"com_lease\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 32,\n            \"attributes\": {\n                \"name\": \"Refresh Listing (Residential)\",\n                \"description\": \"Refresh Listing (Residential)\",\n                \"allowed-listing-categories\": [\n                    \"res_sale\"\n                ],\n                \"duration\": 1,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 43,\n            \"attributes\": {\n                \"name\": \"Showcase (Commercial Sale)\",\n                \"description\": \"Showcase (Commercial Sale)\",\n                \"allowed-listing-categories\": [\n                    \"com_sale\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 41,\n            \"attributes\": {\n                \"name\": \"Showcase (Rental)\",\n                \"description\": \"Showcase (Rental)\",\n                \"allowed-listing-categories\": [\n                    \"res_rent\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 39,\n            \"attributes\": {\n                \"name\": \"Showcase (Residential)\",\n                \"description\": \"Showcase (Residential)\",\n                \"allowed-listing-categories\": [\n                    \"res_sale\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 40,\n            \"attributes\": {\n                \"name\": \"Showcase (Rural)\",\n                \"description\": \"Showcase (Rural)\",\n                \"allowed-listing-categories\": [\n                    \"rural_sale\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 308,\n            \"attributes\": {\n                \"name\": \"New - Comm Sale Gold (12 weeks - 1xFeature until sold, 6x Refresh, 12x Showcase, 12x Premium Feature)\",\n                \"description\": \"New - Comm Sale Gold (12 weeks - 1xFeature until sold, 6x Refresh, 12x Showcase, 12x Prem Feature)\",\n                \"allowed-listing-categories\": [\n                    \"com_sale\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 311,\n            \"attributes\": {\n                \"name\": \"New - Business Gold (12 weeks - 1xFeature until sold, 6x Refresh, 12x Showcase, 12x Premium Feature)\",\n                \"description\": \"New - Business Gold (12 weeks - 1xFeature until sold, 6x Refresh, 12x Showcase, 12x Premium Feature)\",\n                \"allowed-listing-categories\": [\n                    \"biz_sale\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 309,\n            \"attributes\": {\n                \"name\": \"New - Comm Lease Gold (12 weeks - 1xFeature until sold, 6x Refresh, 12x Showcase, 12x Premium Feature)\",\n                \"description\": \"New - Comm Lease Gold (12 weeks - 1xFeature until sold, 6x Refresh, 12x Showcase, 12x Prem Feature)\",\n                \"allowed-listing-categories\": [\n                    \"com_lease\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 310,\n            \"attributes\": {\n                \"name\": \"New - Rural Gold (12 weeks - 1xFeature until sold, 6x Refresh, 12x Showcase, 12x Premium Feature)\",\n                \"description\": \"New - Rural Gold (12 weeks - 1xFeature until sold, 6x Refresh, 12x Showcase, 12x Premium Feature)\",\n                \"allowed-listing-categories\": [\n                    \"rural_sale\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 307,\n            \"attributes\": {\n                \"name\": \"New - Rental Gold (4 weeks - 1xFeature until rented, 4x Refresh, 4x Showcase, 4x Premium Feature)\",\n                \"description\": \"New - Rental Gold (4 weeks - 1xFeature until rented, 4x Refresh, 4x Showcase, 4x Premium Feature)\",\n                \"allowed-listing-categories\": [\n                    \"res_rent\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 320,\n            \"attributes\": {\n                \"name\": \"New - Commercial Lease Silver (8 week package - 1xFeature until leased, 4x Refresh, 8x Showcase,  8x Premium Feature)\",\n                \"description\": \"New - Comm Lease Silver (8 week package - 1xFeature until leased, 4x Refresh, 8x Showcase,  8x Premium Feature)\",\n                \"allowed-listing-categories\": [\n                    \"com_lease\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 323,\n            \"attributes\": {\n                \"name\": \"New - Rural Bronze (6-week package - 1x Feature until sold, 2x Refresh, 6x Showcase)\",\n                \"description\": \"New - Rural Bronze (6-week package - 1x Feature until sold, 2x Refresh, 6x Showcase)\",\n                \"allowed-listing-categories\": [\n                    \"rural_sale\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 325,\n            \"attributes\": {\n                \"name\": \"New - Business Bronze (6-week package - 1x Feature until sold, 2x Refresh, 6x Showcase)\",\n                \"description\": \"New - Business Bronze (6-week package - 1x Feature until sold, 2x Refresh, 6x Showcase)\",\n                \"allowed-listing-categories\": [\n                    \"biz_sale\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 319,\n            \"attributes\": {\n                \"name\": \"New - Commercial Lease Bronze (6-week package - 1x Feature until sold, 2x Refresh, 6x Showcase)\",\n                \"description\": \"New - Commercial Lease Bronze (6-week package - 1x Feature until sold, 2x Refresh, 6x Showcase)\",\n                \"allowed-listing-categories\": [\n                    \"com_lease\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 318,\n            \"attributes\": {\n                \"name\": \"New - Rental Silver (3 week package - 1xFeature until rented, 3x Refresh, 3x Showcase,  3x Premium Feature)\",\n                \"description\": \"New - Rental Silver (3 week package - 1xFeature until rented, 3x Refresh, 3x Showcase,  3x Premium Feature)\",\n                \"allowed-listing-categories\": [\n                    \"res_rent\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 326,\n            \"attributes\": {\n                \"name\": \"New - Business Silver (8 week package - 1xFeature until sold, 4x Refresh, 8x Showcase,  8x Premium Feature)\",\n                \"description\": \"New - Business Silver (8 week package - 1xFeature until sold, 4x Refresh, 8x Showcase,  8x Premium Feature)\",\n                \"allowed-listing-categories\": [\n                    \"biz_sale\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Super Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 321,\n            \"attributes\": {\n                \"name\": \"New - Commercial Sale Bronze (6-week package - 1x Feature until sold, 2x Refresh, 6x Showcase)\",\n                \"description\": \"New - Commercial Sale Bronze (6-week package - 1x Feature until sold, 2x Refresh, 6x Showcase)\",\n                \"allowed-listing-categories\": [\n                    \"com_sale\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 317,\n            \"attributes\": {\n                \"name\": \"New - Rental Bronze (2-week package - 1x Feature until sold, 2x Refresh, 2x Showcase)\",\n                \"description\": \"New - Rental Bronze (2-week package - 1x Feature until sold, 2x Refresh, 2x Showcase)\",\n                \"allowed-listing-categories\": [\n                    \"res_rent\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 306,\n            \"attributes\": {\n                \"name\": \"New - Residential Gold (6 weeks - 1xFeature until sold, 4x Refresh, 4x Showcase, 6x Premium Feature)\",\n                \"description\": \"New - Residential Gold (6 weeks - 1xFeature until sold, 4x Refresh, 4x Showcase, 6x Premium Feature)\",\n                \"allowed-listing-categories\": [\n                    \"res_sale\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 324,\n            \"attributes\": {\n                \"name\": \"New - Rural Silver (8 week package - 1xFeature, 4x Refresh, 8x Showcase,  8x Premium Feature)\",\n                \"description\": \"New - Rural Silver (8 week package - 1xFeature, 4x Refresh, 8x Showcase,  8x Premium Feature)\",\n                \"allowed-listing-categories\": [\n                    \"rural_sale\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 316,\n            \"attributes\": {\n                \"name\": \"New - Residential Silver (4 week package - 1xFeature, 3x Refresh, 3x Showcase, 4 x Premium Feature)\",\n                \"description\": \"New - Residential Silver (4 week package - 1xFeature, 3x Refresh, 3x Showcase, 4 x Premium Feature)\",\n                \"allowed-listing-categories\": [\n                    \"res_sale\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 315,\n            \"attributes\": {\n                \"name\": \"New - Residential Bronze (2 week package - 1xFeature, 2x Refresh, 2x Showcase)\",\n                \"description\": \"New - Residential Bronze (2 week package - 1xFeature, 2x Refresh, 2x Showcase)\",\n                \"allowed-listing-categories\": [\n                    \"res_sale\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 322,\n            \"attributes\": {\n                \"name\": \"New - Comm Sale Silver (8 week package - 1xFeature, 4x Refresh, 8x Showcase,  8x Premium Feature)\",\n                \"description\": \"New - Comm Sale Silver (8 week package - 1xFeature, 4x Refresh, 8x Showcase,  8x Premium Feature)\",\n                \"allowed-listing-categories\": [\n                    \"com_sale\"\n                ],\n                \"duration\": null,\n                \"is-package\": true,\n                \"sub-products\": [\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Feature\",\n                        \"duration\": 9999\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Refresh\",\n                        \"duration\": 1\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"ShowCase\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    },\n                    {\n                        \"product-name\": \"Premium Feature\",\n                        \"duration\": 7\n                    }\n                ]\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 33,\n            \"attributes\": {\n                \"name\": \"Feature (Rental)\",\n                \"description\": \"Feature (Rental)\",\n                \"allowed-listing-categories\": [\n                    \"res_rent\"\n                ],\n                \"duration\": 21,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 153,\n            \"attributes\": {\n                \"name\": \"Feature (Commercial Sale)\",\n                \"description\": \"Feature (Commercial Sale)\",\n                \"allowed-listing-categories\": [\n                    \"com_sale\"\n                ],\n                \"duration\": 42,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 152,\n            \"attributes\": {\n                \"name\": \"Feature (Commercial Lease)\",\n                \"description\": \"Feature (Commercial Lease)\",\n                \"allowed-listing-categories\": [\n                    \"com_lease\"\n                ],\n                \"duration\": 21,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 151,\n            \"attributes\": {\n                \"name\": \"Feature (Rural)\",\n                \"description\": \"Feature (Rural)\",\n                \"allowed-listing-categories\": [\n                    \"rural_sale\"\n                ],\n                \"duration\": 42,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 150,\n            \"attributes\": {\n                \"name\": \"Feature (Business)\",\n                \"description\": \"Feature (Business)\",\n                \"allowed-listing-categories\": [\n                    \"biz_sale\"\n                ],\n                \"duration\": 42,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 304,\n            \"attributes\": {\n                \"name\": \"Rural - Premium Feature\",\n                \"description\": null,\n                \"allowed-listing-categories\": [\n                    \"rural_sale\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 300,\n            \"attributes\": {\n                \"name\": \"Residential - Premium Feature\",\n                \"description\": null,\n                \"allowed-listing-categories\": [\n                    \"res_sale\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 301,\n            \"attributes\": {\n                \"name\": \"Residential Rental - Premium Feature\",\n                \"description\": null,\n                \"allowed-listing-categories\": [\n                    \"res_rent\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 302,\n            \"attributes\": {\n                \"name\": \"Commercial Sale - Premium Feature\",\n                \"description\": null,\n                \"allowed-listing-categories\": [\n                    \"com_sale\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 303,\n            \"attributes\": {\n                \"name\": \"Commercial Lease - Premium Feature\",\n                \"description\": null,\n                \"allowed-listing-categories\": [\n                    \"com_lease\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        },\n        {\n            \"type\": \"product\",\n            \"id\": 305,\n            \"attributes\": {\n                \"name\": \"Business - Premium Feature\",\n                \"description\": null,\n                \"allowed-listing-categories\": [\n                    \"biz_sale\"\n                ],\n                \"duration\": 7,\n                \"is-package\": false,\n                \"sub-products\": null\n            }\n        }\n    ]\n}"}],"_postman_id":"fb0458bc-2969-43b8-974c-4defae6e1fe8"}],"id":"c68b733a-58f3-435c-9932-4e40a61784fd","_postman_id":"c68b733a-58f3-435c-9932-4e40a61784fd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}}},{"name":"/listings/:id","id":"6ad885cb-029e-4837-84f6-73a3edb3c246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests.</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/listings/:id","description":"<p>returns the listing requested</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["listings",":id"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"id":"f3f16b4d-2820-4694-890f-357bc3ddf9e0","description":{"content":"<p>(Required) ID of listing to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"4c60c3c0-38cf-4024-984c-0a653b810687","name":"successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": {\n  \"id\": 40672945,\n  \"type\": \"listing\",\n  \"attributes\": {\n   \"listing-no\": \"TG01266\",\n   \"date-of-last-change\": \"2019-05-09T00:00:00+12:00\",\n   \"listing-status\": \"active\",\n   \"listing-category-code\": \"res_sale\",\n   \"listing-property-type-code\": \"RESHOU\",\n   \"address\": {\n    \"suburb-fq-slug\": \"bay-of-plenty_tauranga_pyes-pa\",\n    \"street-number\": \"27\",\n    \"street-name\": \"Tamihana Avenue\",\n    \"pub-address-web\": true,\n    \"sdnid\": 78992475,\n    \"publish-suburb\": \"Pyes Pa\",\n    \"suburb\": \"Pyes Pa\",\n    \"district\": \"Tauranga\",\n    \"region\": \"Bay of Plenty\",\n    \"building-name\": \"The homestead\",\n    \"floor-number\": \"Excepteur sit nostrud\",\n    \"unit-number\": \"4A\",\n    \"street-number-suffix\": \"B\",\n    \"postcode\": \"3173\",\n    \"latitude\": \"-37.7701432\",\n    \"longitude\": \"176.1100844\",\n    \"country\": \"New Zealand\"\n   },\n   \"floor-area\": 209.8,\n   \"floor-area-unit\": \"SQM\",\n   \"land-area\": 1209,\n   \"land-area-unit\": \"SQM\",\n   \"bedroom-count\": 3,\n   \"bathroom-full-count\": 1,\n   \"bathroom-ensuite-count\": 1,\n   \"bathroom-wc-count\": 1,\n   \"parking-garage-count\": 2,\n   \"parking-covered-count\": 1,\n   \"parking-other-count\": 3,\n   \"storey-count\": 2,\n   \"year-built\": 1960,\n   \"is-new-construction\": false,\n   \"is-coastal-waterfront\": false,\n   \"has-swimming-pool\": true,\n   \"sale-type-code\": \"sole\",\n   \"is-mortgagee-sale\": false,\n   \"pricing-type-code\": \"auction\",\n   \"price\": 835000,\n   \"is-gst-included\": true,\n   \"price-publish-text\": \"aliqua Lorem\",\n   \"is-com-lease-by-sqm\": false,\n   \"lease-area-by-sqm-min\": 60,\n   \"lease-area-by-sqm-max\": 250,\n   \"price-by-sqm\": 66265322,\n   \"date-of-auction\": \"2020-06-16T11:00:00+12:00\",\n   \"time-of-auction\": \"11:00\",\n   \"location-of-auction\": \"Our auction rooms\",\n   \"tender-date\": \"2020-06-16T11:00:00+12:00\",\n   \"deadline-date\": \"2020-06-16T11:00:00+12:00\",\n   \"deadline-location\": \"Box at the front of our office\",\n   \"header\": \"Location Location Location\",\n   \"description\": \"est dolor aute culpa ullamco\",\n   \"videos\": [\n    {\n     \"url\": \"https://www.youtube.com/embed/wq3QWyvw-OY\",\n     \"order\": 1\n    },\n    {\n     \"url\": \"https://www.youtube.com/embed/wq3QWyvw-OY\",\n     \"order\": 1\n    }\n   ],\n   \"floorplans\": [\n    {\n     \"url\": \"http://media.agentsite.co.nz/r3/images/floorplans.jpg\",\n     \"order\": 1\n    },\n    {\n     \"url\": \"http://media.agentsite.co.nz/r3/images/floorplans.jpg\",\n     \"order\": 1\n    }\n   ],\n   \"virtual-walkthroughs\": [\n    {\n     \"url\": \"https://my.matterport.com/show/?m=xmJRSURy9Cf\",\n     \"order\": 1\n    },\n    {\n     \"url\": \"https://my.matterport.com/show/?m=xmJRSURy9Cf\",\n     \"order\": 1\n    }\n   ],\n   \"additional-websites\": [\n    {\n     \"url\": \"https://cdn.diakrit.com/product/styling/additional-websites3\",\n     \"order\": 1\n    },\n    {\n     \"url\": \"https://cdn.diakrit.com/product/styling/additional-websites3\",\n     \"order\": 1\n    }\n   ],\n   \"link\": \"https://rwbeachlands.co.nz/BCH21387\",\n   \"title-type-code\": \"leasehold\",\n   \"council-valuation-reference\": \"ad dolor irure culpa\",\n   \"rates\": 82289127.23187017,\n   \"rates-suffix\": \"ex occaecat\",\n   \"body-corp-levy\": 21442837.034278378,\n   \"body-corp-levy-suffix\": \"laboris amet sit\",\n   \"council-rateable-valuation-date\": \"nulla ad Duis eu\",\n   \"council-capital-value\": 40409483,\n   \"council-land-value\": -35930559,\n   \"council-improvements-value\": -53788212,\n   \"legal-description\": \"cillum Ut\",\n   \"appraisal-date\": \"exercitation\",\n   \"appraisal-value\": 30231583,\n   \"is-pets-allowed\": false,\n   \"is-smokers-allowed\": true,\n   \"available-from-date\": \"ullamco nulla laborum eiusmod Lorem\",\n   \"max-tenants\": 98360517,\n   \"furnished-type\": \"partly_furnished\",\n   \"includes-outgoings\": true,\n   \"bond-amount\": -72706819.45484725,\n   \"other-features\": [\n    {\n     \"value\": \"et occaecat minim\",\n     \"heading\": \"anim exercitation quis et\"\n    },\n    {\n     \"value\": \"aliqua\",\n     \"heading\": \"Duis mollit anim Excepteur\"\n    }\n   ],\n   \"photos\": [\n    {\n     \"id\": \"ListingPhotoAttributes\",\n     \"base-url\": \"/listings/3556687/4d8ea1c423d6db32844026cc0f8a941b\",\n     \"order\": 3,\n     \"url\": \"sit tempor deserunt quis\"\n    },\n    {\n     \"id\": \"ListingPhotoAttributes\",\n     \"base-url\": \"/listings/3556687/4d8ea1c423d6db32844026cc0f8a941b\",\n     \"order\": 3,\n     \"url\": \"occaecat culpa Lorem\"\n    }\n   ],\n   \"listing-property-type-name\": \"House\",\n   \"listing-url\": \"https://www.realestate.co.nz/3749144\",\n   \"is-live\": true,\n   \"is-featured\": true,\n   \"is-showcased\": true,\n   \"is-refresh\": true,\n   \"publish-date\": \"2020-03-20T22:04:00+13:00\",\n   \"created-date\": \"2020-03-20T22:03:34+13:00\",\n   \"modified-date\": \"2020-07-01T10:58:02+12:00\"\n  },\n  \"relationships\": {\n   \"offices\": {\n    \"data\": [\n     {\n      \"type\": \"office\",\n      \"id\": 234523\n     },\n     {\n      \"type\": \"office\",\n      \"id\": 234523\n     }\n    ]\n   },\n   \"agents\": {\n    \"data\": [\n     {\n      \"type\": \"agent\",\n      \"id\": 235235\n     },\n     {\n      \"type\": \"agent\",\n      \"id\": 235235\n     }\n    ]\n   }\n  }\n }\n}"},{"id":"dfbe2724-1484-4bb5-9251-b211cba42781","name":"listing not found","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6ad885cb-029e-4837-84f6-73a3edb3c246"},{"name":"/listings/:id","id":"719d808e-9c41-41dc-8228-7ad2749b0acc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": \"<integer>\",\n        \"type\": \"listing\",\n        \"attributes\": {\n            \"listing-no\": \"occaecat consequat a\",\n            \"date-of-last-change\": \"fugiat in ullamco cupidatat\",\n            \"listing-status\": \"withdrawn\",\n            \"listing-category-code\": \"rural_sale\",\n            \"listing-property-type-code\": \"ex magna irure id\",\n            \"address\": {\n                \"suburb-fq-slug\": \"Ut eu dolore aliquip\",\n                \"street-number\": \"laboris in eu Excepteur off\",\n                \"street-name\": \"aute ut eiusmod nostrud\",\n                \"pub-address-web\": true,\n                \"sdnid\": -88172202,\n                \"publish-suburb\": \"nulla dolor\",\n                \"building-name\": \"sunt sit anim\",\n                \"floor-number\": \"dolore aliqua\",\n                \"unit-number\": \"dolor dolor\",\n                \"street-number-suffix\": \"dolore Duis\",\n                \"postcode\": \"nostrud\",\n                \"latitude\": \"qui\",\n                \"longitude\": \"ullamco dolore non\",\n                \"country\": \"aliqua veniam reprehenderit mollit\"\n            },\n            \"floor-area\": -71061192.4322226,\n            \"floor-area-unit\": \"HA\",\n            \"land-area\": 74013786.30523068,\n            \"land-area-unit\": \"SQM\",\n            \"bedroom-count\": 73759784,\n            \"bathroom-full-count\": -88155927,\n            \"bathroom-ensuite-count\": -9037911,\n            \"bathroom-wc-count\": -61205567,\n            \"parking-garage-count\": -15008959,\n            \"parking-covered-count\": 11005041,\n            \"parking-other-count\": -64591175,\n            \"storey-count\": 93890353,\n            \"year-built\": 76927086,\n            \"is-new-construction\": true,\n            \"is-coastal-waterfront\": false,\n            \"has-swimming-pool\": true,\n            \"sale-type-code\": \"joint_agency\",\n            \"is-mortgagee-sale\": false,\n            \"pricing-type-code\": \"asking_price\",\n            \"price\": 72165253,\n            \"is-gst-included\": true,\n            \"price-publish-text\": \"sunt tempor do pariatur\",\n            \"is-com-lease-by-sqm\": false,\n            \"lease-area-by-sqm-min\": 57080702,\n            \"lease-area-by-sqm-max\": -54905165,\n            \"price-by-sqm\": 85729847,\n            \"date-of-auction\": \"cupidatat est esse nisi culpa\",\n            \"time-of-auction\": \"labore Lorem velit anim\",\n            \"location-of-auction\": \"aute e\",\n            \"tender-date\": \"est\",\n            \"deadline-date\": \"nostrud quis ad elit fugiat\",\n            \"deadline-location\": \"ad in \",\n            \"header\": \"dol\",\n            \"description\": \"Excep\",\n            \"videos\": [\n                {\n                    \"url\": \"labore ex elit conse\",\n                    \"order\": 3386869\n                },\n                {\n                    \"url\": \"sunt culpa amet magna\",\n                    \"order\": -50435499\n                }\n            ],\n            \"floorplans\": [\n                {\n                    \"url\": \"tempor occaecat\",\n                    \"order\": 32698842\n                },\n                {\n                    \"url\": \"nulla sed elit ipsum\",\n                    \"order\": -61864405\n                }\n            ],\n            \"virtual-walkthroughs\": [\n                {\n                    \"url\": \"aute\",\n                    \"order\": -15373367\n                },\n                {\n                    \"url\": \"ullamco ex\",\n                    \"order\": 51843764\n                }\n            ],\n            \"additional-websites\": [\n                {\n                    \"url\": \"officia amet aute adipisicing incididunt\",\n                    \"order\": -6046059\n                },\n                {\n                    \"url\": \"Ut amet voluptate\",\n                    \"order\": 142117\n                }\n            ],\n            \"link\": \"culpa exercitation\",\n            \"title-type-code\": \"cross_lease\",\n            \"council-valuation-reference\": \"ad laborum\",\n            \"rates\": 41805818.054558456,\n            \"rates-suffix\": \"aliquip exercita\",\n            \"body-corp-levy\": -7757691.317587018,\n            \"body-corp-levy-suffix\": \"amet\",\n            \"council-rateable-valuation-date\": \"pariatur aute adipisi\",\n            \"council-capital-value\": 77135216,\n            \"council-land-value\": 54658498,\n            \"council-improvements-value\": -56205967,\n            \"legal-description\": \"ea cupidatat eu cillum\",\n            \"appraisal-date\": \"cillum ad\",\n            \"appraisal-value\": 72995468,\n            \"is-pets-allowed\": true,\n            \"is-smokers-allowed\": true,\n            \"available-from-date\": \"sit aliquip\",\n            \"max-tenants\": -93075527,\n            \"furnished-type\": \"furnished\",\n            \"includes-outgoings\": true,\n            \"bond-amount\": -67288832.35396297,\n            \"other-features\": [\n                {\n                    \"value\": \"in qui ipsum in\",\n                    \"heading\": \"occaecat ullamco\"\n                },\n                {\n                    \"value\": \"mollit veniam\",\n                    \"heading\": \"voluptate aute tempor Excepteur\"\n                }\n            ],\n            \"photos\": [\n                {\n                    \"id\": \"commodo dolore culpa Ut\",\n                    \"base-url\": \"dolore eu in cillum\",\n                    \"order\": -67221953,\n                    \"url\": \"nulla ex esse\"\n                },\n                {\n                    \"id\": \"amet iru\",\n                    \"base-url\": \"sit mollit velit\",\n                    \"order\": 60061228,\n                    \"url\": \"Ut in ut\"\n                }\n            ]\n        },\n        \"relationships\": {\n            \"offices\": {\n                \"data\": [\n                    {\n                        \"type\": \"office\",\n                        \"id\": 84623461\n                    },\n                    {\n                        \"type\": \"office\",\n                        \"id\": 57844392\n                    }\n                ]\n            },\n            \"agents\": {\n                \"data\": [\n                    {\n                        \"type\": \"agent\",\n                        \"id\": -48913228\n                    },\n                    {\n                        \"type\": \"agent\",\n                        \"id\": -34819567\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":"https://sandbox.realestate.co.nz/feed/v1/listings/:id","description":"<p>update a listing, including withdrawing a listing or marking it as sold\nif including photos, floorplans, videos, virtual-walkthroughs or additional-websites in\nthe request, be sure to include everything. if an item is missing from the array then\nit will be removed from the listing</p>\n<h3 id=\"listing-attributes\">Listing attributes</h3>\n<table>\n  <thead>\n    <tr>\n      <th>Parameter</th>\n      <th>Required</th>\n      <th>Data Type</th>\n      <th>Description</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <td><code>listing-no</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td>External listing number, must be unique within the file. Listing numbers restricted to alpha numeric only. No spaces or symbols allowed. Max 10 characters.</td>\n    </tr>\n    <tr>\n      <td><code>date-of-last-change</code></td>\n      <td>Yes</td>\n      <td>string (format date-time)</td>\n      <td>Date of listing when the price changed; otherwise it is to be the same as DateEntered</td>\n    </tr>\n    <tr>\n      <td><code>listing-status</code></td>\n      <td>No</td>\n      <td>string (format enum)</td>\n      <td>The status of the listing. Possible options are <code>active</code>, <code>sold</code>, <code>withdrawn</code>, <code>hidden</code>, <code>rented</code>, <code>leased</code>, <code>create</code></td>\n    </tr>\n    <tr>\n      <td><code>listing-category-code</code></td>\n      <td>Yes</td>\n      <td>string (format enum)</td>\n      <td>The listing category. Not required if the legacy listing-type and listing-class-code fields are used. Possible options are <code>res_sale</code>, <code>res_rent</code>, <code>com_sale</code>, <code>com_lease</code>, <code>rural_sale</code>, <code>biz_sale</code></td>\n    </tr>\n    <tr>\n      <td><code>listing-property-type-code</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td>the listing property type. Possible values can be retrieved from the /listing-property-types endpoint. Not required if the legacy listing-type and listing-class-code fields are used</td>\n    </tr>\n    <tr>\n      <td><code>address</code></td>\n      <td>Yes</td>\n      <td>object</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>address.suburb-fq-slug</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td>the fully qualified suburb slug for the listing. The list of accepted suburbs can be found at the /suburbs endpoint.</td>\n    </tr>\n    <tr>\n      <td><code>address.publish-suburb</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>Preferred display suburb name</td>\n    </tr>\n    <tr>\n      <td><code>address.building-name</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>address.floor-number</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>address.unit-number</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>address.street-number</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>address.street-number-suffix</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>address.street-name</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>address.postcode</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>address.latitude</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>The latitude of the geo point of the listing's location</td>\n    </tr>\n    <tr>\n      <td><code>address.longitude</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>The longitude of the geo point of the listing's location</td>\n    </tr>\n    <tr>\n      <td><code>address.country</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>the country name. Should almost always be New Zealand</td>\n    </tr>\n    <tr>\n      <td><code>address.pub-address-web</code></td>\n      <td>Yes</td>\n      <td>boolean</td>\n      <td>Should the address be displayed</td>\n    </tr>\n    <tr>\n      <td><code>floor-area</code></td>\n      <td>No</td>\n      <td>number (format double)</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>floor-area-unit</code></td>\n      <td>No</td>\n      <td>string (format enum)</td>\n      <td>Possible options are <code>SQM</code>, <code>HA</code></td>\n    </tr>\n    <tr>\n      <td><code>land-area</code></td>\n      <td>No</td>\n      <td>number (format double)</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>land-area-unit</code></td>\n      <td>No</td>\n      <td>string (format enum)</td>\n      <td>Possible options are <code>SQM</code>, <code>HA</code></td>\n    </tr>\n    <tr>\n      <td><code>bedroom-count</code></td>\n      <td>Yes</td>\n      <td>integer</td>\n      <td>Must be at least 1 for Residential, Lifestyle Property and Rental listings. Exceptions are sections, studios, carparks and boat sheds.</td>\n    </tr>\n    <tr>\n      <td><code>bathroom-full-count</code></td>\n      <td>Yes</td>\n      <td>integer</td>\n      <td>Must be at least 1 for Residential, Lifestyle Property and Rental listings. Exceptions are sections, carparks and boat sheds.</td>\n    </tr>\n    <tr>\n      <td><code>bathroom-ensuite-count</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>bathroom-wc-count</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>parking-garage-count</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>parking-covered-count</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>parking-other-count</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>storey-count</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>year-built</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>is-new-construction</code></td>\n      <td>No</td>\n      <td>boolean</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>is-coastal-waterfront</code></td>\n      <td>No</td>\n      <td>boolean</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>has-swimming-pool</code></td>\n      <td>No</td>\n      <td>boolean</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>sale-type-code</code></td>\n      <td>Yes</td>\n      <td>string (format enum)</td>\n      <td>What type of listing agreement is in place. Not required if the legacy sale-type field is definited. Possible options are <code>sole</code>, <code>general</code>, <code>joint_agency</code>, <code>other</code></td>\n    </tr>\n    <tr>\n      <td><code>is-mortgagee-sale</code></td>\n      <td>No</td>\n      <td>boolean</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>pricing-type-code</code></td>\n      <td>Yes</td>\n      <td>string (format enum)</td>\n      <td>What type of pricing model is applied to the listing. Rentals must be `fixed_price`. Possible options are <code>fixed_price</code>, <code>poa</code>, <code>negotiation</code>, <code>offers</code>, <code>auction</code>, <code>tender</code>, <code>deadline_treaty</code>, <code>asking_price</code>, <code>buyer_budget_from</code>, <code>buyer_budget_over</code>, <code>buyer_enquiry_over</code>, <code>buyer_interest_from</code>, <code>enquiries_over</code>, <code>expressions_of_interest_over</code>, <code>negotiable_from</code>, <code>offers_over</code></td>\n    </tr>\n    <tr>\n      <td><code>price</code></td>\n      <td>Yes</td>\n      <td>integer</td>\n      <td>This value is used for search on the Realestate.co.nz sites. For residential rentals a weekly rent amount is required. For commercial leases a per annum amount lease price is required. Must be greater than 10 or listing will be rejected. When pricing-type-code is fixed_price the price is displayed on listings. When pricing-type-code is one of the prefix options (after buyer_budget_from in the enum list) the price is appended to Price Prefix selected.</td>\n    </tr>\n    <tr>\n      <td><code>is-gst-included</code></td>\n      <td>Yes</td>\n      <td>boolean</td>\n      <td>Price Including GST (if any), false Price Plus GST (if any) GST label will always display on Commercial, Business and Rural (except Lifestyle) listings. GST label will only display on Residential, Rental and Lifestyle listings if false.</td>\n    </tr>\n    <tr>\n      <td><code>price-publish-text</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>Field to display a custom pricing string. The pricing-type-code field is still required. Not currently displayed on site.</td>\n    </tr>\n    <tr>\n      <td><code>is-com-lease-by-sqm</code></td>\n      <td>No</td>\n      <td>boolean</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>lease-area-by-sqm-min</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>Required if is-com-lease-by-sqm is true. Min value is 1</td>\n    </tr>\n    <tr>\n      <td><code>lease-area-by-sqm-max</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>Required if is-com-lease-by-sqm is true. Min value is greater than lease-area-by-sqm-min</td>\n    </tr>\n    <tr>\n      <td><code>price-by-sqm</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>Per square metre price. This will over-ride the value in the price field. Must be greater than 10 or listing will be rejected.</td>\n    </tr>\n    <tr>\n      <td><code>date-of-auction</code></td>\n      <td>No</td>\n      <td>string (format date)</td>\n      <td>Optional field when the pricing-type-code field is auction</td>\n    </tr>\n    <tr>\n      <td><code>time-of-auction</code></td>\n      <td>No</td>\n      <td>string (format time)</td>\n      <td>Optional field when the pricing-type-code field is auction</td>\n    </tr>\n    <tr>\n      <td><code>location-of-auction</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>Optional field when the pricing-type-code field is auction</td>\n    </tr>\n    <tr>\n      <td><code>tender-date</code></td>\n      <td>No</td>\n      <td>string (format date)</td>\n      <td>Optional field when the pricing-type-code field is tender</td>\n    </tr>\n    <tr>\n      <td><code>tender-time</code></td>\n      <td>No</td>\n      <td>string (format time)</td>\n      <td>Optional field when the pricing-type-code field is tender</td>\n    </tr>\n    <tr>\n      <td><code>tender-location</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>Optional field when the pricing-type-code field is tender.  Supports zoom, google meet, facebook and gavl links.</td>\n    </tr>\n    <tr>\n      <td><code>deadline-date</code></td>\n      <td>No</td>\n      <td>string (format date)</td>\n      <td>Optional field when the pricing-type-code field is deadline-treaty</td>\n    </tr>\n    <tr>\n      <td><code>deadline-time</code></td>\n      <td>No</td>\n      <td>string (format time)</td>\n      <td>Optional field when the pricing-type-code field is deadline-treaty</td>\n    </tr>\n    <tr>\n      <td><code>deadline-location</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>Optional field when the pricing-type-code field is deadline-treaty</td>\n    </tr>\n    <tr>\n      <td><code>header</code></td>\n      <td>Yes</td>\n      <td>string (max length 50)</td>\n      <td>Header for advertising text displayed on Realestate.co.nz sites. Natural English language text only. Reduced to 50 characters for enhanced display in saved search emails and on the Realestate App.</td>\n    </tr>\n    <tr>\n      <td><code>description</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td>Primary description for the listing.Natural English language text and specific HTML allowed. The Accepted HTML code are <code>&lt;p&gt;</code>, <code>&lt;i&gt;</code>, <code>&lt;em&gt;</code>, <code>&lt;b&gt;</code>, <code>&lt;strong&gt;</code>, <code>&lt;ul&gt;</code>, <code>&lt;ol&gt;</code>, <code>&lt;li&gt;</code>, <code>&lt;br /&gt;</code></td>\n    </tr>\n    <tr>\n      <td><code>videos</code></td>\n      <td>No</td>\n      <td>array of <code>video</code> objects</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>videos[].url</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td>Video URLs accepted are from Youtube, Vimeo</td>\n    </tr>\n    <tr>\n      <td><code>videos[].order</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>The sort order of the video in relation to the other videos in the array</td>\n    </tr>\n    <tr>\n      <td><code>photos</code></td>\n      <td>No</td>\n      <td>array of <code>photo</code> objects</td>\n      <td>this array can only be sent to reorder the images and cannot be used to add or remove images. Use the images endpoint for adding and removing images</td>\n    </tr>\n    <tr>\n      <td><code>photos[].id</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td>This is the id of the image for the photo from the GET /listings endpoint or the UUID from the POST /images endpoint</td>\n    </tr>\n    <tr>\n      <td><code>photos[].order</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>the display order the image will show in the array of images. This is the only field that can be updated on the listings put endpoint</td>\n    </tr>\n    <tr>\n      <td><code>floorplans</code></td>\n      <td>No</td>\n      <td>array of <code>floorplan</code> objects</td>\n    </tr>\n    <tr>\n      <td><code>floorplans[].url</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td>Floorplans URLs accepted are for interactive floorplans. To upload static floorplan images use the POST <code>listings/{id}<code>images</code> setting the optional <code>floorplan</code> field as <code>true</code></code></td>\n    </tr>\n    <tr>\n      <td><code>floorplans[].order</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>The sort order of the floorplan in relation to the other Floorplans in the array</td>\n    </tr>\n    <tr>\n      <td><code>virtual-walkthroughs</code></td>\n      <td>No</td>\n      <td>array of <code>virtual-walkthroughs</code> objects</td>\n    </tr>\n    <tr>\n      <td><code>virtual-walkthroughs[].url</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td>Virtual tour URLs accepted are from Diakrit, Matterport, Snaploader or Virtual Tour Creator</td>\n    </tr>\n    <tr>\n      <td><code>virtual-walkthroughs[].order</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>The sort order of the virtual tour in relation to the other virtual tours in the array</td>\n    </tr>\n    <tr>\n      <td><code>additional-websites</code></td>\n      <td>No</td>\n      <td>array of <code>additional-websites</code> objects</td>\n    </tr>\n    <tr>\n      <td><code>additional-websites[].url</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td>The additional URLs array is designed to accept new types of interactive URLs as their support is added to the realestate.co.nz platfrom. Currently support is for Dirakrit style and furnish URLs</td>\n    </tr>\n    <tr>\n      <td><code>additional-websites[].order</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>The sort order of the additional websites in relation to the other virtual tours in the array</td>\n    </tr>\n    <tr>\n      <td><code>link</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>link to the listing if provided by agency needs to be https to be published on the site</td>\n    </tr>\n    <tr>\n      <td><code>title-type-code</code></td>\n      <td>No</td>\n      <td>string (format enum)</td>\n      <td>What type of title the property has. Options are <code>freehold</code>, <code>leasehold</code>, <code>cross_lease</code>, <code>unit_title</code>, <code>company</code></td>\n    </tr>\n    <tr>\n      <td><code>council-valuation-reference</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>rates</code></td>\n      <td>No</td>\n      <td>number (format double)</td>\n      <td>The council rates for the property. If you provide this field, you must provide the `rates-suffix` too.</td>\n    </tr>\n    <tr>\n      <td><code>rates-suffix</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>If the `rates` field is provided then this becomes mandatory.</td>\n    </tr>\n    <tr>\n      <td><code>body-corp-levy</code></td>\n      <td>No</td>\n      <td>number (format double)</td>\n      <td>The amount of the body corpate costs if there is any. If you provide this field, you must provide the `body-corp-levy-suffix` too.</td>\n    </tr>\n    <tr>\n      <td><code>body-corp-levy-suffix</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>If the `body-corp-levy` field is provided then this becomes mandatory.</td>\n    </tr>\n    <tr>\n      <td><code>council-rateable-valuation-date</code></td>\n      <td>No</td>\n      <td>string (format date)</td>\n      <td>The last time the council CV was updated</td>\n    </tr>\n    <tr>\n      <td><code>council-capital-value</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>The value of the properties council captial value</td>\n    </tr>\n    <tr>\n      <td><code>council-land-value</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>The value of the properties council land value</td>\n    </tr>\n    <tr>\n      <td><code>council-improvements-value</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>The value of the properties council improvements value</td>\n    </tr>\n    <tr>\n      <td><code>legal-description</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>The legal description from the property title</td>\n    </tr>\n    <tr>\n      <td><code>appraisal-date</code></td>\n      <td>No</td>\n      <td>string (format date)</td>\n      <td>The date of a registered valuation of the property. Note this is NOT designed to record an agents appraisal</td>\n    </tr>\n    <tr>\n      <td><code>appraisal-value</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>The value of a registered valuation of the property. Note this is NOT designed to record an agents appraisal</td>\n    </tr>\n    <tr>\n      <td><code>is-pets-allowed</code></td>\n      <td>No</td>\n      <td>boolean</td>\n      <td>Designed for rental properties</td>\n    </tr>\n    <tr>\n      <td><code>is-smokers-allowed</code></td>\n      <td>No</td>\n      <td>boolean</td>\n      <td>Designed for rental properties</td>\n    </tr>\n    <tr>\n      <td><code>available-from-date</code></td>\n      <td>No</td>\n      <td>string (format date)</td>\n      <td>For rental properties, when is the property available to move in</td>\n    </tr>\n    <tr>\n      <td><code>max-tenants</code></td>\n      <td>No</td>\n      <td>integer</td>\n      <td>For rental properties, the maximum number of tenants allowed in the property</td>\n    </tr>\n    <tr>\n      <td><code>furnished-type</code></td>\n      <td>No</td>\n      <td>string (format enum)</td>\n      <td>Applies to rental properties and referrs to whether the property is furnished or not. Options are <code>furnished</code>, <code>partly_furnished</code>, <code>non_furnished</code></td>\n    </tr>\n    <tr>\n      <td><code>includes-outgoings</code></td>\n      <td>No</td>\n      <td>boolean</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>bond-amount</code></td>\n      <td>No</td>\n      <td>number (format double)</td>\n      <td>For rental properties, the amount in dollars of the bond</td>\n    </tr>\n    <tr>\n      <td><code>other-features</code></td>\n      <td>No</td>\n      <td>array of <code>other-features<code> objects</code></code></td>\n      <td>a list of additional features you may wish to add. The heading field is optional but each feature must have a value</td>\n    </tr>\n    <tr>\n      <td><code>other-features[].heading</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>other-features[].value</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n  </tbody>\n</table>        \n\n<h3 id=\"listing-relationships\">Listing relationships</h3>\n<p>The relationships object when creating listings is mandatory due to the need to include which office the listing list linked to.\nSee the example request bodies to understand the JSONAPI.org relationship object.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["listings",":id"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"id":"182f6af8-49b4-4329-892b-2d7342cff1fe","description":{"content":"<p>(Required) ID of listing to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"90fb4ff6-20ec-40b1-b376-489730d2e137","name":"listing not found","originalRequest":{"method":"PUT","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": 40672945,\n        \"type\": \"listing\",\n        \"attributes\": {\n            \"listing-no\": \"TG01266\",\n            \"date-of-last-change\": \"2019-05-09T00:00:00+12:00\",\n            \"listing-status\": \"active\",\n            \"listing-category-code\": \"res_sale\",\n            \"listing-property-type-code\": \"RESHOU\",\n            \"address\": {\n                \"suburb-fq-slug\": \"bay-of-plenty_tauranga_pyes-pa\",\n                \"street-number\": \"27\",\n                \"street-name\": \"Tamihana Avenue\",\n                \"pub-address-web\": true,\n                \"sdnid\": -85975691,\n                \"publish-suburb\": \"Pyes Pa\",\n                \"building-name\": \"The homestead\",\n                \"floor-number\": \"laborum quis ex\",\n                \"unit-number\": \"4A\",\n                \"street-number-suffix\": \"B\",\n                \"postcode\": \"3173\",\n                \"latitude\": \"-37.7701432\",\n                \"longitude\": \"176.1100844\",\n                \"country\": \"New Zealand\"\n            },\n            \"floor-area\": 209.8,\n            \"floor-area-unit\": \"SQM\",\n            \"land-area\": 1209,\n            \"land-area-unit\": \"SQM\",\n            \"bedroom-count\": 3,\n            \"bathroom-full-count\": 1,\n            \"bathroom-ensuite-count\": 1,\n            \"bathroom-wc-count\": 1,\n            \"parking-garage-count\": 2,\n            \"parking-covered-count\": 1,\n            \"parking-other-count\": 3,\n            \"storey-count\": 2,\n            \"year-built\": 1960,\n            \"is-new-construction\": false,\n            \"is-coastal-waterfront\": false,\n            \"has-swimming-pool\": true,\n            \"sale-type-code\": \"sole\",\n            \"is-mortgagee-sale\": false,\n            \"pricing-type-code\": \"auction\",\n            \"price\": 835000,\n            \"is-gst-included\": true,\n            \"price-publish-text\": \"ad voluptate veniam consectetur Duis\",\n            \"is-com-lease-by-sqm\": false,\n            \"lease-area-by-sqm-min\": 60,\n            \"lease-area-by-sqm-max\": 250,\n            \"price-by-sqm\": 81173522,\n            \"date-of-auction\": \"2020-06-16T11:00:00+12:00\",\n            \"time-of-auction\": \"11:00\",\n            \"location-of-auction\": \"Our auction rooms\",\n            \"tender-date\": \"2020-06-16T11:00:00+12:00\",\n            \"deadline-date\": \"2020-06-16T11:00:00+12:00\",\n            \"deadline-location\": \"Box at the front of our office\",\n            \"header\": \"Location Location Location\",\n            \"description\": \"magna aute\",\n            \"videos\": [\n                {\n                    \"url\": \"https://www.youtube.com/embed/wq3QWyvw-OY\",\n                    \"order\": 1\n                },\n                {\n                    \"url\": \"https://www.youtube.com/embed/wq3QWyvw-OY\",\n                    \"order\": 1\n                }\n            ],\n            \"floorplans\": [\n                {\n                    \"url\": \"http://media.agentsite.co.nz/r3/images/floorplans.jpg\",\n                    \"order\": 1\n                },\n                {\n                    \"url\": \"http://media.agentsite.co.nz/r3/images/floorplans.jpg\",\n                    \"order\": 1\n                }\n            ],\n            \"virtual-walkthroughs\": [\n                {\n                    \"url\": \"https://my.matterport.com/show/?m=xmJRSURy9Cf\",\n                    \"order\": 1\n                },\n                {\n                    \"url\": \"https://my.matterport.com/show/?m=xmJRSURy9Cf\",\n                    \"order\": 1\n                }\n            ],\n            \"additional-websites\": [\n                {\n                    \"url\": \"https://cdn.diakrit.com/product/styling/additional-websites3\",\n                    \"order\": 1\n                },\n                {\n                    \"url\": \"https://cdn.diakrit.com/product/styling/additional-websites3\",\n                    \"order\": 1\n                }\n            ],\n            \"link\": \"https://rwbeachlands.co.nz/BCH21387\",\n            \"title-type-code\": \"cross_lease\",\n            \"council-valuation-reference\": \"sint velit veniam et\",\n            \"rates\": -66193340.5887809,\n            \"rates-suffix\": \"aliqua\",\n            \"body-corp-levy\": -66610759.43634254,\n            \"body-corp-levy-suffix\": \"ut\",\n            \"council-rateable-valuation-date\": \"quis sit aliqua reprehe\",\n            \"council-capital-value\": -10971063,\n            \"council-land-value\": 22329661,\n            \"council-improvements-value\": -70513922,\n            \"legal-description\": \"minim exerci\",\n            \"appraisal-date\": \"nisi in dolor exercitation minim\",\n            \"appraisal-value\": -87913466,\n            \"is-pets-allowed\": true,\n            \"is-smokers-allowed\": true,\n            \"available-from-date\": \"nulla culpa fugiat pariatur\",\n            \"max-tenants\": -90784935,\n            \"furnished-type\": \"non_furnished\",\n            \"includes-outgoings\": true,\n            \"bond-amount\": 32273779.417229414,\n            \"other-features\": [\n                {\n                    \"value\": \"est Ut\",\n                    \"heading\": \"dolore laborum eiusmod culpa\"\n                },\n                {\n                    \"value\": \"sed nisi est\",\n                    \"heading\": \"aliqua sint sunt\"\n                }\n            ],\n            \"photos\": [\n                {\n                    \"id\": \"ListingPhotoAttributes\",\n                    \"base-url\": \"/listings/3556687/4d8ea1c423d6db32844026cc0f8a941b\",\n                    \"order\": 3,\n                    \"url\": \"ex exercitation incididunt culpa in\"\n                },\n                {\n                    \"id\": \"ListingPhotoAttributes\",\n                    \"base-url\": \"/listings/3556687/4d8ea1c423d6db32844026cc0f8a941b\",\n                    \"order\": 3,\n                    \"url\": \"nostrud non\"\n                }\n            ]\n        },\n        \"relationships\": {\n            \"offices\": {\n                \"data\": [\n                    {\n                        \"type\": \"office\",\n                        \"id\": 234523\n                    },\n                    {\n                        \"type\": \"office\",\n                        \"id\": 234523\n                    }\n                ]\n            },\n            \"agents\": {\n                \"data\": [\n                    {\n                        \"type\": \"agent\",\n                        \"id\": 235235\n                    },\n                    {\n                        \"type\": \"agent\",\n                        \"id\": 235235\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""},{"id":"b122a541-5005-43cd-89d7-62c6a0ea5dbd","name":"succcessfully updated the listing","originalRequest":{"method":"PUT","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": 40672945,\n        \"type\": \"listing\",\n        \"attributes\": {\n            \"listing-no\": \"TG01266\",\n            \"date-of-last-change\": \"2019-05-09T00:00:00+12:00\",\n            \"listing-status\": \"active\",\n            \"listing-category-code\": \"res_sale\",\n            \"listing-property-type-code\": \"RESHOU\",\n            \"address\": {\n                \"suburb-fq-slug\": \"bay-of-plenty_tauranga_pyes-pa\",\n                \"street-number\": \"27\",\n                \"street-name\": \"Tamihana Avenue\",\n                \"pub-address-web\": true,\n                \"sdnid\": -85975691,\n                \"publish-suburb\": \"Pyes Pa\",\n                \"building-name\": \"The homestead\",\n                \"floor-number\": \"laborum quis ex\",\n                \"unit-number\": \"4A\",\n                \"street-number-suffix\": \"B\",\n                \"postcode\": \"3173\",\n                \"latitude\": \"-37.7701432\",\n                \"longitude\": \"176.1100844\",\n                \"country\": \"New Zealand\"\n            },\n            \"floor-area\": 209.8,\n            \"floor-area-unit\": \"SQM\",\n            \"land-area\": 1209,\n            \"land-area-unit\": \"SQM\",\n            \"bedroom-count\": 3,\n            \"bathroom-full-count\": 1,\n            \"bathroom-ensuite-count\": 1,\n            \"bathroom-wc-count\": 1,\n            \"parking-garage-count\": 2,\n            \"parking-covered-count\": 1,\n            \"parking-other-count\": 3,\n            \"storey-count\": 2,\n            \"year-built\": 1960,\n            \"is-new-construction\": false,\n            \"is-coastal-waterfront\": false,\n            \"has-swimming-pool\": true,\n            \"sale-type-code\": \"sole\",\n            \"is-mortgagee-sale\": false,\n            \"pricing-type-code\": \"auction\",\n            \"price\": 835000,\n            \"is-gst-included\": true,\n            \"price-publish-text\": \"ad voluptate veniam consectetur Duis\",\n            \"is-com-lease-by-sqm\": false,\n            \"lease-area-by-sqm-min\": 60,\n            \"lease-area-by-sqm-max\": 250,\n            \"price-by-sqm\": 81173522,\n            \"date-of-auction\": \"2020-06-16T11:00:00+12:00\",\n            \"time-of-auction\": \"11:00\",\n            \"location-of-auction\": \"Our auction rooms\",\n            \"tender-date\": \"2020-06-16T11:00:00+12:00\",\n            \"deadline-date\": \"2020-06-16T11:00:00+12:00\",\n            \"deadline-location\": \"Box at the front of our office\",\n            \"header\": \"Location Location Location\",\n            \"description\": \"magna aute\",\n            \"videos\": [\n                {\n                    \"url\": \"https://www.youtube.com/embed/wq3QWyvw-OY\",\n                    \"order\": 1\n                },\n                {\n                    \"url\": \"https://www.youtube.com/embed/wq3QWyvw-OY\",\n                    \"order\": 1\n                }\n            ],\n            \"floorplans\": [\n                {\n                    \"url\": \"http://media.agentsite.co.nz/r3/images/floorplans.jpg\",\n                    \"order\": 1\n                },\n                {\n                    \"url\": \"http://media.agentsite.co.nz/r3/images/floorplans.jpg\",\n                    \"order\": 1\n                }\n            ],\n            \"virtual-walkthroughs\": [\n                {\n                    \"url\": \"https://my.matterport.com/show/?m=xmJRSURy9Cf\",\n                    \"order\": 1\n                },\n                {\n                    \"url\": \"https://my.matterport.com/show/?m=xmJRSURy9Cf\",\n                    \"order\": 1\n                }\n            ],\n            \"additional-websites\": [\n                {\n                    \"url\": \"https://cdn.diakrit.com/product/styling/additional-websites3\",\n                    \"order\": 1\n                },\n                {\n                    \"url\": \"https://cdn.diakrit.com/product/styling/additional-websites3\",\n                    \"order\": 1\n                }\n            ],\n            \"link\": \"https://rwbeachlands.co.nz/BCH21387\",\n            \"title-type-code\": \"cross_lease\",\n            \"council-valuation-reference\": \"sint velit veniam et\",\n            \"rates\": -66193340.5887809,\n            \"rates-suffix\": \"aliqua\",\n            \"body-corp-levy\": -66610759.43634254,\n            \"body-corp-levy-suffix\": \"ut\",\n            \"council-rateable-valuation-date\": \"quis sit aliqua reprehe\",\n            \"council-capital-value\": -10971063,\n            \"council-land-value\": 22329661,\n            \"council-improvements-value\": -70513922,\n            \"legal-description\": \"minim exerci\",\n            \"appraisal-date\": \"nisi in dolor exercitation minim\",\n            \"appraisal-value\": -87913466,\n            \"is-pets-allowed\": true,\n            \"is-smokers-allowed\": true,\n            \"available-from-date\": \"nulla culpa fugiat pariatur\",\n            \"max-tenants\": -90784935,\n            \"furnished-type\": \"non_furnished\",\n            \"includes-outgoings\": true,\n            \"bond-amount\": 32273779.417229414,\n            \"other-features\": [\n                {\n                    \"value\": \"est Ut\",\n                    \"heading\": \"dolore laborum eiusmod culpa\"\n                },\n                {\n                    \"value\": \"sed nisi est\",\n                    \"heading\": \"aliqua sint sunt\"\n                }\n            ],\n            \"photos\": [\n                {\n                    \"id\": \"ListingPhotoAttributes\",\n                    \"base-url\": \"/listings/3556687/4d8ea1c423d6db32844026cc0f8a941b\",\n                    \"order\": 3,\n                    \"url\": \"ex exercitation incididunt culpa in\"\n                },\n                {\n                    \"id\": \"ListingPhotoAttributes\",\n                    \"base-url\": \"/listings/3556687/4d8ea1c423d6db32844026cc0f8a941b\",\n                    \"order\": 3,\n                    \"url\": \"nostrud non\"\n                }\n            ]\n        },\n        \"relationships\": {\n            \"offices\": {\n                \"data\": [\n                    {\n                        \"type\": \"office\",\n                        \"id\": 234523\n                    },\n                    {\n                        \"type\": \"office\",\n                        \"id\": 234523\n                    }\n                ]\n            },\n            \"agents\": {\n                \"data\": [\n                    {\n                        \"type\": \"agent\",\n                        \"id\": 235235\n                    },\n                    {\n                        \"type\": \"agent\",\n                        \"id\": 235235\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": {\n  \"id\": 40672945,\n  \"type\": \"listing\"\n }\n}"}],"_postman_id":"719d808e-9c41-41dc-8228-7ad2749b0acc"},{"name":"/listings/:id/reporting","id":"f5606898-eca1-4a36-9dad-0027fef1795e","request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/reporting","description":"<p>returns the reporting for a listing</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["listings",":id","reporting"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"id":"ee083e05-1dcc-438d-a94c-2de52cb3bf0a","description":{"content":"<p>(Required) ID of listing to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"be3b75d9-6e81-42a8-b84e-d81331f42167","name":"report data","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR-API-KEY-HERE","description":"(Required) The bearer token is required for all requests"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/reporting","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":id","reporting"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"type\": \"listing-reports\",\n        \"id\": \"029e149843b4e898bf8b47b4b75f7e64\",\n        \"attributes\": {\n            \"sessions\": {\n                \"country_count\": 27,\n                \"countries\": [\n                    {\n                        \"name\": \"New Zealand\",\n                        \"value\": 1016\n                    },\n                    {\n                        \"name\": \"United States\",\n                        \"value\": 40\n                    },\n                    {\n                        \"name\": \"Australia\",\n                        \"value\": 10\n                    },\n                    {\n                        \"name\": \"United Kingdom\",\n                        \"value\": 10\n                    },\n                    {\n                        \"name\": \"Canada\",\n                        \"value\": 8\n                    },\n                    {\n                        \"name\": \"India\",\n                        \"value\": 4\n                    },\n                    {\n                        \"name\": \"Germany\",\n                        \"value\": 3\n                    },\n                    {\n                        \"name\": \"Ireland\",\n                        \"value\": 5\n                    },\n                    {\n                        \"name\": \"Sweden\",\n                        \"value\": 3\n                    },\n                    {\n                        \"name\": \"Taiwan\",\n                        \"value\": 3\n                    },\n                    {\n                        \"name\": \"Argentina\",\n                        \"value\": 2\n                    },\n                    {\n                        \"name\": \"Pakistan\",\n                        \"value\": 2\n                    },\n                    {\n                        \"name\": \"Philippines\",\n                        \"value\": 2\n                    },\n                    {\n                        \"name\": \"South Korea\",\n                        \"value\": 2\n                    },\n                    {\n                        \"name\": \"Bangladesh\",\n                        \"value\": 1\n                    },\n                    {\n                        \"name\": \"Brazil\",\n                        \"value\": 1\n                    },\n                    {\n                        \"name\": \"Indonesia\",\n                        \"value\": 1\n                    },\n                    {\n                        \"name\": \"Israel\",\n                        \"value\": 1\n                    },\n                    {\n                        \"name\": \"Japan\",\n                        \"value\": 2\n                    },\n                    {\n                        \"name\": \"Malaysia\",\n                        \"value\": 1\n                    }\n                ],\n                \"cities\": [\n                    {\n                        \"name\": \"Auckland\",\n                        \"value\": 832\n                    },\n                    {\n                        \"name\": \"Christchurch\",\n                        \"value\": 63\n                    },\n                    {\n                        \"name\": \"Wellington\",\n                        \"value\": 35\n                    },\n                    {\n                        \"name\": \"Hamilton\",\n                        \"value\": 20\n                    },\n                    {\n                        \"name\": \"Tauranga\",\n                        \"value\": 10\n                    },\n                    {\n                        \"name\": \"Prebbleton\",\n                        \"value\": 11\n                    },\n                    {\n                        \"name\": \"London\",\n                        \"value\": 6\n                    },\n                    {\n                        \"name\": \"Whangarei\",\n                        \"value\": 5\n                    },\n                    {\n                        \"name\": \"Toronto\",\n                        \"value\": 4\n                    }\n                ],\n                \"regions\": [\n                    {\n                        \"name\": \"Auckland\",\n                        \"value\": 839\n                    },\n                    {\n                        \"name\": \"Canterbury Region\",\n                        \"value\": 75\n                    },\n                    {\n                        \"name\": \"Waikato Region\",\n                        \"value\": 32\n                    },\n                    {\n                        \"name\": \"Wellington Region\",\n                        \"value\": 38\n                    },\n                    {\n                        \"name\": \"Bay of Plenty Region\",\n                        \"value\": 14\n                    },\n                    {\n                        \"name\": \"California\",\n                        \"value\": 11\n                    },\n                    {\n                        \"name\": \"Northland Region\",\n                        \"value\": 9\n                    },\n                    {\n                        \"name\": \"England\",\n                        \"value\": 9\n                    },\n                    {\n                        \"name\": \"Virginia\",\n                        \"value\": 5\n                    },\n                    {\n                        \"name\": \"North Carolina\",\n                        \"value\": 6\n                    }\n                ],\n                \"device-types\": [\n                    {\n                        \"name\": \"mobile\",\n                        \"value\": 950\n                    },\n                    {\n                        \"name\": \"desktop\",\n                        \"value\": 150\n                    },\n                    {\n                        \"name\": \"tablet\",\n                        \"value\": 24\n                    }\n                ]\n            },\n            \"events\": {\n                \"totals\": {\n                    \"views_web\": 304,\n                    \"views_mobile\": 1773,\n                    \"views_search\": 4041,\n                    \"views\": 2077,\n                    \"enquiries\": 6,\n                    \"external\": 0,\n                    \"calls\": 40,\n                    \"showcase_impressions\": 2564,\n                    \"gallery\": 452,\n                    \"shares\": 8,\n                    \"saves\": 53,\n                    \"interaction_images\": 1734,\n                    \"interaction_video\": 71,\n                    \"interaction_floorplan\": 0,\n                    \"interaction_walkthrough\": 0,\n                    \"interaction_style\": 0,\n                    \"interaction_furnish\": 0,\n                    \"interaction_panorama\": 0,\n                    \"interaction_map\": 0,\n                    \"pdf\": 0,\n                    \"statistics\": 0,\n                    \"showcase_clicks\": 0,\n                    \"search_clicks\": 4041,\n                    \"rss_clicks\": 0,\n                    \"email_clicks\": 0,\n                    \"agent_clicks\": 0,\n                    \"office_clicks\": 0,\n                    \"clicks_facebook\": 0,\n                    \"shares_facebook\": 1,\n                    \"clicks_twitter\": 0,\n                    \"shares_twitter\": 0,\n                    \"clicks_pinterest\": 0,\n                    \"shares_pinterest\": 0,\n                    \"shares_email\": 0,\n                    \"clicks_google\": 0,\n                    \"shares_google\": 0,\n                    \"reach\": 6118,\n                    \"open_home_calendar\": 0,\n                    \"agent_phone\": 11,\n                    \"agent_txt_enquiry\": 0\n                },\n                \"last-7-days\": {\n                    \"views_web\": 0,\n                    \"views_mobile\": 0,\n                    \"views_search\": 0,\n                    \"views\": 0,\n                    \"enquiries\": 0,\n                    \"external\": 0,\n                    \"calls\": 0,\n                    \"showcase_impressions\": 0,\n                    \"gallery\": 0,\n                    \"shares\": 0,\n                    \"saves\": 0,\n                    \"interaction_images\": 0,\n                    \"interaction_video\": 0,\n                    \"interaction_floorplan\": 0,\n                    \"interaction_walkthrough\": 0,\n                    \"interaction_style\": 0,\n                    \"interaction_furnish\": 0,\n                    \"interaction_panorama\": 0,\n                    \"interaction_map\": 0,\n                    \"pdf\": 0,\n                    \"statistics\": 0,\n                    \"showcase_clicks\": 0,\n                    \"search_clicks\": 0,\n                    \"rss_clicks\": 0,\n                    \"email_clicks\": 0,\n                    \"agent_clicks\": 0,\n                    \"office_clicks\": 0,\n                    \"clicks_facebook\": 0,\n                    \"shares_facebook\": 0,\n                    \"clicks_twitter\": 0,\n                    \"shares_twitter\": 0,\n                    \"clicks_pinterest\": 0,\n                    \"shares_pinterest\": 0,\n                    \"shares_email\": 0,\n                    \"clicks_google\": 0,\n                    \"shares_google\": 0,\n                    \"reach\": 0,\n                    \"open_home_calendar\": 0,\n                    \"agent_phone\": 0,\n                    \"agent_txt_enquiry\": 0\n                }\n            },\n            \"digital-product-data\": [\n                {\n                    \"package_type\": \"Digital Exposure - Platinum\",\n                    \"impressions\": 20771,\n                    \"clicks\": 1058,\n                    \"campaign_progress\": \"100\"\n                }\n            ]\n        }\n    }\n}"},{"id":"c61c523f-f6f9-4098-b7fa-e914bb451ad7","name":"listing not found","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR-API-KEY-HERE","description":"(Required) The bearer token is required for all requests"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/reporting","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":id","reporting"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"errors\": [\n        {\n            \"status\": 404,\n            \"code\": \"internal-error\",\n            \"message\": \"Not Found\"\n        }\n    ]\n}"}],"_postman_id":"f5606898-eca1-4a36-9dad-0027fef1795e"},{"name":"/listings/:id/enquiries","id":"e2f55a46-5df9-46d3-930f-583970ed3b8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/enquiries?page[limit]=20&page[offset]=0&from-date=yyyy-mm-dd","description":"<p>Returns an array of enquiries for the specified listing</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["listings",":id","enquiries"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[{"description":{"content":"<p>How many listings to return in the request</p>\n","type":"text/plain"},"key":"page[limit]","value":"20"},{"description":{"content":"<p>How many listings to offset from 0 in the request</p>\n","type":"text/plain"},"key":"page[offset]","value":"0"},{"description":{"content":"<p>Enter from date to see enquiries from the date entered</p>\n","type":"text/plain"},"key":"from-date","value":"yyyy-mm-dd"}],"variable":[{"id":"7bf8caa9-28d7-4cbc-87fd-26f18eb86e45","description":{"content":"<p>(Required) ID of listing to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"b54ab893-94fc-4a6a-bd3c-a452d0058202","name":"The list of enquiries. Each enquiry has a unique ID that can be used to validate against previous enquiries recieved to deduplicate if required on your end.","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/:id/enquiries?page[limit]=10&page[offset]=120","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings",":id","enquiries"],"query":[{"key":"page[limit]","value":"10"},{"key":"page[offset]","value":"120"}],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n  {\n   \"id\": \"526817\",\n   \"type\": \"enquiries\",\n   \"attributes\": {\n    \"created-at\": \"2020-07-19T08:52:01+12:00\",\n    \"name\": \"Jenny\",\n    \"text\": \"Please send me following information on 114 Smith Road\\n- Price guide\\nLiving in Takapuna. Looking to move out for more space. Could I please get a price guide for such a move - 4/5 bed, 2+ bath\",\n    \"email\": \"jenny@exampleemailaddress.co.nz\",\n    \"phone\": \"021 555 555\",\n    \"listing-no\": \"TX4321\"\n   }\n  },\n  {\n   \"id\": \"526817\",\n   \"type\": \"enquiries\",\n   \"attributes\": {\n    \"created-at\": \"2020-07-19T08:52:01+12:00\",\n    \"name\": \"Jenny\",\n    \"text\": \"Please send me following information on 114 Smith Road\\n- Price guide\\nLiving in Takapuna. Looking to move out for more space. Could I please get a price guide for such a move - 4/5 bed, 2+ bath\",\n    \"email\": \"jenny@exampleemailaddress.co.nz\",\n    \"phone\": \"021 555 555\",\n    \"listing-no\": \"TX4321\"\n   }\n  }\n ]\n}"}],"_postman_id":"e2f55a46-5df9-46d3-930f-583970ed3b8d"}],"id":"fd6ab58d-b22d-4df3-bdc8-8c5633f64581","_postman_id":"fd6ab58d-b22d-4df3-bdc8-8c5633f64581","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}}},{"name":"enquiries","item":[{"name":"/enquiries","id":"0520fd4d-7d94-4191-ba3b-0795f4eb1214","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR-API-KEY-HERE","type":"text"}],"url":"https://sandbox.realestate.co.nz/feed/v1/listings/enquiries?filters[officeId]=<number>&filters[listingId]=<number>&from-date=<date>&page[limit]=<number>&page[offset]=<number>","description":"<p>Returns all the enquiries for a particular listing or enquiries for all listings for a specified office. Either office id or listing id MUST be specified. Will not return data older than 1 month.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"protocol":"https","path":["feed","v1","listings","enquiries"],"host":["sandbox","realestate","co","nz"],"query":[{"description":{"content":"<p>Required if no listing id provided</p>\n","type":"text/plain"},"key":"filters[officeId]","value":"<number>"},{"description":{"content":"<p>Required if no office id provided</p>\n","type":"text/plain"},"key":"filters[listingId]","value":"<number>"},{"description":{"content":"<p>Date in YYYY-MM-DDTHH:mm:SS format</p>\n","type":"text/plain"},"key":"from-date","value":"<date>"},{"description":{"content":"<p>Limit returned results to this number (Max 100)</p>\n","type":"text/plain"},"key":"page[limit]","value":"<number>"},{"description":{"content":"<p>Offset the first result by this number (useful for pagination)</p>\n","type":"text/plain"},"key":"page[offset]","value":"<number>"}],"variable":[]}},"response":[{"id":"4e081b44-a80f-44d4-a094-076b9612ba4d","name":"/enquiries (by office)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR-API-KEY-HERE","type":"text"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/enquiries?filters[officeId]=522794&from-date=2022-08-28T00:00:00&page[limit]=20&page[offset]=0","protocol":"https","host":["sandbox","realestate","co","nz"],"path":["feed","v1","listings","enquiries"],"query":[{"key":"filters[officeId]","value":"522794"},{"key":"from-date","value":"2022-08-28T00:00:00"},{"key":"page[limit]","value":"20"},{"key":"page[offset]","value":"0"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"enquiries\",\n            \"id\": \"16680\",\n            \"attributes\": {\n                \"created-at\": \"2022-09-13T08:58:08+12:00\",\n                \"name\": \"kat\",\n                \"text\": \" I'd like to request a call back.\",\n                \"email\": \"katrina@realestate.co.nz\",\n                \"phone\": \"000000000\",\n                \"listing-no\": \"23072993B\"\n            }\n        },\n        {\n            \"type\": \"enquiries\",\n            \"id\": \"15265\",\n            \"attributes\": {\n                \"created-at\": \"2022-08-30T13:18:37+12:00\",\n                \"name\": \"janice@realestate.co.nz\",\n                \"text\": \"test\",\n                \"email\": \"janice@realestate.co.nz\",\n                \"phone\": \"00000000\",\n                \"listing-no\": \"23072993B\"\n            }\n        },\n        {\n            \"type\": \"enquiries\",\n            \"id\": \"15264\",\n            \"attributes\": {\n                \"created-at\": \"2022-08-30T13:16:04+12:00\",\n                \"name\": \"k\",\n                \"text\": \"test\",\n                \"email\": \"k@co.nz\",\n                \"phone\": \"0000000\",\n                \"listing-no\": \"23072993B\"\n            }\n        },\n        {\n            \"type\": \"enquiries\",\n            \"id\": \"15192\",\n            \"attributes\": {\n                \"created-at\": \"2022-08-29T08:59:35+12:00\",\n                \"name\": \"janice@realestate.co.nz\",\n                \"text\": \"test\",\n                \"email\": \"janice@realestate.co.nz\",\n                \"phone\": \"000000\",\n                \"listing-no\": \"23072993B\"\n            }\n        },\n        {\n            \"type\": \"enquiries\",\n            \"id\": \"15191\",\n            \"attributes\": {\n                \"created-at\": \"2022-08-29T08:58:15+12:00\",\n                \"name\": \"janice@realestate.co.nz\",\n                \"text\": \"test\",\n                \"email\": \"janice@realestate.co.nz\",\n                \"phone\": \"0000000\",\n                \"listing-no\": \"23072993B\"\n            }\n        }\n    ]\n}"},{"id":"66f509ce-99c0-4792-a8ed-da0ce125950d","name":"/enquiries (by listing)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer YOUR-API-KEY-HERE","type":"text"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings/enquiries?filters[listingId]=4031472&from-date=2022-08-28T00:00:00&page[limit]=20&page[offset]=0","protocol":"https","host":["sandbox","realestate","co","nz"],"path":["feed","v1","listings","enquiries"],"query":[{"key":"filters[listingId]","value":"4031472"},{"key":"from-date","value":"2022-08-28T00:00:00"},{"key":"page[limit]","value":"20"},{"key":"page[offset]","value":"0"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"enquiries\",\n            \"id\": \"16680\",\n            \"attributes\": {\n                \"created-at\": \"2022-09-13T08:58:08+12:00\",\n                \"name\": \"kat\",\n                \"text\": \" I'd like to request a call back.\",\n                \"email\": \"katrina@realestate.co.nz\",\n                \"phone\": \"000000000\",\n                \"listing-no\": \"23072993B\"\n            }\n        },\n        {\n            \"type\": \"enquiries\",\n            \"id\": \"15265\",\n            \"attributes\": {\n                \"created-at\": \"2022-08-30T13:18:37+12:00\",\n                \"name\": \"janice@realestate.co.nz\",\n                \"text\": \"test\",\n                \"email\": \"janice@realestate.co.nz\",\n                \"phone\": \"00000000\",\n                \"listing-no\": \"23072993B\"\n            }\n        },\n        {\n            \"type\": \"enquiries\",\n            \"id\": \"15264\",\n            \"attributes\": {\n                \"created-at\": \"2022-08-30T13:16:04+12:00\",\n                \"name\": \"k\",\n                \"text\": \"test\",\n                \"email\": \"k@co.nz\",\n                \"phone\": \"0000000\",\n                \"listing-no\": \"23072993B\"\n            }\n        },\n        {\n            \"type\": \"enquiries\",\n            \"id\": \"15192\",\n            \"attributes\": {\n                \"created-at\": \"2022-08-29T08:59:35+12:00\",\n                \"name\": \"janice@realestate.co.nz\",\n                \"text\": \"test\",\n                \"email\": \"janice@realestate.co.nz\",\n                \"phone\": \"000000\",\n                \"listing-no\": \"23072993B\"\n            }\n        },\n        {\n            \"type\": \"enquiries\",\n            \"id\": \"15191\",\n            \"attributes\": {\n                \"created-at\": \"2022-08-29T08:58:15+12:00\",\n                \"name\": \"janice@realestate.co.nz\",\n                \"text\": \"test\",\n                \"email\": \"janice@realestate.co.nz\",\n                \"phone\": \"0000000\",\n                \"listing-no\": \"23072993B\"\n            }\n        }\n    ]\n}"}],"_postman_id":"0520fd4d-7d94-4191-ba3b-0795f4eb1214"}],"id":"0203be78-0a85-40ac-a554-08c183c994ba","_postman_id":"0203be78-0a85-40ac-a554-08c183c994ba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}}},{"name":"/listings","id":"ef77f87c-340b-44f8-b193-fa12ac5dd578","request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/listings?filters[agentId]=<number>&filters[officeId]=<number>&filters[regionSlug]=<string>&filters[districtSlug]=<string>&filters[suburbSlug]=<string>&filters[listingNo]=<string>&filters[status]=<string>&page[limit]=20&page[offset]=0","description":"<p>returns a list of your listings with realestate.co.nz ids</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["listings"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[{"description":{"content":"<p>Accepts a realestate.co.nz ID for the agent. To receive results the authorisation token must have authorization to access the agents listings</p>\n","type":"text/plain"},"key":"filters[agentId]","value":"<number>"},{"description":{"content":"<p>Accepts a realestate.co.nz ID for the office. To receive results the authorisation token must have authorization to access the offices listings</p>\n","type":"text/plain"},"key":"filters[officeId]","value":"<number>"},{"description":{"content":"<p>Example: <code>bay-of-plenty</code></p>\n","type":"text/plain"},"key":"filters[regionSlug]","value":"<string>"},{"description":{"content":"<p>Example: <code>tauranga</code></p>\n","type":"text/plain"},"key":"filters[districtSlug]","value":"<string>"},{"description":{"content":"<p>Example: <code>pyes-pa</code></p>\n","type":"text/plain"},"key":"filters[suburbSlug]","value":"<string>"},{"description":{"content":"<p>Accepts listing numbers as supplied by the listing provider. Will only return listings authorized by the token to access.</p>\n","type":"text/plain"},"key":"filters[listingNo]","value":"<string>"},{"description":{"content":"<p>Filters by the listing status field. Possible options are: <code>active</code>, <code>sold</code>, <code>withdrawn</code>, <code>hidden</code>, <code>rented</code>, <code>leased</code>, <code>create</code></p>\n","type":"text/plain"},"key":"filters[status]","value":"<string>"},{"description":{"content":"<p>How many listings to return in the request</p>\n","type":"text/plain"},"key":"page[limit]","value":"20"},{"description":{"content":"<p>How many listings to offset from 0 in the request</p>\n","type":"text/plain"},"key":"page[offset]","value":"0"}],"variable":[]}},"response":[{"id":"0ce296ef-97b9-41ca-abb5-a65a0bb97105","name":"returns a list of listings within the scope of your access token","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/listings?filters[agentId]=363035&filters[officeId]=531921&filters[regionSlug]=bay-of-plenty&filters[districtSlug]=tauranga&filters[suburbSlug]=pyes-pa&filters[listingNo]=TG01266&filters[status]=active&page[limit]=10&page[offset]=120","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["listings"],"query":[{"key":"filters[agentId]","value":"363035"},{"key":"filters[officeId]","value":"531921"},{"key":"filters[regionSlug]","value":"bay-of-plenty"},{"key":"filters[districtSlug]","value":"tauranga"},{"key":"filters[suburbSlug]","value":"pyes-pa"},{"key":"filters[listingNo]","value":"TG01266"},{"key":"filters[status]","value":"active"},{"key":"page[limit]","value":"10"},{"key":"page[offset]","value":"120"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n  {\n   \"id\": 40672945,\n   \"type\": \"listing\",\n   \"attributes\": {\n    \"listing-no\": \"TG01266\",\n    \"date-of-last-change\": \"2019-05-09T00:00:00+12:00\",\n    \"listing-status\": \"active\",\n    \"listing-category-code\": \"res_sale\",\n    \"listing-property-type-code\": \"RESHOU\",\n    \"address\": {\n     \"suburb-fq-slug\": \"bay-of-plenty_tauranga_pyes-pa\",\n     \"street-number\": \"27\",\n     \"street-name\": \"Tamihana Avenue\",\n     \"pub-address-web\": true,\n     \"sdnid\": -72176119,\n     \"publish-suburb\": \"Pyes Pa\",\n     \"suburb\": \"Pyes Pa\",\n     \"district\": \"Tauranga\",\n     \"region\": \"Bay of Plenty\",\n     \"building-name\": \"The homestead\",\n     \"floor-number\": \"irure cupidatat\",\n     \"unit-number\": \"4A\",\n     \"street-number-suffix\": \"B\",\n     \"postcode\": \"3173\",\n     \"latitude\": \"-37.7701432\",\n     \"longitude\": \"176.1100844\",\n     \"country\": \"New Zealand\"\n    },\n    \"floor-area\": 209.8,\n    \"floor-area-unit\": \"SQM\",\n    \"land-area\": 1209,\n    \"land-area-unit\": \"SQM\",\n    \"bedroom-count\": 3,\n    \"bathroom-full-count\": 1,\n    \"bathroom-ensuite-count\": 1,\n    \"bathroom-wc-count\": 1,\n    \"parking-garage-count\": 2,\n    \"parking-covered-count\": 1,\n    \"parking-other-count\": 3,\n    \"storey-count\": 2,\n    \"year-built\": 1960,\n    \"is-new-construction\": false,\n    \"is-coastal-waterfront\": false,\n    \"has-swimming-pool\": true,\n    \"sale-type-code\": \"sole\",\n    \"is-mortgagee-sale\": false,\n    \"pricing-type-code\": \"auction\",\n    \"price\": 835000,\n    \"is-gst-included\": true,\n    \"price-publish-text\": \"laboris\",\n    \"is-com-lease-by-sqm\": false,\n    \"lease-area-by-sqm-min\": 60,\n    \"lease-area-by-sqm-max\": 250,\n    \"price-by-sqm\": -3170607,\n    \"date-of-auction\": \"2020-06-16T11:00:00+12:00\",\n    \"time-of-auction\": \"11:00\",\n    \"location-of-auction\": \"Our auction rooms\",\n    \"tender-date\": \"2020-06-16T11:00:00+12:00\",\n    \"deadline-date\": \"2020-06-16T11:00:00+12:00\",\n    \"deadline-location\": \"Box at the front of our office\",\n    \"header\": \"Location Location Location\",\n    \"description\": \"in aliquip\",\n    \"videos\": [\n     {\n      \"url\": \"https://www.youtube.com/embed/wq3QWyvw-OY\",\n      \"order\": 1\n     },\n     {\n      \"url\": \"https://www.youtube.com/embed/wq3QWyvw-OY\",\n      \"order\": 1\n     }\n    ],\n    \"floorplans\": [\n     {\n      \"url\": \"http://media.agentsite.co.nz/r3/images/floorplans.jpg\",\n      \"order\": 1\n     },\n     {\n      \"url\": \"http://media.agentsite.co.nz/r3/images/floorplans.jpg\",\n      \"order\": 1\n     }\n    ],\n    \"virtual-walkthroughs\": [\n     {\n      \"url\": \"https://my.matterport.com/show/?m=xmJRSURy9Cf\",\n      \"order\": 1\n     },\n     {\n      \"url\": \"https://my.matterport.com/show/?m=xmJRSURy9Cf\",\n      \"order\": 1\n     }\n    ],\n    \"additional-websites\": [\n     {\n      \"url\": \"https://cdn.diakrit.com/product/styling/additional-websites3\",\n      \"order\": 1\n     },\n     {\n      \"url\": \"https://cdn.diakrit.com/product/styling/additional-websites3\",\n      \"order\": 1\n     }\n    ],\n    \"link\": \"https://rwbeachlands.co.nz/BCH21387\",\n    \"title-type-code\": \"cross_lease\",\n    \"council-valuation-reference\": \"voluptate in in\",\n    \"rates\": 45408550.94709447,\n    \"rates-suffix\": \"est ut\",\n    \"body-corp-levy\": 25166347.59210436,\n    \"body-corp-levy-suffix\": \"aliquip exercitatio\",\n    \"council-rateable-valuation-date\": \"dolor mollit in cillum\",\n    \"council-capital-value\": -14045472,\n    \"council-land-value\": 21740827,\n    \"council-improvements-value\": 12050150,\n    \"legal-description\": \"voluptate pariatur \",\n    \"appraisal-date\": \"anim eu culpa\",\n    \"appraisal-value\": -5858265,\n    \"is-pets-allowed\": true,\n    \"is-smokers-allowed\": false,\n    \"available-from-date\": \"dolore veniam cillum\",\n    \"max-tenants\": -68639288,\n    \"furnished-type\": \"partly_furnished\",\n    \"includes-outgoings\": true,\n    \"bond-amount\": -73674994.87833972,\n    \"other-features\": [\n     {\n      \"value\": \"esse labore Ut l\",\n      \"heading\": \"mollit\"\n     },\n     {\n      \"value\": \"cupidatat eiusmod pariatur elit\",\n      \"heading\": \"do quis\"\n     }\n    ],\n    \"photos\": [\n     {\n      \"id\": \"ListingPhotoAttributes\",\n      \"base-url\": \"/listings/3556687/4d8ea1c423d6db32844026cc0f8a941b\",\n      \"order\": 3,\n      \"url\": \"ipsum dolore culpa laborum aute\"\n     },\n     {\n      \"id\": \"ListingPhotoAttributes\",\n      \"base-url\": \"/listings/3556687/4d8ea1c423d6db32844026cc0f8a941b\",\n      \"order\": 3,\n      \"url\": \"reprehenderit anim Lorem tempor\"\n     }\n    ],\n    \"listing-property-type-name\": \"House\",\n    \"listing-url\": \"https://www.realestate.co.nz/3749144\",\n    \"is-live\": true,\n    \"is-featured\": true,\n    \"is-showcased\": true,\n    \"is-refresh\": true,\n    \"publish-date\": \"2020-03-20T22:04:00+13:00\",\n    \"created-date\": \"2020-03-20T22:03:34+13:00\",\n    \"modified-date\": \"2020-07-01T10:58:02+12:00\"\n   },\n   \"relationships\": {\n    \"offices\": {\n     \"data\": [\n      {\n       \"type\": \"office\",\n       \"id\": 234523\n      },\n      {\n       \"type\": \"office\",\n       \"id\": 234523\n      }\n     ]\n    },\n    \"agents\": {\n     \"data\": [\n      {\n       \"type\": \"agent\",\n       \"id\": 235235\n      },\n      {\n       \"type\": \"agent\",\n       \"id\": 235235\n      }\n     ]\n    }\n   }\n  },\n  {\n   \"id\": 40672945,\n   \"type\": \"listing\",\n   \"attributes\": {\n    \"listing-no\": \"TG01266\",\n    \"date-of-last-change\": \"2019-05-09T00:00:00+12:00\",\n    \"listing-status\": \"active\",\n    \"listing-category-code\": \"res_sale\",\n    \"listing-property-type-code\": \"RESHOU\",\n    \"address\": {\n     \"suburb-fq-slug\": \"bay-of-plenty_tauranga_pyes-pa\",\n     \"street-number\": \"27\",\n     \"street-name\": \"Tamihana Avenue\",\n     \"pub-address-web\": true,\n     \"sdnid\": -80870322,\n     \"publish-suburb\": \"Pyes Pa\",\n     \"suburb\": \"Pyes Pa\",\n     \"district\": \"Tauranga\",\n     \"region\": \"Bay of Plenty\",\n     \"building-name\": \"The homestead\",\n     \"floor-number\": \"exercitation veniam ex\",\n     \"unit-number\": \"4A\",\n     \"street-number-suffix\": \"B\",\n     \"postcode\": \"3173\",\n     \"latitude\": \"-37.7701432\",\n     \"longitude\": \"176.1100844\",\n     \"country\": \"New Zealand\"\n    },\n    \"floor-area\": 209.8,\n    \"floor-area-unit\": \"SQM\",\n    \"land-area\": 1209,\n    \"land-area-unit\": \"SQM\",\n    \"bedroom-count\": 3,\n    \"bathroom-full-count\": 1,\n    \"bathroom-ensuite-count\": 1,\n    \"bathroom-wc-count\": 1,\n    \"parking-garage-count\": 2,\n    \"parking-covered-count\": 1,\n    \"parking-other-count\": 3,\n    \"storey-count\": 2,\n    \"year-built\": 1960,\n    \"is-new-construction\": false,\n    \"is-coastal-waterfront\": false,\n    \"has-swimming-pool\": true,\n    \"sale-type-code\": \"sole\",\n    \"is-mortgagee-sale\": false,\n    \"pricing-type-code\": \"auction\",\n    \"price\": 835000,\n    \"is-gst-included\": true,\n    \"price-publish-text\": \"non commodo do sit\",\n    \"is-com-lease-by-sqm\": false,\n    \"lease-area-by-sqm-min\": 60,\n    \"lease-area-by-sqm-max\": 250,\n    \"price-by-sqm\": -75986741,\n    \"date-of-auction\": \"2020-06-16T11:00:00+12:00\",\n    \"time-of-auction\": \"11:00\",\n    \"location-of-auction\": \"Our auction rooms\",\n    \"tender-date\": \"2020-06-16T11:00:00+12:00\",\n    \"deadline-date\": \"2020-06-16T11:00:00+12:00\",\n    \"deadline-location\": \"Box at the front of our office\",\n    \"header\": \"Location Location Location\",\n    \"description\": \"in laborum occaecat\",\n    \"videos\": [\n     {\n      \"url\": \"https://www.youtube.com/embed/wq3QWyvw-OY\",\n      \"order\": 1\n     },\n     {\n      \"url\": \"https://www.youtube.com/embed/wq3QWyvw-OY\",\n      \"order\": 1\n     }\n    ],\n    \"floorplans\": [\n     {\n      \"url\": \"http://media.agentsite.co.nz/r3/images/floorplans.jpg\",\n      \"order\": 1\n     },\n     {\n      \"url\": \"http://media.agentsite.co.nz/r3/images/floorplans.jpg\",\n      \"order\": 1\n     }\n    ],\n    \"virtual-walkthroughs\": [\n     {\n      \"url\": \"https://my.matterport.com/show/?m=xmJRSURy9Cf\",\n      \"order\": 1\n     },\n     {\n      \"url\": \"https://my.matterport.com/show/?m=xmJRSURy9Cf\",\n      \"order\": 1\n     }\n    ],\n    \"additional-websites\": [\n     {\n      \"url\": \"https://cdn.diakrit.com/product/styling/additional-websites3\",\n      \"order\": 1\n     },\n     {\n      \"url\": \"https://cdn.diakrit.com/product/styling/additional-websites3\",\n      \"order\": 1\n     }\n    ],\n    \"link\": \"https://rwbeachlands.co.nz/BCH21387\",\n    \"title-type-code\": \"freehold\",\n    \"council-valuation-reference\": \"fugiat in laborum Excepteur pariatur\",\n    \"rates\": 57740903.79199004,\n    \"rates-suffix\": \"officia veniam\",\n    \"body-corp-levy\": 50639266.33758378,\n    \"body-corp-levy-suffix\": \"anim inc\",\n    \"council-rateable-valuation-date\": \"in mollit officia incididunt\",\n    \"council-capital-value\": -51546842,\n    \"council-land-value\": 12383460,\n    \"council-improvements-value\": 66623766,\n    \"legal-description\": \"dolor\",\n    \"appraisal-date\": \"ipsum tempor\",\n    \"appraisal-value\": 72068227,\n    \"is-pets-allowed\": true,\n    \"is-smokers-allowed\": true,\n    \"available-from-date\": \"cupidatat mollit dolor\",\n    \"max-tenants\": 25877711,\n    \"furnished-type\": \"furnished\",\n    \"includes-outgoings\": false,\n    \"bond-amount\": 82712783.97805738,\n    \"other-features\": [\n     {\n      \"value\": \"enim\",\n      \"heading\": \"quis consequat\"\n     },\n     {\n      \"value\": \"dolor incididunt\",\n      \"heading\": \"cupidatat\"\n     }\n    ],\n    \"photos\": [\n     {\n      \"id\": \"ListingPhotoAttributes\",\n      \"base-url\": \"/listings/3556687/4d8ea1c423d6db32844026cc0f8a941b\",\n      \"order\": 3,\n      \"url\": \"consequat\"\n     },\n     {\n      \"id\": \"ListingPhotoAttributes\",\n      \"base-url\": \"/listings/3556687/4d8ea1c423d6db32844026cc0f8a941b\",\n      \"order\": 3,\n      \"url\": \"adipisicing do magna\"\n     }\n    ],\n    \"listing-property-type-name\": \"House\",\n    \"listing-url\": \"https://www.realestate.co.nz/3749144\",\n    \"is-live\": true,\n    \"is-featured\": true,\n    \"is-showcased\": true,\n    \"is-refresh\": true,\n    \"publish-date\": \"2020-03-20T22:04:00+13:00\",\n    \"created-date\": \"2020-03-20T22:03:34+13:00\",\n    \"modified-date\": \"2020-07-01T10:58:02+12:00\"\n   },\n   \"relationships\": {\n    \"offices\": {\n     \"data\": [\n      {\n       \"type\": \"office\",\n       \"id\": 234523\n      },\n      {\n       \"type\": \"office\",\n       \"id\": 234523\n      }\n     ]\n    },\n    \"agents\": {\n     \"data\": [\n      {\n       \"type\": \"agent\",\n       \"id\": 235235\n      },\n      {\n       \"type\": \"agent\",\n       \"id\": 235235\n      }\n     ]\n    }\n   }\n  }\n ]\n}"}],"_postman_id":"ef77f87c-340b-44f8-b193-fa12ac5dd578"},{"name":"/listings","id":"0ba7df79-a66b-450e-a735-7e1ad178dd33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"listing\",\n        \"attributes\": {\n            \"listing-no\": \"dolor\",\n            \"date-of-last-change\": \"dolore sit voluptate\",\n            \"listing-category-code\": \"res_rent\",\n            \"listing-property-type-code\": \"deserunt est\",\n            \"address\": {\n                \"suburb-fq-slug\": \"cillum reprehenderit non\",\n                \"street-number\": \"in Lorem\",\n                \"street-name\": \"deserunt magna laboris\",\n                \"pub-address-web\": true,\n                \"sdnid\": 86894127,\n                \"publish-suburb\": \"ut dolore officia eiusmod\",\n                \"building-name\": \"consequat enim Excepteur\",\n                \"floor-number\": \"enim dolor e\",\n                \"unit-number\": \"qui nulla non adipisicing\",\n                \"street-number-suffix\": \"et voluptate\",\n                \"postcode\": \"aute\",\n                \"latitude\": \"anim nisi es\",\n                \"longitude\": \"Ut anim\",\n                \"country\": \"sint aute\"\n            },\n            \"bedroom-count\": 89856048,\n            \"bathroom-full-count\": 73543315,\n            \"sale-type-code\": \"other\",\n            \"pricing-type-code\": \"fixed_price\",\n            \"price\": -27677576,\n            \"is-gst-included\": false,\n            \"header\": \"\",\n            \"description\": \"nostrud exercitation enim quis officia\",\n            \"listing-status\": \"rented\",\n            \"floor-area\": -73965475.30256887,\n            \"floor-area-unit\": \"SQM\",\n            \"land-area\": 32884481.24016066,\n            \"land-area-unit\": \"HA\",\n            \"bathroom-ensuite-count\": 76826545,\n            \"bathroom-wc-count\": -86739490,\n            \"parking-garage-count\": 88922721,\n            \"parking-covered-count\": -74190029,\n            \"parking-other-count\": -6169727,\n            \"storey-count\": 27218547,\n            \"year-built\": 29140232,\n            \"is-new-construction\": false,\n            \"is-coastal-waterfront\": true,\n            \"has-swimming-pool\": true,\n            \"is-mortgagee-sale\": false,\n            \"price-publish-text\": \"culpa adipisicing\",\n            \"is-com-lease-by-sqm\": false,\n            \"lease-area-by-sqm-min\": -63666456,\n            \"lease-area-by-sqm-max\": -30865175,\n            \"price-by-sqm\": -95193178,\n            \"date-of-auction\": \"sunt reprehenderit consectetur ex eu\",\n            \"time-of-auction\": \"eiusmod sit Lore\",\n            \"location-of-auction\": \"velit adipisicing dolor\",\n            \"tender-date\": \"\",\n            \"deadline-date\": \"consectetur labore ut dolore\",\n            \"deadline-location\": \"fugiat do u\",\n            \"videos\": [\n                {\n                    \"url\": \"dolore ad est\",\n                    \"order\": 75635180\n                },\n                {\n                    \"url\": \"commodo irure incididunt id qui\",\n                    \"order\": -39064399\n                }\n            ],\n            \"floorplans\": [\n                {\n                    \"url\": \"do velit\",\n                    \"order\": -75009362\n                },\n                {\n                    \"url\": \"Excepteur in exe\",\n                    \"order\": -64579590\n                }\n            ],\n            \"virtual-walkthroughs\": [\n                {\n                    \"url\": \"id\",\n                    \"order\": 14697069\n                },\n                {\n                    \"url\": \"enim \",\n                    \"order\": 64595856\n                }\n            ],\n            \"additional-websites\": [\n                {\n                    \"url\": \"ex amet\",\n                    \"order\": 50483512\n                },\n                {\n                    \"url\": \"culpa reprehenderit ipsum\",\n                    \"order\": 82212589\n                }\n            ],\n            \"link\": \"ipsum est non Ut\",\n            \"title-type-code\": \"freehold\",\n            \"council-valuation-reference\": \"fugiat elit do\",\n            \"rates\": 38011935.22099963,\n            \"rates-suffix\": \"et ullamco\",\n            \"body-corp-levy\": -9970444.905122861,\n            \"body-corp-levy-suffix\": \"officia\",\n            \"council-rateable-valuation-date\": \"esse ea cillum\",\n            \"council-capital-value\": 11053376,\n            \"council-land-value\": 7722349,\n            \"council-improvements-value\": 3794205,\n            \"legal-description\": \"ut dolore quis ut\",\n            \"appraisal-date\": \"Excepteur in esse labore\",\n            \"appraisal-value\": 50354650,\n            \"is-pets-allowed\": false,\n            \"is-smokers-allowed\": false,\n            \"available-from-date\": \"ea est nisi tempor pariatur\",\n            \"max-tenants\": 98458487,\n            \"furnished-type\": \"partly_furnished\",\n            \"includes-outgoings\": false,\n            \"bond-amount\": 35944012.00505456,\n            \"other-features\": [\n                {\n                    \"value\": \"irure officia nulla velit\",\n                    \"heading\": \"adipisic\"\n                },\n                {\n                    \"value\": \"adipisicing incidid\",\n                    \"heading\": \"nisi amet in\"\n                }\n            ]\n        },\n        \"relationships\": {\n            \"offices\": {\n                \"data\": [\n                    {\n                        \"type\": \"office\",\n                        \"id\": -92585643\n                    },\n                    {\n                        \"type\": \"office\",\n                        \"id\": -78015749\n                    }\n                ]\n            },\n            \"agents\": {\n                \"data\": [\n                    {\n                        \"type\": \"agent\",\n                        \"id\": -39522270\n                    },\n                    {\n                        \"type\": \"agent\",\n                        \"id\": 18972258\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":"https://sandbox.realestate.co.nz/feed/v1/listings","description":"<p>Upload a new listing on realestate.co.nz.</p>\n<p>For adding or removing images, use the images POST endpoint /listings//images</p>\n<h3 id=\"listing-attributes\">Listing attributes</h3>\n<table><tbody><tr><th>Parameter</th><th>Required</th><th>Data Type</th><th>Example</th><th>Description</th></tr><tr><td><code>listing-no</code></td><td>Yes</td><td>string</td><td>ABC01234</td><td>External listing number, must be unique within the file. Listing numbers restricted to alpha numeric only. No spaces or symbols allowed. Max 10 characters.</td></tr><tr><td><code>date-of-last-change</code></td><td>Yes</td><td>string (format date-time)</td><td>YYYY-MM-DDTHH:MM:SS+13:00</td><td>Date of listing when the price changed; otherwise it is to be the same as DateEntered \"2021-11-08T14:35:01+13:00\"</td></tr><tr><td><code>listing-status</code></td><td>No</td><td>string (format enum)</td><td>rented</td><td>The status of the listing. Possible options are <code>active</code>, <code>sold</code>, <code>withdrawn</code>, <code>hidden</code>, <code>rented</code>, <code>leased</code>, <code>create</code></td></tr><tr><td><code>listing-category-code</code></td><td>Yes</td><td>string (format enum)</td><td>res_rent</td><td>The listing category. Not required if the legacy listing-type and listing-class-code fields are used. Possible options are <code>res_sale</code>, <code>res_rent</code>, <code>com_sale</code>, <code>com_lease</code>, <code>rural_sale</code>, <code>biz_sale</code></td></tr><tr><td><code>listing-property-type-code</code></td><td>Yes</td><td>string</td><td>RENHOU</td><td>the listing property type. Possible values can be retrieved from the /listing-property-types endpoint or refer to table below.</td></tr><tr><td><code>address</code></td><td>Yes</td><td>object</td><td></td><td></td></tr><tr><td><code>address.suburb-fq-slug</code></td><td>Yes</td><td>string</td><td>hawkes-bay_napier-city_tamatea</td><td>the fully qualified suburb slug for the listing. The list of accepted suburbs can be found at the /suburbs endpoint.</td></tr><tr><td><code>address.publish-suburb</code></td><td>No</td><td>string</td><td>tamatea</td><td>Preferred display suburb name</td></tr><tr><td><code>address.building-name</code></td><td>No</td><td>string</td><td>Landscape Park</td><td></td></tr><tr><td><code>address.floor-number</code></td><td>No</td><td>string</td><td>5</td><td></td></tr><tr><td><code>address.unit-number</code></td><td>No</td><td>string</td><td>2</td><td></td></tr><tr><td><code>address.street-number</code></td><td>Yes</td><td>string</td><td>666</td><td></td></tr><tr><td><code>address.street-number-suffix</code></td><td>No</td><td>string</td><td>A</td><td></td></tr><tr><td><code>address.street-name</code></td><td>Yes</td><td>string</td><td>Patterson Avenue</td><td></td></tr><tr><td><code>address.postcode</code></td><td>No</td><td>string</td><td>1010</td><td></td></tr><tr><td><code>address.latitude</code></td><td>No</td><td>string</td><td>-45.8978871</td><td>The latitude of the geo point of the listing's location</td></tr><tr><td><code>address.longitude</code></td><td>No</td><td>string</td><td>176.7374972</td><td>The longitude of the geo point of the listing's location</td></tr><tr><td><code>address.country</code></td><td>No</td><td>string</td><td>New Zealand</td><td>the country name. Should almost always be New Zealand</td></tr><tr><td><code>address.pub-address-web</code></td><td>Yes</td><td>boolean</td><td>true</td><td>Should the address be displayed</td></tr><tr><td><code>floor-area</code></td><td>No</td><td>number (format double)</td><td>120</td><td></td></tr><tr><td><code>floor-area-unit</code></td><td>No</td><td>string (format enum)</td><td>SQM</td><td><code>SQM</code></td></tr><tr><td><code>land-area</code></td><td>No</td><td>number (format double)</td><td>353</td><td></td></tr><tr><td><code>land-area-unit</code></td><td>No</td><td>string (format enum)</td><td>SQM</td><td>Possible options are <code>SQM</code>, <code>HA</code></td></tr><tr><td><code>bedroom-count</code></td><td>Yes</td><td>integer</td><td>3</td><td>Must be at least 1 for Residential, Lifestyle Property and Rental listings. Exceptions are sections, studios, carparks and boat sheds.</td></tr><tr><td><code>bathroom-full-count</code></td><td>Yes</td><td>integer</td><td>2</td><td>Must be at least 1 for Residential, Lifestyle Property and Rental listings. Exceptions are Lifestyle section, sections, carparks and boat sheds.</td></tr><tr><td><code>bathroom-ensuite-count</code></td><td>No</td><td>integer</td><td>1</td><td></td></tr><tr><td><code>bathroom-wc-count</code></td><td>No</td><td>integer</td><td>2</td><td></td></tr><tr><td><code>parking-garage-count</code></td><td>No</td><td>integer</td><td>2</td><td></td></tr><tr><td><code>parking-covered-count</code></td><td>No</td><td>integer</td><td>2</td><td></td></tr><tr><td><code>parking-other-count</code></td><td>No</td><td>integer</td><td>2</td><td></td></tr><tr><td><code>storey-count</code></td><td>No</td><td>integer</td><td>15</td><td></td></tr><tr><td><code>year-built</code></td><td>No</td><td>integer</td><td>1970</td><td></td></tr><tr><td><code>is-new-construction</code></td><td>No</td><td>boolean</td><td>true</td><td></td></tr><tr><td><code>is-coastal-waterfront</code></td><td>No</td><td>boolean</td><td>false</td><td><br /><br /></td></tr><tr><td><code>has-swimming-pool</code></td><td>No</td><td>boolean</td><td>true</td><td></td></tr><tr><td><code>sale-type-code</code></td><td>Yes</td><td>string (format enum)</td><td>sole</td><td>What type of listing agreement is in place. Not required if the legacy sale-type field is definited. Possible options are <code>sole</code>, <code>general</code>, <code>joint_agency</code>, <code>other</code></td></tr><tr><td><code>is-mortgagee-sale</code></td><td>No</td><td>boolean</td><td>true</td><td></td></tr><tr><td><code>pricing-type-code</code></td><td>Yes</td><td>string (format enum)</td><td>deadline_treaty</td><td>What type of pricing model is applied to the listing. Rentals must be `fixed_price`. Possible options are <code>fixed_price</code>, <code>poa</code>, <code>negotiation</code>, <code>offers</code>, <code>auction</code>, <code>tender</code>, <code>deadline_treaty</code>, <code>asking_price</code>, <code>buyer_budget_from</code>, <code>buyer_budget_over</code>, <code>buyer_enquiry_over</code>, <code>buyer_interest_from</code>, <code>enquiries_over</code>, <code>expressions_of_interest_over</code>, <code>negotiable_from</code>, <code>offers_over</code></td></tr><tr><td><code>price</code></td><td>Yes</td><td>integer</td><td>999999</td><td>This value is used for search on the Realestate.co.nz sites. For residential rentals a weekly rent amount is required. For commercial leases a per annum amount lease price is required. Must be greater than 10 or listing will be rejected. When pricing-type-code is fixed_price the price is displayed on listings. When pricing-type-code is one of the prefix options (after buyer_budget_from in the enum list) the price is appended to Price Prefix selected.</td></tr><tr><td><code>is-gst-included</code></td><td>Yes</td><td>boolean</td><td>true</td><td>Price Including GST (if any), false Price Plus GST (if any) GST label will always display on Commercial, Business and Rural (except Lifestyle) listings. GST label will only display on Residential, Rental and Lifestyle listings if false.</td></tr><tr><td><code>price-publish-text</code></td><td>No</td><td>string</td><td>deadline_treaty</td><td>Field to display a custom pricing string. The pricing-type-code field is still required. Not currently displayed on site.</td></tr><tr><td><code>is-com-lease-by-sqm</code></td><td>No</td><td>boolean</td><td>true</td><td>if true <code>lease-area-by-sqm-min and </code><code>lease-area-by-sqm-max is mandatory</code></td></tr><tr><td><code>lease-area-by-sqm-min</code></td><td>No</td><td>integer</td><td>60</td><td>Required if is-com-lease-by-sqm is true. Min value is 1</td></tr><tr><td><code>lease-area-by-sqm-max</code></td><td>No</td><td>integer</td><td>250</td><td>Required if is-com-lease-by-sqm is true. Min value should be greater than lease-area-by-sqm-min</td></tr><tr><td><code>price-by-sqm</code></td><td>No</td><td>integer</td><td>185</td><td>Per square metre price. This will over-ride the value in the price field. Must be greater than 10 or listing will be rejected.</td></tr><tr><td><code>date-of-auction</code></td><td>No</td><td>string (format date)</td><td>YYYY-MM-DDTHH:MM:SS+13:00</td><td>Optional field when the pricing-type-code field is auction</td></tr><tr><td><code>time-of-auction</code></td><td>No</td><td>string (format time)</td><td>14:30</td><td>Optional field when the pricing-type-code field is auction</td></tr><tr><td><code>location-of-auction</code></td><td>No</td><td>string</td><td>\"On Site\", \"Auction Room 1\", \"123 High Street\"</td><td>Optional field when the pricing-type-code field is auction. Supports zoom, google meet, facebook and gavl links.</td></tr><tr><td><code>tender-date</code></td><td>No</td><td>string (format date)</td><td>YYYY-MM-DDTHH:MM:SS+13:00</td><td>Optional field when the pricing-type-code field is tender</td></tr><tr><td><code>tender-time</code></td><td>No</td><td>string (format time)</td><td>14:30</td><td>Optional field when the pricing-type-code field is tender</td></tr><tr><td><code>tender-location</code></td><td>No</td><td>string</td><td>\"On Site\", \"Auction Room 1\", \"123 High Street\"</td><td>Optional field when the pricing-type-code field is tender. Supports zoom, google meet, facebook and gavl links.</td></tr><tr><td><code>deadline-date</code></td><td>Yes</td><td>string (format date)</td><td>YYYY-MM-DDTHH:MM:SS+13:00</td><td>Mandatory field when the pricing-type-code field is deadline-treaty</td></tr><tr><td><code>deadline-time</code></td><td>Yes</td><td>string (format time)</td><td>14:30</td><td>Mandatory field when the pricing-type-code field is deadline-treaty</td></tr><tr><td><code>deadline-location</code></td><td>No</td><td>string</td><td>\"On Site\", \"Auction Room 1\", \"123 High Street\"</td><td>Optional field when the pricing-type-code field is deadline-treaty. Supports zoom, google meet, facebook and gavl links.</td></tr><tr><td><code>header</code></td><td>Yes</td><td>string (max length 50)</td><td>Pretty as a Picture</td><td>Header for advertising text displayed on Realestate.co.nz sites. Natural English language text only. Reduced to 50 characters for enhanced display in saved search emails and on the Realestate App.</td></tr><tr><td><code>description</code></td><td>Yes</td><td>string</td><td>North facing this property is a warm retreat after a head day in the office. A must see.</td><td><p>Primary description for the listing.Natural English language text and specific HTML allowed. The Accepted HTML code are <code>&lt;p&gt;</code>, <code>&lt;i&gt;</code>, <code>&lt;em&gt;</code>, <code>&lt;b&gt;</code>, <code>&lt;strong&gt;</code>, <code>&lt;ul&gt;</code>, <code>&lt;ol&gt;</code>, <code>&lt;li&gt;</code>, <code>&lt;br /&gt;</code></p></td></tr><tr><td><code>videos</code></td><td>No</td><td>array of <code>video</code> objects</td><td></td><td></td></tr><tr><td><code>videos[].url</code></td><td>Yes</td><td>string</td><td><a href=\"https://www.youtube.com/watch?v=gK0MsquKaIY\">https://www.youtube.com/watch?v=gK0MsquKaIY</a></td><td>Video URLs accepted are from Youtube, Vimeo</td></tr><tr><td><code>videos[].order</code></td><td>No</td><td>integer</td><td>1</td><td>The sort order of the video in relation to the other videos in the array</td></tr><tr><td><code>floorplans</code></td><td>No</td><td>array of <code>floorplan</code> objects</td><td></td><td></td></tr><tr><td><code>floorplans[].url</code></td><td>Yes</td><td>string</td><td></td><td>Floorplans URLs accepted are for interactive floorplans. To upload static floorplan images use the POST <code>listings/{id}</code><code>images</code><code> setting the optional </code><code>floorplan</code><code> field as </code><code>true</code></td></tr><tr><td><code>floorplans[].order</code></td><td>No</td><td>integer</td><td>1</td><td>The sort order of the floorplan in relation to the other Floorplans in the array</td></tr><tr><td><code>virtual-walkthroughs</code></td><td>No</td><td>array of <code>virtual-walkthroughs</code> objects</td><td></td><td></td></tr><tr><td><code>virtual-walkthroughs[].url</code></td><td>Yes</td><td>string</td><td></td><td>Virtual tour URLs accepted are from Diakrit, Matterport, Snaploader, Vizz, nzr-central, livetour, boxbrownie or Virtual Tour Creator</td></tr><tr><td><code>virtual-walkthroughs[].order</code></td><td>No</td><td>integer</td><td>1</td><td>The sort order of the virtual tour in relation to the other virtual tours in the array</td></tr><tr><td><code>additional-websites</code></td><td>No</td><td>array of <code>additional-websites</code> objects</td><td></td><td></td></tr><tr><td><code>additional-websites[].url</code></td><td>Yes</td><td>string</td><td><a href=\"https://www.realestate.co\">https://www.realestate.co</a>.nz</td><td>The additional URLs array is designed to accept new types of interactive URLs as their support is added to the realestate.co.nz platfrom. Currently support is for Dirakrit style and furnish URLs</td></tr><tr><td><code>additional-websites[].order</code></td><td>No</td><td>integer</td><td>1</td><td>The sort order of the additional websites in relation to the other virtual tours in the array</td></tr><tr><td><code>title-type-code</code></td><td>No</td><td>string (format enum)</td><td>unit_title</td><td>What type of title the property has. Options are <code>freehold</code>, <code>leasehold</code>, <code>cross_lease</code>, <code>unit_title</code>, <code>company</code></td></tr><tr><td><code>council-valuation-reference</code></td><td>No</td><td>string</td><td>ABC/1234</td><td>The property number, which can be found on the notice of valuation.</td></tr><tr><td><code>rates</code></td><td>No</td><td>number (format double)</td><td>2013.44</td><td>The council rates for the property. If you provide this field, you must provide the `rates-suffix` too.</td></tr><tr><td><code>rates-suffix</code></td><td>No</td><td>string</td><td>annually (incl GST)</td><td>If the `rates` field is provided then this becomes mandatory.</td></tr><tr><td><code>body-corp-levy</code></td><td>No</td><td>number (format double)</td><td>3550.25</td><td>The amount of the body corpate costs if there is any. If you provide this field, you must provide the `body-corp-levy-suffix` too.</td></tr><tr><td><code>body-corp-levy-suffix</code></td><td>No</td><td>string</td><td>annually (incl GST)</td><td>If the `body-corp-levy` field is provided then this becomes mandatory.</td></tr><tr><td><code>council-rateable-valuation-date</code></td><td>No</td><td>string (format date)</td><td>2020-11-08</td><td>The last time the council CV was updated</td></tr><tr><td><code>council-capital-value</code></td><td>No</td><td>integer</td><td>500000</td><td>The value of the properties council capital value</td></tr><tr><td><code>council-land-value</code></td><td>No</td><td>integer</td><td>500000</td><td>The value of the properties council land value</td></tr><tr><td><code>council-improvements-value</code></td><td>No</td><td>integer</td><td>500000</td><td>The value of the properties council improvements value</td></tr><tr><td><code>legal-description</code></td><td>No</td><td>string</td><td>LOT 4 DP 180319 - 1/4 SH IN LOT 7 DP 180319</td><td>The legal description from the property title</td></tr><tr><td><code>appraisal-date</code></td><td>No</td><td>string (format date)</td><td>2020-11-08</td><td>The date of a registered valuation of the property. Note this is NOT designed to record an agents appraisal</td></tr><tr><td><code>appraisal-value</code></td><td>No</td><td>integer</td><td>500000</td><td>The value of a registered valuation of the property. Note this is NOT designed to record an agents appraisal</td></tr><tr><td><code>is-pets-allowed</code></td><td>No</td><td>boolean</td><td>false</td><td>Designed for rental properties</td></tr><tr><td><code>is-smokers-allowed</code></td><td>No</td><td>boolean</td><td>true</td><td>Designed for rental properties</td></tr><tr><td><code>available-from-date</code></td><td>No</td><td>string (format date)</td><td>2020-11-08</td><td>For rental properties, when is the property available to move in</td></tr><tr><td><code>max-tenants</code></td><td>No</td><td>integer</td><td>3</td><td>For rental properties, the maximum number of tenants allowed in the property</td></tr><tr><td><code>furnished-type</code></td><td>No</td><td>string (format enum)</td><td>partly_furnished</td><td>Applies to rental properties and referrs to whether the property is furnished or not. Options are <code>furnished</code>, <code>partly_furnished</code>, <code>non_furnished</code></td></tr><tr><td><code>includes-outgoings</code></td><td>No</td><td>boolean</td><td>true</td><td>Applicable to rentals and commercial for lease listings only. Ignored for all other listing types. Note: Use [Features] to list inclusions.</td></tr><tr><td><code>bond-amount</code></td><td>No</td><td>number (format double)</td><td>500</td><td>For rental properties, the amount in dollars of the bond</td></tr><tr><td><code>other-features</code></td><td>No</td><td>array of <code>other-features</code><code> objects</code></td><td></td><td>a list of additional features you may wish to add. The heading field is optional but each feature must have a value</td></tr><tr><td><code>other-features[].heading</code></td><td>No</td><td>string</td><td>Roof</td><td></td></tr><tr><td><code>other-features[].value</code></td><td>Yes</td><td>string</td><td>Iron</td><td></td></tr></tbody></table><p><b>Listing relationships </b></p> <p>The relationships object when creating listings is mandatory due to the need to include which office the listing list linked to. See the example request bodies to understand the JSONAPI.org relationship object.</p><table><tbody><tr><td>listing property type code</td><td>property type</td><td>listing category</td></tr><tr><td>BUSAGE</td><td>Age Care Facilities</td><td>Business</td></tr><tr><td>BUSBEH</td><td>Beauty and Health</td><td>Business</td></tr><tr><td>BUSCON</td><td>Contractor</td><td>Business</td></tr><tr><td>BUSDIS</td><td>Distribution</td><td>Business</td></tr><tr><td>BUSDSU</td><td>Dairy &amp; Superette</td><td>Business</td></tr><tr><td>BUSEDT</td><td>Education and Training</td><td>Business</td></tr><tr><td>BUSFRA</td><td>Franchise</td><td>Business</td></tr><tr><td>BUSHML</td><td>Hotels Motels Lodges B&amp;B</td><td>Business</td></tr><tr><td>BUSHOS</td><td>Hospitality</td><td>Business</td></tr><tr><td>BUSLEE</td><td>Leisure and Entertainment</td><td>Business</td></tr><tr><td>BUSMAN</td><td>Manufacturing &amp; Processing</td><td>Business</td></tr><tr><td>BUSPRO</td><td>Professional</td><td>Business</td></tr><tr><td>BUSRFB</td><td>Retail Food &amp; Beverages</td><td>Business</td></tr><tr><td>BUSRNC</td><td>Restaurant &amp; Cafe</td><td>Business</td></tr><tr><td>BUSRNF</td><td>Retail - Non Food</td><td>Business</td></tr><tr><td>BUSSER</td><td>Services &amp; Professional</td><td>Business</td></tr><tr><td>BUSSPO</td><td>Sporting</td><td>Business</td></tr><tr><td>BUSTOU</td><td>Tourism</td><td>Business</td></tr><tr><td>BUSTRA</td><td>Transport &amp; Automotive</td><td>Business</td></tr><tr><td>BUSWHO</td><td>Wholesale &amp; Distribution</td><td>Business</td></tr><tr><td>COLCAR</td><td>Carpark</td><td>Commercial Lease</td></tr><tr><td>COLHML</td><td>Hotel Motel Leisure</td><td>Commercial Lease</td></tr><tr><td>COLIPR</td><td>Industrial Premises</td><td>Commercial Lease</td></tr><tr><td>COLOPR</td><td>Office Premises</td><td>Commercial Lease</td></tr><tr><td>COLRTP</td><td>Retail Premises</td><td>Commercial Lease</td></tr><tr><td>COLSHO</td><td>Showroom</td><td>Commercial Lease</td></tr><tr><td>COLWAR</td><td>Warehouse</td><td>Commercial Lease</td></tr><tr><td>COSCAR</td><td>Carpark</td><td>Commercial Sale</td></tr><tr><td>COSCLA</td><td>Commercial Land</td><td>Commercial Sale</td></tr><tr><td>COSHML</td><td>Hotel Motel Leisure</td><td>Commercial Sale</td></tr><tr><td>COSIBU</td><td>Industrial Buildings</td><td>Commercial Sale</td></tr><tr><td>COSILA</td><td>Industrial Land</td><td>Commercial Sale</td></tr><tr><td>COSIOP</td><td>Investment Opportunities</td><td>Commercial Sale</td></tr><tr><td>COSOBU</td><td>Office Building</td><td>Commercial Sale</td></tr><tr><td>COSRPR</td><td>Retail Property</td><td>Commercial Sale</td></tr><tr><td>COSSHO</td><td>Showroom</td><td>Commercial Sale</td></tr><tr><td>COSWAR</td><td>Warehouse</td><td>Commercial Sale</td></tr><tr><td>RENAPA</td><td>Apartment</td><td>Rental</td></tr><tr><td>RENBOA</td><td>Boat shed</td><td>Rental</td></tr><tr><td>RENCAR</td><td>Carpark</td><td>Rental</td></tr><tr><td>RENHOL</td><td>Holiday Rental</td><td>Rental</td></tr><tr><td>RENHOU</td><td>House</td><td>Rental</td></tr><tr><td>RENLIS</td><td>Lifestyle Property</td><td>Rental</td></tr><tr><td>RENRET</td><td>Retirement Living</td><td>Rental</td></tr><tr><td>RENSEC</td><td>Section Res</td><td>Rental</td></tr><tr><td>RENSTU</td><td>Studio</td><td>Rental</td></tr><tr><td>RENTOW</td><td>Townhouse</td><td>Rental</td></tr><tr><td>RENUNI</td><td>Unit</td><td>Rental</td></tr><tr><td>RESAPA</td><td>Apartment</td><td>Residential</td></tr><tr><td>RESBOA</td><td>Boat shed</td><td>Residential</td></tr><tr><td>RESCAR</td><td>Carpark</td><td>Residential</td></tr><tr><td>RESHOI</td><td>Home &amp; Income</td><td>Residential</td></tr><tr><td>RESHOU</td><td>House</td><td>Residential</td></tr><tr><td>RESLIP</td><td>Lifestyle Property</td><td>Residential</td></tr><tr><td>RESLIS</td><td>Lifestyle Section</td><td>Residential</td></tr><tr><td>RESMUL</td><td>Multiple Properties</td><td>Residential</td></tr><tr><td>RESRET</td><td>Retirement Living</td><td>Residential</td></tr><tr><td>RESSEC</td><td>Section</td><td>Residential</td></tr><tr><td>RESSTU</td><td>Studio</td><td>Residential</td></tr><tr><td>RESTOW</td><td>Townhouse</td><td>Residential</td></tr><tr><td>RESUNI</td><td>Unit</td><td>Residential</td></tr><tr><td>RURBAR</td><td>Bare Land</td><td>Rural</td></tr><tr><td>RURCRO</td><td>Cropping</td><td>Rural</td></tr><tr><td>RURDAI</td><td>Dairy</td><td>Rural</td></tr><tr><td>RURFIN</td><td>Finishing</td><td>Rural</td></tr><tr><td>RURFOR</td><td>Forestry</td><td>Rural</td></tr><tr><td>RURGRA</td><td>Grazing</td><td>Rural</td></tr><tr><td>RURHIG</td><td>High Country</td><td>Rural</td></tr><tr><td>RURHOR</td><td>Horticulture</td><td>Rural</td></tr><tr><td>RURLIF</td><td>Lifestyle Property</td><td>Rural</td></tr><tr><td>RURLIS</td><td>Lifestyle Section</td><td>Rural</td></tr><tr><td>RURLIV</td><td>Specialist Livestock</td><td>Rural</td></tr><tr><td>RURUNS</td><td>Unspecified</td><td>Rural</td></tr><tr><td>RURVIT</td><td>Viticulture</td><td>Rural</td></tr></tbody></table>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["listings"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[]}},"response":[{"id":"5ad65b12-d064-4fd2-b13d-7645e3f30f33","name":"Listing created","originalRequest":{"method":"POST","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"listing\",\n        \"attributes\": {\n            \"listing-no\": \"TG01266\",\n            \"date-of-last-change\": \"2019-05-09T00:00:00+12:00\",\n            \"listing-category-code\": \"res_sale\",\n            \"listing-property-type-code\": \"RESHOU\",\n            \"address\": {\n                \"suburb-fq-slug\": \"bay-of-plenty_tauranga_pyes-pa\",\n                \"street-number\": \"27\",\n                \"street-name\": \"Tamihana Avenue\",\n                \"pub-address-web\": true,\n                \"sdnid\": -9943616,\n                \"publish-suburb\": \"Pyes Pa\",\n                \"building-name\": \"The homestead\",\n                \"floor-number\": \"et Excepteur proident voluptate\",\n                \"unit-number\": \"4A\",\n                \"street-number-suffix\": \"B\",\n                \"postcode\": \"3173\",\n                \"latitude\": \"-37.7701432\",\n                \"longitude\": \"176.1100844\",\n                \"country\": \"New Zealand\"\n            },\n            \"bedroom-count\": 3,\n            \"bathroom-full-count\": 1,\n            \"sale-type-code\": \"sole\",\n            \"pricing-type-code\": \"auction\",\n            \"price\": 835000,\n            \"is-gst-included\": true,\n            \"header\": \"Location Location Location\",\n            \"description\": \"occaecat\",\n            \"listing-status\": \"active\",\n            \"floor-area\": 209.8,\n            \"floor-area-unit\": \"SQM\",\n            \"land-area\": 1209,\n            \"land-area-unit\": \"SQM\",\n            \"bathroom-ensuite-count\": 1,\n            \"bathroom-wc-count\": 1,\n            \"parking-garage-count\": 2,\n            \"parking-covered-count\": 1,\n            \"parking-other-count\": 3,\n            \"storey-count\": 2,\n            \"year-built\": 1960,\n            \"is-new-construction\": false,\n            \"is-coastal-waterfront\": false,\n            \"has-swimming-pool\": true,\n            \"is-mortgagee-sale\": false,\n            \"price-publish-text\": \"cupidatat\",\n            \"is-com-lease-by-sqm\": false,\n            \"lease-area-by-sqm-min\": 60,\n            \"lease-area-by-sqm-max\": 250,\n            \"price-by-sqm\": 6318617,\n            \"date-of-auction\": \"2020-06-16T11:00:00+12:00\",\n            \"time-of-auction\": \"11:00\",\n            \"location-of-auction\": \"Our auction rooms\",\n            \"tender-date\": \"2020-06-16T11:00:00+12:00\",\n            \"deadline-date\": \"2020-06-16T11:00:00+12:00\",\n            \"deadline-location\": \"Box at the front of our office\",\n            \"videos\": [\n                {\n                    \"url\": \"https://www.youtube.com/embed/wq3QWyvw-OY\",\n                    \"order\": 1\n                },\n                {\n                    \"url\": \"https://www.youtube.com/embed/wq3QWyvw-OY\",\n                    \"order\": 1\n                }\n            ],\n            \"floorplans\": [\n                {\n                    \"url\": \"http://media.agentsite.co.nz/r3/images/floorplans.jpg\",\n                    \"order\": 1\n                },\n                {\n                    \"url\": \"http://media.agentsite.co.nz/r3/images/floorplans.jpg\",\n                    \"order\": 1\n                }\n            ],\n            \"virtual-walkthroughs\": [\n                {\n                    \"url\": \"https://my.matterport.com/show/?m=xmJRSURy9Cf\",\n                    \"order\": 1\n                },\n                {\n                    \"url\": \"https://my.matterport.com/show/?m=xmJRSURy9Cf\",\n                    \"order\": 1\n                }\n            ],\n            \"additional-websites\": [\n                {\n                    \"url\": \"https://cdn.diakrit.com/product/styling/additional-websites3\",\n                    \"order\": 1\n                },\n                {\n                    \"url\": \"https://cdn.diakrit.com/product/styling/additional-websites3\",\n                    \"order\": 1\n                }\n            ],\n            \"title-type-code\": \"cross_lease\",\n            \"council-valuation-reference\": \"quis in sed et\",\n            \"rates\": -93716355.42679933,\n            \"rates-suffix\": \"est cillum ipsum\",\n            \"body-corp-levy\": 77152859.77425253,\n            \"body-corp-levy-suffix\": \"pariatur sunt\",\n            \"council-rateable-valuation-date\": \"anim sit ullamco\",\n            \"council-capital-value\": -69399696,\n            \"council-land-value\": -41332812,\n            \"council-improvements-value\": 30397662,\n            \"legal-description\": \"eiusmod in proide\",\n            \"appraisal-date\": \"ut qui eiusmod officia\",\n            \"appraisal-value\": 15719419,\n            \"is-pets-allowed\": false,\n            \"is-smokers-allowed\": true,\n            \"available-from-date\": \"ea ex amet do deserunt\",\n            \"max-tenants\": -66594678,\n            \"furnished-type\": \"furnished\",\n            \"includes-outgoings\": true,\n            \"bond-amount\": -97147404.65527685,\n            \"other-features\": [\n                {\n                    \"value\": \"nulla\",\n                    \"heading\": \"aliquip id occaecat\"\n                },\n                {\n                    \"value\": \"occaecat Lorem deserunt non\",\n                    \"heading\": \"voluptate consecte\"\n                }\n            ]\n        },\n        \"relationships\": {\n            \"offices\": {\n                \"data\": [\n                    {\n                        \"type\": \"office\",\n                        \"id\": 234523\n                    },\n                    {\n                        \"type\": \"office\",\n                        \"id\": 234523\n                    }\n                ]\n            },\n            \"agents\": {\n                \"data\": [\n                    {\n                        \"type\": \"agent\",\n                        \"id\": 235235\n                    },\n                    {\n                        \"type\": \"agent\",\n                        \"id\": 235236\n                    }\n                ]\n            }\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.realestate.co.nz/feed/v1/listings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": {\n  \"id\": 40672945,\n  \"type\": \"listing\"\n }\n}"}],"_postman_id":"0ba7df79-a66b-450e-a735-7e1ad178dd33"}],"id":"54e0ec4e-0280-4d5d-ac32-0f8a0a010acb","_postman_id":"54e0ec4e-0280-4d5d-ac32-0f8a0a010acb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}}},{"name":"openhomes","item":[{"name":"{id}","item":[{"name":"/openhomes/:id","id":"d3b39df6-cbde-42f7-8334-077a06bc0c26","request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/openhomes/:id","description":"<p>returns the requested openhome</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["openhomes",":id"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"id":"b68343a1-9854-4d14-833d-015f7e130264","description":{"content":"<p>(Required) ID of openhome to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"3be9c9d2-6f68-4832-9e12-11d9d0627007","name":"successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/openhomes/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["openhomes",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": {\n  \"id\": 426234234,\n  \"type\": \"open_homes\",\n  \"attributes\": {\n   \"listing-id\": \"mollit laboris aute ad labore\",\n   \"office-id\": 576975,\n   \"open-date\": \"2020-07-11\",\n   \"start-time\": \"13:00:00\",\n   \"end-time\": \"13:30:00\",\n   \"status\": \"confirmed\",\n   \"notes\": \"https://zoom.us/234234123\"\n  }\n }\n}"},{"id":"b3ac5850-1320-4c4b-ac8a-081978f5d420","name":"openhome not found","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/openhomes/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["openhomes",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d3b39df6-cbde-42f7-8334-077a06bc0c26"},{"name":"/openhomes/:id","id":"deab9115-df53-4499-bb23-fd225a78a58d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"open_homes\",\n        \"attributes\": {\n            \"listing-id\": \"ut pariatur\",\n            \"office-id\": 78122603,\n            \"open-date\": \"2020-07-11\",\n            \"start-time\": \"13:00:00\",\n            \"end-time\": \"13:30:00\",\n            \"status\": \"canceled\",\n            \"notes\": \"incididunt dolore eiusmod ex\"\n        }\n    }\n}"},"url":"https://sandbox.realestate.co.nz/feed/v1/openhomes/:id","description":"<p>Update a openhome, including canceling it</p>\n<h3 id=\"openhome-attributes\">Openhome attributes</h3>\n<table>\n  <thead>\n    <tr>\n      <th>Parameter</th>\n      <th>Required</th>\n      <th>Data Type</th>\n      <th>Description</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <td><code>listing-id</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td>The realestate.co.nz ID for the listing passed as a string</td>\n    </tr>\n    <tr>\n      <td><code>office-id</code></td>\n      <td>Yes</td>\n      <td>integer</td>\n      <td>The realestate.co.nz ID for the office whose listing it is</td>\n    </tr>\n    <tr>\n      <td><code>open-date</code></td>\n      <td>Yes</td>\n      <td>string (format date)</td>\n      <td>The date of the openhome</td>\n    </tr>\n    <tr>\n      <td><code>start-time</code></td>\n      <td>Yes</td>\n      <td>string (format time)</td>\n      <td>The starting time of the openhome</td>\n    </tr>\n    <tr>\n      <td><code>end-time</code></td>\n      <td>Yes</td>\n      <td>string (format time)</td>\n      <td>The time the openhome finishes</td>\n    </tr>\n    <tr>\n      <td><code>status</code></td>\n      <td>Yes</td>\n      <td>string (format enum)</td>\n      <td>The status of the openhome in it's planning cycle. Options are <code>draft</code>, <code>confirmed</code>, <code>completed</code>, <code>canceled</code></td>\n    </tr>\n    <tr>\n      <td><code>notes</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>You can feed a link to a virtual tour option here</td>\n    </tr>\n  </tbody>\n</table>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["openhomes",":id"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"id":"56be1227-2fa5-49a9-b2ee-988b8ee88936","description":{"content":"<p>(Required) ID of openhome to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"172a40db-01b6-4e9b-818f-7ceeaba23401","name":"Openhome successfully updated","originalRequest":{"method":"PUT","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"},{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"open_homes\",\n        \"attributes\": {\n            \"listing-id\": \"mollit aliquip\",\n            \"office-id\": 576975,\n            \"open-date\": \"2020-07-11\",\n            \"start-time\": \"13:00:00\",\n            \"end-time\": \"13:30:00\",\n            \"status\": \"confirmed\",\n            \"notes\": \"https://zoom.us/234234123\"\n        }\n    }\n}","options":{"raw":{"language":"text"}}},"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/openhomes/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["openhomes",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": {\n  \"id\": 20890241,\n  \"type\": \"openhome\"\n }\n}"},{"id":"453166ab-10d2-42eb-9db7-307df3f97756","name":"openhome not found","originalRequest":{"method":"PUT","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": 426234234,\n        \"type\": \"open_homes\",\n        \"attributes\": {\n            \"listing-id\": \"mollit aliquip\",\n            \"office-id\": 576975,\n            \"open-date\": \"2020-07-11\",\n            \"start-time\": \"13:00:00\",\n            \"end-time\": \"13:30:00\",\n            \"status\": \"confirmed\",\n            \"notes\": \"https://zoom.us/234234123\"\n        }\n    }\n}"},"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/openhomes/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["openhomes",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"deab9115-df53-4499-bb23-fd225a78a58d"}],"id":"2c7381eb-6c3b-4b55-b10e-04d2ff0bd7d5","_postman_id":"2c7381eb-6c3b-4b55-b10e-04d2ff0bd7d5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}}},{"name":"/openhomes","id":"3743d12d-2c42-45e8-acb0-406032963409","request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/openhomes?filters[listingId]=<number>","description":"<p>get a list of openhomes for a given listing</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["openhomes"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[{"description":{"content":"<p>Accepts a realestate.co.nz listing ID. The authorisation token must have access to the requested listing for results to be returned.</p>\n","type":"text/plain"},"key":"filters[listingId]","value":"<number>"}],"variable":[]}},"response":[{"id":"d6750a09-9fa9-4715-bb0a-f8b1b16fd48c","name":"successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/openhomes?filters[listingId]=40672945","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["openhomes"],"query":[{"key":"filters[listingId]","value":"40672945"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n  {\n   \n   \"attributes\": {\n    \"listing-id\": \"40672945\",\n    \"office-id\": 576975,\n    \"open-date\": \"2020-07-11\",\n    \"start-time\": \"13:00\",\n    \"end-time\": \"13:30\",\n    \"status\": \"confirmed\",\n    \"notes\": \"https://zoom.us/234234123\"\n   },\n   \"id\": 426234234,\n   \"type\": \"open_homes\"\n  },\n  {\n   \n   \"attributes\": {\n    \"listing-id\": \"40672945\",\n    \"office-id\": 576975,\n    \"open-date\": \"2020-07-12\",\n    \"start-time\": \"13:00\",\n    \"end-time\": \"13:30\",\n    \"status\": \"confirmed\",\n    \"notes\": \"https://zoom.us/234234123\"\n   },\n   \"id\": 426234235,\n   \"type\": \"open_homes\"\n  }\n ]\n}"}],"_postman_id":"3743d12d-2c42-45e8-acb0-406032963409"},{"name":"/openhomes","id":"191f382d-6289-4465-afab-69d56eba932e","request":{"method":"POST","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"open_homes\",\n        \"attributes\": {\n            \"listing-id\": \"minim laboris et quis laboru\",\n            \"office-id\": 89715871,\n            \"open-date\": \"non in\",\n            \"start-time\": \"ad eu occaecat m\",\n            \"end-time\": \"in\",\n            \"status\": \"canceled\",\n            \"notes\": \"consectetur aliqua ad nostrud\"\n        }\n    }\n}"},"url":"https://sandbox.realestate.co.nz/feed/v1/openhomes","description":"<p>Create openhomes linked to listings</p>\n<h3 id=\"openhome-attributes\">Openhome attributes</h3>\n<table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Data Type</th>\n<th>Example</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>listing-id</code></td>\n<td>Yes</td>\n<td>string</td>\n<td> </td>\n<td>The realestate.co.nz ID for the listing passed as a string</td>\n</tr>\n<tr>\n<td><code>office-id</code></td>\n<td>Yes</td>\n<td>integer</td>\n<td> </td>\n<td>The realestate.co.nz ID for the office whose listing it is</td>\n</tr>\n<tr>\n<td><code>open-date</code></td>\n<td>Yes</td>\n<td>string (format date)</td>\n<td>\n<div>\n<div>2021-05-03</div>\n</div>\n</td>\n<td>The date of the openhome</td>\n</tr>\n<tr>\n<td><code>start-time</code></td>\n<td>Yes</td>\n<td>string (format time)</td>\n<td>\n<div>\n<div>10:45:00</div>\n</div>\n</td>\n<td>The starting time of the openhome</td>\n</tr>\n<tr>\n<td><code>end-time</code></td>\n<td>Yes</td>\n<td>string (format time)</td>\n<td>\n<div>\n<div>11:30:00</div>\n</div>\n</td>\n<td>The time the openhome finishes</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>Yes</td>\n<td>string (format enum)</td>\n<td>\n<div>\n<div>confirmed</div>\n</div>\n</td>\n<td>The status of the openhome in it's planning cycle. Options are <code>draft</code>, <code>confirmed</code>, <code>completed</code>, <code>canceled</code></td>\n</tr>\n<tr>\n<td><code>notes</code></td>\n<td>No</td>\n<td>string</td>\n<td> </td>\n<td>You can feed a link to a virtual tour option here. Acceptable links are google meet, facebook, gavl, zoom and free text</td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["openhomes"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[]}},"response":[{"id":"743ec1bd-ee58-4040-b2e4-af08024b59a3","name":"Openhome created","originalRequest":{"method":"POST","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"open_homes\",\n        \"attributes\": {\n            \"listing-id\": \"non Ut pariatur\",\n            \"office-id\": 576975,\n            \"open-date\": \"2020-07-11\",\n            \"start-time\": \"13:00:00\",\n            \"end-time\": \"13:30:00\",\n            \"status\": \"confirmed\",\n            \"notes\": \"https://zoom.us/234234123\"\n        }\n    }\n}"},"url":"https://sandbox.realestate.co.nz/feed/v1/openhomes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": {\n  \"id\": 20890241,\n  \"type\": \"openhome\"\n }\n}"}],"_postman_id":"191f382d-6289-4465-afab-69d56eba932e"}],"id":"373b1792-7922-45d1-8bd7-9cf1af559f5a","_postman_id":"373b1792-7922-45d1-8bd7-9cf1af559f5a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}}},{"name":"agents","item":[{"name":"{id}","item":[{"name":"images","item":[{"name":"/agents/:id/images","id":"8d77cd9d-b4b6-4453-8a2a-1b75731b5907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<binary>","type":"text","description":"<p>The uploaded file data. Either file or file-url must be\npresent to be a valid request. Max file size is 2MB</p>\n"},{"key":"file-url","value":"<string>","type":"text","description":"<p>A url where the image can be downloaded from. Either file or file-url\nmust be present to be a valid request</p>\n"}]},"url":"https://sandbox.realestate.co.nz/feed/v1/agents/:id/images","description":"<p>upload an image against an agent. Either file or file-url must be\npresent to be a valid request and not both</p>\n<h3 id=\"agent-image-attributes\">Agent image attributes</h3>\n<table>\n  <thead>\n    <tr>\n      <th>Parameter</th>\n      <th>Required</th>\n      <th>Data Type</th>\n      <th>Description</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <td><code>file</code></td>\n      <td>Yes</td>\n      <td>string (format binary)</td>\n      <td>The uploaded file data. *Either file or file-url must be present to be a valid request. Max file size is 2MB</td>\n    </tr>\n    <tr>\n      <td><code>file-url</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td>A url where the image can be downloaded from. *Either file or file-url must be present to be a valid request</td>\n    </tr>\n  </tbody>\n  </table>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["agents",":id","images"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"description":{"content":"<p>(Required) ID of agent to fetch images for</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"66ea5149-4ca2-47a2-9056-6db3ec71fa2f","name":"agent photo successfully uploaded","originalRequest":{"method":"POST","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"body":{"mode":"formdata","formdata":[{"description":{"content":"The uploaded file data. Either file or file-url must be\npresent to be a valid request. Max file size is 2MB\n","type":"text/plain"},"key":"file","value":"<binary>","type":"text"},{"description":{"content":"A url where the image can be downloaded from. Either file or file-url\nmust be present to be a valid request\n","type":"text/plain"},"key":"file-url","value":"<string>","type":"text"}]},"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/agents/:id/images","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["agents",":id","images"],"variable":[{"key":"id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"md5\": \"85c27e504289aa222f50e12378c60bf4\"\n}"}],"_postman_id":"8d77cd9d-b4b6-4453-8a2a-1b75731b5907"}],"id":"4c83b200-bb29-4323-9875-fba02a4daf54","_postman_id":"4c83b200-bb29-4323-9875-fba02a4daf54","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}}},{"name":"/agents/:id","id":"2c01168a-6db1-4d32-8261-88a254f84646","request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/agents/:id","description":"<p>returns the requested agent</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["agents",":id"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"id":"97595b97-2744-4d26-acdb-62489b690a42","description":{"content":"<p>(Required) ID of agent to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"61b6f649-1f52-4a77-9e6c-60aa4b3d622c","name":"agent not found","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/agents/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["agents",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""},{"id":"d5889b22-4cdc-4d4e-9427-5da84bd5eebb","name":"successful response","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/agents/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["agents",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": {\n  \"id\": 274779,\n  \"type\": \"agent\",\n  \"attributes\": {\n   \"title\": \"Miss\",\n   \"first-name\": \"Emma\",\n   \"last-name\": \"Smith\",\n   \"job-title\": \"Realestate Salesperson\",\n   \"phone-after-hours\": \"07 555 1234\",\n   \"phone-ddi\": \"07 444 1234\",\n   \"phone-home\": \"07 666 1234\",\n   \"phone-mobile\": \"021 555 444\",\n   \"fax\": \"07 888 1234\",\n   \"email\": \"emma.smith@exampleagent.co.nz\",\n   \"email-enquiry\": \"enquiries@exampleagent.co.nz\",\n   \"email-alternative1\": \"assitant@exampleagent.co.nz\",\n   \"email-alternative2\": \"customer@exampleagent.co.nz\",\n   \"postal-address\": {\n    \"address1\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address2\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address3\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"city\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postcode\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n   },\n   \"physical-address\": {\n    \"address1\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address2\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address3\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"city\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postcode\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n   },\n   \"class-code\": \"REP\",\n   \"agent-no\": \"AB12345\",\n   \"profile\": \"dolor occaecat eu fugiat culpa\",\n   \"twitter-url\": \"https://www.twitter.com/emmasmithagent/\",\n   \"facebook-url\": \"https://www.facebook.com/emmasmithagent/\",\n   \"google-url\": \"https://www.google.com/emmasmithagent/\",\n   \"linkedin-url\": \"https://www.linkedin.com/emmasmithagent/\",\n   \"website-url\": \"https://www.emmasmithexampleagent.co.nz/\",\n   \"blog-url\": \"https://www.emmasmithexampleagent.com/blog/\",\n   \"video-url\": \"https://www.youtube.com/emmasmithagent/\",\n   \"image\": {\n    \"url\": \"https://mediaserver.realestate.co.nz/per_orgs/585238/bf5093afed752071e16e0f250fd13f5a.crop.140x178.jpg\",\n    \"order\": 2\n   }\n  },\n  \"relationships\": {\n   \"data\": [\n    {\n     \"type\": \"office\",\n     \"id\": 234523\n    },\n    {\n     \"type\": \"office\",\n     \"id\": 234523\n    }\n   ]\n  }\n }\n}"}],"_postman_id":"2c01168a-6db1-4d32-8261-88a254f84646"},{"name":"/agents/:id","id":"2619fac8-c009-4932-9012-5e1247208d33","request":{"method":"PUT","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": -17388319,\n        \"type\": \"agent\",\n        \"attributes\": {\n            \"title\": \"est labore in a\",\n            \"first-name\": \"amet do\",\n            \"last-name\": \"Lorem in\",\n            \"job-title\": \"est Lorem sint esse\",\n            \"phone-after-hours\": \"Duis\",\n            \"phone-ddi\": \"ut\",\n            \"phone-home\": \"rep\",\n            \"phone-mobile\": \"ex commodo cupidatat esse\",\n            \"fax\": \"in dolore\",\n            \"email\": \"aute cupidatat aliqua\",\n            \"email-enquiry\": \"sit ullamco\",\n            \"email-alternative1\": \"fugiat consecte\",\n            \"email-alternative2\": \"in et dolore occaecat pariatur\",\n            \"postal-address\": {\n                \"address1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address2\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address3\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"city\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"postcode\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"country\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n            },\n            \"physical-address\": {\n                \"address1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address2\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address3\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"city\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"postcode\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"country\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n            },\n            \"class-code\": \"OMGR\",\n            \"agent-no\": \"voluptate ea dolor\",\n            \"profile\": \"adipisicing labore amet\",\n            \"twitter-url\": \"minim proident\",\n            \"facebook-url\": \"o\",\n            \"google-url\": \"dolor\",\n            \"linkedin-url\": \"aliquip\",\n            \"website-url\": \"ipsum non sunt Duis laboris\",\n            \"blog-url\": \"adipisicing deserun\",\n            \"video-url\": \"labore sint\",\n            \"image\": {\n                \"url\": \"sint labore esse quis pariatur\",\n                \"order\": 73849915\n            }\n        },\n        \"relationships\": {\n            \"data\": [\n                {\n                    \"type\": \"office\",\n                    \"id\": 89662883\n                },\n                {\n                    \"type\": \"office\",\n                    \"id\": -95275299\n                }\n            ]\n        }\n    }\n}"},"url":"https://sandbox.realestate.co.nz/feed/v1/agents/:id","description":"<p>Update a agent. Note that you can't move an agent from one office to another as it needs to go through our \ncustomer service team. <a href=\"mailto:info@realestate.co.nz\">info@realestate.co.nz</a></p>\n<h3 id=\"agent-attributes\">Agent attributes</h3>\n<table>\n  <thead>\n    <tr>\n      <th>Parameter</th>\n      <th>Required</th>\n      <th>Data Type</th>\n      <th>Description</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <td><code>title</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>Examples Miss, Mrs, Mr</td>\n    </tr>\n    <tr>\n      <td><code>first-name</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>last-name</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>job-title</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>The job title of the agent</td>\n    </tr>\n    <tr>\n      <td><code>phone-after-hours</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>phone-ddi</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>phone-home</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>phone-mobile</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>fax</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>email</code></td>\n      <td>Yes</td>\n      <td>string</td>\n      <td>The primary email of the agent</td>\n    </tr>\n    <tr>\n      <td><code>email-enquiry</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td>An optional email address for realestate.co.nz to send enquiries to</td>\n    </tr>\n    <tr>\n      <td><code>email-alternative1</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>email-alternative2</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>class-code</code></td>\n      <td>Yes</td>\n      <td>string (format enum)</td>\n      <td>What role does the agent have. Possible options are REP - Salesperson, OMGR - Office Manager, LICN - Licensee</td>\n    </tr>\n    <tr>\n      <td><code>postal-address</code></td>\n      <td>No</td>\n      <td>object of address attributes</td>\n      <td>See address object details</td>\n    </tr>\n    <tr>\n      <td><code>physical-address</code></td>\n      <td>No</td>\n      <td>object of address attributes</td>\n      <td>See address object details</td>\n    </tr>\n  </tbody>\n</table>\n\n<h3 id=\"address-attributes\">Address attributes</h3>\n<table>\n  <thead>\n    <tr>\n      <th>Parameter</th>\n      <th>Required</th>\n      <th>Data Type</th>\n      <th>Description</th>\n    </tr>\n  </thead>\n  <tbody>\n    <tr>\n      <td><code>address1</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>address2</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>address3</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>city</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>postcode</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n    <tr>\n      <td><code>country</code></td>\n      <td>No</td>\n      <td>string</td>\n      <td></td>\n    </tr>\n  </tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["agents",":id"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[{"id":"b271d06f-9102-46d9-b0ce-dff27b9cb8e9","description":{"content":"<p>(Required) ID of agent to fetch</p>\n","type":"text/plain"},"type":"string","value":"<integer>","key":"id"}]}},"response":[{"id":"8844c35b-d1c3-4b61-aac3-b2a9c73e8f12","name":"agent not found","originalRequest":{"method":"PUT","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": 274779,\n        \"type\": \"agent\",\n        \"attributes\": {\n            \"title\": \"Miss\",\n            \"first-name\": \"Emma\",\n            \"last-name\": \"Smith\",\n            \"job-title\": \"Realestate Salesperson\",\n            \"phone-after-hours\": \"07 555 1234\",\n            \"phone-ddi\": \"07 444 1234\",\n            \"phone-home\": \"07 666 1234\",\n            \"phone-mobile\": \"021 555 444\",\n            \"fax\": \"07 888 1234\",\n            \"email\": \"emma.smith@exampleagent.co.nz\",\n            \"email-enquiry\": \"enquiries@exampleagent.co.nz\",\n            \"email-alternative1\": \"assitant@exampleagent.co.nz\",\n            \"email-alternative2\": \"customer@exampleagent.co.nz\",\n            \"postal-address\": {\n                \"address1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address2\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address3\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"city\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"postcode\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"country\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n            },\n            \"physical-address\": {\n                \"address1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address2\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address3\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"city\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"postcode\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"country\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n            },\n            \"class-code\": \"REP\",\n            \"agent-no\": \"AB12345\",\n            \"profile\": \"ut commodo pariatur\",\n            \"twitter-url\": \"https://www.twitter.com/emmasmithagent/\",\n            \"facebook-url\": \"https://www.facebook.com/emmasmithagent/\",\n            \"google-url\": \"https://www.google.com/emmasmithagent/\",\n            \"linkedin-url\": \"https://www.linkedin.com/emmasmithagent/\",\n            \"website-url\": \"https://www.emmasmithexampleagent.co.nz/\",\n            \"blog-url\": \"https://www.emmasmithexampleagent.com/blog/\",\n            \"video-url\": \"https://www.youtube.com/emmasmithagent/\",\n            \"image\": {\n                \"url\": \"https://mediaserver.realestate.co.nz/per_orgs/585238/bf5093afed752071e16e0f250fd13f5a.crop.140x178.jpg\",\n                \"order\": 2\n            }\n        },\n        \"relationships\": {\n            \"data\": [\n                {\n                    \"type\": \"office\",\n                    \"id\": 234523\n                },\n                {\n                    \"type\": \"office\",\n                    \"id\": 234523\n                }\n            ]\n        }\n    }\n}"},"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/agents/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["agents",":id"],"variable":[{"key":"id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"text/plain","enabled":true}],"cookie":[],"responseTime":null,"body":""},{"id":"ca1d766e-3280-451e-8f8f-1f3e22c64d41","name":"agent updated","originalRequest":{"method":"PUT","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"id\": 274779,\n        \"type\": \"agent\",\n        \"attributes\": {\n            \"title\": \"Miss\",\n            \"first-name\": \"Emma\",\n            \"last-name\": \"Smith\",\n            \"job-title\": \"Realestate Salesperson\",\n            \"phone-after-hours\": \"07 555 1234\",\n            \"phone-ddi\": \"07 444 1234\",\n            \"phone-home\": \"07 666 1234\",\n            \"phone-mobile\": \"021 555 444\",\n            \"fax\": \"07 888 1234\",\n            \"email\": \"emma.smith@exampleagent.co.nz\",\n            \"email-enquiry\": \"enquiries@exampleagent.co.nz\",\n            \"email-alternative1\": \"assitant@exampleagent.co.nz\",\n            \"email-alternative2\": \"customer@exampleagent.co.nz\",\n            \"postal-address\": {\n                \"address1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address2\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address3\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"city\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"postcode\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"country\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n            },\n            \"physical-address\": {\n                \"address1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address2\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address3\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"city\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"postcode\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"country\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n            },\n            \"class-code\": \"REP\",\n            \"agent-no\": \"AB12345\",\n            \"profile\": \"ut commodo pariatur\",\n            \"twitter-url\": \"https://www.twitter.com/emmasmithagent/\",\n            \"facebook-url\": \"https://www.facebook.com/emmasmithagent/\",\n            \"google-url\": \"https://www.google.com/emmasmithagent/\",\n            \"linkedin-url\": \"https://www.linkedin.com/emmasmithagent/\",\n            \"website-url\": \"https://www.emmasmithexampleagent.co.nz/\",\n            \"blog-url\": \"https://www.emmasmithexampleagent.com/blog/\",\n            \"video-url\": \"https://www.youtube.com/emmasmithagent/\",\n            \"image\": {\n                \"url\": \"https://mediaserver.realestate.co.nz/per_orgs/585238/bf5093afed752071e16e0f250fd13f5a.crop.140x178.jpg\",\n                \"order\": 2\n            }\n        },\n        \"relationships\": {\n            \"data\": [\n                {\n                    \"type\": \"office\",\n                    \"id\": 234523\n                },\n                {\n                    \"type\": \"office\",\n                    \"id\": 234523\n                }\n            ]\n        }\n    }\n}"},"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/agents/:id","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["agents",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": {\n  \"id\": 274779,\n  \"type\": \"agent\",\n  \"attributes\": {\n   \"title\": \"Miss\",\n   \"first-name\": \"Emma\",\n   \"last-name\": \"Smith\",\n   \"job-title\": \"Realestate Salesperson\",\n   \"phone-after-hours\": \"07 555 1234\",\n   \"phone-ddi\": \"07 444 1234\",\n   \"phone-home\": \"07 666 1234\",\n   \"phone-mobile\": \"021 555 444\",\n   \"fax\": \"07 888 1234\",\n   \"email\": \"emma.smith@exampleagent.co.nz\",\n   \"email-enquiry\": \"enquiries@exampleagent.co.nz\",\n   \"email-alternative1\": \"assitant@exampleagent.co.nz\",\n   \"email-alternative2\": \"customer@exampleagent.co.nz\",\n   \"postal-address\": {\n    \"address1\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address2\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address3\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"city\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postcode\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n   },\n   \"physical-address\": {\n    \"address1\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address2\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address3\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"city\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postcode\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country\": {\n     \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n   },\n   \"class-code\": \"REP\",\n   \"agent-no\": \"AB12345\",\n   \"profile\": \"dolor occaecat eu fugiat culpa\",\n   \"twitter-url\": \"https://www.twitter.com/emmasmithagent/\",\n   \"facebook-url\": \"https://www.facebook.com/emmasmithagent/\",\n   \"google-url\": \"https://www.google.com/emmasmithagent/\",\n   \"linkedin-url\": \"https://www.linkedin.com/emmasmithagent/\",\n   \"website-url\": \"https://www.emmasmithexampleagent.co.nz/\",\n   \"blog-url\": \"https://www.emmasmithexampleagent.com/blog/\",\n   \"video-url\": \"https://www.youtube.com/emmasmithagent/\",\n   \"image\": {\n    \"url\": \"https://mediaserver.realestate.co.nz/per_orgs/585238/bf5093afed752071e16e0f250fd13f5a.crop.140x178.jpg\",\n    \"order\": 2\n   }\n  },\n  \"relationships\": {\n   \"data\": [\n    {\n     \"type\": \"office\",\n     \"id\": 234523\n    },\n    {\n     \"type\": \"office\",\n     \"id\": 234523\n    }\n   ]\n  }\n }\n}"}],"_postman_id":"2619fac8-c009-4932-9012-5e1247208d33"}],"id":"37f4ddb7-21ec-4946-b015-fe7b0bf48c7e","_postman_id":"37f4ddb7-21ec-4946-b015-fe7b0bf48c7e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}}},{"name":"/agents","id":"14ec121a-edf7-41ca-b9cd-170ed9eafc76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/agents?filters[officeId]=<number>&filters[agentNo]=<string>&page[limit]=20&page[offset]=0","description":"<p>returns a list of your agents with realestate.co.nz ids</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["agents"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[{"description":{"content":"<p>Accepts a realestate.co.nz ID for the office. To receive results the authorisation token must have authorization to access the offices listings</p>\n","type":"text/plain"},"key":"filters[officeId]","value":"<number>"},{"description":{"content":"<p>Accepts a the agent number supplied by the agent data provider. To receive results the authorisation token must have authorization to access the agents</p>\n","type":"text/plain"},"key":"filters[agentNo]","value":"<string>"},{"description":{"content":"<p>How many agents to return in the request</p>\n","type":"text/plain"},"key":"page[limit]","value":"20"},{"description":{"content":"<p>How many agents to offset from 0 in the request</p>\n","type":"text/plain"},"key":"page[offset]","value":"0"}],"variable":[]}},"response":[{"id":"852200bd-d861-458a-a557-90ababad083c","name":"successful request","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":{"raw":"https://sandbox.realestate.co.nz/feed/v1/agents?filters[officeId]=531921&filters[agentNo]=ABC12345&page[limit]=10&page[offset]=120","host":["https://sandbox.realestate.co.nz/feed/v1"],"path":["agents"],"query":[{"key":"filters[officeId]","value":"531921"},{"key":"filters[agentNo]","value":"ABC12345"},{"key":"page[limit]","value":"10"},{"key":"page[offset]","value":"120"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n  {\n   \"id\": 274779,\n   \"type\": \"agent\",\n   \"attributes\": {\n    \"title\": \"Miss\",\n    \"first-name\": \"Emma\",\n    \"last-name\": \"Smith\",\n    \"job-title\": \"Realestate Salesperson\",\n    \"phone-after-hours\": \"07 555 1234\",\n    \"phone-ddi\": \"07 444 1234\",\n    \"phone-home\": \"07 666 1234\",\n    \"phone-mobile\": \"021 555 444\",\n    \"fax\": \"07 888 1234\",\n    \"email\": \"emma.smith@exampleagent.co.nz\",\n    \"email-enquiry\": \"enquiries@exampleagent.co.nz\",\n    \"email-alternative1\": \"assitant@exampleagent.co.nz\",\n    \"email-alternative2\": \"customer@exampleagent.co.nz\",\n    \"postal-address\": {\n     \"address1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"address2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"address3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"city\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"postcode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    },\n    \"physical-address\": {\n     \"address1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"address2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"address3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"city\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"postcode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    },\n    \"class-code\": \"REP\",\n    \"agent-no\": \"AB12345\",\n    \"profile\": \"nisi incididunt aute dolore\",\n    \"twitter-url\": \"https://www.twitter.com/emmasmithagent/\",\n    \"facebook-url\": \"https://www.facebook.com/emmasmithagent/\",\n    \"google-url\": \"https://www.google.com/emmasmithagent/\",\n    \"linkedin-url\": \"https://www.linkedin.com/emmasmithagent/\",\n    \"website-url\": \"https://www.emmasmithexampleagent.co.nz/\",\n    \"blog-url\": \"https://www.emmasmithexampleagent.com/blog/\",\n    \"video-url\": \"https://www.youtube.com/emmasmithagent/\",\n    \"image\": {\n     \"url\": \"https://mediaserver.realestate.co.nz/per_orgs/585238/bf5093afed752071e16e0f250fd13f5a.crop.140x178.jpg\",\n     \"order\": 2\n    }\n   },\n   \"relationships\": {\n    \"data\": [\n     {\n      \"type\": \"office\",\n      \"id\": 234523\n     },\n     {\n      \"type\": \"office\",\n      \"id\": 234523\n     }\n    ]\n   }\n  },\n  {\n   \"id\": 274779,\n   \"type\": \"agent\",\n   \"attributes\": {\n    \"title\": \"Miss\",\n    \"first-name\": \"Emma\",\n    \"last-name\": \"Smith\",\n    \"job-title\": \"Realestate Salesperson\",\n    \"phone-after-hours\": \"07 555 1234\",\n    \"phone-ddi\": \"07 444 1234\",\n    \"phone-home\": \"07 666 1234\",\n    \"phone-mobile\": \"021 555 444\",\n    \"fax\": \"07 888 1234\",\n    \"email\": \"emma.smith@exampleagent.co.nz\",\n    \"email-enquiry\": \"enquiries@exampleagent.co.nz\",\n    \"email-alternative1\": \"assitant@exampleagent.co.nz\",\n    \"email-alternative2\": \"customer@exampleagent.co.nz\",\n    \"postal-address\": {\n     \"address1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"address2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"address3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"city\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"postcode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    },\n    \"physical-address\": {\n     \"address1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"address2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"address3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"city\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"postcode\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     },\n     \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n     }\n    },\n    \"class-code\": \"REP\",\n    \"agent-no\": \"AB12345\",\n    \"profile\": \"sun\",\n    \"twitter-url\": \"https://www.twitter.com/emmasmithagent/\",\n    \"facebook-url\": \"https://www.facebook.com/emmasmithagent/\",\n    \"google-url\": \"https://www.google.com/emmasmithagent/\",\n    \"linkedin-url\": \"https://www.linkedin.com/emmasmithagent/\",\n    \"website-url\": \"https://www.emmasmithexampleagent.co.nz/\",\n    \"blog-url\": \"https://www.emmasmithexampleagent.com/blog/\",\n    \"video-url\": \"https://www.youtube.com/emmasmithagent/\",\n    \"image\": {\n     \"url\": \"https://mediaserver.realestate.co.nz/per_orgs/585238/bf5093afed752071e16e0f250fd13f5a.crop.140x178.jpg\",\n     \"order\": 2\n    }\n   },\n   \"relationships\": {\n    \"data\": [\n     {\n      \"type\": \"office\",\n      \"id\": 234523\n     },\n     {\n      \"type\": \"office\",\n      \"id\": 234523\n     }\n    ]\n   }\n  }\n ]\n}"}],"_postman_id":"14ec121a-edf7-41ca-b9cd-170ed9eafc76"},{"name":"/agents","id":"1f832fbe-da23-46dc-87a9-28fd104b3a17","request":{"method":"POST","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"agent\",\n        \"attributes\": {\n            \"first-name\": \"Excepteur eu in\",\n            \"last-name\": \"in Lorem s\",\n            \"email\": \"in laboris\",\n            \"class-code\": \"REP\",\n            \"title\": \"in deserunt commodo Lorem\",\n            \"job-title\": \"ea adipis\",\n            \"phone-after-hours\": \"ad deserunt sint sit\",\n            \"phone-ddi\": \"nisi amet sunt ipsum\",\n            \"phone-home\": \"do dolore exercitation sit culpa\",\n            \"phone-mobile\": \"Duis\",\n            \"fax\": \"fugiat aute elit\",\n            \"email-enquiry\": \"in sunt non\",\n            \"email-alternative1\": \"sint velit esse\",\n            \"email-alternative2\": \"officia e\",\n            \"postal-address\": {\n                \"address1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address2\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address3\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"city\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"postcode\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"country\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n            },\n            \"physical-address\": {\n                \"address1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address2\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address3\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"city\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"postcode\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"country\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n            },\n            \"agent-no\": \"ullamco Lorem eiusmod\",\n            \"profile\": \"quis eu dolore ipsum dolor\",\n            \"twitter-url\": \"ut consequat\",\n            \"facebook-url\": \"occaecat eiusmod\",\n            \"google-url\": \"tempor\",\n            \"linkedin-url\": \"irure in\",\n            \"website-url\": \"nostrud nisi nulla minim\",\n            \"blog-url\": \"ullamco enim reprehenderit proident\",\n            \"video-url\": \"si\"\n        },\n        \"relationships\": {\n            \"offices\": {\n                \"data\": [\n                    {\n                        \"type\": \"office\",\n                        \"id\": -24189682\n                    },\n                    {\n                        \"type\": \"office\",\n                        \"id\": -79113280\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":"https://sandbox.realestate.co.nz/feed/v1/agents","description":"<p>Create new agents on realestate.co.nz. If you are trying to move an agent from one office to another through a creation then you may get errors about duplication or forbidden. These moves are managed by our customer service team. Please advise the office to contact our team via the contact form on this page - <a href=\"https://www.realestate.co.nz/about/agent-support\">https://www.realestate.co.nz/about/agent-support</a></p>\n<h3 id=\"agent-attributes\">Agent attributes</h3>\n<table><tbody><tr><th>Parameter</th><th>Required</th><th>Data Type</th><th>Example</th><th>Description</th></tr><tr><td><div><code>title</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Mr</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Examples Miss, Mrs, Mr</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>first-name</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Steve</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>last-name</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Stephenson-Brown</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>job-title</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Branch Manager</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The job title of the agent</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>phone-after-hours</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>04 465 1235</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>phone-ddi</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>phone-home</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>phone-mobile</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>021 231 4549</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>fax</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>email</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>steve@tinyhomes.co.nz</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The primary email of the agent</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>email-enquiry</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>steve@tinyhomes.co.nz</div><div><div><div><div></div></div></div><div></div></div></td><td><div>An optional email address for realestate.co.nz to send enquiries to</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>email-alternative1</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>email-alternative2</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>class-code</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Yes</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string (format enum)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>OMGR</div><div><div><div><div></div></div></div><div></div></div></td><td><div>What role does the agent have. Possible options are <code>REP</code> - Salesperson, <code>OMGR</code> - Office Manager, <code>LICN</code> - Licensee</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>profile</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>twitter-url</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>facebook-url</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>google-url</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>linkedin-url</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>website-url</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>blog-url</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>video-url</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>postal-address</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>object of address attributes</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td><td><div>See address object details</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>physical-address</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>object of address attributes</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td><td><div>See address object details</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h3 id=\"address-attributes\">Address attributes</h3>\n<table><tbody><tr><th>Parameter</th><th>Required</th><th>Data Type</th><th>Description</th></tr><tr><td><div><code>address1</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>address2</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>address3</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>city</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>postcode</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><code>country</code></div><div><div><div><div></div></div></div><div></div></div></td><td><div>No</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div> </div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["agents"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[]}},"response":[{"id":"098aaeaa-dd91-4242-b553-6f943ad7f3a9","name":"Agent created","originalRequest":{"method":"POST","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"type\": \"agent\",\n        \"attributes\": {\n            \"first-name\": \"Emma\",\n            \"last-name\": \"Smith\",\n            \"email\": \"emma.smith@exampleagent.co.nz\",\n            \"class-code\": \"REP\",\n            \"title\": \"Miss\",\n            \"job-title\": \"Realestate Salesperson\",\n            \"phone-after-hours\": \"07 555 1234\",\n            \"phone-ddi\": \"07 444 1234\",\n            \"phone-home\": \"07 666 1234\",\n            \"phone-mobile\": \"021 555 444\",\n            \"fax\": \"07 888 1234\",\n            \"email-enquiry\": \"enquiries@exampleagent.co.nz\",\n            \"email-alternative1\": \"assitant@exampleagent.co.nz\",\n            \"email-alternative2\": \"customer@exampleagent.co.nz\",\n            \"postal-address\": {\n                \"address1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address2\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address3\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"city\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"postcode\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"country\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n            },\n            \"physical-address\": {\n                \"address1\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address2\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"address3\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"city\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"postcode\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                },\n                \"country\": {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                }\n            },\n            \"agent-no\": \"AB12345\",\n            \"profile\": \"deserun\",\n            \"twitter-url\": \"https://www.twitter.com/emmasmithagent/\",\n            \"facebook-url\": \"https://www.facebook.com/emmasmithagent/\",\n            \"google-url\": \"https://www.google.com/emmasmithagent/\",\n            \"linkedin-url\": \"https://www.linkedin.com/emmasmithagent/\",\n            \"website-url\": \"https://www.emmasmithexampleagent.co.nz/\",\n            \"blog-url\": \"https://www.emmasmithexampleagent.com/blog/\",\n            \"video-url\": \"https://www.youtube.com/emmasmithagent/\"\n        },\n        \"relationships\": {\n            \"offices\": {\n                \"data\": [\n                    {\n                        \"type\": \"office\",\n                        \"id\": 234523\n                    },\n                    {\n                        \"type\": \"office\",\n                        \"id\": 234523\n                    }\n                ]\n            }\n        }\n    }\n}"},"url":"https://sandbox.realestate.co.nz/feed/v1/agents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"type\": \"agent\",\n            \"id\": 274779\n        }\n    ]\n}"}],"_postman_id":"1f832fbe-da23-46dc-87a9-28fd104b3a17"}],"id":"80b21af0-521c-4c51-a9d8-0f92b891a0d5","_postman_id":"80b21af0-521c-4c51-a9d8-0f92b891a0d5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}}},{"name":"/suburbs","id":"5a285472-f09f-4721-91e6-4963ea735fc8","request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/suburbs","description":"<p>a full list of all suburbs accepted in the suburb-fq-slug field of the listing address</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["suburbs"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[]}},"response":[{"id":"24dd6d16-eb6e-4465-ac38-bedcfd5d4857","name":"the full list of suburbs","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/suburbs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n  {\n   \"type\": \"ex in et\",\n   \"attributes\": {\n    \"suburb-name\": \"Wainuiomata\",\n    \"district-name\": \"Lower Hutt City\",\n    \"region-name\": \"Wellington\",\n    \"suburb-fq-slug\": \"wellington_lower-hutt-city_wainuiomata_wainuiomata\",\n    \"sdnid\": 934\n   }\n  },\n  {\n   \"type\": \"anim proident Duis\",\n   \"attributes\": {\n    \"suburb-name\": \"Wainuiomata\",\n    \"district-name\": \"Lower Hutt City\",\n    \"region-name\": \"Wellington\",\n    \"suburb-fq-slug\": \"wellington_lower-hutt-city_wainuiomata_wainuiomata\",\n    \"sdnid\": 934\n   }\n  }\n ]\n}"}],"_postman_id":"5a285472-f09f-4721-91e6-4963ea735fc8"},{"name":"/listing-property-types","id":"afc14858-a312-4bac-899f-ddac6162a2f3","request":{"method":"GET","header":[{"description":"<p>(Required) The bearer token is required for all requests</p>\n","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/listing-property-types","description":"<p>a list of all listing property type codes that are accepted. Each one is associated with\nlisting category code</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","id":"c1b1953c-b58d-4ca3-975a-f8f534d3f73e","name":"FeedAPI Documentation","type":"collection"}},"urlObject":{"path":["listing-property-types"],"host":["https://sandbox.realestate.co.nz/feed/v1"],"query":[],"variable":[]}},"response":[{"id":"2e611d44-2169-48d6-825d-118522801f9e","name":"the list of property type codes","originalRequest":{"method":"GET","header":[{"description":"(Required) The bearer token is required for all requests","key":"Authorization","value":"Bearer YOUR-API-KEY-HERE"}],"url":"https://sandbox.realestate.co.nz/feed/v1/listing-property-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n \"data\": [\n  {\n   \"type\": \"qui culpa re\",\n   \"attributes\": {\n    \"listing-property-type-code\": \"RESHOU\",\n    \"listing-category-code\": \"res_sale\"\n   }\n  },\n  {\n   \"type\": \"Lorem est\",\n   \"attributes\": {\n    \"listing-property-type-code\": \"RESHOU\",\n    \"listing-category-code\": \"res_sale\"\n   }\n  }\n ]\n}"}],"_postman_id":"afc14858-a312-4bac-899f-ddac6162a2f3"}],"auth":{"type":"bearer","bearer":{"basicConfig":[]}},"variable":[{"key":"baseUrl","value":"https://sandbox.realestate.co.nz/feed/v1"}]}