{"info":{"_postman_id":"fd46f121-1ea1-4dd7-b606-8d6431157610","name":"Daypack API","description":"<html><head></head><body><p>The Daypack REST API provides a RESTful interface with JSON-formatted responses to access most Daypack resources. With this API you can build or modify applications to integrate seamlessly with Daypack. If you have questions or require API related help please email us at <a href=\"mailto:support@daypack.co\">support@daypack.co</a>.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Daypack API uses JSON Web Tokens (JWT).  A authorization header with a Bearer JWT api key token is required for all requests.  The key token can be obtained from your company Daypack administrator.</p>\n<h1 id=\"requests\">Requests</h1>\n<p><strong>Encryption</strong></p>\n<p>All requests must be sent using HTTPS with TLS 1.2 or higher. Please make sure your developer tools support this version of TLS as older versions or SSL are not supported for security reasons.</p>\n<p><strong>Body</strong></p>\n<p>For PUT or POST requests (e.g. create, update), the request parameters must be provided as JSON in the request body.</p>\n<h1 id=\"responses\">Responses</h1>\n<h1 id=\"getting-support\">Getting Support</h1>\n<p>For API questions and support, please email <a href=\"mailto:help@daypack.co\">help@daypack.co</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Authentication","slug":"authentication"},{"content":"Requests","slug":"requests"},{"content":"Responses","slug":"responses"},{"content":"Getting Support","slug":"getting-support"}],"owner":"4921407","collectionId":"fd46f121-1ea1-4dd7-b606-8d6431157610","publishedId":"RWMJoRNQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2018-08-17T13:34:22.000Z"},"item":[{"name":"1. Development","item":[{"name":"Fetch Development","id":"84b56113-8129-41e8-b0c2-c0f3902b21ce","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development","description":"<p>Fetch information about your development.</p>\n","urlObject":{"protocol":"https","path":["v1","development"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"ba265485-4412-457f-b0b3-5f3a37f78cae","name":"Fetch Development","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"95","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 13:19:02 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.14.0","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding, Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"16.45 ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2585,\n    \"name\": \"Barnyard Lofts\",\n    \"address\": \"2220 Mill Street, Toronto\",\n    \"num_listings\": 122\n}"}],"_postman_id":"84b56113-8129-41e8-b0c2-c0f3902b21ce"}],"id":"a5068992-0439-4115-a680-55ca52a785ff","description":"<p><strong>Development Properties</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>number</td>\n<td>Unique identifier of the Development</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of the Development</td>\n</tr>\n<tr>\n<td>address</td>\n<td>string</td>\n<td>Address of the Development</td>\n</tr>\n<tr>\n<td>num_listings</td>\n<td>number</td>\n<td>Number of Listings within the Development</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"967b0a7b-7c5f-4b17-815c-ebf1c412b512","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1ca2cddb-54e1-4c65-8bd2-51ad5b056271","type":"text/javascript","exec":[""]}}],"_postman_id":"a5068992-0439-4115-a680-55ca52a785ff","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd46f121-1ea1-4dd7-b606-8d6431157610","id":"fd46f121-1ea1-4dd7-b606-8d6431157610","name":"Daypack API","type":"collection"}}},{"name":"2. Models","item":[{"name":"Fetch Models","id":"f3c15bb2-f7c7-4c04-8fab-6eac496b1f96","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/models","description":"<p>Returns a list of Models for a development</p>\n","urlObject":{"protocol":"https","path":["v1","development","models"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"d4983327-d7df-45ab-9a5f-1ae17a37215b","name":"Fetch Models","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/models"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 13:28:08 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.14.0","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding, Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"13.26 ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[{"expires":"Wed Jul 24 2019 13:27:57 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.daypack.co","path":"/","secure":false,"value":"s%3A4dq91j2G8lLYaeYv6TnPQYxV2ufWYxY4.4TgNabBOoehVY1At8DNf1P92BE7g6KpZjS2nIpp7f1Q","key":"sails.sid"}],"responseTime":null,"body":"{\n    \"models\": [\n        {\n            \"id\": 149,\n            \"name\": \"Abbeyville\",\n            \"size_sqft\": 2401,\n            \"elevation\": \"A\",\n            \"flex_option\": null,\n            \"bedrooms\": 3,\n            \"full_baths\": 3,\n            \"half_baths\": 1\n        },\n        {\n            \"id\": 150,\n            \"name\": \"Ashburn\",\n            \"size_sqft\": 2109,\n            \"elevation\": \"B\",\n            \"flex_option\": null,\n            \"bedrooms\": 4,\n            \"full_baths\": 4,\n            \"half_baths\": 1\n        }\n    ]\n}"}],"_postman_id":"f3c15bb2-f7c7-4c04-8fab-6eac496b1f96"},{"name":"Fetch Model","id":"412c37d9-0a2a-44e8-a53b-9494c7483692","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/models/{{model_id}}","description":"<p>Returns details of a single Model in a development</p>\n","urlObject":{"protocol":"https","path":["v1","development","models","{{model_id}}"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"13e2f63d-8f20-477e-8111-41919f92024b","name":"Fetch Model","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/models/149"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 13:30:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.14.0","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding, Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"12.56 ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[{"expires":"Wed Jul 24 2019 13:27:57 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.daypack.co","path":"/","secure":false,"value":"s%3A4dq91j2G8lLYaeYv6TnPQYxV2ufWYxY4.4TgNabBOoehVY1At8DNf1P92BE7g6KpZjS2nIpp7f1Q","key":"sails.sid"}],"responseTime":null,"body":"{\n    \"id\": 149,\n    \"name\": \"Sheffield\",\n    \"size_sqft\": 1428,\n    \"elevation\": \"A\",\n    \"flex_option\": null,\n    \"bedrooms\": 3,\n    \"full_baths\": 3,\n    \"half_baths\": 1,\n    \"ceiling_ft\": 9,\n    \"balcony\": false,\n    \"balcony_size\": null,\n    \"terrace\": false,\n    \"terrace_size\": null,\n    \"aps_floorplan\": null,\n    \"marketing_image\": \"https://s3.amazonaws.com/DaypackUserContent/modelImages/2018-07-20T14:37:40-04:00-2018_05_30_09_30_56_haven_400_east_mall_transit_e.jpg\",\n    \"listings\": [\n        {\n            \"id\": 48924,\n            \"name\": \"1\"\n        }\n    ]\n}"}],"_postman_id":"412c37d9-0a2a-44e8-a53b-9494c7483692"}],"id":"1a8ba338-c78d-47f6-bee2-8679aec6bb8c","description":"<p>In Daypack a Model is a standard design of a home that can be added to Listings. There can be multiple models added to a Listing but only a single Model may be selected on a Worksheet.</p>\n<p><strong>Model Properties</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>number</td>\n<td>Unique identifier of the Model</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of the Model</td>\n</tr>\n<tr>\n<td>size_sqft</td>\n<td>number</td>\n<td>Size of the Model in Square Feet</td>\n</tr>\n<tr>\n<td>elevation</td>\n<td>string</td>\n<td>Elevation Details for the Model</td>\n</tr>\n<tr>\n<td>flex_option</td>\n<td>string</td>\n<td>Elevation Details for the Model</td>\n</tr>\n<tr>\n<td>model_type</td>\n<td>string</td>\n<td>Type of Model (Values: Suite / Penthouse / Loft / Townhouse / Bungalow Townhouse / Stacked Townhouse / Detached Townhouse / Detached / Semi-Detached / Detached Bungalow / Semi-Detached Bungalow</td>\n</tr>\n<tr>\n<td>bedrooms</td>\n<td>number</td>\n<td>Number of Bedrooms for the Model</td>\n</tr>\n<tr>\n<td>full_baths</td>\n<td>number</td>\n<td>Number of Full Baths for the Model</td>\n</tr>\n<tr>\n<td>half_baths</td>\n<td>number</td>\n<td>Number of Half Baths for the Model</td>\n</tr>\n<tr>\n<td>ceiling_ft</td>\n<td>number</td>\n<td>Ceiling Height of the Model</td>\n</tr>\n<tr>\n<td>balcony</td>\n<td>boolean</td>\n<td>If the Model includes a Balcony</td>\n</tr>\n<tr>\n<td>balcony_size</td>\n<td>number</td>\n<td>Balcony Size for the Model</td>\n</tr>\n<tr>\n<td>terrace</td>\n<td>boolean</td>\n<td>If the Model includes a Terrace</td>\n</tr>\n<tr>\n<td>terrace_size</td>\n<td>number</td>\n<td>Terrace Size for the Model</td>\n</tr>\n<tr>\n<td>aps_floorplan</td>\n<td>string</td>\n<td>URL to the APS Floorplan for the Model</td>\n</tr>\n<tr>\n<td>marketing_image</td>\n<td>string</td>\n<td>URL to the Marketing Image for the Model</td>\n</tr>\n<tr>\n<td>listings[]</td>\n<td></td>\n<td>Array of Listings where this model is included</td>\n</tr>\n<tr>\n<td>listings[].id</td>\n<td>number</td>\n<td>Listing ID</td>\n</tr>\n<tr>\n<td>listings[].name</td>\n<td>string</td>\n<td>Listing Name</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"22b57098-ff7e-4156-8efb-a4bf6b00ff19","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2bd8d97e-96d8-4b13-b907-f71c1b48cf8b","type":"text/javascript","exec":[""]}}],"_postman_id":"1a8ba338-c78d-47f6-bee2-8679aec6bb8c","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd46f121-1ea1-4dd7-b606-8d6431157610","id":"fd46f121-1ea1-4dd7-b606-8d6431157610","name":"Daypack API","type":"collection"}}},{"name":"3. Listings","item":[{"name":"Fetch Listings","id":"11420b59-3f09-44f3-b863-8136986a7dbc","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/listings","description":"<p>Returns a list of Listings for a development</p>\n","urlObject":{"protocol":"https","path":["v1","development","listings"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"9c1cac4f-ce10-49ed-9b91-68749304e8e6","name":"Fetch Listings","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/listings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 13:23:19 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.14.0","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding, Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"14.60 ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[{\"id\":48922,\"name\":\"\",\"status\":\"available\"},{\"id\":48932,\"name\":\"\",\"status\":\"available\"},{\"id\":48942,\"name\":\"\",\"status\":\"available\"},{\"id\":48952,\"name\":\"\",\"status\":\"available\"},{\"id\":48962,\"name\":\"\",\"status\":\"available\"},{\"id\":48941,\"name\":\"\",\"status\":\"available\"},{\"id\":48951,\"name\":\"\",\"status\":\"available\"},{\"id\":48961,\"name\":\"\",\"status\":\"available\"},{\"id\":48924,\"name\":\"1\",\"status\":\"conditional\"},{\"id\":48923,\"name\":\"\",\"status\":\"available\"},{\"id\":48934,\"name\":\"\",\"status\":\"available\"},{\"id\":48944,\"name\":\"\",\"status\":\"available\"},{\"id\":48954,\"name\":\"\",\"status\":\"available\"},{\"id\":48964,\"name\":\"\",\"status\":\"available\"},{\"id\":48925,\"name\":\"\",\"status\":\"available\"},{\"id\":48933,\"name\":\"\",\"status\":\"available\"},{\"id\":48943,\"name\":\"\",\"status\":\"available\"},{\"id\":48953,\"name\":\"\",\"status\":\"available\"},{\"id\":48963,\"name\":\"\",\"status\":\"available\"},{\"id\":48926,\"name\":\"\",\"status\":\"available\"},{\"id\":48935,\"name\":\"\",\"status\":\"available\"},{\"id\":48945,\"name\":\"\",\"status\":\"available\"},{\"id\":48955,\"name\":\"\",\"status\":\"available\"},{\"id\":48965,\"name\":\"\",\"status\":\"available\"},{\"id\":48927,\"name\":\"\",\"status\":\"available\"},{\"id\":48936,\"name\":\"\",\"status\":\"available\"},{\"id\":48946,\"name\":\"\",\"status\":\"available\"},{\"id\":48956,\"name\":\"\",\"status\":\"available\"},{\"id\":48966,\"name\":\"\",\"status\":\"available\"},{\"id\":48928,\"name\":\"\",\"status\":\"available\"},{\"id\":48937,\"name\":\"\",\"status\":\"available\"},{\"id\":48947,\"name\":\"\",\"status\":\"available\"},{\"id\":48957,\"name\":\"\",\"status\":\"available\"},{\"id\":48967,\"name\":\"\",\"status\":\"available\"},{\"id\":48929,\"name\":\"\",\"status\":\"available\"},{\"id\":48938,\"name\":\"\",\"status\":\"available\"},{\"id\":48948,\"name\":\"\",\"status\":\"available\"},{\"id\":48958,\"name\":\"\",\"status\":\"available\"},{\"id\":48968,\"name\":\"\",\"status\":\"available\"},{\"id\":48971,\"name\":\"\",\"status\":\"available\"},{\"id\":48930,\"name\":\"\",\"status\":\"available\"},{\"id\":48940,\"name\":\"\",\"status\":\"available\"},{\"id\":48950,\"name\":\"\",\"status\":\"available\"},{\"id\":48960,\"name\":\"\",\"status\":\"available\"},{\"id\":48970,\"name\":\"\",\"status\":\"available\"},{\"id\":48931,\"name\":\"\",\"status\":\"available\"},{\"id\":48939,\"name\":\"\",\"status\":\"available\"},{\"id\":48949,\"name\":\"\",\"status\":\"available\"},{\"id\":48959,\"name\":\"\",\"status\":\"available\"},{\"id\":48969,\"name\":\"\",\"status\":\"available\"}]"}],"_postman_id":"11420b59-3f09-44f3-b863-8136986a7dbc"},{"name":"Fetch Listing","id":"4e5b631d-bd7a-4435-b829-d3c9abc581a7","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/listings/{{listing_id}}","description":"<p>Returns a single Listing from a development</p>\n","urlObject":{"protocol":"https","path":["v1","development","listings","{{listing_id}}"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"7cd1de9d-422e-4448-a5be-e47ea85d07da","name":"Fetch Listing","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/listings/48922"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 48922,\n    \"name\": \"\",\n    \"status\": \"available\",\n    \"models\": [],\n    \"additional_items\": [],\n    \"purchase_incentives\": [\n        {\n            \"name\": \"Free Cable TV\",\n            \"type\": \"Value add\",\n            \"unit_measure\": \"$\",\n            \"amount\": 0\n        },\n        {\n            \"name\": \"Air Conditioner Included\",\n            \"type\": \"Value add\",\n            \"unit_measure\": \"$\",\n            \"amount\": 0\n        }\n    ],\n    \"closing_costs\": [\n        {\n            \"name\": \"Education Levy\",\n            \"type\": \"Actual\",\n            \"amount\": 500\n        },\n        {\n            \"name\": \"Police Levy\",\n            \"type\": \"Actual\",\n            \"amount\": 100\n        }\n    ],\n    \"deposits\": [\n        {\n            \"due\": \"Agreement\",\n            \"unit_measure\": \"$\",\n            \"amount\": 5000\n        },\n        {\n            \"due\": \"After 30 Days\",\n            \"unit_measure\": \"Balance %\",\n            \"amount\": 5\n        },\n        {\n            \"due\": \"After 90 Days\",\n            \"unit_measure\": \"%\",\n            \"amount\": 5\n        },\n        {\n            \"due\": \"After 180 Days\",\n            \"unit_measure\": \"%\",\n            \"amount\": 5\n        },\n        {\n            \"due\": \"Interim Occupancy\",\n            \"unit_measure\": \"%\",\n            \"amount\": 5\n        }\n    ],\n    \"lot_number_legal\": null,\n    \"block\": null,\n    \"phase\": null,\n    \"frontage_ft\": null,\n    \"frontage_m\": null,\n    \"depth_ft\": null,\n    \"depth_m\": null,\n    \"area_sqft\": null,\n    \"area_sqm\": null,\n    \"lot_type\": null,\n    \"lot_list_price\": null,\n    \"lot_location_premium\": null,\n    \"lot_grading_premium\": null,\n    \"lot_total_list_price\": null,\n    \"unit_legal\": null,\n    \"ownership_type\": null,\n    \"floor_display\": null,\n    \"floor_legal\": null,\n    \"exposure\": null,\n    \"construction_status\": null,\n    \"estimated_completion\": null,\n    \"maintenance_monthly\": null,\n    \"taxes_monthly\": null,\n    \"parking_fees_monthly\": null,\n    \"municipal_address\": null,\n    \"occupancy_monthly\": null,\n    \"custom_fields\": [\n        {\n            \"name\": \"MyCustomFIeld\",\n            \"value\": null\n        }\n    ],\n    \"buynow_enabled\": false,\n    \"buynow_url\": null\n}"}],"_postman_id":"4e5b631d-bd7a-4435-b829-d3c9abc581a7"},{"name":"Fetch Listing Status","id":"4d89d8c0-44a3-4578-ad64-2f888155dca5","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/listings/{{listing_id}}/status","description":"<p>Returns the sales status of a single Listing from a development</p>\n","urlObject":{"protocol":"https","path":["v1","development","listings","{{listing_id}}","status"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"ec321571-b01e-498e-a44a-61814945e8af","name":"Fetch Listing Status","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/listings/48922/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"33","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 13:25:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.14.0","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding, Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"42.28 ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"id\":48922,\"status\":\"available\"}"}],"_postman_id":"4d89d8c0-44a3-4578-ad64-2f888155dca5"}],"id":"6f242576-2c53-4eef-b48c-13d8aae2b474","description":"<p>Listings are the primary building block to Daypack representing specific Lots and / or Units. Listings contain the attributes of each unit or lot as well as its Worksheets, Models and purchase documents. It is important to note that Listing values represent the list price, available models and available options for a home whereas APS worksheets contain the actual sale price, selected model and selected options. </p>\n<p><strong>Listing Properties</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>number</td>\n<td>Unique identifier of the Listing</td>\n</tr>\n<tr>\n<td>name</td>\n<td>number</td>\n<td>Name of the Listing</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Current status of the Listing</td>\n</tr>\n<tr>\n<td>models[]</td>\n<td></td>\n<td>Array of Models belonging to the Listing</td>\n</tr>\n<tr>\n<td>models[].id</td>\n<td>number</td>\n<td>Unique identifier of the Model</td>\n</tr>\n<tr>\n<td>models[].name</td>\n<td>string</td>\n<td>Name of the Model</td>\n</tr>\n<tr>\n<td>models[].size_sqft</td>\n<td>number</td>\n<td>Size of the Model in Square Feet</td>\n</tr>\n<tr>\n<td>models[].elevation</td>\n<td>string</td>\n<td>Elevation Details for the Model</td>\n</tr>\n<tr>\n<td>models[].flex_option</td>\n<td>string</td>\n<td>Elevation Details for the Model</td>\n</tr>\n<tr>\n<td>models[].model_type</td>\n<td>string</td>\n<td>Type of Model</td>\n</tr>\n<tr>\n<td>models[].bedrooms</td>\n<td>number</td>\n<td>Number of Bedrooms for the Model</td>\n</tr>\n<tr>\n<td>models[].full_baths</td>\n<td>number</td>\n<td>Number of Full Baths for the Model</td>\n</tr>\n<tr>\n<td>models[].half_baths</td>\n<td>number</td>\n<td>Number of Half Baths for the Model</td>\n</tr>\n<tr>\n<td>models[].ceiling_ft</td>\n<td>number</td>\n<td>Ceiling Height of the Model</td>\n</tr>\n<tr>\n<td>models[].balcony</td>\n<td>boolean</td>\n<td>If the Model includes a Balcony</td>\n</tr>\n<tr>\n<td>models[].balcony_size</td>\n<td>number</td>\n<td>Balcony Size for the Model</td>\n</tr>\n<tr>\n<td>models[].terrace</td>\n<td>boolean</td>\n<td>If the Model includes a Terrace</td>\n</tr>\n<tr>\n<td>models[].terrace_size</td>\n<td>number</td>\n<td>Terrace Size for the Model</td>\n</tr>\n<tr>\n<td>models[].aps_floorplan</td>\n<td>string</td>\n<td>URL to the APS Floorplan for the Model</td>\n</tr>\n<tr>\n<td>models[].marketing_image</td>\n<td>string</td>\n<td>URL to the Marketing Image for the Model</td>\n</tr>\n<tr>\n<td>additional_items[]</td>\n<td></td>\n<td>Array of Additional Items belonging to the Listing</td>\n</tr>\n<tr>\n<td>additional_items[].name</td>\n<td>string</td>\n<td>Name of the Additional Item</td>\n</tr>\n<tr>\n<td>additional_items[].status</td>\n<td>number</td>\n<td>Status of the Additional Item (Values: Available / Allocated / Not Available)</td>\n</tr>\n<tr>\n<td>additional_items[].list_price</td>\n<td>number</td>\n<td>Price of the Additional Item</td>\n</tr>\n<tr>\n<td>purchase_incentives[]</td>\n<td></td>\n<td>Array of Purchase Incentives belonging to the Listing</td>\n</tr>\n<tr>\n<td>purchase_incentives[].name</td>\n<td>number</td>\n<td>Name of the Purchase Incentive</td>\n</tr>\n<tr>\n<td>purchase_incentives[].type</td>\n<td>number</td>\n<td>Type of Purchase Incentive (Values: Discount / Value Add)</td>\n</tr>\n<tr>\n<td>purchase_incentives[].unit_measure</td>\n<td>string</td>\n<td>Unit of Measure for the Purchase Incentive (Values: % / $).</td>\n</tr>\n<tr>\n<td>purchase_incentives[].amount</td>\n<td>number</td>\n<td>The percentage or dollar amount for the Purchase Incentive.</td>\n</tr>\n<tr>\n<td>closing_costs[]</td>\n<td></td>\n<td>Array of Closing Costs belonging to the Listing.</td>\n</tr>\n<tr>\n<td>closing_costs[].name</td>\n<td>string</td>\n<td>Name of the Closing Cost.</td>\n</tr>\n<tr>\n<td>closing_costs[].type</td>\n<td>string</td>\n<td>Unit of Measure for the Closing Cost. (Values: % / $)</td>\n</tr>\n<tr>\n<td>closing_costs[].amount</td>\n<td>number</td>\n<td>The percentage or dollar amount for the Closing Cost.</td>\n</tr>\n<tr>\n<td>deposits[]</td>\n<td></td>\n<td>Array of Deposits belonging to the Listing.</td>\n</tr>\n<tr>\n<td>deposits[].due</td>\n<td>string</td>\n<td>When the deposit is due (eg. After 60 days)</td>\n</tr>\n<tr>\n<td>deposits[].unit_measure</td>\n<td>string</td>\n<td>Unit of Measure for the Deposit (Values: % / % / Balance to).</td>\n</tr>\n<tr>\n<td>deposits[].amount</td>\n<td>number</td>\n<td>The percentage or dollar amount of the Deposit.</td>\n</tr>\n<tr>\n<td>lot_number_legal</td>\n<td>number</td>\n<td>The legal lot number of the Listing.</td>\n</tr>\n<tr>\n<td>block</td>\n<td>string</td>\n<td>Name of the block for the listing.</td>\n</tr>\n<tr>\n<td>phase</td>\n<td>string</td>\n<td>Name of the phase for the listing.</td>\n</tr>\n<tr>\n<td>frontage_ft</td>\n<td>number</td>\n<td>Frontage of the Listing in feet.</td>\n</tr>\n<tr>\n<td>frontage_m</td>\n<td>number</td>\n<td>Frontage of the Listing in meters.</td>\n</tr>\n<tr>\n<td>depth_ft</td>\n<td>number</td>\n<td>Depth of the Listing in feet.</td>\n</tr>\n<tr>\n<td>depth_m</td>\n<td>number</td>\n<td>Depth of the Listing in meters.</td>\n</tr>\n<tr>\n<td>area_sqft</td>\n<td>number</td>\n<td>Area of the Listing in square feet.</td>\n</tr>\n<tr>\n<td>area_sqm</td>\n<td>number</td>\n<td>Area of the Listing in square meteres.</td>\n</tr>\n<tr>\n<td>lot_type</td>\n<td>string</td>\n<td>Type of lot belonging to the Listing.</td>\n</tr>\n<tr>\n<td>lot_list_price</td>\n<td>number</td>\n<td>Price of the lot belonging to the Listing.</td>\n</tr>\n<tr>\n<td>lot_location_premium</td>\n<td>number</td>\n<td>Location premmium on the lot belonging to the Listing.</td>\n</tr>\n<tr>\n<td>lot_grading_premium</td>\n<td>number</td>\n<td>Grading premium on the lot belonging to the Listing</td>\n</tr>\n<tr>\n<td>lot_total_list_price</td>\n<td>Total Price of the Lot excluding Custom Amounts.</td>\n<td></td>\n</tr>\n<tr>\n<td>unit_legal</td>\n<td>number</td>\n<td>Legal unit number of the Listing</td>\n</tr>\n<tr>\n<td>ownership_type</td>\n<td>string</td>\n<td>Ownership Type of the Listing (Values: Condo / Co-op / Freehold).</td>\n</tr>\n<tr>\n<td>floor_display</td>\n<td>number</td>\n<td>details</td>\n</tr>\n<tr>\n<td>floor_legal</td>\n<td>string</td>\n<td>details</td>\n</tr>\n<tr>\n<td>exposure</td>\n<td>string</td>\n<td>Exposure for the Listing (Values: N / NW / NE / S / SW / SE / E / W)</td>\n</tr>\n<tr>\n<td>construction_status</td>\n<td>string</td>\n<td>Construction Status for the Listing (Values are: Preconstruction / Construction / Complete)</td>\n</tr>\n<tr>\n<td>estimated_completion</td>\n<td>string</td>\n<td>Estimated completion date for the Listing</td>\n</tr>\n<tr>\n<td>maintenance_monthly</td>\n<td>number</td>\n<td>Monthly common charges or maintenance fees for the Listing</td>\n</tr>\n<tr>\n<td>taxes_monthly</td>\n<td>number</td>\n<td>Monthly taxes for the Listing</td>\n</tr>\n<tr>\n<td>parking_fees_monthly</td>\n<td>number</td>\n<td>Monthly parking fees for the Listing</td>\n</tr>\n<tr>\n<td>municipal_address</td>\n<td>string</td>\n<td>Municipal Address of the Listing</td>\n</tr>\n<tr>\n<td>occupancy_monthly</td>\n<td>number</td>\n<td>The monthly occupancy fees for the Listing</td>\n</tr>\n<tr>\n<td>custom_fields[]</td>\n<td></td>\n<td>Array of custom fields belonging to the Listing</td>\n</tr>\n<tr>\n<td>custom_fields[].name</td>\n<td>string</td>\n<td>Name of the Custom Field.</td>\n</tr>\n<tr>\n<td>custom_fields[].value</td>\n<td>string</td>\n<td>The value (number or string) for the Custom Field.</td>\n</tr>\n<tr>\n<td>buynow_enabled</td>\n<td>boolean</td>\n<td>Determines whether online purchasing is available for the Listing. (Values: true / false)</td>\n</tr>\n<tr>\n<td>buynow_url</td>\n<td>string</td>\n<td>The url for the online purchase funnel for the Listing</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"8021dd70-886f-40f9-bafe-b5e6cd587b17","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"41653b83-f1bf-4e05-a27b-b3ba523476eb","type":"text/javascript","exec":[""]}}],"_postman_id":"6f242576-2c53-4eef-b48c-13d8aae2b474","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd46f121-1ea1-4dd7-b606-8d6431157610","id":"fd46f121-1ea1-4dd7-b606-8d6431157610","name":"Daypack API","type":"collection"}}},{"name":"4. Worksheets","item":[{"name":"Fetch Worksheets","id":"cfdf6725-af28-4ce7-899a-ce48a34674cf","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/listings/{{listing_id}}/worksheets","description":"<p>Returns a list of Worksheets for a Listing.</p>\n","urlObject":{"protocol":"https","path":["v1","development","listings","{{listing_id}}","worksheets"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"7fddb7c0-b948-45a5-8e1e-149d7797b223","name":"Fetch Worksheets","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/listings/48924/worksheets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"146","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 13:33:24 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.14.0","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding, Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"3.21 ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[{"expires":"Wed Jul 24 2019 13:27:57 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.daypack.co","path":"/","secure":false,"value":"s%3A4dq91j2G8lLYaeYv6TnPQYxV2ufWYxY4.4TgNabBOoehVY1At8DNf1P92BE7g6KpZjS2nIpp7f1Q","key":"sails.sid"}],"responseTime":null,"body":"{\"worksheets\":[{\"id\":2369,\"listing_id\":48924,\"is_aps_worksheet\":true,\"date_created\":\"2018-07-20T19:34:53.000Z\",\"total_purchase_price\":625000.75}]}"}],"_postman_id":"cfdf6725-af28-4ce7-899a-ce48a34674cf"},{"name":"Fetch Worksheet","id":"30f14935-63e3-4f42-91c0-21f223d010ce","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/listings/{{listing_id}}/worksheets/{{worksheet_id}}","description":"<p>Returns details of a single worksheet for a listing.</p>\n","urlObject":{"protocol":"https","path":["v1","development","listings","{{listing_id}}","worksheets","{{worksheet_id}}"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"60f78b2c-f798-4e0d-acb2-9f97cb92d13a","name":"Fetch Worksheet","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/listings/48924/worksheets/2369"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 13:33:41 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.14.0","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding, Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"29.45 ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[{"expires":"Wed Jul 24 2019 13:27:57 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.daypack.co","path":"/","secure":false,"value":"s%3A4dq91j2G8lLYaeYv6TnPQYxV2ufWYxY4.4TgNabBOoehVY1At8DNf1P92BE7g6KpZjS2nIpp7f1Q","key":"sails.sid"}],"responseTime":null,"body":"{\"id\":2369,\"listing_id\":48924,\"is_aps_worksheet\":true,\"date_created\":\"2018-07-20T19:34:53.000Z\",\"sales_representative_first_name\":\"James\",\"sales_representative_last_name\":\"Reynolds\",\"model_id\":150,\"model_name\":\"Model 2\",\"model_purchase_price\":300000.75,\"total_purchase_price\":625000.75,\"additional_items\":[{\"item\":\"Parking Spaces\",\"purchase_price\":10000}],\"amendments\":[],\"purchasers\":[{\"purchaser_id\":10384,\"first_name\":\"James\",\"last_name\":\"Reynolds\",\"email\":\"reynolds@buzzbuzzhome.com\"}],\"pur_agent_id\":null,\"pur_agent_first_name\":null,\"pur_agent_last_name\":null,\"pur_agent_email\":null,\"pur_lawyer_id\":null,\"pur_lawyer_first_name\":null,\"pur_lawyer_last_name\":null,\"pur_lawyer_email\":null,\"purchase_notes\":null}"}],"_postman_id":"30f14935-63e3-4f42-91c0-21f223d010ce"}],"id":"dcf696a2-6069-4000-82da-5b575c9ffce0","description":"<p>A Worksheet is a purchase order for a Listing. There can be more than one Worksheet for each Listing. If a Worksheet becomes the APS Worksheet then it will control the transaction details and populate the Agreement of Purchase and Sale.</p>\n<p><strong>Worksheet Properties</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>number</td>\n<td>Unique identifier of the Worksheet.</td>\n</tr>\n<tr>\n<td>listing_id</td>\n<td>number</td>\n<td>Unique identifier for the Listing to which the Worksheet belongs.</td>\n</tr>\n<tr>\n<td>is_aps_worksheet</td>\n<td>boolean</td>\n<td>If 'Yes' then worksheet will govern the transaction and the Agreement of Purchase and Sale.</td>\n</tr>\n<tr>\n<td>date_created</td>\n<td>string</td>\n<td>The date that the Worksheet was created.</td>\n</tr>\n<tr>\n<td>sales_representative_first_name</td>\n<td>string</td>\n<td>First name of the sales representative that created Worksheet.</td>\n</tr>\n<tr>\n<td>sales_representative_last_name</td>\n<td>string</td>\n<td>Last name of the sales representative that created Worksheet.</td>\n</tr>\n<tr>\n<td>model_id</td>\n<td>number</td>\n<td>Unique identifier for the selected Model on the Worksheet</td>\n</tr>\n<tr>\n<td>model_name</td>\n<td>string</td>\n<td>Name of the selected model.</td>\n</tr>\n<tr>\n<td>model_purchase_price</td>\n<td>number</td>\n<td>Purchase price of the Model.</td>\n</tr>\n<tr>\n<td>total_purchase_price</td>\n<td>number</td>\n<td>This is the Total Purchase Price of the Listing including the Model, Lot, Custom Amounts, and Additional Items. This price is also inclusive of tax and rebates.</td>\n</tr>\n<tr>\n<td>additional_items[]</td>\n<td>list</td>\n<td>An array of the Additional Items included in the Worksheet.</td>\n</tr>\n<tr>\n<td>additional_items[].item</td>\n<td>string</td>\n<td>Name of the Addiitional Item.</td>\n</tr>\n<tr>\n<td>additional_items[].purchase_price</td>\n<td>number</td>\n<td>Purchase Price of the Additional Item.</td>\n</tr>\n<tr>\n<td>purchasers[]</td>\n<td></td>\n<td>An array of the Purchaser Contacts included in the Worksheet.</td>\n</tr>\n<tr>\n<td>purchasers[].purchaser_id</td>\n<td>number</td>\n<td>Unique Contact ID of the Purchaser.</td>\n</tr>\n<tr>\n<td>purchasers[].purchaser_first_name</td>\n<td>number</td>\n<td>Purchaser's first name.</td>\n</tr>\n<tr>\n<td>purchasers[].purchaser_last_name</td>\n<td>number</td>\n<td>Purchaser's last name.</td>\n</tr>\n<tr>\n<td>purchasers[].purchaser_email</td>\n<td>number</td>\n<td>Purchaser's email.</td>\n</tr>\n<tr>\n<td>pur_agent_id</td>\n<td>number</td>\n<td>Unique Contact ID of the purchaser's agent.</td>\n</tr>\n<tr>\n<td>pur_agent_first_name</td>\n<td>string</td>\n<td>First name of the purchaser's agent.</td>\n</tr>\n<tr>\n<td>pur_agent_last_name</td>\n<td>string</td>\n<td>Last name of the purchaser's agent.</td>\n</tr>\n<tr>\n<td>pur_agent_email</td>\n<td>string</td>\n<td>Email for the purchaser's agent.</td>\n</tr>\n<tr>\n<td>pur_lawyer_id</td>\n<td>number</td>\n<td>Unique Contact ID of the Purchaser's lawyer.</td>\n</tr>\n<tr>\n<td>pur_lawyer_first_name</td>\n<td>string</td>\n<td>First name of the purchaser's lawyer.</td>\n</tr>\n<tr>\n<td>pur_lawyer_last_name</td>\n<td>string</td>\n<td>Last name of the purchaser's agent.</td>\n</tr>\n<tr>\n<td>pur_lawyer_email</td>\n<td>email_address</td>\n<td>Email for the purchaser's agent.</td>\n</tr>\n<tr>\n<td>purchase_notes</td>\n<td>string</td>\n<td>Notes about the purchase.</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"22337f2a-af36-47b4-9f32-5db972d43f8b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"05f49ecf-bab3-401c-b8c0-6100a388db16","type":"text/javascript","exec":[""]}}],"_postman_id":"dcf696a2-6069-4000-82da-5b575c9ffce0","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd46f121-1ea1-4dd7-b606-8d6431157610","id":"fd46f121-1ea1-4dd7-b606-8d6431157610","name":"Daypack API","type":"collection"}}},{"name":"5. Contacts","item":[{"name":"Fetch Contacts","id":"1e258e7a-126a-4a69-bfd9-94e1b40eb7af","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/contacts","description":"<p>Returns a list of contacts for a development</p>\n","urlObject":{"protocol":"https","path":["v1","development","contacts"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"6d60a212-7efb-4076-aaa8-00ac7d52fa45","name":"Fetch Contacts","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/contacts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"213","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 13:49:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.14.0","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding, Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"21.96 ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[{"expires":"Wed Jul 24 2019 13:27:57 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.daypack.co","path":"/","secure":false,"value":"s%3A4dq91j2G8lLYaeYv6TnPQYxV2ufWYxY4.4TgNabBOoehVY1At8DNf1P92BE7g6KpZjS2nIpp7f1Q","key":"sails.sid"}],"responseTime":null,"body":"{\"contacts\":[{\"id\":10384,\"external_id\":null,\"first_name\":\"James\",\"middle_name\":\"P\",\"last_name\":\"Reynolds\",\"salutation\":\"Mr.\",\"role\":\"Customer\",\"corporation\":null,\"phone\":null,\"email\":\"reynolds@buzzbuzzhome.com\"}]}"}],"_postman_id":"1e258e7a-126a-4a69-bfd9-94e1b40eb7af"},{"name":"Fetch Contact","id":"e836591d-dbbb-41b5-8983-190d4b15b73b","request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/contacts/{{contact_id}}","description":"<p>Returns details of a single contact for a development</p>\n","urlObject":{"protocol":"https","path":["v1","development","contacts","{{contact_id}}"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"addc00d0-d109-4ed9-88b0-62b5608414d6","name":"Fetch Contact","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/contacts/10425"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 13:55:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.14.0","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"Vary","value":"Accept-Encoding, Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"20.57 ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[{"expires":"Wed Jul 24 2019 13:27:57 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.daypack.co","path":"/","secure":false,"value":"s%3A4dq91j2G8lLYaeYv6TnPQYxV2ufWYxY4.4TgNabBOoehVY1At8DNf1P92BE7g6KpZjS2nIpp7f1Q","key":"sails.sid"}],"responseTime":null,"body":"{\"id\":10425,\"external_id\":null,\"first_name\":\"John\",\"middle_name\":null,\"last_name\":\"Smith\",\"salutation\":\"hi\",\"role\":\"Customer\",\"corporation\":null,\"phone\":\"333-333-3333\",\"mobile\":null,\"fax\":null,\"firm_name\":\"Better Call Saul\",\"street_address\":null,\"city\":null,\"state_province\":null,\"country\":null,\"zip_postal\":null,\"email\":\"Call_Saul@yahoo.com\",\"date_of_birth\":\"2007-06-05\",\"custom_fields\":[],\"listings\":[]}"}],"_postman_id":"e836591d-dbbb-41b5-8983-190d4b15b73b"},{"name":"Create Contacts","id":"249794c2-837e-449d-ac87-150e07d29d93","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[{\n    \"external_id\": null,\n    \"first_name\": \"John\",\n    \"middle_name\": null,\n    \"last_name\": \"Good\",\n    \"salutation\": \"hi\",\n    \"role\": \"Customer\",\n    \"corporation\": null,\n    \"phone\": \"333-333-3333\",\n    \"mobile\": null,\n    \"fax\": null,\n    \"firm_name\": \"Better Call Saul\",\n    \"street_address\": null,\n    \"city\": null,\n    \"state_province\": null,\n    \"country\": null,\n    \"zip_postal\": null,\n    \"email\": \"Call_Saul@yahoo.com\",\n    \"date_of_birth\": \"2007-06-06\",\n    \"custom_fields\": []\n}]"},"url":"https://api.daypack.co/v1/development/contacts","description":"<p>Creates new contacts for a development</p>\n","urlObject":{"protocol":"https","path":["v1","development","contacts"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"9d068a81-554e-4544-aa79-c27abc6ebf80","name":"Create Contact","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"raw","raw":"[{\n    \"external_id\": null,\n    \"first_name\": \"John\",\n    \"middle_name\": null,\n    \"last_name\": \"Good\",\n    \"salutation\": \"hi\",\n    \"role\": \"Customer\",\n    \"corporation\": null,\n    \"phone\": \"333-333-3333\",\n    \"mobile\": null,\n    \"fax\": null,\n    \"firm_name\": \"Better Call Saul\",\n    \"street_address\": null,\n    \"city\": null,\n    \"state_province\": null,\n    \"country\": null,\n    \"zip_postal\": null,\n    \"email\": \"Call_Saul@yahoo.com\",\n    \"date_of_birth\": \"2007-06-06\",\n    \"custom_fields\": []\n}]"},"url":"https://api.daypack.co/v1/development/contacts"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"33","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 24 Jul 2018 13:53:05 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.14.0","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding, Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"45.32 ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[{"expires":"Wed Jul 24 2019 13:27:57 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.daypack.co","path":"/","secure":false,"value":"s%3A4dq91j2G8lLYaeYv6TnPQYxV2ufWYxY4.4TgNabBOoehVY1At8DNf1P92BE7g6KpZjS2nIpp7f1Q","key":"sails.sid"}],"responseTime":null,"body":"[{\"id\":10425,\"external_id\":null}]"}],"_postman_id":"249794c2-837e-449d-ac87-150e07d29d93"},{"name":"Update Contact","id":"f6524aed-1671-46f6-87dd-9daffdd456b2","request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 10425,\n    \"external_id\": null,\n    \"first_name\": \"John\",\n    \"middle_name\": null,\n    \"last_name\": \"Smith\",\n    \"salutation\": \"hi\",\n    \"role\": \"Customer\",\n    \"corporation\": null,\n    \"phone\": \"333-333-3333\",\n    \"mobile\": null,\n    \"fax\": null,\n    \"firm_name\": \"Better Call Saul\",\n    \"street_address\": null,\n    \"city\": null,\n    \"state_province\": null,\n    \"country\": null,\n    \"zip_postal\": null,\n    \"email\": \"Call_Saul@yahoo.com\",\n    \"date_of_birth\": \"2007-06-06\",\n    \"custom_fields\": []\n}"},"url":"https://api.daypack.co/v1/development/contacts/{{contact_id}}","description":"<p>Updates a contact for a development</p>\n","urlObject":{"protocol":"https","path":["v1","development","contacts","{{contact_id}}"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"d5f933ea-fd2e-4310-b643-68c57f986b98","name":"Update Contact","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"raw","raw":"{\n    \"id\": 10425,\n    \"external_id\": null,\n    \"first_name\": \"John\",\n    \"middle_name\": null,\n    \"last_name\": \"Smith\",\n    \"salutation\": \"hi\",\n    \"role\": \"Customer\",\n    \"corporation\": null,\n    \"phone\": \"333-333-3333\",\n    \"mobile\": null,\n    \"fax\": null,\n    \"firm_name\": \"Better Call Saul\",\n    \"street_address\": null,\n    \"city\": null,\n    \"state_province\": null,\n    \"country\": null,\n    \"zip_postal\": null,\n    \"email\": \"Call_Saul@yahoo.com\",\n    \"date_of_birth\": \"2007-06-06\",\n    \"custom_fields\": []\n}"},"url":"https://api.daypack.co/v1/development/contacts/10425"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Date","value":"Tue, 24 Jul 2018 13:55:32 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.14.0","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding, Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"46.73 ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[{"expires":"Wed Jul 24 2019 13:27:57 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"dev.daypack.co","path":"/","secure":false,"value":"s%3A4dq91j2G8lLYaeYv6TnPQYxV2ufWYxY4.4TgNabBOoehVY1At8DNf1P92BE7g6KpZjS2nIpp7f1Q","key":"sails.sid"}],"responseTime":null,"body":" "}],"_postman_id":"f6524aed-1671-46f6-87dd-9daffdd456b2"}],"id":"22f5678e-5763-40f1-8712-15ccc154e867","description":"<p>A Contact is a person or company that may be linked to a Worksheet. Contacts are assigned a role of either Customer, Lawyer or Agent. The Contacts API allows you to create, view, delete and update your Contacts. </p>\n<p><strong>Contact Properties</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>number</td>\n<td>Unique identifier of the Contact</td>\n</tr>\n<tr>\n<td>external_id</td>\n<td>number</td>\n<td>external_id of the Contact</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>First name of the Contact</td>\n</tr>\n<tr>\n<td>middle_name</td>\n<td>string</td>\n<td>Middle name of the contact</td>\n</tr>\n<tr>\n<td>last_name*</td>\n<td>string</td>\n<td>Last name of the Contact</td>\n</tr>\n<tr>\n<td>salutation</td>\n<td>string</td>\n<td>Salutation of the contact</td>\n</tr>\n<tr>\n<td>role</td>\n<td>string</td>\n<td>Role of the Contact (Values: Customer / Corporation / Lawyer / Agent)</td>\n</tr>\n<tr>\n<td>corporation</td>\n<td>string</td>\n<td>Corporation of the contact</td>\n</tr>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>Phone number of the contact</td>\n</tr>\n<tr>\n<td>mobile</td>\n<td>string</td>\n<td>Mobile number of the contact</td>\n</tr>\n<tr>\n<td>fax</td>\n<td>string</td>\n<td>Fax number of the contact</td>\n</tr>\n<tr>\n<td>firm_name</td>\n<td>string</td>\n<td>Name of the law or brokerage firm to which the contact belongs</td>\n</tr>\n<tr>\n<td>street_address</td>\n<td>string</td>\n<td>Street Address of the contact</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>City of the contact</td>\n</tr>\n<tr>\n<td>state_province</td>\n<td>string</td>\n<td>State/Province of the contact</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>Country of the contact</td>\n</tr>\n<tr>\n<td>zip_postal</td>\n<td>string</td>\n<td>Zip/Postal Code of the contact</td>\n</tr>\n<tr>\n<td>email*</td>\n<td>string</td>\n<td>Email address of the contact</td>\n</tr>\n<tr>\n<td>date_of_birth</td>\n<td>string</td>\n<td>Date of birth of the contact yyyy-mm-dd</td>\n</tr>\n<tr>\n<td>custom_fields[]</td>\n<td></td>\n<td>Array of Custom Fields for the contact</td>\n</tr>\n<tr>\n<td>listings[]</td>\n<td></td>\n<td>Array of listings for the contact</td>\n</tr>\n<tr>\n<td>* indicates a required field</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"8c0115b7-aa51-4791-bb0e-1ba28eee072d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9d729dab-d508-4089-83d6-5bfcc02c33cb","type":"text/javascript","exec":[""]}}],"_postman_id":"22f5678e-5763-40f1-8712-15ccc154e867","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd46f121-1ea1-4dd7-b606-8d6431157610","id":"fd46f121-1ea1-4dd7-b606-8d6431157610","name":"Daypack API","type":"collection"}}},{"name":"6. Webhooks","item":[{"name":"Fetch Subscriptions","id":"829e66ff-aff1-498e-9a1a-0da83f536ec8","request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/subscriptions","description":"<p>Retrieve a list of your active subscriptions</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd46f121-1ea1-4dd7-b606-8d6431157610","id":"fd46f121-1ea1-4dd7-b606-8d6431157610","name":"Daypack API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","development","subscriptions"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"e06dca56-78c9-466b-991a-92f9d38f6692","name":"Fetch Subscriptions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"193","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 17 Aug 2018 19:10:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"nginx/1.14.0","name":"Server","description":"A name for the server"},{"key":"Vary","value":"Accept-Encoding, Origin","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"X-Response-Time","value":"7.55 ms","name":"X-Response-Time","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"subscriptions\": [\n        {\n            \"id\": 81,\n            \"object_type\": \"model\",\n            \"object_event\": \"create\",\n            \"url\": \"https://your.endpoint.here\"\n        },\n        {\n            \"id\": 82,\n            \"object_type\": \"model\",\n            \"object_event\": \"delete\",\n            \"url\": \"https://your.endpoint.here\"\n        }\n    ]\n}"}],"_postman_id":"829e66ff-aff1-498e-9a1a-0da83f536ec8"},{"name":"Create Subscription","id":"92f42232-bd9e-4e18-9d95-f8ddb29df1fd","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[{\n    \"object_type\":\"model\",\n    \"object_event\": \"update\",\n    \"url\": \"https://your.endpoint.here\",\n    \"secret\": \"mySecret\"\n},\n{\n    \"object_type\":\"model\",\n    \"object_event\": \"create\",\n    \"url\": \"https://your.endpoint.here\",\n    \"secret\": \"mySecret\"\n},\n{\n    \"object_type\":\"model\",\n    \"object_event\": \"delete\",\n    \"url\": \"https://your.endpoint.here\",\n    \"secret\": \"mySecret\"\n}]"},"url":"https://api.daypack.co/v1/development/subscriptions","description":"<p>Create a new webhook subscription.</p>\n","urlObject":{"protocol":"https","path":["v1","development","subscriptions"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"c8cedf96-2cce-4ef4-8963-d6d27120301e","name":"Create Subscription","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"raw","raw":"[{\n    \"object_type\":\"model\",\n    \"object_event\": \"update\",\n    \"url\": \"https://localhost:3000\",\n    \"secret\": \"mySecret\"\n},\n{\n    \"object_type\":\"model\",\n    \"object_event\": \"create\",\n    \"url\": \"https://localhost:3000\",\n    \"secret\": \"mySecret\"\n},\n{\n    \"object_type\":\"model\",\n    \"object_event\": \"delete\",\n    \"url\": \"https://localhost:3000\",\n    \"secret\": \"mySecret\"\n}]"},"url":"https://api.daypack.co/v1/development/subscriptions"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 83,\n        \"object_event\": \"update\",\n        \"object_type\": \"model\",\n        \"url\": \"https://your.endpoint.here\"\n    },\n    {\n        \"id\": 84,\n        \"object_event\": \"create\",\n        \"object_type\": \"model\",\n        \"url\": \"https://your.endpoint.here\"\n    },\n    {\n        \"id\": 85,\n        \"object_event\": \"delete\",\n        \"object_type\": \"model\",\n        \"url\": \"https://your.endpoint.here\"\n    }\n]"}],"_postman_id":"92f42232-bd9e-4e18-9d95-f8ddb29df1fd"},{"name":"Delete Subscription","id":"e2a57c72-643f-4430-9ff3-85857d52c636","request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/subscriptions/<id>","description":"<p>Remove a webhook subscription.</p>\n","urlObject":{"protocol":"https","path":["v1","development","subscriptions","<id>"],"host":["api","daypack","co"],"query":[],"variable":[]}},"response":[{"id":"e2964ef0-9311-4c5c-8320-4c0ff4678f3b","name":"Delete Subscription","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Bearer <your_jwt_api_token>"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.daypack.co/v1/development/subscriptions/80"},"status":"No Content","code":204,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":" "}],"_postman_id":"e2a57c72-643f-4430-9ff3-85857d52c636"},{"name":"Notification Example (Create, Edit)","id":"710a95a9-f3b7-4bc1-bac8-0cb32906e678","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Signature","value":"<hmac_sha1_hash>","description":"<p>HMAC-SHA1 hash using the provided secret and json body</p>\n"}],"body":{"mode":"raw","raw":"{\n       \"transaction_time\": <epoch_time>,\n       \"payload\": [{<object1>},{<object2>}...],\n       \"event_type\": \"<event_type>\",\n       \"object_type\": \"<object_type>\"\n}"},"url":"https://your.endpoint.here","description":"<p>This example shows the notification request your endpoint will receive when a notification is sent for Create or Edit events.</p>\n","urlObject":{"protocol":"https","host":["your","endpoint","here"],"query":[],"variable":[]}},"response":[],"_postman_id":"710a95a9-f3b7-4bc1-bac8-0cb32906e678"},{"name":"Notification Example (Delete)","id":"88775e87-e6ff-4ca8-bf16-72ff87ba843d","request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"X-Signature","value":"<hmac_sha1_hash>","description":"<p>HMAC-SHA1 hash using the provided secret and json body</p>\n"}],"body":{"mode":"raw","raw":"{\n    \"transaction_time\": <epoch_time>,\n    \"payload\": [{\n        \"id\": <object_id1>\n    },{\n        \"id\": <object_id2>\n    }\n    ...\n        ],\n    \"event_type\": \"delete\",\n    \"object_type\": \"<object_type>\"\n}"},"url":"https://your.endpoint.here","description":"<p>This example shows the notification request your endpoint will receive when a notification is sent for Delete events.</p>\n","urlObject":{"protocol":"https","host":["your","endpoint","here"],"query":[],"variable":[]}},"response":[],"_postman_id":"88775e87-e6ff-4ca8-bf16-72ff87ba843d"}],"id":"6854b6b8-d7c8-4565-a267-ae16ccd3fbca","description":"<p>Subscribing to Webhook Notifications allows you to receive HTTP POST notification events to a URL of your choice when objects are created, updated and deleted.</p>\n<p><strong>Webhook Properties</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Details</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>number</td>\n<td>Unique identifier of the Subscription</td>\n</tr>\n<tr>\n<td>object_type</td>\n<td>string</td>\n<td>Object type for the subscription (listing, worksheet, model, contact)</td>\n</tr>\n<tr>\n<td>object_event</td>\n<td>string</td>\n<td>Event type that occured on the object (create, update, delete)</td>\n</tr>\n<tr>\n<td>url</td>\n<td>string</td>\n<td>url to send the post notification</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"108832d4-2bb2-44f4-9814-4919cc3e307b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8991b629-fd35-4f83-8401-01344322b1dd","type":"text/javascript","exec":[""]}}],"_postman_id":"6854b6b8-d7c8-4565-a267-ae16ccd3fbca","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"fd46f121-1ea1-4dd7-b606-8d6431157610","id":"fd46f121-1ea1-4dd7-b606-8d6431157610","name":"Daypack API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"1d470b07-e021-4309-afd7-3bfe5135da94","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c9221a9f-15e2-457c-b1cc-08dcd771df5f","type":"text/javascript","exec":[""]}}]}