{"info":{"_postman_id":"9ac03958-b019-e939-ee3c-7c9c1d1636ee","name":"Contribution API Guide","description":"<html><head></head><body><h2 id=\"introduction\">Introduction:</h2>\n<p>Contribution API (CAPI) is a tool offered by Australian Tourism Data Warehouse (ATDW) to enable users with appropriate access to bulk contribute listings to <a href=\"https://www.atdw-online.com.au/\">ATDW Platform</a>. Please click <a href=\"https://atdw.com.au/listing-with-atdw/\">here</a> to view the benefits of listing with ATDW.</p>\n<h2 id=\"benefits-of-using-capi\">Benefits of using CAPI:</h2>\n<p>Use CAPI to automate bulk listing creation or bulk listing update process without the need to maually log into <a href=\"https://www.atdw-online.com.au/\">ATDW Platform</a> to create or update listings one by one which is time consuming.</p>\n<p>Listings contributed via CAPI are quality assured and made available to over 250 distributors to use on their consumer websites and apps via <a href=\"https://developer.atdw.com.au\">Distribution API</a>.</p>\n<h2 id=\"tools\">Tools:</h2>\n<p>CAPI is built using <a href=\"http://en.wikipedia.org/wiki/Representational_State_Transfer\">REST</a> protocol and the requests are structured using <a href=\"http://www.json.org/\">JSON</a> format.</p>\n<p>Although ATDW use <a href=\"https://www.getpostman.com/\">Postman</a> as an internal testing tool, users can use any tool that supports REST protocol and JSON format.</p>\n<h2 id=\"authentication\">Authentication:</h2>\n<ul>\n<li><p>All organisations require a unique API key to access the CAPI. Your API keys carry many privileges, so be sure to keep them secret and do not share your secret API keys.</p>\n</li>\n<li><p>Organisations registered with the <a href=\"https://www.atdw-online.com.au/\">ATDW-Online Platform</a> can request permission to use CAPI by emailing <a href=\"https://mailto:support@atdw.com.au\">support@atdw.com.au</a>.</p>\n</li>\n<li><p>Your API key is available under the ‘ACCOUNT’ section of <a href=\"https://www.atdw-online.com.au/\">ATDW-Online Platform</a> when the permission is enabled for your account.</p>\n</li>\n</ul>\n<h2 id=\"atdw-content-standards\">ATDW Content Standards:</h2>\n<p>CAPI is implemented using the content standards collectively approved by Government Tourism Organisations in each State. The content standards defines the fields applicable for each product category, data format, mandatory fields, minimum &amp; maximum field limits, etc., which are documented under \"Create new listings\" section.</p>\n<p>Violation of the ATDW content standards during contribution may either result in failed contribution or contribute listing(s) with errors returned in the response body which can be interpreted using the errors section of this document.</p>\n<p>Users can request the content standards document in Excel format by contacting <a href=\"https://support@atdw.com.au\">support@atdw.com.au</a></p>\n<p>Please note that the content standards are constantly evolving so, please refer to the release notes section for updated content standards.</p>\n<h2 id=\"distribution-api\">Distribution API:</h2>\n<ul>\n<li>Access to <a href=\"http://developer.atdw.com.au/\">Distribution API</a> is required to obtain the current list of ID’s for Categories, Attributes, Locations, Tags, etc., that forms part of the CAPI request body.</li>\n</ul>\n<h2 id=\"capi-endpoint\">CAPI Endpoint:</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Method</th>\n<th>Endpoint</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>POST</td>\n<td>https://{{environment}}/api/listings/contributions?apikey={{key}}</td>\n<td>create new listings (or) update existing listings</td>\n</tr>\n<tr>\n<td>GET</td>\n<td>https://{{environment}}/api/listings/{listingId}?apikey={{key}}</td>\n<td>View / retrieve existing listing</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><p>Replace {{environment}} with the appropriate test or production environment host. See Environment section of this documentation for more details.</p>\n</li>\n<li><p>Replace {{key}} with your CAPI key found under the 'ACCOUNT' section by logging into the <a href=\"https://atdw-online.com.au\">ATDW Platform</a>. If your API key is not available, please contact your relevant STO or email <a href=\"https://support@atdw.com.au\">support@atdw.com.au</a></p>\n</li>\n</ul>\n<h4 id=\"environment\">Environment:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Environment</th>\n<th>Host</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Staging / test</td>\n<td>atlas.contentstaging.com.au</td>\n</tr>\n<tr>\n<td>Production</td>\n<td>atlas.atdw-online.com.au</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameter\">Query Parameter:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>apikey</td>\n<td>Enter your API key</td>\n<td>The unique reference to each contributing organisation</td>\n<td>Yes</td>\n</tr>\n<tr>\n<td>skipEmail</td>\n<td>false</td>\n<td>Profile contributor will receive an email notification indicating the contribution status of each profile. This is the default behaviour if the parameter is not specified</td>\n<td>No</td>\n</tr>\n<tr>\n<td>skipEmail</td>\n<td>true</td>\n<td>Profile contributor will NOT receive an email notification indicating the contribution status of each profile</td>\n<td>No</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"request-header\">Request Header:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n<th>Mandatory</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>content-type</td>\n<td>application/json</td>\n<td>Denotes the encoding of the content</td>\n<td>Yes</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"create-vs-update-listings\">Create vs. Update listings:</h2>\n<ul>\n<li><p>If the request body contains the field: \"productNumber\" (or) \"id\", the system will update the existing profile that matches the given product number or ID.</p>\n</li>\n<li><p>If the \"productNumber\" or \"id\" is incorrect, the system will display the error \"listing not found\".</p>\n</li>\n<li><p>Product number or ID can be obtained from CAPI response, <a href=\"http://developer.atdw.com.au/\">Distribution API</a> or <a href=\"https://www.atdw-online.com.au\">ATDW Platform</a>.</p>\n</li>\n<li><p>\"productNumber\": \"AU#######\"</p>\n</li>\n</ul>\n<h2 id=\"uid\">UID:</h2>\n<ul>\n<li><p>Each profile object within the request body must have a <code>UID</code> field to uniquely identify the profile.</p>\n</li>\n<li><p>Each service object within the profile must have a <code>UID</code> field to uniquely identify the service.</p>\n</li>\n<li><p>The <code>UID</code> must be supplied when creating brand new profile and not applicable for updating existing profile.</p>\n</li>\n<li><p>The <code>UID</code> key/value pair must be unique for each profile.</p>\n</li>\n<li><p>Both the key/value pair must be a string.</p>\n</li>\n<li><p>The <code>UID</code> is a Universally Unique Identifier (UUID) or Globally Unique Identifier (GUID) which is a 128-bit number. The UUIDs/GUIDs are 36-character strings containing numbers, letters and dashes. UUIDs/GUIDs are designed to be globally unique.</p>\n</li>\n<li><p>Please note that the <code>UID</code> is different to \"productNumber\" or \"id\".</p>\n</li>\n<li><p>Feel free to generate random <code>UID</code> by clicking <a href=\"https://www.uuidgenerator.net/version4\">here</a>.</p>\n</li>\n<li><p>For more information on UUID/GUID, please click <a href=\"https://bit.ly/2Y8jsQ3\">here</a>.</p>\n</li>\n<li><p>\"UID\": \"c9543809-9ed2-453d-938f-1dc9f923fd9f\"</p>\n</li>\n</ul>\n<h2 id=\"array-id\">Array ID:</h2>\n<ul>\n<li><p>Any fields of type array must contain the <code>arrayId</code> i.e., <code>arrayId</code> should be a part of each of the objects within an array when sending the request.</p>\n</li>\n<li><p>The <code>arrayId</code> key/value pair must be unique for each array field.</p>\n</li>\n<li><p>Both the key/value pair must be a string.</p>\n</li>\n<li><p>The <code>arrayId</code> is a Universally Unique Identifier (UUID) or Globally Unique Identifier (GUID) which is a 128-bit number. The UUIDs/GUIDs are 36-character strings containing numbers, letters and dashes. UUIDs/GUIDs are designed to be globally unique.</p>\n</li>\n<li><p>Unlike the UID, the array ID must be supplied irrespective of creating brand new or updating existing profile. This is due to the update process replacing or overwriting existing values.</p>\n</li>\n<li><p>A few fields where \"arrayId\" is applicable are:</p>\n<ul>\n<li><p>alternateNames</p>\n</li>\n<li><p>openingTime</p>\n</li>\n<li><p>externalSystemCodes</p>\n</li>\n<li><p>awards(admin only field)</p>\n</li>\n</ul>\n</li>\n<li><p>Feel free to generate random <code>arrayId</code> by clicking <a href=\"https://www.uuidgenerator.net/version4\">here</a>.</p>\n</li>\n<li><p>For more information on UUID/GUID, please click <a href=\"https://bit.ly/2Y8jsQ3\">here</a>.</p>\n</li>\n</ul>\n<h2 id=\"note\">Note:</h2>\n<ul>\n<li><p>Empty/null values are not allowed. For example, <code>\"emailEnquiries\": \"\"</code> without any values may contribute data but the listing may be marked as 'Draft'</p>\n</li>\n<li><p>Redundant data are not allowed in the request. For example, <code>name</code> field appearing twice in the request body per <code>listing</code> object may not contribute or may contribute but the profile will be marked as 'Draft'.</p>\n</li>\n<li><p>Image URLs in the request should be a public/direct link to the image without any credentials.</p>\n</li>\n<li><p><code>productNumber</code>, <code>id</code> and <code>UID</code> for a given listing are different and used for different purposes. Please see examples below:</p>\n<ul>\n<li><p><code>productNumber: AU0109980</code></p>\n</li>\n<li><p><code>id: 57ced33166f728062a32e82d</code></p>\n</li>\n<li><p><code>UID: c9543809-9ed2-453d-938f-1dc9f923fd9h</code></p>\n</li>\n</ul>\n</li>\n<li><p>The Response body must be captured as a log. The log must be sent to ATDW upon request.</p>\n</li>\n<li><p>If a profile is missing mandatory information or contains invalid data during contribution, it may fail to contribute or be created in <strong>Draft</strong> status. Draft profiles don’t receive marketing exposure until the contributor submits them for review. If they’re not resubmitted within <strong>30 days</strong>, the profile is automatically <strong>Disabled.</strong></p>\n</li>\n</ul>\n<p>For any questions and/or suggestions, please contact our support desk at <a href=\"https://support@atdw.com.au\">support@atdw.com.au</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"14889","collectionId":"9ac03958-b019-e939-ee3c-7c9c1d1636ee","publishedId":"6YtzGQp","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-06-10T22:06:48.000Z"},"item":[{"name":"Create New Profiles","item":[{"name":"Accomodation","id":"026ec431-743c-2070-f430-7ad2ed06824b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"UID\": \"66d20004-d96f-43ee-8c52-cb57462ce63e\",\n            \"category\": \"ACCOMM\",\n            \"name\": \"Oasis Luxury Lodge\",\n            \"description\": \"Oasis Luxury Lodge offers cottage and lodge style accommodation set amidst 20 acres, only metres from the sheltered waters of Eastern Cove.\\n\\n The cottages accommodate two to five guests and each has a patio overlooking the ocean. Queen size beds are featured throughout. You will find modern cooking facilities, colour televisions and en suites.\\n\\n The lodge accommodates two to four guests with two double beds in each room. All rooms have decks with outdoor settings and barbecues to help you enjoy the peaceful setting.\\n\\n The wharf and boat ramp are just a two minute walk; ideal for fishing. Take advantage of the free fishing advice from local professional fisherman. Fishing charters available.\\n\\n Oasis Luxury Lodge is a six hour drive or 45 minute flight from Adelaide.\",\n            \"ABN\": \"84805669483\",\n            \"alternateNames\": [\n                {\n                    \"arrayId\": \"c9ed8c76-7aae-4261-97c2-eef8dde83721\",\n                    \"name\": \"Oasis Holiday Inn\"\n                },\n                {\n                    \"arrayId\": \"8be19e17-cf41-42d2-9790-71e957caacba\",\n                    \"name\": \"Oasis Luxury Hotel\"\n                }\n            ],\n            \"serviceTypes\": [\n                \"BEDBREAKFA\",\n                \"HOTEL\",\n                \"RESORT\"\n            ],\n            \"physicalAddress\": {\n                \"type\": \"NOORGADDR\",\n                \"addrLine1\": \"116 Page Drive\",\n                \"addrLine2\": \"level 1\",\n                \"city_suburb\": \"Blanchetown\",\n                \"state\": \"SA\",\n                \"postcode\": \"5357\",\n                \"country\": \"Australia\",\n                \"geoCodeLocation\": {\n                    \"latitude\": -34.359795,\n                    \"longitude\": 139.623499\n                }\n            },\n            \"postalAddress\": {\n                \"type\": \"NOPHYADDR\",\n                \"addrLine1\": \"105 Park Terrace\",\n                \"city_suburb\": \"Bordertown\",\n                \"state\": \"SA\",\n                \"postcode\": \"5268\",\n                \"country\": \"Australia\"\n            },\n            \"productContacts\": {\n                \"primaryTelephoneNumber\": \"0887520922\",\n                \"secondaryTelephoneNumber\": \"0429205601\",\n                \"emailEnquiries\": \"bookings@oasis.com.au\",\n                \"urlEnquiries\": \"www.oasis.com.au\"\n            },\n            \"productBooking\": {\n                \"bookingURL\": \"https://oasis.com/properties/booking\"\n            },\n            \"rates\": [\n                {\n                    \"arrayId\": \"8e138c95-6b34-482b-9ce2-2373c3946764\",\n                    \"free\": false,\n                    \"priceFrom\": \"150\",\n                    \"priceTo\": \"250\",\n                    \"rateComment\": \"Price includes free breakfast. Extra person rate is $50.00. Contact operator for more details.\"\n                }\n            ],\n            \"accessibility\": {\n                \"selected\": \"DISTASSIST\"\n            },\n            \"media\": [\n                {\n                    \"arrayId\": \"0039b1a9-5710-478e-b1ab-fe27937d3d57\",\n                    \"content\": \"https://assets.atdw-online.com.au/images/ef03017b3d89f193efbeb9dc04dc462f.jpeg?rect=0,60,4966,3725&w=2048&h=1536\",\n                    \"legacy\": \"true\",\n                    \"metadata\": {\n                        \"altText\": \"Boasting uninterrupted views of the Coral Sea, and a stunning natural setting amidst landscaped trop\",\n                        \"caption\": \"Oasis Hotel\",\n                        \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                        \"photographer\": \"David Brabyn\"\n                    }\n                },\n                {\n                    \"arrayId\": \"5658eda8-9dd0-4e66-836a-fa20f893a791\",\n                    \"content\": \"https://assets.atdw-online.com.au/images/04a36e6c7fd22f03178df3c2763f439d.jpeg?rect=127,0,2048,1536&w=800&h=600\",\n                    \"legacy\": \"true\",\n                    \"metadata\": {\n                        \"altText\": \"Relax in this stylish hotel lobby overlooking beautifully landscaped tropical gardens\",\n                        \"caption\": \"Oasis Hotel\",\n                        \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                        \"photographer\": \"David Brabyn\"\n                    }\n                }\n            ],\n            \"rooms\": 10,\n            \"capacity\": 60,\n            \"videos\": [\n                {\n                    \"arrayId\": \"f8c1e253-da6e-43ee-868e-6a149d344ecf\",\n                    \"content\": \"https://www.youtube.com/watch?v=JtSAXtFu8tQ&t=1s\",\n                    \"thumbnail\": \"https://img.youtube.com/vi/JtSAXtFu8tQ/maxresdefault.jpg\"\n                },\n                {\n                    \"arrayId\": \"c975742a-82f9-4c03-94e8-c9643f37a319\",\n                    \"content\": \"https://vimeo.com/159492255\",\n                    \"thumbnail\": \"https://i.vimeocdn.com/video/561252903_1280x720.jpg\"\n                }\n            ],\n            \"checkInTime\": \"14:00\",\n            \"checkOutTime\": \"10:00\",\n            \"internetAccess\": [\n                \"INTERNETBB\",\n                \"FREEWIFI\",\n                \"PAIDWIFI\"\n            ],\n            \"starRatingAustralia\": \"3.5\",\n            \"facilities\": [\n                \"CARPARK\",\n                \"PAYTV\",\n                \"PETALLOW\",\n                \"RESTAURANT\"\n            ],\n            \"memberships\": [\n                \"AAA\",\n                \"FAMPARK\",\n                \"TTP\"\n            ],\n            \"userAccreditations\": [\n                \"AAATECO\",\n                \"AUSHOST\",\n                \"NATTOUR\"\n            ],\n            \"socialExternalReferences\": {\n                \"appleAppURL\": \"https://itunes.apple.com/au/artist/username/someid\",\n                \"facebookURL\": \"http://www.facebook.com/OperaAustralia\",\n                \"flickerPageURL\": \"https://www.flickr.com/username\",\n                \"foursquareURL\": \"https://foursquare.com/username\",\n                \"googlePlayURL\": \"https://play.google.com/store/apps/developer?id=yourID\",\n                \"instagramURL\": \"http://www.instagram.com/operaaustralia\",\n                \"pinterestURL\": \"https://pinterest.com/username\",\n                \"twitterURL\": \"http://www.twitter.com/OperaAustralia\",\n                \"tripAdvisorURL\": \"http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639-Reviews-Opera_Australia-Sydney_New_South_Wales.html\",\n                \"vimeoChannelURL\": \"https://vimeo.com/username\",\n                \"weChatURL\": \"yourWechatID\",\n                \"weiboURL\": \"http://www.weibo.com/username\",\n                \"officialBlog\": \"http://www.myblog.com\",\n                \"youtubeChannelURL\": \"http://www.youtube.com/user/operaaustralia\",\n                \"socialMediaHashtags\": [\n                    \"#yourhashtag1\",\n                    \"#yourhashtag2\"\n                ]\n            },\n            \"deals\": {\n                \"dealsAndOffers\": [\n                    {\n                        \"arrayId\": \"09d41060-9d4f-45de-ba7b-e24ed1203507\",\n                        \"dealType\": \"DISCOUNT\",\n                        \"name\": \"50% Discount\",\n                        \"description\": \"Early bird booking fee of 50% discounted rate applies if booked before 31st Dec\",\n                        \"validityStartDate\": \"06/12/2019\",\n                        \"validityEndDate\": \"07/12/2019\",\n                        \"termsAndConditions\": \"See website for terms and conditions.\",\n                        \"dealURL\": \"https://www.sampledeals.com.au/test/discount\"\n                    },\n                    {\n                        \"arrayId\": \"cb35ff4e-c818-4865-a766-201838260a39\",\n                        \"dealType\": \"SPECIALRATE\",\n                        \"name\": \"Special Rate\",\n                        \"description\": \"Limited special rate offer exclusive to members only\",\n                        \"termsAndConditions\": \"Must present the membership card upon arrival\",\n                        \"validityStartDate\": \"07/12/2019\",\n                        \"validityEndDate\": \"08/12/2019\",\n                        \"dealURL\": \"www.sampledeals.com.au/test/specialrate\"\n                    },\n                    {\n                        \"arrayId\": \"3834bbe0-8814-4308-a89a-2451679f8181\",\n                        \"dealType\": \"BONUSOFFER\",\n                        \"name\": \"Bonus Offer\",\n                        \"description\": \"Pay for 2 night and get extra 2 nights for free\",\n                        \"termsAndConditions\": \"See website for terms and conditions\",\n                        \"validityStartDate\": \"08/12/2019\",\n                        \"validityEndDate\": \"12/12/2019\"\n                    }\n                ]\n            },\n            \"externalSystemCodes\": [\n                {\n                    \"arrayId\": \"d50cb4a2-3447-4e6f-b40f-332bd5237ed0\",\n                    \"code\": \"NPWS_Product_ID\",\n                    \"desc\": \"123456789\"\n                }\n            ],\n            \"services\": [\n                {\n                    \"UID\": \"83f69d2f-a550-487d-9b10-60acb0ba7fb5\",\n                    \"category\": \"HOTEL\",\n                    \"name\": \"Twin Room\",\n                    \"description\": \"Spacious ensuite room with queen bed and king single bed, flat screen television, refrigerator and microwave.\",\n                    \"media\": [\n                        {\n                            \"arrayId\": \"492c952f-77ab-4fdf-9bae-d06f3c4f7289\",\n                            \"content\": \"https://assets.atdw-online.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                            \"metadata\": {\n                                \"altText\": \"Deluxe ocean view with floor to ceiling windows\",\n                                \"caption\": \"Ocean Views\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        },\n                        {\n                            \"arrayId\": \"86ab9d35-1809-4504-8fe8-3c361a348dcf\",\n                            \"content\": \"https://assets.atdw-online.com.au/images/15f7e9acde8b122bbea19e4983ae0f20.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                            \"metadata\": {\n                                \"altText\": \"Elegant Twin Room with floor to ceiling windows\",\n                                \"caption\": \"Twin Room\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        }\n                    ],\n                    \"videos\": [\n                        {\n                            \"arrayId\": \"fbf09562-15b5-4dd7-89f6-a9b97ffa3158\",\n                            \"content\": \"https://www.youtube.com/watch?v=JtSAXtFu8tQ&t=1s\",\n                            \"thumbnail\": \"https://img.youtube.com/vi/JtSAXtFu8tQ/maxresdefault.jpg\"\n                        },\n                        {\n                            \"arrayId\": \"9b23f002-78f6-4ba6-b256-b4fc6c8e9f11\",\n                            \"content\": \"https://vimeo.com/159492255\",\n                            \"thumbnail\": \"https://i.vimeocdn.com/video/561252903_1280x720.jpg\"\n                        }\n                    ],\n                    \"serviceCapacity\": {\n                        \"max\": 2\n                    },\n                    \"facilities\": [\n                        \"FLATTV\",\n                        \"PAYTV\"\n                    ]\n                },\n                {\n                    \"UID\": \"6afcab48-6dae-435d-9fea-3705df6b5353\",\n                    \"category\": \"RESORT\",\n                    \"name\": \"Deluxe Queen Room\",\n                    \"description\": \"Settle into a contemporary accessible guest room, specially designed for guests that require additional space and amenities. Feel at home with modern amenities including a wall-mounted flat-screen television, a spacious desk, a refrigerator and WiFi (fee applies).\",\n                    \"media\": [\n                        {\n                            \"arrayId\": \"944d99b3-e24e-43ee-8608-62eae3e102b8\",\n                            \"content\": \"https://assets.atdw-online.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                            \"metadata\": {\n                                \"altText\": \"Deluxe Queen Room with Ocean View\",\n                                \"caption\": \"Deluxe Queen Room\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        },\n                        {\n                            \"arrayId\": \"27b5f77a-31c0-4fa7-9426-9d3087fc5d91\",\n                            \"content\": \"http://fpoimg.com/2048x1536\",\n                            \"metadata\": {\n                                \"altText\": \"Alt Text is mandatory field and can contain upto 100 characters max\",\n                                \"caption\": \"Caption is optional field and can contain upto 100 characters max\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        }\n                    ],\n                    \"videos\": [\n                        {\n                            \"arrayId\": \"17416c4a-5f63-4b19-bcd7-c9185291d2a0\",\n                            \"content\": \"https://www.youtube.com/watch?v=JtSAXtFu8tQ&t=1s\",\n                            \"thumbnail\": \"https://img.youtube.com/vi/JtSAXtFu8tQ/maxresdefault.jpg\"\n                        },\n                        {\n                            \"arrayId\": \"df21206a-0f8a-4ab1-af9d-aa62a6a8e6a8\",\n                            \"content\": \"https://vimeo.com/159492255\",\n                            \"thumbnail\": \"https://i.vimeocdn.com/video/561252903_1280x720.jpg\"\n                        }\n                    ],\n                    \"serviceCapacity\": {\n                        \"max\": \"4\"\n                    },\n                    \"facilities\": [\n                        \"AIRCON\",\n                        \"BALCONY\",\n                        \"BATH\",\n                        \"FLATTV\",\n                        \"MICROWAVE\",\n                        \"PAYTV\",\n                        \"INTERNETWI\"\n                    ]\n                }\n            ]\n        }\n    }\n]"},"url":"https://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<h4 id=\"category-description\">Category description:</h4>\n<p>Accommodation establishments allowing short term stay. Property styles can range from apartments, backpacker and hotels, bed and breakfasts, caravan and camping, farm stays,<br />holiday houses, motels, hotels and resorts.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>CAPI Fields (Request Body)</strong></th>\n<th><strong>Field Definition</strong></th>\n<th><strong>Is the field mandatory?****(Y/N)</strong></th>\n<th><strong>Field format</strong></th>\n<th><strong>Data validation</strong></th>\n<th><strong>Example</strong></th>\n<th><strong>Comments</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>category</td>\n<td>Category of the product being created</td>\n<td>Y</td>\n<td>ID</td>\n<td>ID (case sensitive)</td>\n<td>\"category\": \"ACCOMM\"</td>\n<td>Use the link below to view valid category ID:  <br /><a href=\"http://atlas.atdw-online.com.au/api/atlas/categories?key=ENTER_YOUR_KEY&amp;out=json\">http://atlas.atdw-online.com.au/api/atlas/categories?key=ENTER_YOUR_KEY&amp;out=json</a></td>\n</tr>\n<tr>\n<td>name</td>\n<td>Name of the product/listing</td>\n<td>Y</td>\n<td>Text, number, special characters</td>\n<td>Max 100 characters</td>\n<td>\"name\": \"Black Rocks campground\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>description</td>\n<td>Description of the product/listing</td>\n<td>Y</td>\n<td>Text, number, special characters</td>\n<td>Min 50 words, Max 200 words</td>\n<td>\"description\": \"Set behind the dunes amongst tuckeroo and banksia trees…..\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>ABN</td>\n<td>Australian Business Number</td>\n<td>N</td>\n<td>Number</td>\n<td>11 digit valid ABN</td>\n<td>\"ABN\": \"84805669483\"</td>\n<td>ABN is checked against ATO algorithm</td>\n</tr>\n<tr>\n<td>alternateNames.name</td>\n<td>IS your business is known by any other name, such as a previous, trading name?</td>\n<td>N</td>\n<td>Text, number, special characters</td>\n<td>Max 100 characters</td>\n<td>\"alternateNames\": [{  <br />\"name\": \"Black Rocks Accomm\"  <br />}, {  <br />\"name\": \"BR Pty Ltd\"  <br />}],</td>\n<td>Multiple alternate names can be supplied as separate object</td>\n</tr>\n<tr>\n<td>serviceTypes</td>\n<td>Type of Accommodation</td>\n<td>Y  <br />Atleast 1 required</td>\n<td>ID</td>\n<td>ID (case sensitive)</td>\n<td>option 1:  <br />\"serviceTypes\": [\"VANCAMP\"]  <br />option 2:  <br />\"serviceTypes\": [\"VANCAMP\", \"CABCOTTAGE\", \"FARMSTAY\"]</td>\n<td>1. Multiple comma separated values are allowed  <br />2. Use the link below to view valid service type ID:  <br /><a href=\"http://atlas.atdw-online.com.au/api/atlas/producttypes?key=ENTER_YOUR_KEY&amp;cats=ACCOMM&amp;out=JSON\">http://atlas.atdw-online.com.au/api/atlas/producttypes?key=ENTER_YOUR_KEY&amp;cats=ACCOMM&amp;out=JSON</a></td>\n</tr>\n<tr>\n<td>physicalAddress.type</td>\n<td>Physical Address of the product/listing</td>\n<td>Y</td>\n<td>ID</td>\n<td>Valid address type ID (case sensitive)</td>\n<td>\"type\": \"NOORGADDR\"</td>\n<td>CAPI users must use \"NOORGADDR\" as a constant and supply mandatory address fields (city_suburb, state, postcode, country)  <br />Note: \"ORGADDR\" copies organisation profile address of the organisastion bulk contributing the listing resulting in incorrect address</td>\n</tr>\n<tr>\n<td>physicalAddress.addrLine1</td>\n<td>Address line 1 - Street address</td>\n<td>N</td>\n<td>Text, number</td>\n<td>-</td>\n<td>\"addrLine1\": \"116 Page Drive\"</td>\n<td>1. Suburb, State, Postcode, Country are mandatory for ATDW to generate geocodes, area &amp; region.  <br />2. Use link below to view valid State \"codes\":  <br /><a href=\"http://atlas.atdw-online.com.au/api/atlas/states?key=ENTER_YOUR_KEY&amp;out=JSON\">http://atlas.atdw-online.com.au/api/atlas/states?key=ENTER_YOUR_KEY&amp;out=JSON</a>  <br />3. Tip: Default the 'Country' value to 'Australia' for all listings.  <br />4. Geocode is not mandatory as it will be generated based on the address fields</td>\n</tr>\n<tr>\n<td>physicalAddress.addrLine2</td>\n<td>Address line 2 - Unit / Apartment / Suite / Building</td>\n<td>N</td>\n<td>Text, number</td>\n<td>-</td>\n<td>\"addrLine2\": \"level 1\"</td>\n<td></td>\n</tr>\n<tr>\n<td>physicalAddress.city_suburb</td>\n<td>Suburb/City</td>\n<td>Y</td>\n<td>Text</td>\n<td>Valid Suburb/City</td>\n<td>\"city_suburb\": \"Esk\"</td>\n<td></td>\n</tr>\n<tr>\n<td>physicalAddress.state</td>\n<td>State</td>\n<td>Y</td>\n<td>Valid State codes:  <br />ACT, NSW, NT, QLD, SA, TAS, VIC, WA</td>\n<td>Valid State Code</td>\n<td>\"state\": \"NSW\"</td>\n<td></td>\n</tr>\n<tr>\n<td>physicalAddress.postcode</td>\n<td>Post code</td>\n<td>Y</td>\n<td>Number</td>\n<td>Valid 4 digit Postcode</td>\n<td>\"postcode\": \"2472\"</td>\n<td></td>\n</tr>\n<tr>\n<td>physicalAddress.country</td>\n<td>Country</td>\n<td>Y</td>\n<td>Text</td>\n<td>Valid country</td>\n<td>\"country\": \"Australia\"</td>\n<td></td>\n</tr>\n<tr>\n<td>geoCodeLocation.latitude</td>\n<td>Latitude</td>\n<td>N</td>\n<td>Latitude (number with decimals)</td>\n<td>-</td>\n<td>\"latitude\": -34.359795</td>\n<td></td>\n</tr>\n<tr>\n<td>geoCodeLocation.longitude</td>\n<td>Longitude</td>\n<td>N</td>\n<td>Longitude (number with decimals)</td>\n<td>-</td>\n<td>\"longitude\": 139.623499</td>\n<td></td>\n</tr>\n<tr>\n<td>postalAddress.type</td>\n<td>Postal Address of the product/listing</td>\n<td>Y</td>\n<td>ID</td>\n<td>Valid address type ID (case sensitive)</td>\n<td>option 1:  <br />\"type\": \"NOTREQUIRED\"  <br />option 2:  <br />\"type\": \"PHYADDR\"  <br />option 3:  <br />\"type\": \"ORGADDR\"  <br />option 4:  <br />\"type\": \"NOPHYADDR\"</td>\n<td>1. Postal Address is NOT mandatory but if chosen to supply the address then \"type\" is mandatory  <br />2. if \"type\" is \"NOPHYADDR\" then mandatory address fields must be supplied (city_suburb, state, postcode, country)  <br />3. No need to supply mandatory address fields for other types (\"NOTREQUIRED\", \"PHYADDR\", \"ORGADDR\")</td>\n</tr>\n<tr>\n<td>postalAddress.addrLine1</td>\n<td>Address line 1 - Street address</td>\n<td>N</td>\n<td>Text, number</td>\n<td>-</td>\n<td>\"addrLine1\": \"116 Page Drive\"</td>\n<td>1. Suburb, State, Postcode, Country are mandatory for ATDW to generate geocodes, area &amp; region.  <br />2. Use link below to view valid State \"codes\":  <br /><a href=\"http://atlas.atdw-online.com.au/api/atlas/states?key=ENTER_YOUR_KEY&amp;out=JSON\">http://atlas.atdw-online.com.au/api/atlas/states?key=ENTER_YOUR_KEY&amp;out=JSON</a>  <br />3. Tip: Default the 'Country' value to 'Australia' for all listings.  <br />4. Geocode is not mandatory as it will be generated based on the address fields</td>\n</tr>\n<tr>\n<td>postalAddress.addrLine2</td>\n<td>Address line 2 - Unit / Apartment / Suite / Building</td>\n<td>N</td>\n<td>Text, number</td>\n<td>-</td>\n<td>\"addrLine2\": \"level 1\"</td>\n<td></td>\n</tr>\n<tr>\n<td>postalAddress.city_suburb</td>\n<td>Suburb/City</td>\n<td>Y</td>\n<td>Text</td>\n<td>Valid Suburb/City</td>\n<td>\"city_suburb\": \"Esk\"</td>\n<td></td>\n</tr>\n<tr>\n<td>postalAddress.state</td>\n<td>State</td>\n<td>Y</td>\n<td>Valid State codes:  <br />ACT, NSW, NT, QLD, SA, TAS, VIC, WA</td>\n<td>Valid State Code</td>\n<td>\"state\": \"NSW\"</td>\n<td></td>\n</tr>\n<tr>\n<td>postalAddress.postcode</td>\n<td>Post code</td>\n<td>Y</td>\n<td>Number</td>\n<td>Valid 4 digit Postcode</td>\n<td>\"postcode\": \"2472\"</td>\n<td></td>\n</tr>\n<tr>\n<td>postalAddress.country</td>\n<td>Country</td>\n<td>Y</td>\n<td>Text</td>\n<td>Valid country</td>\n<td>\"country\": \"Australia\"</td>\n<td></td>\n</tr>\n<tr>\n<td>geoCodeLocation.latitude</td>\n<td>Latitude</td>\n<td>N</td>\n<td>Latitude (number with decimals)</td>\n<td>-</td>\n<td>\"latitude\": -34.359795</td>\n<td></td>\n</tr>\n<tr>\n<td>geoCodeLocation.longitude</td>\n<td>Longitude</td>\n<td>N</td>\n<td>Longitude (number with decimals)</td>\n<td>-</td>\n<td>\"longitude\": 139.623499</td>\n<td></td>\n</tr>\n<tr>\n<td>productContacts.primaryTelephoneNumber</td>\n<td>Primary phone number</td>\n<td>Atleast 1 \"productContacts\" is mandatory</td>\n<td>Number</td>\n<td>10 digit number without space</td>\n<td>\"primaryTelephoneNumber\": \"0287520922\"</td>\n<td>At least 1 contacts (primary, secondary, email, URL) is mandatory</td>\n</tr>\n<tr>\n<td>productContacts.secondaryTelephoneNumber</td>\n<td>Secondary phone number</td>\n<td></td>\n<td>Number</td>\n<td>10 digit number without space</td>\n<td>\"secondaryTelephoneNumber\": \"0429205601</td>\n<td></td>\n</tr>\n<tr>\n<td>productContacts.emailEnquiries</td>\n<td>Email address</td>\n<td></td>\n<td>Email</td>\n<td>Valid email</td>\n<td>\"emailEnquiries\": \"<a href=\"https://mailto:bookings@nationalparks.com.au\">bookings@nationalparks.com.au</a>\"</td>\n<td></td>\n</tr>\n<tr>\n<td>productContacts.urlEnquiries</td>\n<td>Website URL</td>\n<td></td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"urlEnquiries\": \"<a href=\"http://www.nationalparks.nsw.gov.au/\">http://www.nationalparks.nsw.gov.au/\"</a></td>\n<td></td>\n</tr>\n<tr>\n<td>productBooking.bookingURL</td>\n<td>Booking URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"bookingURL\": \"<a href=\"https://nsw.rezexpert.com/book?business_code=500137\">https://nsw.rezexpert.com/book?business_code=500137\"</a></td>\n<td>Booking URL is optional</td>\n</tr>\n<tr>\n<td>rates.ratesType</td>\n<td>Indicative price of the product/listing</td>\n<td>M</td>\n<td>ID</td>\n<td>Valid ID (case sensitive)  <br />\"ADULT\"</td>\n<td>\"ratesType\": \"ADULT\"</td>\n<td>1. Adult price will distributed as \"Indicative Price\"  <br />2. Value for \"free\" field is a boolean value and not string</td>\n</tr>\n<tr>\n<td>rates.free</td>\n<td>Indicates if free (or) not</td>\n<td>N</td>\n<td>true = free entry  <br />false = entry fees apply  <br />Note: true/false is a boolean value</td>\n<td>-</td>\n<td>Option 1:  <br />\"free\": true  <br />Option 2:  <br />\"free\": false</td>\n<td>If \"false\", then from and to price need to be supplied</td>\n</tr>\n<tr>\n<td>rates.priceFrom</td>\n<td>Indicates minimum price</td>\n<td>N</td>\n<td>Amount in numbers with/without decimals</td>\n<td>Valid price data</td>\n<td>\"priceFrom\": \"100\"</td>\n<td>1. From price is mandatory if the \"free\" value is set to \"false\".  <br />2. Price should be suplied without dollar symbol</td>\n</tr>\n<tr>\n<td>rates.priceTo</td>\n<td>Indicates maximum price</td>\n<td>N</td>\n<td>Amount in numbers with/without decimals</td>\n<td>Valid price data</td>\n<td>\"priceTo\": \"200\"</td>\n<td>1. To Price is mandatory if the \"free\" value is set to \"false\".  <br />2. Price should be suplied without dollar symbol</td>\n</tr>\n<tr>\n<td>rates.rateComment</td>\n<td>Comments if price is supplied</td>\n<td>N</td>\n<td>Text, number, special characters</td>\n<td>Max 50 words</td>\n<td>\"rateComment\": \"Price includes free breakfast. Extra person rate is $15.00\"</td>\n<td>comment field is not applicable if \"free\" value is set to \"true\"</td>\n</tr>\n<tr>\n<td>accessibility.selected</td>\n<td>Indicates the accessible of the property/product/listing</td>\n<td>M</td>\n<td>ID</td>\n<td>Valid ID (case sensitive)</td>\n<td>option 1 - Actively welcomes people with access needs:  <br />\"accessibility\": {  <br />\"selected\": \"DISASSIST\"  <br />}  <br />option 2.1 - Disabled access available, contact operator for details:  <br />\"accessibility\": {  <br />\"selected\": \"DISTASSIST\"  <br />}  <br />option 2.2 - Disabled access available, contact operator for details:  <br />\"accessibility\": {  <br />\"selected\": \"DISTASSIST\",  <br />\"attributeBlocks\": {  <br />\"ACCESSINCLSTMNT\": {  <br />\"selected\": true,  <br />\"ACCESSURL\": \"<a href=\"http://www.providewebsiteURLtoaccessinclusionstatementonyourwebsite.com.au%22\">www.providewebsiteURLtoaccessinclusionstatementonyourwebsite.com.au\"</a>  <br />}  <br />}}  <br />option 3 - Does not cater for people with access needs:  <br />\"accessibility\": {  <br />\"selected\": \"NOASSIST\"  <br />}</td>\n<td>1. Valid high-level ID are:  <br />a. \"DISASSIST\" - Actively welcomes people with access needs  <br />b. \"DISTASSIST\" - Disabled access available, contact operator for details  <br />c. \"NOASSIST\" - Does not cater for people with access needs  <br />  <br />2. Use the link below to view valid ID, description of each ID and hierarchy of attributes for \"DISASSIST\":  <br /><a href=\"http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=ACCESSIBILITY&amp;out=JSON\">http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=ACCESSIBILITY&amp;out=JSON</a>  <br />  <br />3. See \"Accessibility\" sheet for various examples for \"DISASSIST\"</td>\n</tr>\n<tr>\n<td>media.content</td>\n<td>Photo/image of the product/listing</td>\n<td>Y  <br />Atleast 1 required</td>\n<td>Image in URL format</td>\n<td>Minimum 1, Maximum 10 photos  <br />Minimum image size: 2048 x 1536 pixels</td>\n<td>\"content\": \"<a href=\"http://fpoimg.com/2048x1536?text=SAMPLE\">http://fpoimg.com/2048x1536?text=SAMPLE</a> IMAGE\"</td>\n<td>1. At least 1 image is mandatory  <br />2. Minimum image dimension should be 2048 x 1536 pixels (Landscape orientation)  <br />3. Image link should be publicly available link i.e., should not be behind any authentication or firewall</td>\n</tr>\n<tr>\n<td>media.metadata.altText</td>\n<td>Hidden image description for sight readers and where images don't load</td>\n<td>Y</td>\n<td>Text, number</td>\n<td>Max 100 characters</td>\n<td>\"altText\": \"Black Rocks campground\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>media.metadata.caption</td>\n<td>A short caption to describe the image</td>\n<td>N</td>\n<td>Text, number</td>\n<td>Max 100 characters</td>\n<td>\"caption\": \"Black Rocks\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>media.metadata.copyright</td>\n<td>Copyright details of the image</td>\n<td>N</td>\n<td>Text, number</td>\n<td>Max 100 characters</td>\n<td>\"copyright\": \"Copyright 2018-2019\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>media.metadata.photographer</td>\n<td>Name of the Photographer who took the image</td>\n<td>N</td>\n<td>Text, number</td>\n<td>Max 100 characters</td>\n<td>\"photographer\": \"David Brabyn\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>videos.content</td>\n<td>Videos of the product/listing  <br />Youtube or Vimeo videos only</td>\n<td>N</td>\n<td>Video in URL format</td>\n<td>Youtube or vimeo videos only</td>\n<td>\"content\": \"<a href=\"https://www.youtube.com/watch?v=PLXhujVIYsA\">https://www.youtube.com/watch?v=PLXhujVIYsA\"</a></td>\n<td>Valid Youtube or Vimeo videos only</td>\n</tr>\n<tr>\n<td>checkInTime</td>\n<td>Check in time offered by the product/listing</td>\n<td>N</td>\n<td>Time in \"HH:MM\" - 24 hr format</td>\n<td>Valid time in 24 hr format</td>\n<td>\"checkInTime\": \"05:00\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>checkOutTime</td>\n<td>Check out time offered by the product/listing</td>\n<td>N</td>\n<td>Time in \"HH:MM\" - 24 hr format</td>\n<td>Valid time in 24 hr format</td>\n<td>\"checkOutTime\": \"22:00\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>internetAccess</td>\n<td>Type of internet access available for customer at the property</td>\n<td>N</td>\n<td>ID</td>\n<td>Valid ID (Case sensitive)</td>\n<td>option 1:  <br />\"internetAccess\": [\"INTERNETBB\"]  <br />option 2:  <br />\"internetAccess\": [\"INTERNETBB\",\"FREEWIFI\", \"PAIDWIFI\"]</td>\n<td>1. Multiple comma separated values (ID) are allowed  <br />2. Use the link below to view valid ID:  <br /><a href=\"http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=INTERNET&amp;out=JSON\">http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=INTERNET&amp;out=JSON</a></td>\n</tr>\n<tr>\n<td>starRatingAustralia</td>\n<td>Star rating received by the property</td>\n<td>N</td>\n<td>ID</td>\n<td>Valid ID (Case sensitive)</td>\n<td>option 1 - Product/listing did not receive any star rating and/or star rating not available:  <br />\"starRatingAustralia\": \"-1\"  <br />option 2 - product/listing received 3.5 star rating:  <br />\"starRatingAustralia\": \"3.5\"</td>\n<td>1. Star rating is optional field so, do not specify the field in request if not required  <br />2. Star rating values are attribute ID  <br />3. Use the link below to view valid ID:  <br /><a href=\"http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=STARRATING&amp;out=JSON\">http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=STARRATING&amp;out=JSON</a></td>\n</tr>\n<tr>\n<td>facilities</td>\n<td>Facilities available at the property/product/listing</td>\n<td>N</td>\n<td>ID</td>\n<td>Valid ID (Case sensitive)</td>\n<td>option 1:  <br />\"facilities\": [\"CAFE\"]  <br />option 2:  <br />\"facilities\": [\"CAFE\",\"CARPARK\", \"LAUNDRY\"]</td>\n<td>1. Multiple comma separated values (ID) are allowed  <br />2. Use the link below to view valid ID:  <br /><a href=\"http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=ENTITY%20FAC&amp;cats=ACCOMM&amp;out=JSON\">http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=ENTITY%20FAC&amp;cats=ACCOMM&amp;out=JSON</a></td>\n</tr>\n<tr>\n<td>memberships</td>\n<td>Memberships that the property/product/listing is a member of</td>\n<td>N</td>\n<td>ID</td>\n<td>Valid ID (Case sensitive)</td>\n<td>option 1:  <br />\"memberships\": [\"AHA\"]  <br />option 2:  <br />\"memberships\": [\"AHA\",\"FAMPARK\", \"NSWBC\"]</td>\n<td>1. Multiple comma separated values (ID) are allowed  <br />2. Use the link below to view valid ID:  <br /><a href=\"http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=MEMBERSHIP&amp;cats=ACCOMM&amp;out=JSON\">http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=MEMBERSHIP&amp;cats=ACCOMM&amp;out=JSON</a></td>\n</tr>\n<tr>\n<td>userAccreditations</td>\n<td>Accreditations the property/product/listing has acquired</td>\n<td>N</td>\n<td>ID</td>\n<td>Valid ID (Case sensitive)</td>\n<td>option 1:  <br />\"userAccreditations\": [\"ACCOR\"]  <br />option 2:  <br />\"userAccreditations\": [\"ACCOR\",\"ATAP\", \"CAMPCONF\"]</td>\n<td>1. Multiple comma separated values (ID) are allowed  <br />2. Use the link below to view valid ID:  <br /><a href=\"http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=ACCREDITN&amp;cats=ACCOMM&amp;out=JSON\">http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=ACCREDITN&amp;cats=ACCOMM&amp;out=JSON</a></td>\n</tr>\n<tr>\n<td>socialExternalReferences.facebookURL</td>\n<td>Facebook page URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"facebookURL\": \"<a href=\"http://www.facebook.com/OasisHotel\">http://www.facebook.com/OasisHotel\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.twitterURL</td>\n<td>Twitter page URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"twitterURL\": \"<a href=\"http://www.twitter.com/OasisHotel\">http://www.twitter.com/OasisHotel\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.appleAppURL</td>\n<td>Apple iTunes App URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"appleAppURL\": \"<a href=\"https://itunes.apple.com/au/artist/username/someid\">https://itunes.apple.com/au/artist/username/someid\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.flickerPageURL</td>\n<td>FlickR page URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"flickerPageURL\": \"<a href=\"https://www.flickr.com/username\">https://www.flickr.com/username\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.foursquareURL</td>\n<td>Foursquare page URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"foursquareURL\": \"<a href=\"https://foursquare.com/username\">https://foursquare.com/username\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.googlePlusURL</td>\n<td>Google Plus page URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"googlePlusURL\": \"<a href=\"https://plus.google.com/+username\">https://plus.google.com/+username\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.googlePlayURL</td>\n<td>Google Play Store App URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"googlePlayURL\": \"<a href=\"https://play.google.com/store/apps/developer?id=yourID\">https://play.google.com/store/apps/developer?id=yourID\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.instagramURL</td>\n<td>Instagram page URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"instagramURL\": \"<a href=\"http://www.instagram.com/OasisHotel\">http://www.instagram.com/OasisHotel\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.pinterestURL</td>\n<td>Pinterest page URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"pinterestURL\": \"<a href=\"https://pinterest.com/username\">https://pinterest.com/username\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.tripAdvisorURL</td>\n<td>TripAdvisor page URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"tripAdvisorURL\": \"<a href=\"http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639\">http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.vimeoChannelURL</td>\n<td>Vimeo video channel URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"vimeoChannelURL\": \"<a href=\"https://vimeo.com/username\">https://vimeo.com/username\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.officialBlog</td>\n<td>Blog page URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"officialBlog\": \"<a href=\"http://www.myblog.com%22\">http://www.myblog.com\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.youtubeChannelURL</td>\n<td>Youtube channel URL</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>\"youtubeChannelURL\": \"<a href=\"http://www.youtube.com/user/OasisHotel\">http://www.youtube.com/user/OasisHotel\"</a></td>\n<td>-</td>\n</tr>\n<tr>\n<td>socialExternalReferences.socialMediaHashtags</td>\n<td>Social Media Hashtags</td>\n<td>N</td>\n<td>URL</td>\n<td>Valid URL</td>\n<td>Option 1:  <br />\"socialMediaHashtags\": [\"#yourhashtag1\"]  <br />Option 2:  <br />\"socialMediaHashtags\": [\"#yourhashtag1\", \"#yourhashtag2\"]</td>\n<td>Upto a maximum of 2 hash tags</td>\n</tr>\n<tr>\n<td>externalSystemCodes.code</td>\n<td>Code use to reference the external or 3rd party contributor</td>\n<td>N</td>\n<td>Text, Number, Underscore</td>\n<td>Max 100 characters</td>\n<td>NPWS</td>\n<td>This is a custom field value used to identify external/3rd party contributors</td>\n</tr>\n<tr>\n<td>externalSystemCodes.desc</td>\n<td>Unique referene ID on external system</td>\n<td>N</td>\n<td>Text, Number, Underscore</td>\n<td>Max 100 characters</td>\n<td>70BF2F51-E3C8-4C23-95B7-608638E0A533</td>\n<td>Actual listing/product ID on the external system</td>\n</tr>\n<tr>\n<td>The following are services offered by the property/listing/product. For example, Accommodation services can be single room, double room, suite, etc., Service is not mandatory for Accommodation. However, if chosen to specify services, please see 'Mandatory' column for more information. Multiple \"services\" are allowed i.e., \"services\" are array of multiple objects</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>services.category</td>\n<td>Type of the service being offered / property type</td>\n<td>Y (for Tour category only)</td>\n<td>ID</td>\n<td>Valid ID (case sensitive)</td>\n<td>\"category\": \"HOTEL\"</td>\n<td>1. Only 1 type is allowe per service object  <br />2. Use the link below to view valid service type ID:  <br /><a href=\"http://atlas.atdw-online.com.au/api/atlas/producttypes?key=ENTER_YOUR_KEY&amp;cats=ACCOMM&amp;out=JSON\">http://atlas.atdw-online.com.au/api/atlas/producttypes?key=ENTER_YOUR_KEY&amp;cats=ACCOMM&amp;out=JSON</a></td>\n</tr>\n<tr>\n<td>services.name</td>\n<td>Name of the service</td>\n<td>Y</td>\n<td>Text, number, special characters</td>\n<td>Max 100 characters</td>\n<td>\"name\": \"Twin Room\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>services.description</td>\n<td>Description of the service</td>\n<td>Y</td>\n<td>Text, number, special characters</td>\n<td>Min 10 words, Max 200 words</td>\n<td>\"description\": \"Spacious ensuite room with queen bed and king single bed, flat screen television, refrigerator and microwave...\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>services.media.content</td>\n<td>Photo/image of the product/listing</td>\n<td>N</td>\n<td>Image in URL format</td>\n<td>Minimum 1, Maximum 10 photos  <br />Minimum image size: 2048 x 1536 pixels</td>\n<td>\"content\": \"<a href=\"http://fpoimg.com/2048x1536?text=SAMPLE\">http://fpoimg.com/2048x1536?text=SAMPLE</a> IMAGE\"</td>\n<td>1. Service-level photos are not mandatory  <br />2. Minimum image dimension should be 2048 x 1536 pixels (Landscape orientation)  <br />3. Image link should be publicly available link i.e., should not be behind any authentication or firewall</td>\n</tr>\n<tr>\n<td>services.media.metadata.altText</td>\n<td>Hidden image description for sight readers and where images don't load</td>\n<td>Y  <br />if \"media.content\" is supplied</td>\n<td>Text, number</td>\n<td>Max 100 characters</td>\n<td>\"altText\": \"Black Rocks campground\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>services.media.metadata.caption</td>\n<td>A short caption to describe the image</td>\n<td>N</td>\n<td>Text, number</td>\n<td>Max 100 characters</td>\n<td>\"caption\": \"Black Rocks\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>services.media.metadata.copyright</td>\n<td>Copyright details of the image</td>\n<td>N</td>\n<td>Text, number</td>\n<td>Max 100 characters</td>\n<td>\"copyright\": \"Copyright 2018-2019\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>services.media.metadata.photographer</td>\n<td>Name of the Photographer who took the image</td>\n<td>N</td>\n<td>Text, number</td>\n<td>Max 100 characters</td>\n<td>\"photographer\": \"David Brabyn\"</td>\n<td>-</td>\n</tr>\n<tr>\n<td>services.videos.content</td>\n<td>Videos of the product/listing  <br />Youtube or Vimeo videos only</td>\n<td>N</td>\n<td>Video in URL format</td>\n<td>Youtube or vimeo videos only</td>\n<td>\"content\": \"<a href=\"https://vimeo.com/20200226\">https://vimeo.com/20200226\"</a></td>\n<td>Valid Youtube or Vimeo videos only</td>\n</tr>\n<tr>\n<td>services.serviceCapacity</td>\n<td>How many guests can the service accommodate</td>\n<td>N</td>\n<td>Numbers (2 digits only)</td>\n<td>2 digit numbers only</td>\n<td>\"serviceCapacity\": {\"max\": 4}</td>\n<td></td>\n</tr>\n<tr>\n<td>services.facilities</td>\n<td>Facilities offered by the service</td>\n<td>N</td>\n<td>ID</td>\n<td>Valid ID (Case sensitive)</td>\n<td>option 1:  <br />\"facilities\": [\"AIRCON\"]  <br />option 2:  <br />\"facilities\": [\"BALCONY\",\"BATH\", \"BLANKET\"]</td>\n<td>1. Multiple comma separated values (ID) are allowed  <br />2. Use the link below to view valid ID:  <br /><a href=\"http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=SVC%20FAC&amp;cats=ACCOMM&amp;out=JSON\">http://atlas.atdw-online.com.au/api/atlas/attributes?key=ENTER_YOUR_KEY&amp;types=SVC%20FAC&amp;cats=ACCOMM&amp;out=JSON</a></td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[{"id":"f84653b3-602c-4b58-834c-058a60a93de6","name":"Example request and response for Accommodation","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"UID\": \"66d20004-d96f-43ee-8c52-cb57462ce63e\",\n            \"category\": \"ACCOMM\",\n            \"name\": \"Oasis Luxury Lodge - Test\",\n            \"description\": \"Oasis Luxury Lodge offers cottage and lodge style accommodation set amidst 20 acres, only metres from the sheltered waters of Eastern Cove.\\n\\n The cottages accommodate two to five guests and each has a patio overlooking the ocean. Queen size beds are featured throughout. You will find modern cooking facilities, colour televisions and en suites.\\n\\n The lodge accommodates two to four guests with two double beds in each room. All rooms have decks with outdoor settings and barbecues to help you enjoy the peaceful setting.\\n\\n The wharf and boat ramp are just a two minute walk; ideal for fishing. Take advantage of the free fishing advice from local professional fisherman. Fishing charters available.\\n\\n Oasis Luxury Lodge is a six hour drive or 45 minute flight from Adelaide.\",\n            \"ABN\": \"84805669483\",\n            \"alternateNames\": [\n                {\n                    \"arrayId\": \"c9ed8c76-7aae-4261-97c2-eef8dde83721\",\n                    \"name\": \"Oasis Holiday Inn\"\n                },\n                {\n                    \"arrayId\": \"8be19e17-cf41-42d2-9790-71e957caacba\",\n                    \"name\": \"Oasis Luxury Hotel\"\n                }\n            ],\n            \"serviceTypes\": [\n                \"BEDBREAKFA\",\n                \"HOTEL\",\n                \"RESORT\"\n            ],\n            \"physicalAddress\": {\n                \"type\": \"NOORGADDR\",\n                \"addrLine1\": \"116 Page Drive\",\n                \"addrLine2\": \"level 1\",\n                \"city_suburb\": \"Blanchetown\",\n                \"state\": \"SA\",\n                \"postcode\": \"5357\",\n                \"country\": \"Australia\",\n                \"geoCodeLocation\": {\n                    \"latitude\": -34.359795,\n                    \"longitude\": 139.623499\n                }\n            },\n            \"postalAddress\": {\n                \"type\": \"NOPHYADDR\",\n                \"addrLine1\": \"105 Park Terrace\",\n                \"city_suburb\": \"Bordertown\",\n                \"state\": \"SA\",\n                \"postcode\": \"5268\",\n                \"country\": \"Australia\"\n            },\n            \"productContacts\": {\n                \"primaryTelephoneNumber\": \"0887520922\",\n                \"secondaryTelephoneNumber\": \"0429205601\",\n                \"emailEnquiries\": \"bookings@oasis.com.au\",\n                \"urlEnquiries\": \"www.oasis.com.au\"\n            },\n            \"productBooking\": {\n                \"bookingURL\": \"https://oasis.com/properties/booking\"\n            },\n            \"rates\": [\n                {\n                    \"arrayId\": \"8e138c95-6b34-482b-9ce2-2373c3946764\",\n                    \"free\": false,\n                    \"priceFrom\": \"150\",\n                    \"priceTo\": \"250\",\n                    \"rateComment\": \"Price includes free breakfast. Extra person rate is $50.00. Contact operator for more details.\"\n                }\n            ],\n            \"accessibility\": {\n                \"selected\": \"DISTASSIST\"\n            },\n            \"media\": [\n                {\n                    \"arrayId\": \"0039b1a9-5710-478e-b1ab-fe27937d3d57\",\n                    \"content\": \"https://assets.atdw-online.com.au/images/ef03017b3d89f193efbeb9dc04dc462f.jpeg?rect=0,60,4966,3725&w=2048&h=1536\",\n                    \"legacy\": \"true\",\n                    \"metadata\": {\n                        \"altText\": \"Boasting uninterrupted views of the Coral Sea, and a stunning natural setting amidst landscaped trop\",\n                        \"caption\": \"Oasis Hotel\",\n                        \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                        \"photographer\": \"David Brabyn\"\n                    }\n                },\n                {\n                    \"arrayId\": \"5658eda8-9dd0-4e66-836a-fa20f893a791\",\n                    \"content\": \"https://assets.atdw-online.com.au/images/04a36e6c7fd22f03178df3c2763f439d.jpeg?rect=127,0,2048,1536&w=800&h=600\",\n                    \"legacy\": \"true\",\n                    \"metadata\": {\n                        \"altText\": \"Relax in this stylish hotel lobby overlooking beautifully landscaped tropical gardens\",\n                        \"caption\": \"Oasis Hotel\",\n                        \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                        \"photographer\": \"David Brabyn\"\n                    }\n                }\n            ],\n            \"rooms\": 10,\n            \"capacity\": 60,\n            \"videos\": [\n                {\n                    \"arrayId\": \"f8c1e253-da6e-43ee-868e-6a149d344ecf\",\n                    \"content\": \"https://www.youtube.com/watch?v=JtSAXtFu8tQ&t=1s\",\n                    \"thumbnail\": \"https://img.youtube.com/vi/JtSAXtFu8tQ/maxresdefault.jpg\"\n                },\n                {\n                    \"arrayId\": \"c975742a-82f9-4c03-94e8-c9643f37a319\",\n                    \"content\": \"https://vimeo.com/159492255\",\n                    \"thumbnail\": \"https://i.vimeocdn.com/video/561252903_1280x720.jpg\"\n                }\n            ],\n            \"checkInTime\": \"14:00\",\n            \"checkOutTime\": \"10:00\",\n            \"internetAccess\": [\n                \"INTERNETBB\",\n                \"FREEWIFI\",\n                \"PAIDWIFI\"\n            ],\n            \"starRatingAustralia\": \"3.5\",\n            \"facilities\": [\n                \"CARPARK\",\n                \"PAYTV\",\n                \"PETALLOW\",\n                \"RESTAURANT\"\n            ],\n            \"memberships\": [\n                \"AAA\",\n                \"FAMPARK\",\n                \"TTP\"\n            ],\n            \"userAccreditations\": [\n                \"AAATECO\",\n                \"AUSHOST\",\n                \"NATTOUR\"\n            ],\n            \"socialExternalReferences\": {\n                \"facebookURL\": \"http://www.facebook.com/OasisHotel\",\n                \"twitterURL\": \"http://www.twitter.com/OasisHotel\",\n                \"appleAppURL\": \"https://itunes.apple.com/au/artist/username/someid\",\n                \"flickerPageURL\": \"https://www.flickr.com/username\",\n                \"foursquareURL\": \"https://foursquare.com/username\",\n                \"googlePlusURL\": \"https://plus.google.com/+username\",\n                \"googlePlayURL\": \"https://play.google.com/store/apps/developer?id=yourID\",\n                \"instagramURL\": \"http://www.instagram.com/OasisHotel\",\n                \"pinterestURL\": \"https://pinterest.com/username\",\n                \"tripAdvisorURL\": \"http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639-Reviews-Opera_Australia-Sydney_New_South_Wales.html\",\n                \"vimeoChannelURL\": \"https://vimeo.com/username\",\n                \"officialBlog\": \"http://www.myblog.com\",\n                \"youtubeChannelURL\": \"http://www.youtube.com/user/OasisHotel\",\n                \"socialMediaHashtags\": [\n                    \"#yourhashtag1\",\n                    \"#yourhashtag2\"\n                ]\n            },\n            \"externalSystemCodes\": [\n                {\n                    \"arrayId\": \"d50cb4a2-3447-4e6f-b40f-332bd5237ed0\",\n                    \"code\": \"NPWS_Product_ID\",\n                    \"desc\": \"123456789\"\n                }\n            ],\n            \"services\": [\n                {\n                    \"category\": \"HOTEL\",\n                    \"name\": \"Twin Room\",\n                    \"description\": \"Spacious ensuite room with queen bed and king single bed, flat screen television, refrigerator and microwave.\",\n                    \"media\": [\n                        {\n                            \"arrayId\": \"492c952f-77ab-4fdf-9bae-d06f3c4f7289\",\n                            \"content\": \"https://assets.atdw-online.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                            \"metadata\": {\n                                \"altText\": \"Deluxe ocean view with floor to ceiling windows\",\n                                \"caption\": \"Ocean Views\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        },\n                        {\n                            \"arrayId\": \"86ab9d35-1809-4504-8fe8-3c361a348dcf\",\n                            \"content\": \"https://assets.atdw-online.com.au/images/15f7e9acde8b122bbea19e4983ae0f20.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                            \"metadata\": {\n                                \"altText\": \"Elegant Twin Room with floor to ceiling windows\",\n                                \"caption\": \"Twin Room\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        }\n                    ],\n                    \"videos\": [\n                        {\n                            \"arrayId\": \"fbf09562-15b5-4dd7-89f6-a9b97ffa3158\",\n                            \"content\": \"https://www.youtube.com/watch?v=JtSAXtFu8tQ&t=1s\",\n                            \"thumbnail\": \"https://img.youtube.com/vi/JtSAXtFu8tQ/maxresdefault.jpg\"\n                        },\n                        {\n                            \"arrayId\": \"9b23f002-78f6-4ba6-b256-b4fc6c8e9f11\",\n                            \"content\": \"https://vimeo.com/159492255\",\n                            \"thumbnail\": \"https://i.vimeocdn.com/video/561252903_1280x720.jpg\"\n                        }\n                    ],\n                    \"serviceCapacity\": {\n                        \"max\": \"2\"\n                    },\n                    \"facilities\": [\n                        \"FLATTV\",\n                        \"PAYTV\"\n                    ]\n                },\n                {\n                    \"category\": \"RESORT\",\n                    \"name\": \"Deluxe Queen Room\",\n                    \"description\": \"Settle into a contemporary accessible guest room, specially designed for guests that require additional space and amenities. Feel at home with modern amenities including a wall-mounted flat-screen television, a spacious desk, a refrigerator and WiFi (fee applies).\",\n                    \"media\": [\n                        {\n                            \"arrayId\": \"944d99b3-e24e-43ee-8608-62eae3e102b8\",\n                            \"content\": \"https://assets.atdw-online.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                            \"metadata\": {\n                                \"altText\": \"Deluxe Queen Room with Ocean View\",\n                                \"caption\": \"Deluxe Queen Room\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        },\n                        {\n                            \"arrayId\": \"27b5f77a-31c0-4fa7-9426-9d3087fc5d91\",\n                            \"content\": \"http://fpoimg.com/2048x1536\",\n                            \"metadata\": {\n                                \"altText\": \"Alt Text is mandatory field and can contain upto 100 characters max\",\n                                \"caption\": \"Caption is optional field and can contain upto 100 characters max\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        }\n                    ],\n                    \"videos\": [\n                        {\n                            \"arrayId\": \"17416c4a-5f63-4b19-bcd7-c9185291d2a0\",\n                            \"content\": \"https://www.youtube.com/watch?v=JtSAXtFu8tQ&t=1s\",\n                            \"thumbnail\": \"https://img.youtube.com/vi/JtSAXtFu8tQ/maxresdefault.jpg\"\n                        },\n                        {\n                            \"arrayId\": \"df21206a-0f8a-4ab1-af9d-aa62a6a8e6a8\",\n                            \"content\": \"https://vimeo.com/159492255\",\n                            \"thumbnail\": \"https://i.vimeocdn.com/video/561252903_1280x720.jpg\"\n                        }\n                    ],\n                    \"serviceCapacity\": {\n                        \"max\": \"4\"\n                    },\n                    \"facilities\": [\n                        \"AIRCON\",\n                        \"BALCONY\",\n                        \"BATH\",\n                        \"FLATTV\",\n                        \"MICROWAVE\",\n                        \"PAYTV\",\n                        \"INTERNETWI\"\n                    ]\n                }\n            ]\n        }\n    }\n]"},"url":{"raw":"http://{{staging}}/api/listings/contributions?apikey={{RTO_key}}","protocol":"http","host":["{{staging}}"],"path":["api","listings","contributions"],"query":[{"key":"apikey","value":"{{RTO_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 13 Apr 2019 23:34:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"5a8d-ElUX9TZR8QiCdBSyfm/vNA\""},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"4c7140369ce292b8-SJC"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"listing\": {\n            \"UID\": \"66d20004-d96f-43ee-8c52-cb57462ce63e\",\n            \"uploadedThroughBulk\": \"true\",\n            \"category\": \"ACCOMM\",\n            \"listingType\": \"accommodation\",\n            \"productNumber\": \"AU0427915\",\n            \"name\": \"Oasis Luxury Lodge - Test\",\n            \"description\": \"Oasis Luxury Lodge offers cottage and lodge style accommodation set amidst 20 acres, only metres from the sheltered waters of Eastern Cove.\\n\\n The cottages accommodate two to five guests and each has a patio overlooking the ocean. Queen size beds are featured throughout. You will find modern cooking facilities, colour televisions and en suites.\\n\\n The lodge accommodates two to four guests with two double beds in each room. All rooms have decks with outdoor settings and barbecues to help you enjoy the peaceful setting.\\n\\n The wharf and boat ramp are just a two minute walk; ideal for fishing. Take advantage of the free fishing advice from local professional fisherman. Fishing charters available.\\n\\n Oasis Luxury Lodge is a six hour drive or 45 minute flight from Adelaide.\",\n            \"physicalAddress\": {\n                \"type\": \"NOORGADDR\",\n                \"addrLine1\": \"116 Page Drive\",\n                \"addrLine2\": \"level 1\",\n                \"city_suburb\": \"Blanchetown\",\n                \"state\": \"SA\",\n                \"postcode\": \"5357\",\n                \"country\": \"Australia\",\n                \"geoCodeLocation\": {\n                    \"latitude\": -34.359795,\n                    \"longitude\": 139.623499\n                },\n                \"isNewListing\": \"false\",\n                \"area\": [\n                    \"Riverland\"\n                ],\n                \"region\": [\n                    \"Riverland\"\n                ]\n            },\n            \"videos\": [\n                {\n                    \"arrayId\": \"f8c1e253-da6e-43ee-868e-6a149d344ecf\",\n                    \"content\": \"https://www.youtube.com/watch?v=JtSAXtFu8tQ&t=1s\",\n                    \"thumbnail\": \"https://img.youtube.com/vi/JtSAXtFu8tQ/maxresdefault.jpg\"\n                },\n                {\n                    \"arrayId\": \"c975742a-82f9-4c03-94e8-c9643f37a319\",\n                    \"content\": \"https://vimeo.com/159492255\",\n                    \"thumbnail\": \"https://i.vimeocdn.com/video/561252903_1280x720.jpg\"\n                }\n            ],\n            \"images\": [\n                \"5cb272069cdcb3bf32a267b4\",\n                \"5cb272069cdcb3bf32a267b3\"\n            ],\n            \"socialExternalReferences\": {\n                \"facebookURL\": \"http://www.facebook.com/OasisHotel\",\n                \"twitterURL\": \"http://www.twitter.com/OasisHotel\",\n                \"appleAppURL\": \"https://itunes.apple.com/au/artist/username/someid\",\n                \"flickerPageURL\": \"https://www.flickr.com/username\",\n                \"foursquareURL\": \"https://foursquare.com/username\",\n                \"googlePlusURL\": \"https://plus.google.com/+username\",\n                \"googlePlayURL\": \"https://play.google.com/store/apps/developer?id=yourID\",\n                \"instagramURL\": \"http://www.instagram.com/OasisHotel\",\n                \"pinterestURL\": \"https://pinterest.com/username\",\n                \"tripAdvisorURL\": \"http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639-Reviews-Opera_Australia-Sydney_New_South_Wales.html\",\n                \"vimeoChannelURL\": \"https://vimeo.com/username\",\n                \"officialBlog\": \"http://www.myblog.com\",\n                \"youtubeChannelURL\": \"http://www.youtube.com/user/OasisHotel\",\n                \"socialMediaHashtags\": [\n                    \"#yourhashtag1\",\n                    \"#yourhashtag2\"\n                ]\n            },\n            \"externalSystemCodes\": [\n                {\n                    \"arrayId\": \"d50cb4a2-3447-4e6f-b40f-332bd5237ed0\",\n                    \"code\": \"NPWS_Product_ID\",\n                    \"desc\": \"123456789\"\n                }\n            ],\n            \"status\": \"PENDING_QA\",\n            \"submittedOn\": \"2019-04-13T23:34:31.720Z\",\n            \"serviceTypes\": [\n                \"BEDBREAKFA\",\n                \"HOTEL\",\n                \"RESORT\"\n            ],\n            \"checkInTime\": \"14:00\",\n            \"checkOutTime\": \"10:00\",\n            \"facilities\": [\n                \"CARPARK\",\n                \"PAYTV\",\n                \"PETALLOW\",\n                \"RESTAURANT\"\n            ],\n            \"starRatingAustralia\": \"3.5\",\n            \"rooms\": 10,\n            \"capacity\": 60,\n            \"rates\": [\n                {\n                    \"arrayId\": \"8e138c95-6b34-482b-9ce2-2373c3946764\",\n                    \"free\": false,\n                    \"priceFrom\": \"150\",\n                    \"priceTo\": \"250\",\n                    \"rateComment\": \"Price includes free breakfast. Extra person rate is $50.00. Contact operator for more details.\"\n                }\n            ],\n            \"ABN\": \"84805669483\",\n            \"alternateNames\": [\n                {\n                    \"arrayId\": \"c9ed8c76-7aae-4261-97c2-eef8dde83721\",\n                    \"name\": \"Oasis Holiday Inn\"\n                },\n                {\n                    \"arrayId\": \"8be19e17-cf41-42d2-9790-71e957caacba\",\n                    \"name\": \"Oasis Luxury Hotel\"\n                }\n            ],\n            \"postalAddress\": {\n                \"type\": \"NOPHYADDR\",\n                \"addrLine1\": \"105 Park Terrace\",\n                \"city_suburb\": \"Bordertown\",\n                \"state\": \"SA\",\n                \"postcode\": \"5268\",\n                \"country\": \"Australia\"\n            },\n            \"productContacts\": {\n                \"primaryTelephoneNumber\": \"0887520922\",\n                \"secondaryTelephoneNumber\": \"0429205601\",\n                \"emailEnquiries\": \"bookings@oasis.com.au\",\n                \"urlEnquiries\": \"www.oasis.com.au\"\n            },\n            \"productBooking\": {\n                \"bookingURL\": \"https://oasis.com/properties/booking\"\n            },\n            \"memberships\": [\n                \"AAA\",\n                \"FAMPARK\",\n                \"TTP\"\n            ],\n            \"accreditations\": [\n                \"AAATECO\",\n                \"AUSHOST\",\n                \"NATTOUR\"\n            ],\n            \"userAccreditations\": [\n                \"AAATECO\",\n                \"AUSHOST\",\n                \"NATTOUR\"\n            ],\n            \"suggestedAccreditations\": [],\n            \"accessibility\": {\n                \"selected\": \"DISTASSIST\"\n            },\n            \"internetAccess\": [\n                \"INTERNETBB\",\n                \"FREEWIFI\",\n                \"PAIDWIFI\"\n            ],\n            \"createdOn\": \"2019-04-13T23:34:28.967Z\",\n            \"updatedOn\": \"2019-04-13T23:34:31.617Z\",\n            \"id\": \"5cb272059cdcb3bf32a267a5\",\n            \"createdBy\": \"5cb26d535cc10d9319b65223\",\n            \"updatedBy\": \"56b1e8face370f9f6da48f60\",\n            \"owningQA\": \"56b1eb9344feca3df2e320c9\",\n            \"owningSTO\": \"56b1eb9344feca3df2e320c9\",\n            \"owningOrganisation\": \"5cb26d525cc10d9319b6521f\",\n            \"submittedBy\": \"56b1e8face370f9f6da48f60\",\n            \"locationIds\": [\n                \"56b1ec0a0cf213ad20dac150\",\n                \"56b1ec0b0cf213ad20dacd06\"\n            ],\n            \"tagsIds\": [],\n            \"services\": [\n                {\n                    \"name\": \"Twin Room\",\n                    \"description\": \"Spacious ensuite room with queen bed and king single bed, flat screen television, refrigerator and microwave.\",\n                    \"UID\": \"99389671-61d2-4baa-815b-2718c5fe718c\",\n                    \"videos\": [\n                        {\n                            \"arrayId\": \"fbf09562-15b5-4dd7-89f6-a9b97ffa3158\",\n                            \"content\": \"https://www.youtube.com/watch?v=JtSAXtFu8tQ&t=1s\",\n                            \"thumbnail\": \"https://img.youtube.com/vi/JtSAXtFu8tQ/maxresdefault.jpg\"\n                        },\n                        {\n                            \"arrayId\": \"9b23f002-78f6-4ba6-b256-b4fc6c8e9f11\",\n                            \"content\": \"https://vimeo.com/159492255\",\n                            \"thumbnail\": \"https://i.vimeocdn.com/video/561252903_1280x720.jpg\"\n                        }\n                    ],\n                    \"images\": [\n                        \"5cb272079cdcb3bf32a267b6\",\n                        \"5cb272069cdcb3bf32a267b2\"\n                    ],\n                    \"sequenceNumber\": 1,\n                    \"category\": \"HOTEL\",\n                    \"serviceCapacity\": {\n                        \"max\": \"2\"\n                    },\n                    \"facilities\": [\n                        \"FLATTV\",\n                        \"PAYTV\"\n                    ],\n                    \"createdOn\": \"2019-04-13T23:34:29.039Z\",\n                    \"updatedOn\": \"2019-04-13T23:34:29.039Z\",\n                    \"id\": \"5cb272059cdcb3bf32a267a8\",\n                    \"listingId\": \"5cb272059cdcb3bf32a267a5\",\n                    \"media\": [\n                        {\n                            \"UID\": \"37e15ba0-5710-49b1-aa74-c36ebe153fa2\",\n                            \"kind\": \"image\",\n                            \"mimeType\": \"image/jpeg\",\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_u8ms417.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                            \"thumbnail\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_u8ms417.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                            \"storagePath\": \"1ac4c461a7fa51315f0ec99cdb7af583_u8ms417.jpeg\",\n                            \"metadata\": {\n                                \"altText\": \"Deluxe ocean view with floor to ceiling windows\",\n                                \"caption\": \"Ocean Views\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\",\n                                \"originalDimensions\": {\n                                    \"width\": \"2048\",\n                                    \"height\": \"1536\"\n                                },\n                                \"aspectRatios\": {\n                                    \"4x3\": {\n                                        \"width\": \"2048\",\n                                        \"height\": 1536,\n                                        \"x\": 0,\n                                        \"y\": 0\n                                    },\n                                    \"16x9\": {\n                                        \"width\": \"2048\",\n                                        \"height\": 1152,\n                                        \"x\": 0,\n                                        \"y\": 192\n                                    }\n                                },\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 2048,\n                                    \"height\": 1536\n                                }\n                            },\n                            \"alternates\": [\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_u8ms417.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 2048,\n                                            \"height\": 1536\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_u8ms417.jpeg?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 1600,\n                                            \"height\": 1200\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_u8ms417.jpeg?rect=0,0,2048,1536&w=800&h=600&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 800,\n                                            \"height\": 600\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_u8ms417.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 280,\n                                            \"height\": 210\n                                        },\n                                        \"classifications\": [\n                                            \"thumbnail\"\n                                        ]\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_u8ms417.jpeg?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 2048,\n                                            \"height\": 1152\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_u8ms417.jpeg?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 1600,\n                                            \"height\": 900\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_u8ms417.jpeg?rect=0,192,2048,1152&w=800&h=450&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 800,\n                                            \"height\": 450\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_u8ms417.jpeg?rect=0,192,2048,1152&w=280&h=158&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 280,\n                                            \"height\": 158\n                                        }\n                                    }\n                                }\n                            ],\n                            \"deleted\": null,\n                            \"createdOn\": \"2019-04-13T23:34:31.158Z\",\n                            \"updatedOn\": \"2019-04-13T23:34:31.158Z\",\n                            \"id\": \"5cb272079cdcb3bf32a267b6\",\n                            \"createdBy\": null,\n                            \"updatedBy\": null,\n                            \"serviceId\": \"5cb272059cdcb3bf32a267a8\",\n                            \"listingId\": null,\n                            \"model\": null,\n                            \"arrayId\": \"492c952f-77ab-4fdf-9bae-d06f3c4f7289\",\n                            \"isNotFoundImage\": false,\n                            \"original\": \"https://assets.sapient-atdw.com.au/media/1ac4c461a7fa51315f0ec99cdb7af583_u8ms417.jpeg\"\n                        },\n                        {\n                            \"UID\": \"8e1de7fe-9b13-4349-917e-e629b8e6542e\",\n                            \"kind\": \"image\",\n                            \"mimeType\": \"image/jpeg\",\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/15f7e9acde8b122bbea19e4983ae0f20_akxbc9l.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                            \"thumbnail\": \"https://assets.sapient-atdw.com.au/images/15f7e9acde8b122bbea19e4983ae0f20_akxbc9l.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                            \"storagePath\": \"15f7e9acde8b122bbea19e4983ae0f20_akxbc9l.jpeg\",\n                            \"metadata\": {\n                                \"altText\": \"Elegant Twin Room with floor to ceiling windows\",\n                                \"caption\": \"Twin Room\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\",\n                                \"originalDimensions\": {\n                                    \"width\": \"2048\",\n                                    \"height\": \"1536\"\n                                },\n                                \"aspectRatios\": {\n                                    \"4x3\": {\n                                        \"width\": \"2048\",\n                                        \"height\": 1536,\n                                        \"x\": 0,\n                                        \"y\": 0\n                                    },\n                                    \"16x9\": {\n                                        \"width\": \"2048\",\n                                        \"height\": 1152,\n                                        \"x\": 0,\n                                        \"y\": 192\n                                    }\n                                },\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 2048,\n                                    \"height\": 1536\n                                }\n                            },\n                            \"alternates\": [\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/15f7e9acde8b122bbea19e4983ae0f20_akxbc9l.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 2048,\n                                            \"height\": 1536\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/15f7e9acde8b122bbea19e4983ae0f20_akxbc9l.jpeg?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 1600,\n                                            \"height\": 1200\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/15f7e9acde8b122bbea19e4983ae0f20_akxbc9l.jpeg?rect=0,0,2048,1536&w=800&h=600&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 800,\n                                            \"height\": 600\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/15f7e9acde8b122bbea19e4983ae0f20_akxbc9l.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 280,\n                                            \"height\": 210\n                                        },\n                                        \"classifications\": [\n                                            \"thumbnail\"\n                                        ]\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/15f7e9acde8b122bbea19e4983ae0f20_akxbc9l.jpeg?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 2048,\n                                            \"height\": 1152\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/15f7e9acde8b122bbea19e4983ae0f20_akxbc9l.jpeg?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 1600,\n                                            \"height\": 900\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/15f7e9acde8b122bbea19e4983ae0f20_akxbc9l.jpeg?rect=0,192,2048,1152&w=800&h=450&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 800,\n                                            \"height\": 450\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/15f7e9acde8b122bbea19e4983ae0f20_akxbc9l.jpeg?rect=0,192,2048,1152&w=280&h=158&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 280,\n                                            \"height\": 158\n                                        }\n                                    }\n                                }\n                            ],\n                            \"deleted\": null,\n                            \"createdOn\": \"2019-04-13T23:34:30.294Z\",\n                            \"updatedOn\": \"2019-04-13T23:34:30.294Z\",\n                            \"id\": \"5cb272069cdcb3bf32a267b2\",\n                            \"createdBy\": null,\n                            \"updatedBy\": null,\n                            \"serviceId\": \"5cb272059cdcb3bf32a267a8\",\n                            \"listingId\": null,\n                            \"model\": null,\n                            \"arrayId\": \"86ab9d35-1809-4504-8fe8-3c361a348dcf\",\n                            \"isNotFoundImage\": false,\n                            \"original\": \"https://assets.sapient-atdw.com.au/media/15f7e9acde8b122bbea19e4983ae0f20_akxbc9l.jpeg\"\n                        }\n                    ]\n                },\n                {\n                    \"name\": \"Deluxe Queen Room\",\n                    \"description\": \"Settle into a contemporary accessible guest room, specially designed for guests that require additional space and amenities. Feel at home with modern amenities including a wall-mounted flat-screen television, a spacious desk, a refrigerator and WiFi (fee applies).\",\n                    \"UID\": \"26ade567-441d-4183-ad74-b08a17122f57\",\n                    \"videos\": [\n                        {\n                            \"arrayId\": \"17416c4a-5f63-4b19-bcd7-c9185291d2a0\",\n                            \"content\": \"https://www.youtube.com/watch?v=JtSAXtFu8tQ&t=1s\",\n                            \"thumbnail\": \"https://img.youtube.com/vi/JtSAXtFu8tQ/maxresdefault.jpg\"\n                        },\n                        {\n                            \"arrayId\": \"df21206a-0f8a-4ab1-af9d-aa62a6a8e6a8\",\n                            \"content\": \"https://vimeo.com/159492255\",\n                            \"thumbnail\": \"https://i.vimeocdn.com/video/561252903_1280x720.jpg\"\n                        }\n                    ],\n                    \"images\": [\n                        \"5cb272069cdcb3bf32a267b5\",\n                        \"5cb272079cdcb3bf32a267b7\"\n                    ],\n                    \"sequenceNumber\": 2,\n                    \"category\": \"RESORT\",\n                    \"serviceCapacity\": {\n                        \"max\": \"4\"\n                    },\n                    \"facilities\": [\n                        \"AIRCON\",\n                        \"BALCONY\",\n                        \"BATH\",\n                        \"FLATTV\",\n                        \"MICROWAVE\",\n                        \"PAYTV\",\n                        \"INTERNETWI\"\n                    ],\n                    \"createdOn\": \"2019-04-13T23:34:29.045Z\",\n                    \"updatedOn\": \"2019-04-13T23:34:29.045Z\",\n                    \"id\": \"5cb272059cdcb3bf32a267a9\",\n                    \"listingId\": \"5cb272059cdcb3bf32a267a5\",\n                    \"media\": [\n                        {\n                            \"UID\": \"33c6d431-1820-4fbe-bcf0-750da9aaa2da\",\n                            \"kind\": \"image\",\n                            \"mimeType\": \"image/jpeg\",\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_w21b4e8.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                            \"thumbnail\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_w21b4e8.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                            \"storagePath\": \"1ac4c461a7fa51315f0ec99cdb7af583_w21b4e8.jpeg\",\n                            \"metadata\": {\n                                \"altText\": \"Deluxe Queen Room with Ocean View\",\n                                \"caption\": \"Deluxe Queen Room\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\",\n                                \"originalDimensions\": {\n                                    \"width\": \"2048\",\n                                    \"height\": \"1536\"\n                                },\n                                \"aspectRatios\": {\n                                    \"4x3\": {\n                                        \"width\": \"2048\",\n                                        \"height\": 1536,\n                                        \"x\": 0,\n                                        \"y\": 0\n                                    },\n                                    \"16x9\": {\n                                        \"width\": \"2048\",\n                                        \"height\": 1152,\n                                        \"x\": 0,\n                                        \"y\": 192\n                                    }\n                                },\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 2048,\n                                    \"height\": 1536\n                                }\n                            },\n                            \"alternates\": [\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_w21b4e8.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 2048,\n                                            \"height\": 1536\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_w21b4e8.jpeg?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 1600,\n                                            \"height\": 1200\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_w21b4e8.jpeg?rect=0,0,2048,1536&w=800&h=600&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 800,\n                                            \"height\": 600\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_w21b4e8.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 280,\n                                            \"height\": 210\n                                        },\n                                        \"classifications\": [\n                                            \"thumbnail\"\n                                        ]\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_w21b4e8.jpeg?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 2048,\n                                            \"height\": 1152\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_w21b4e8.jpeg?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 1600,\n                                            \"height\": 900\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_w21b4e8.jpeg?rect=0,192,2048,1152&w=800&h=450&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 800,\n                                            \"height\": 450\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_w21b4e8.jpeg?rect=0,192,2048,1152&w=280&h=158&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 280,\n                                            \"height\": 158\n                                        }\n                                    }\n                                }\n                            ],\n                            \"deleted\": null,\n                            \"createdOn\": \"2019-04-13T23:34:30.721Z\",\n                            \"updatedOn\": \"2019-04-13T23:34:30.721Z\",\n                            \"id\": \"5cb272069cdcb3bf32a267b5\",\n                            \"createdBy\": null,\n                            \"updatedBy\": null,\n                            \"serviceId\": \"5cb272059cdcb3bf32a267a9\",\n                            \"listingId\": null,\n                            \"model\": null,\n                            \"arrayId\": \"944d99b3-e24e-43ee-8608-62eae3e102b8\",\n                            \"isNotFoundImage\": false,\n                            \"original\": \"https://assets.sapient-atdw.com.au/media/1ac4c461a7fa51315f0ec99cdb7af583_w21b4e8.jpeg\"\n                        },\n                        {\n                            \"UID\": \"74813331-54d7-4d1c-b4a8-b0f75525a280\",\n                            \"kind\": \"image\",\n                            \"mimeType\": \"image/png\",\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/2048x1536_qxgsuru.2048x1536?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                            \"thumbnail\": \"https://assets.sapient-atdw.com.au/images/2048x1536_qxgsuru.2048x1536?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                            \"storagePath\": \"2048x1536_qxgsuru.2048x1536\",\n                            \"metadata\": {\n                                \"altText\": \"Alt Text is mandatory field and can contain upto 100 characters max\",\n                                \"caption\": \"Caption is optional field and can contain upto 100 characters max\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\",\n                                \"originalDimensions\": {\n                                    \"width\": \"2048\",\n                                    \"height\": \"1536\"\n                                },\n                                \"aspectRatios\": {\n                                    \"4x3\": {\n                                        \"width\": \"2048\",\n                                        \"height\": 1536,\n                                        \"x\": 0,\n                                        \"y\": 0\n                                    },\n                                    \"16x9\": {\n                                        \"width\": \"2048\",\n                                        \"height\": 1152,\n                                        \"x\": 0,\n                                        \"y\": 192\n                                    }\n                                },\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 2048,\n                                    \"height\": 1536\n                                }\n                            },\n                            \"alternates\": [\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/2048x1536_qxgsuru.2048x1536?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 2048,\n                                            \"height\": 1536\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/2048x1536_qxgsuru.2048x1536?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 1600,\n                                            \"height\": 1200\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/2048x1536_qxgsuru.2048x1536?rect=0,0,2048,1536&w=800&h=600&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 800,\n                                            \"height\": 600\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/2048x1536_qxgsuru.2048x1536?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 280,\n                                            \"height\": 210\n                                        },\n                                        \"classifications\": [\n                                            \"thumbnail\"\n                                        ]\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/2048x1536_qxgsuru.2048x1536?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 2048,\n                                            \"height\": 1152\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/2048x1536_qxgsuru.2048x1536?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 1600,\n                                            \"height\": 900\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/2048x1536_qxgsuru.2048x1536?rect=0,192,2048,1152&w=800&h=450&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 800,\n                                            \"height\": 450\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.sapient-atdw.com.au/images/2048x1536_qxgsuru.2048x1536?rect=0,192,2048,1152&w=280&h=158&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 280,\n                                            \"height\": 158\n                                        }\n                                    }\n                                }\n                            ],\n                            \"deleted\": null,\n                            \"createdOn\": \"2019-04-13T23:34:31.184Z\",\n                            \"updatedOn\": \"2019-04-13T23:34:31.184Z\",\n                            \"id\": \"5cb272079cdcb3bf32a267b7\",\n                            \"createdBy\": null,\n                            \"updatedBy\": null,\n                            \"serviceId\": \"5cb272059cdcb3bf32a267a9\",\n                            \"listingId\": null,\n                            \"model\": null,\n                            \"arrayId\": \"27b5f77a-31c0-4fa7-9426-9d3087fc5d91\",\n                            \"isNotFoundImage\": false,\n                            \"original\": \"https://assets.sapient-atdw.com.au/media/2048x1536_qxgsuru.2048x1536\"\n                        }\n                    ]\n                }\n            ],\n            \"media\": [\n                {\n                    \"UID\": \"e37e79ac-4b82-4bcd-a418-4f799fd5fe0f\",\n                    \"kind\": \"image\",\n                    \"mimeType\": \"image/jpeg\",\n                    \"content\": \"https://assets.sapient-atdw.com.au/images/ef03017b3d89f193efbeb9dc04dc462f_9su3y4d.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                    \"thumbnail\": \"https://assets.sapient-atdw.com.au/images/ef03017b3d89f193efbeb9dc04dc462f_9su3y4d.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                    \"storagePath\": \"ef03017b3d89f193efbeb9dc04dc462f_9su3y4d.jpeg\",\n                    \"metadata\": {\n                        \"altText\": \"Boasting uninterrupted views of the Coral Sea, and a stunning natural setting amidst landscaped trop\",\n                        \"caption\": \"Oasis Hotel\",\n                        \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                        \"photographer\": \"David Brabyn\",\n                        \"originalDimensions\": {\n                            \"width\": \"2048\",\n                            \"height\": \"1536\"\n                        },\n                        \"aspectRatios\": {\n                            \"4x3\": {\n                                \"width\": \"2048\",\n                                \"height\": 1536,\n                                \"x\": 0,\n                                \"y\": 0\n                            },\n                            \"16x9\": {\n                                \"width\": \"2048\",\n                                \"height\": 1152,\n                                \"x\": 0,\n                                \"y\": 192\n                            }\n                        },\n                        \"ratio\": \"4x3\",\n                        \"dimen\": {\n                            \"width\": 2048,\n                            \"height\": 1536\n                        }\n                    },\n                    \"alternates\": [\n                        {\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/ef03017b3d89f193efbeb9dc04dc462f_9su3y4d.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 2048,\n                                    \"height\": 1536\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/ef03017b3d89f193efbeb9dc04dc462f_9su3y4d.jpeg?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 1600,\n                                    \"height\": 1200\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/ef03017b3d89f193efbeb9dc04dc462f_9su3y4d.jpeg?rect=0,0,2048,1536&w=800&h=600&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 800,\n                                    \"height\": 600\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/ef03017b3d89f193efbeb9dc04dc462f_9su3y4d.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 280,\n                                    \"height\": 210\n                                },\n                                \"classifications\": [\n                                    \"thumbnail\"\n                                ]\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/ef03017b3d89f193efbeb9dc04dc462f_9su3y4d.jpeg?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"16x9\",\n                                \"dimen\": {\n                                    \"width\": 2048,\n                                    \"height\": 1152\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/ef03017b3d89f193efbeb9dc04dc462f_9su3y4d.jpeg?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"16x9\",\n                                \"dimen\": {\n                                    \"width\": 1600,\n                                    \"height\": 900\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/ef03017b3d89f193efbeb9dc04dc462f_9su3y4d.jpeg?rect=0,192,2048,1152&w=800&h=450&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"16x9\",\n                                \"dimen\": {\n                                    \"width\": 800,\n                                    \"height\": 450\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/ef03017b3d89f193efbeb9dc04dc462f_9su3y4d.jpeg?rect=0,192,2048,1152&w=280&h=158&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"16x9\",\n                                \"dimen\": {\n                                    \"width\": 280,\n                                    \"height\": 158\n                                }\n                            }\n                        }\n                    ],\n                    \"deleted\": false,\n                    \"createdOn\": \"2019-04-13T23:34:30.562Z\",\n                    \"updatedOn\": \"2019-04-13T23:34:30.562Z\",\n                    \"id\": \"5cb272069cdcb3bf32a267b4\",\n                    \"createdBy\": null,\n                    \"updatedBy\": null,\n                    \"serviceId\": null,\n                    \"listingId\": \"5cb272059cdcb3bf32a267a5\",\n                    \"model\": null,\n                    \"arrayId\": \"0039b1a9-5710-478e-b1ab-fe27937d3d57\",\n                    \"legacy\": \"true\",\n                    \"isNotFoundImage\": false,\n                    \"original\": \"https://assets.sapient-atdw.com.au/media/ef03017b3d89f193efbeb9dc04dc462f_9su3y4d.jpeg\"\n                },\n                {\n                    \"UID\": \"cad27f76-d56f-44b1-92c9-86b81bc45f1e\",\n                    \"kind\": \"image\",\n                    \"mimeType\": \"image/jpeg\",\n                    \"content\": \"https://assets.sapient-atdw.com.au/images/04a36e6c7fd22f03178df3c2763f439d_sqde21l.jpeg?rect=0,0,800,600&w=800&h=600&rot=360\",\n                    \"thumbnail\": \"https://assets.sapient-atdw.com.au/images/04a36e6c7fd22f03178df3c2763f439d_sqde21l.jpeg?rect=0,0,800,600&w=280&h=210&rot=360\",\n                    \"storagePath\": \"04a36e6c7fd22f03178df3c2763f439d_sqde21l.jpeg\",\n                    \"metadata\": {\n                        \"altText\": \"Relax in this stylish hotel lobby overlooking beautifully landscaped tropical gardens\",\n                        \"caption\": \"Oasis Hotel\",\n                        \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                        \"photographer\": \"David Brabyn\",\n                        \"originalDimensions\": {\n                            \"width\": \"800\",\n                            \"height\": \"600\"\n                        },\n                        \"aspectRatios\": {\n                            \"4x3\": {\n                                \"width\": \"800\",\n                                \"height\": 600,\n                                \"x\": 0,\n                                \"y\": 0\n                            },\n                            \"16x9\": {\n                                \"width\": \"800\",\n                                \"height\": 450,\n                                \"x\": 0,\n                                \"y\": 75\n                            }\n                        },\n                        \"ratio\": \"4x3\",\n                        \"dimen\": {\n                            \"width\": 800,\n                            \"height\": 600\n                        }\n                    },\n                    \"alternates\": [\n                        {\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/04a36e6c7fd22f03178df3c2763f439d_sqde21l.jpeg?rect=0,0,800,600&w=800&h=600&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 800,\n                                    \"height\": 600\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/04a36e6c7fd22f03178df3c2763f439d_sqde21l.jpeg?rect=0,0,800,600&w=280&h=210&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 280,\n                                    \"height\": 210\n                                },\n                                \"classifications\": [\n                                    \"thumbnail\"\n                                ]\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/04a36e6c7fd22f03178df3c2763f439d_sqde21l.jpeg?rect=0,75,800,450&w=800&h=450&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"16x9\",\n                                \"dimen\": {\n                                    \"width\": 800,\n                                    \"height\": 450\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.sapient-atdw.com.au/images/04a36e6c7fd22f03178df3c2763f439d_sqde21l.jpeg?rect=0,75,800,450&w=280&h=158&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"16x9\",\n                                \"dimen\": {\n                                    \"width\": 280,\n                                    \"height\": 158\n                                }\n                            }\n                        }\n                    ],\n                    \"deleted\": false,\n                    \"createdOn\": \"2019-04-13T23:34:30.437Z\",\n                    \"updatedOn\": \"2019-04-13T23:34:30.437Z\",\n                    \"id\": \"5cb272069cdcb3bf32a267b3\",\n                    \"createdBy\": null,\n                    \"updatedBy\": null,\n                    \"serviceId\": null,\n                    \"listingId\": \"5cb272059cdcb3bf32a267a5\",\n                    \"model\": null,\n                    \"arrayId\": \"5658eda8-9dd0-4e66-836a-fa20f893a791\",\n                    \"legacy\": \"true\",\n                    \"isNotFoundImage\": false,\n                    \"original\": \"https://assets.sapient-atdw.com.au/media/04a36e6c7fd22f03178df3c2763f439d_sqde21l.jpeg\"\n                }\n            ]\n        },\n        \"action\": \"SUBMITTED_FOR_REVIEW\",\n        \"status\": 200\n    }\n]"}],"_postman_id":"026ec431-743c-2070-f430-7ad2ed06824b"},{"name":"Attraction","id":"4a8b3852-9205-7bc8-84ec-9ecaa80fd531","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"UID\": \"fe105195-3e86-4a3c-aafd-c256fed2de81\",\n            \"category\": \"ATTRACTION\",\n            \"name\": \"AirZone\",\n            \"description\": \"AirZone is 1500 square metres of indoor fun. Jam-packed with inflatable jumping castles, obstacle courses and challenges for the whole family. Children five years and under even have a dedicated zone, complete with a large ball pit.\\n\\n Air Zone is suitable for the whole family, not just kids. They love to see parents having fun with the kids.\\n\\n Your session lasts for two hours, and you can play on the inflatables as many times as you like during your session. Their inflatable supervisors will be there to ensure you and your family are safe, everyone gets a fair go on the equipment and everyone has a great day. No booking required for general entry.\",\n            \"ABN\": \"84805669483\",\n            \"alternateNames\": [\n                {\n                    \"arrayId\": \"def8b1ca-9b2d-43d4-b0a6-1e98fd440f76\",\n                    \"name\": \"Air Zone Amusement\"\n                },\n                {\n                    \"arrayId\": \"eb353f13-dbba-42b9-9ee9-f7293562617a\",\n                    \"name\": \"AirZone Inflatable World\"\n                }\n            ],\n            \"serviceTypes\": [\n                \"AMUSETHEME\",\n                \"ENTERTAIN\",\n                \"SPORTREC\"\n            ],\n            \"physicalAddress\": {\n                \"type\": \"NOORGADDR\",\n                \"addrLine1\": \"26 Nagle Street\",\n                \"addrLine2\": \"level 1\",\n                \"city_suburb\": \"Wagga Wagga\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2650\",\n                \"country\": \"Australia\",\n                \"geoCodeLocation\": {\n                    \"latitude\": -34.359795,\n                    \"longitude\": 139.623499\n                }\n            },\n            \"postalAddress\": {\n                \"type\": \"NOTREQUIRED\"\n            },\n            \"productContacts\": {\n                \"primaryTelephoneNumber\": \"0247262728\",\n                \"secondaryTelephoneNumber\": \"0429205601\",\n                \"emailEnquiries\": \"enquiries@airzone.com.au\",\n                \"urlEnquiries\": \"http://www.airzone.com.au\"\n            },\n            \"productBooking\": {\n                \"bookingURL\": \"https://www.airzone.com.au/booking\"\n            },\n            \"accessibility\": {\n                \"selected\": \"NOASSIST\"\n            },\n            \"media\": [\n                {\n                    \"arrayId\": \"d8c4130a-4b06-40b7-b12e-42787fa6dda3\",\n                    \"content\": \"https://assets.atdw-online.com.au/images/8280ddebd18d1b051480bfa5b4458d84.jpeg?rect=373,0,5973,4480&w=2048&h=1536\",\n                    \"metadata\": {\n                        \"altText\": \"AirZone, Wagga Wagga\",\n                        \"caption\": \"AirZone, Wagga Wagga\",\n                        \"copyright\": \"AirZone\",\n                        \"photographer\": \"AirZone\"\n                    }\n                },\n                {\n                    \"arrayId\": \"d8c4130a-4b06-40b7-b12e-42787fa6dda3\",\n                    \"content\": \"https://assets.atdw-online.com.au/images/8fd11bec7ba70da9ec8b377bf3cf55d6.jpeg?rect=373,0,5973,4480&w=2048&h=1536\",\n                    \"metadata\": {\n                        \"altText\": \"AirZone, Wagga Wagga\",\n                        \"caption\": \"AirZone, Wagga Wagga\",\n                        \"copyright\": \"AirZone\",\n                        \"photographer\": \"AirZone\"\n                    }\n                },\n                {\n                    \"arrayId\": \"d8c4130a-4b06-40b7-b12e-42787fa6dda3\",\n                    \"kind\": \"docs\",\n                    \"content\": \"https://assets.sapient-atdw.com.au/media/cc7b0a8b826ce78d565b597978d18557.pdf\",\n                    \"name\": \"sample_attraction_map.pdf\"\n                }\n            ],\n            \"videos\": [\n                {\n                    \"arrayId\": \"38fa7598-429a-4e2a-af30-3667f16250cd\",\n                    \"content\": \"https://www.youtube.com/watch?v=iDHh2IjWAco\",\n                    \"thumbnail\": \"https://img.youtube.com/vi/iDHh2IjWAco/maxresdefault.jpg\"\n                },\n                {\n                    \"arrayId\": \"41e47dd5-1435-498c-8e1e-5e9899d9cea3\",\n                    \"content\": \"https://vimeo.com/159492255\",\n                    \"thumbnail\": \"https://i.vimeocdn.com/video/561252903_1280x720.jpg\"\n                }\n            ],\n            \"rates\": [\n                {\n                    \"arrayId\": \"13c5d559-aeab-4b19-9673-d5b54f8592cd\",\n                    \"ratesType\": \"ADULT\",\n                    \"free\": false,\n                    \"priceFrom\": \"35\",\n                    \"priceTo\": \"99\",\n                    \"rateComment\": \"Contact operator for more information\"\n                },\n                {\n                    \"arrayId\": \"13c5d559-aeab-4b19-9673-d5b54f8592cd\",\n                    \"ratesType\": \"CHILD\",\n                    \"free\": false,\n                    \"priceFrom\": \"15\",\n                    \"priceTo\": \"35\",\n                    \"rateComment\": \"Contact operator for more information\"\n                }\n            ],\n            \"openingTime\": {\n                \"type\": \"SPECIFIC\",\n                \"seasonalPeriods\": [\n                    {\n                        \"arrayId\": \"0462e0b6-263b-4019-994c-675ff7de8c4e\",\n                        \"openStatus\": [\n                            {\n                                \"arrayId\": \"64aff03d-ea60-4fc8-9c1b-dcb67a04cc67\",\n                                \"dayOfWeek\": \"MON\",\n                                \"isClosed\": false,\n                                \"openingTime\": \"10:00\",\n                                \"closingTime\": \"22:00\"\n                            },\n                            {\n                                \"arrayId\": \"205c7746-2627-4d7d-ba35-cbd918f6220e\",\n                                \"dayOfWeek\": \"TUE\",\n                                \"isClosed\": false,\n                                \"openingTime\": \"10:00\",\n                                \"closingTime\": \"22:00\"\n                            },\n                            {\n                                \"arrayId\": \"5fdb7ffa-92a7-4a36-8601-e9da0f94bc53\",\n                                \"dayOfWeek\": \"WED\",\n                                \"isClosed\": false,\n                                \"openingTime\": \"10:00\",\n                                \"closingTime\": \"22:00\"\n                            },\n                            {\n                                \"arrayId\": \"574ac932-7866-4060-93db-02820fdfe250\",\n                                \"dayOfWeek\": \"THU\",\n                                \"isClosed\": false,\n                                \"openingTime\": \"10:00\",\n                                \"closingTime\": \"22:00\"\n                            },\n                            {\n                                \"arrayId\": \"8737134e-d9b8-4bc3-9ffe-20a2eadaf1eb\",\n                                \"dayOfWeek\": \"FRI\",\n                                \"isClosed\": false,\n                                \"openingTime\": \"10:00\",\n                                \"closingTime\": \"22:00\"\n                            },\n                            {\n                                \"arrayId\": \"eb2e0d96-9b6a-453c-8ae7-d3db7774e63f\",\n                                \"dayOfWeek\": \"SAT\",\n                                \"isClosed\": false,\n                                \"openingTime\": \"10:00\",\n                                \"closingTime\": \"17:00\"\n                            },\n                            {\n                                \"arrayId\": \"eab7b6be-71a2-4dfb-8f8e-68ed3974a9fb\",\n                                \"dayOfWeek\": \"SUN\",\n                                \"isClosed\": true\n                            }\n                        ]\n                    }\n                ],\n                \"exceptions\": {\n                    \"type\": \"SINGLE\",\n                    \"periods\": [\n                        {\n                            \"arrayId\": \"e281651b-7a73-4406-83a8-f5e8eac8b97c\",\n                            \"openStatus\": [\n                                {\n                                    \"arrayId\": \"b4bf4eaf-bf26-4fde-b74d-2f399af63c56\",\n                                    \"singleDayExceptionOn\": \"25/12/2019\",\n                                    \"isClosed\": true\n                                }\n                            ]\n                        }\n                    ]\n                }\n            },\n            \"internetAccess\": [\n                \"PAIDWIFI\"\n            ],\n            \"facilities\": [\n                \"CARPARK\",\n                \"FAMLYFREND\"\n            ],\n            \"memberships\": [\n                \"ABTA\",\n                \"CMCA\",\n                \"NATRUST\",\n                \"EAA\",\n                \"WAITOC\"\n            ],\n            \"userAccreditations\": [\n                \"CRAP\",\n                \"CAP\",\n                \"ECOTOUR\",\n                \"GREENGLOBE\",\n                \"NATTOUR\",\n                \"NATEST\",\n                \"VICNA\"\n            ],\n            \"socialExternalReferences\": {\n                \"appleAppURL\": \"https://itunes.apple.com/au/artist/username/someid\",\n                \"facebookURL\": \"http://www.facebook.com/OperaAustralia\",\n                \"flickerPageURL\": \"https://www.flickr.com/username\",\n                \"foursquareURL\": \"https://foursquare.com/username\",\n                \"googlePlayURL\": \"https://play.google.com/store/apps/developer?id=yourID\",\n                \"instagramURL\": \"http://www.instagram.com/operaaustralia\",\n                \"pinterestURL\": \"https://pinterest.com/username\",\n                \"twitterURL\": \"http://www.twitter.com/OperaAustralia\",\n                \"tripAdvisorURL\": \"http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639-Reviews-Opera_Australia-Sydney_New_South_Wales.html\",\n                \"vimeoChannelURL\": \"https://vimeo.com/username\",\n                \"weChatURL\": \"yourWechatID\",\n                \"weiboURL\": \"http://www.weibo.com/username\",\n                \"officialBlog\": \"http://www.myblog.com\",\n                \"youtubeChannelURL\": \"http://www.youtube.com/user/operaaustralia\",\n                \"socialMediaHashtags\": [\n                    \"#yourhashtag1\",\n                    \"#yourhashtag2\"\n                ]\n            },\n            \"deals\": {\n                \"dealsAndOffers\": [\n                    {\n                        \"arrayId\": \"09d41060-9d4f-45de-ba7b-e24ed1203507\",\n                        \"dealType\": \"DISCOUNT\",\n                        \"name\": \"50% Discount\",\n                        \"description\": \"Early bird booking fee of 50% discounted rate applies if booked before 31st Dec\",\n                        \"validityStartDate\": \"06/12/2019\",\n                        \"validityEndDate\": \"07/12/2019\",\n                        \"termsAndConditions\": \"See website for terms and conditions.\",\n                        \"dealURL\": \"https://www.sampledeals.com.au/test/discount\"\n                    },\n                    {\n                        \"arrayId\": \"cb35ff4e-c818-4865-a766-201838260a39\",\n                        \"dealType\": \"SPECIALRATE\",\n                        \"name\": \"Special Rate\",\n                        \"description\": \"Limited special rate offer exclusive to members only\",\n                        \"termsAndConditions\": \"Must present the membership card upon arrival\",\n                        \"validityStartDate\": \"07/12/2019\",\n                        \"validityEndDate\": \"08/12/2019\",\n                        \"dealURL\": \"www.sampledeals.com.au/test/specialrate\"\n                    },\n                    {\n                        \"arrayId\": \"3834bbe0-8814-4308-a89a-2451679f8181\",\n                        \"dealType\": \"PACKAGE\",\n                        \"name\": \"Package\",\n                        \"description\": \"Book early to avail this package offer\",\n                        \"termsAndConditions\": \"See website for terms and conditions\",\n                        \"validityStartDate\": \"08/12/2019\",\n                        \"validityEndDate\": \"12/12/2019\"\n                    }\n                ]\n            },\n            \"externalSystemCodes\": [\n                {\n                    \"arrayId\": \"529db418-4c06-4f20-98dd-f586c370e9dd\",\n                    \"code\": \"NPWS_Product_ID\",\n                    \"desc\": \"123456789\"\n                }\n            ]\n        }\n    }\n]"},"url":"https://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<h4 id=\"category-description\">Category description:</h4>\n<p>Attractions must be places/areas of interest that offer a distinct visitor experience to the leisure tourist.</p>\n","urlObject":{"protocol":"https","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[{"id":"80201908-d756-4012-846c-3243c3da0e6f","name":"Attraction","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"[{\r\n\t\"listing\": {\r\n\t\t\"category\": \"ATTRACTION\",\r\n\t\t\"name\": \"AirZone\",\r\n\t\t\"description\": \"AirZone is 1500 square metres of indoor fun. Jam-packed with inflatable jumping castles, obstacle courses and challenges for the whole family. Children five years and under even have a dedicated zone, complete with a large ball pit.\\n\\n Air Zone is suitable for the whole family, not just kids. They love to see parents having fun with the kids.\\n\\n Your session lasts for two hours, and you can play on the inflatables as many times as you like during your session. Their inflatable supervisors will be there to ensure you and your family are safe, everyone gets a fair go on the equipment and everyone has a great day. No booking required for general entry.\",\r\n\t\t\"ABN\": \"84805669483\",\r\n\t\t\"alternateNames\": [{\r\n\t\t\t\"name\": \"Air Zone Amusement\"\r\n\t\t}, {\r\n\t\t\t\"name\": \"AirZone Inflatable World\"\r\n\t\t}],\r\n\t\t\"serviceTypes\": [\"AMUSETHEME\", \"ENTERTAIN\", \"SPORTREC\"],\r\n\t\t\"physicalAddress\": {\r\n\t\t\t\"type\": \"NOORGADDR\",\r\n\t\t\t\"addrLine1\": \"26 Nagle Street\",\r\n\t\t\t\"addrLine2\": \"level 1\",\r\n\t\t\t\"city_suburb\": \"Wagga Wagga\",\r\n\t\t\t\"state\": \"NSW\",\r\n\t\t\t\"country\": \"Australia\",\r\n\t\t\t\"postcode\": \"2650\",\r\n\t\t\t\"isNewListing\": \"false\"\r\n\t\t},\r\n\t\t\"postalAddress\": {\r\n\t\t\t\"type\": \"NOTREQUIRED\"\r\n\t\t},\r\n\t\t\"productContacts\": {\r\n\t\t\t\"primaryTelephoneNumber\": \"0247262728\",\r\n\t\t\t\"secondaryTelephoneNumber\": \"0429205601\",\r\n\t\t\t\"emailEnquiries\": \"enquiries@airzone.com.au\",\r\n\t\t\t\"urlEnquiries\": \"http://www.airzone.com.au\"\r\n\t\t},\r\n\t\t\"productBooking\": {\r\n\t\t\t\"bookingURL\": \"https://www.airzone.com.au/booking\"\r\n\t\t},\r\n\t\t\"accessibility\": {\r\n\t\t\t\"selected\": \"NOASSIST\"\r\n\t\t},\r\n\t\t\"media\": [{\r\n\t\t\t\"content\": \"https://assets.atdw-online.com.au/images/8280ddebd18d1b051480bfa5b4458d84.jpeg?rect=373,0,5973,4480&w=2048&h=1536\",\r\n\t\t\t\"metadata\": {\r\n\t\t\t\t\"altText\": \"AirZone, Wagga Wagga\",\r\n\t\t\t\t\"caption\": \"AirZone, Wagga Wagga\",\r\n\t\t\t\t\"copyright\": \"AirZone\",\r\n\t\t\t\t\"photographer\": \"AirZone\"\r\n\t\t\t}\r\n\t\t}, {\r\n\t\t\t\"content\": \"https://assets.atdw-online.com.au/images/8fd11bec7ba70da9ec8b377bf3cf55d6.jpeg?rect=373,0,5973,4480&w=2048&h=1536\",\r\n\t\t\t\"metadata\": {\r\n\t\t\t\t\"altText\": \"AirZone, Wagga Wagga\",\r\n\t\t\t\t\"caption\": \"AirZone, Wagga Wagga\",\r\n\t\t\t\t\"copyright\": \"AirZone\",\r\n\t\t\t\t\"photographer\": \"AirZone\"\r\n\t\t\t}\r\n\t\t}, {\r\n\t\t\t\"content\": \"https://assets.atdw-online.com.au/images/d7334e793f9c6dd82c733b0f61c1fd8a.jpeg?rect=373,0,5973,4480&w=2048&h=1536\",\r\n\t\t\t\"metadata\": {\r\n\t\t\t\t\"altText\": \"AirZone, Wagga Wagga\",\r\n\t\t\t\t\"caption\": \"AirZone, Wagga Wagga\",\r\n\t\t\t\t\"copyright\": \"AirZone\",\r\n\t\t\t\t\"photographer\": \"AirZone\"\r\n\t\t\t}\r\n\t\t}, {\r\n\t\t\t\"content\": \"https://assets.atdw-online.com.au/images/258417bd91cdd679c62504d4f2b9a008.jpeg?rect=373,0,5973,4480&w=2048&h=1536\",\r\n\t\t\t\"metadata\": {\r\n\t\t\t\t\"altText\": \"AirZone, Wagga Wagga\",\r\n\t\t\t\t\"caption\": \"AirZone, Wagga Wagga\",\r\n\t\t\t\t\"copyright\": \"AirZone\",\r\n\t\t\t\t\"photographer\": \"AirZone\"\r\n\t\t\t}\r\n\t\t}, {\r\n\t\t\t\"content\": \"https://assets.atdw-online.com.au/images/dfcfbe87c56f266620e5c94bdf847816.jpeg?rect=373,0,5973,4480&w=2048&h=1536\",\r\n\t\t\t\"metadata\": {\r\n\t\t\t\t\"altText\": \"AirZone, Wagga Wagga\",\r\n\t\t\t\t\"caption\": \"AirZone, Wagga Wagga\",\r\n\t\t\t\t\"copyright\": \"AirZone\",\r\n\t\t\t\t\"photographer\": \"AirZone\"\r\n\t\t\t}\r\n\t\t}],\r\n\t\t\"videos\": [{\r\n\t\t\t\"content\": \"https://www.youtube.com/watch?v=iDHh2IjWAco\"\r\n\t\t}, {\r\n\t\t\t\"content\": \"https://vimeo.com/159492255\"\r\n\t\t}],\r\n\t\t\"rates\": [{\r\n\t\t\t\"ratesType\": \"ADULT\",\r\n\t\t\t\"free\": false,\r\n\t\t\t\"priceFrom\": \"35\",\r\n\t\t\t\"priceTo\": \"99\",\r\n\t\t\t\"rateComment\": \"Contact operator for more information\"\r\n\t\t}, {\r\n\t\t\t\"ratesType\": \"CHILD\",\r\n\t\t\t\"free\": false,\r\n\t\t\t\"priceFrom\": \"15\",\r\n\t\t\t\"priceTo\": \"35\",\r\n\t\t\t\"rateComment\": \"Contact operator for more information\"\r\n\t\t}],\r\n\t\t\"openingTime\": {\r\n\t\t\t\"type\": \"SPECIFIC\",\r\n\t\t\t\"seasonalPeriods\": [{\r\n\t\t\t\t\"openStatus\": [{\r\n\t\t\t\t\t\"dayOfWeek\": \"MON\",\r\n\t\t\t\t\t\"openingTime\": \"10:00\",\r\n\t\t\t\t\t\"closingTime\": \"22:00\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"dayOfWeek\": \"TUE\",\r\n\t\t\t\t\t\"openingTime\": \"10:00\",\r\n\t\t\t\t\t\"closingTime\": \"22:00\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"dayOfWeek\": \"WED\",\r\n\t\t\t\t\t\"openingTime\": \"10:00\",\r\n\t\t\t\t\t\"closingTime\": \"22:00\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"dayOfWeek\": \"THU\",\r\n\t\t\t\t\t\"openingTime\": \"10:00\",\r\n\t\t\t\t\t\"closingTime\": \"22:00\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"dayOfWeek\": \"FRI\",\r\n\t\t\t\t\t\"openingTime\": \"10:00\",\r\n\t\t\t\t\t\"closingTime\": \"22:00\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"dayOfWeek\": \"SAT\",\r\n\t\t\t\t\t\"openingTime\": \"10:00\",\r\n\t\t\t\t\t\"closingTime\": \"17:00\"\r\n\t\t\t\t}, {\r\n\t\t\t\t\t\"dayOfWeek\": \"SUN\",\r\n\t\t\t\t\t\"isClosed\": true,\r\n\t\t\t\t\t\"openingTime\": \"\",\r\n\t\t\t\t\t\"closingTime\": \"\"\r\n\t\t\t\t}]\r\n\t\t\t}],\r\n\t\t\t\"exceptions\": {\r\n\t\t\t\t\"type\": \"SINGLE\",\r\n\t\t\t\t\"periods\": [{\r\n\t\t\t\t\t\"openStatus\": [{\r\n\t\t\t\t\t\t\"singleDayExceptionOn\": \"25/12/2018\",\r\n\t\t\t\t\t\t\"isClosed\": true,\r\n\t\t\t\t\t\t\"openingTime\": \"\",\r\n\t\t\t\t\t\t\"closingTime\": \"\"\r\n\t\t\t\t\t}]\r\n\t\t\t\t}]\r\n\t\t\t}\r\n\t\t},\r\n\t\t\"internetAccess\": [\"PAIDWIFI\"],\r\n\t\t\"facilities\": [\"CARPARK\", \"FAMLYFREND\"],\r\n\t\t\"memberships\": [\"ABTA\", \"CMCA\", \"NATRUST\", \"EAA\", \"WAITOC\"],\r\n\t\t\"userAccreditations\": [\"CRAP\", \"CAP\", \"ECOTOUR\", \"GREENGLOBE\", \"NATTOUR\", \"NATEST\", \"VICNA\"],\r\n\t\t\"socialExternalReferences\": {\r\n\t\t\t\"facebookURL\": \"http://www.facebook.com/airzonewagga\"\r\n\t\t},\r\n\t\t\"externalSystemCodes\": [{\r\n\t\t\t\"code\": \"External_System_ID\",\r\n\t\t\t\"desc\": \"123456789\"\r\n\t\t}]\r\n\t}\r\n}]"},"url":{"raw":"http://{{staging}}/api/listings/contributions?apikey={{admin_key}}","protocol":"http","host":["{{staging}}"],"path":["api","listings","contributions"],"query":[{"key":"apikey","value":"{{admin_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"CF-RAY","value":"45d13aaf6795a2cc-HKG","name":"CF-RAY","description":"Custom 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":"Thu, 20 Sep 2018 03:33:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"4759-ubK/jNwONmECYsVk1HZQ1A\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"cloudflare","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":"Origin, Accept-Encoding","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-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Fri Apr 19 2019 04:52:14 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"sapient-atdw.com.au","path":"/","secure":false,"value":"df81f563e70b7cdc7b4d1939858517b2f1524113534","key":"__cfduid"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"atlas.sapient-atdw.com.au","path":"/","secure":false,"value":"!0T4zGQmAoo7uvpIEwyRke/zj8vgWxvU0LVucLE9M2akN6AUQn4R5vRZcao0nywb6xyr2V0ZK7h3b","key":"b1pi"}],"responseTime":null,"body":"[{\"listing\":{\"UID\":\"16e3179d-28ab-48e3-86a5-565f0db0617e\",\"uploadedThroughBulk\":\"true\",\"category\":\"ATTRACTION\",\"listingType\":\"attraction\",\"productNumber\":\"AU0165742\",\"name\":\"AirZone\",\"description\":\"AirZone is 1500 square metres of indoor fun. Jam-packed with inflatable jumping castles, obstacle courses and challenges for the whole family. Children five years and under even have a dedicated zone, complete with a large ball pit.\\n\\n Air Zone is suitable for the whole family, not just kids. They love to see parents having fun with the kids.\\n\\n Your session lasts for two hours, and you can play on the inflatables as many times as you like during your session. Their inflatable supervisors will be there to ensure you and your family are safe, everyone gets a fair go on the equipment and everyone has a great day. No booking required for general entry.\",\"physicalAddress\":{\"type\":\"NOORGADDR\",\"addrLine1\":\"26 Nagle Street\",\"addrLine2\":\"level 1\",\"city_suburb\":\"Wagga Wagga\",\"state\":\"NSW\",\"country\":\"Australia\",\"postcode\":\"2650\",\"isNewListing\":\"false\",\"area\":[\"Wagga Wagga & Riverina\"],\"region\":[\"Country NSW\"]},\"videos\":[{\"content\":\"https://www.youtube.com/watch?v=iDHh2IjWAco\"},{\"content\":\"https://vimeo.com/159492255\"}],\"images\":[\"5ba314f9e66dfaeb4783e37c\",\"5ba314fae66dfaeb4783e37e\",\"5ba314f9e66dfaeb4783e37b\",\"5ba314f9e66dfaeb4783e37a\",\"5ba314f9e66dfaeb4783e37d\"],\"socialExternalReferences\":{\"facebookURL\":\"http://www.facebook.com/airzonewagga\"},\"externalSystemCodes\":[{\"code\":\"Extenel_System_ID\",\"desc\":\"123456789\"}],\"status\":\"ACTIVE\",\"publishedExpiringOn\":\"2019-09-20T00:00:00.000Z\",\"submittedOn\":\"2018-09-20T03:33:14.521Z\",\"firstPublishedOn\":\"2018-09-20T03:33:14.458Z\",\"publishedOn\":\"2018-09-20T03:33:14.458Z\",\"approvedOn\":\"2018-09-20T03:33:14.458Z\",\"reviewedOn\":\"2018-09-20T03:33:14.458Z\",\"serviceTypes\":[\"AMUSETHEME\",\"ENTERTAIN\",\"SPORTREC\"],\"facilities\":[\"CARPARK\",\"FAMLYFREND\"],\"rates\":[{\"ratesType\":\"ADULT\",\"free\":false,\"priceFrom\":\"35\",\"priceTo\":\"99\",\"rateComment\":\"Contact operator for more information\"},{\"ratesType\":\"CHILD\",\"free\":false,\"priceFrom\":\"15\",\"priceTo\":\"35\",\"rateComment\":\"Contact operator for more information\"}],\"ABN\":\"84805669483\",\"alternateNames\":[{\"name\":\"Air Zone Amusement\"},{\"name\":\"AirZone Inflatable World\"}],\"postalAddress\":{\"type\":\"NOTREQUIRED\"},\"productContacts\":{\"primaryTelephoneNumber\":\"0247262728\",\"secondaryTelephoneNumber\":\"0429205601\",\"emailEnquiries\":\"enquiries@airzone.com.au\",\"urlEnquiries\":\"http://www.airzone.com.au\"},\"productBooking\":{\"bookingURL\":\"https://www.airzone.com.au/booking\"},\"memberships\":[\"ABTA\",\"CMCA\",\"NATRUST\",\"EAA\",\"WAITOC\"],\"accreditations\":[\"CRAP\",\"CAP\",\"ECOTOUR\",\"GREENGLOBE\",\"NATTOUR\",\"NATEST\",\"VICNA\"],\"userAccreditations\":[\"CRAP\",\"CAP\",\"ECOTOUR\",\"GREENGLOBE\",\"NATTOUR\",\"NATEST\",\"VICNA\"],\"suggestedAccreditations\":[],\"accessibility\":{\"selected\":\"NOASSIST\"},\"internetAccess\":[\"PAIDWIFI\"],\"openingTime\":{\"type\":\"SPECIFIC\",\"seasonalPeriods\":[{\"openStatus\":[{\"dayOfWeek\":\"MON\",\"openingTime\":\"10:00\",\"closingTime\":\"22:00\"},{\"dayOfWeek\":\"TUE\",\"openingTime\":\"10:00\",\"closingTime\":\"22:00\"},{\"dayOfWeek\":\"WED\",\"openingTime\":\"10:00\",\"closingTime\":\"22:00\"},{\"dayOfWeek\":\"THU\",\"openingTime\":\"10:00\",\"closingTime\":\"22:00\"},{\"dayOfWeek\":\"FRI\",\"openingTime\":\"10:00\",\"closingTime\":\"22:00\"},{\"dayOfWeek\":\"SAT\",\"openingTime\":\"10:00\",\"closingTime\":\"17:00\"},{\"dayOfWeek\":\"SUN\",\"isClosed\":true,\"openingTime\":\"\",\"closingTime\":\"\"}]}],\"exceptions\":{\"type\":\"SINGLE\",\"periods\":[{\"openStatus\":[{\"singleDayExceptionOn\":\"25/12/2018\",\"isClosed\":true,\"openingTime\":\"\",\"closingTime\":\"\"}]}]}},\"createdOn\":\"2018-09-20T03:33:12.894Z\",\"updatedOn\":\"2018-09-20T03:33:14.275Z\",\"id\":\"5ba314f8e66dfaeb4783e375\",\"createdBy\":\"56b1ec0e0cf213ad20db22e4\",\"updatedBy\":\"56b1e8face370f9f6da48f60\",\"owningQA\":\"56b1eb9344feca3df2e320c8\",\"owningSTO\":\"56b1eb9344feca3df2e320c8\",\"owningOrganisation\":\"56b1eb9344feca3df2e320c7\",\"reviewedBy\":\"56b1e8face370f9f6da48f60\",\"approvedBy\":\"56b1e8face370f9f6da48f60\",\"submittedBy\":\"56b1e8face370f9f6da48f60\",\"locationIds\":[\"56b1ed720cf213ad20db7951\",\"56b1ed740cf213ad20dba2a1\"],\"tagsIds\":[],\"media\":[{\"UID\":\"ca1cd44c-ad68-4ad7-83a7-2fc181701f03\",\"kind\":\"image\",\"mimeType\":\"image/jpeg\",\"content\":\"https://assets.sapient-atdw.com.au/images/8280ddebd18d1b051480bfa5b4458d84_ad3y29p.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"thumbnail\":\"https://assets.sapient-atdw.com.au/images/8280ddebd18d1b051480bfa5b4458d84_ad3y29p.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"storagePath\":\"8280ddebd18d1b051480bfa5b4458d84_ad3y29p.jpeg\",\"metadata\":{\"altText\":\"AirZone, Wagga Wagga\",\"caption\":\"AirZone, Wagga Wagga\",\"copyright\":\"AirZone\",\"photographer\":\"AirZone\",\"originalDimensions\":{\"width\":\"2048\",\"height\":\"1536\"},\"aspectRatios\":{\"4x3\":{\"width\":\"2048\",\"height\":1536,\"x\":0,\"y\":0},\"16x9\":{\"width\":\"2048\",\"height\":1152,\"x\":0,\"y\":192}},\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}},\"alternates\":[{\"content\":\"https://assets.sapient-atdw.com.au/images/8280ddebd18d1b051480bfa5b4458d84_ad3y29p.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8280ddebd18d1b051480bfa5b4458d84_ad3y29p.jpeg?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":1600,\"height\":1200}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8280ddebd18d1b051480bfa5b4458d84_ad3y29p.jpeg?rect=0,0,2048,1536&w=800&h=600&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":800,\"height\":600}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8280ddebd18d1b051480bfa5b4458d84_ad3y29p.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":280,\"height\":210},\"classifications\":[\"thumbnail\"]}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8280ddebd18d1b051480bfa5b4458d84_ad3y29p.jpeg?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":2048,\"height\":1152}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8280ddebd18d1b051480bfa5b4458d84_ad3y29p.jpeg?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":1600,\"height\":900}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8280ddebd18d1b051480bfa5b4458d84_ad3y29p.jpeg?rect=0,192,2048,1152&w=800&h=450&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":800,\"height\":450}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8280ddebd18d1b051480bfa5b4458d84_ad3y29p.jpeg?rect=0,192,2048,1152&w=280&h=158&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":280,\"height\":158}}}],\"deleted\":false,\"createdOn\":\"2018-09-20T03:33:13.627Z\",\"updatedOn\":\"2018-09-20T03:33:13.627Z\",\"id\":\"5ba314f9e66dfaeb4783e37c\",\"createdBy\":null,\"updatedBy\":null,\"serviceId\":null,\"listingId\":\"5ba314f8e66dfaeb4783e375\",\"model\":null,\"isNotFoundImage\":false,\"original\":\"https://assets.sapient-atdw.com.au/media/8280ddebd18d1b051480bfa5b4458d84_ad3y29p.jpeg\"},{\"UID\":\"cd6c36c7-4de7-4356-8401-a077e7e2211d\",\"kind\":\"image\",\"mimeType\":\"image/jpeg\",\"content\":\"https://assets.sapient-atdw.com.au/images/8fd11bec7ba70da9ec8b377bf3cf55d6_3isgzf1.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"thumbnail\":\"https://assets.sapient-atdw.com.au/images/8fd11bec7ba70da9ec8b377bf3cf55d6_3isgzf1.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"storagePath\":\"8fd11bec7ba70da9ec8b377bf3cf55d6_3isgzf1.jpeg\",\"metadata\":{\"altText\":\"AirZone, Wagga Wagga\",\"caption\":\"AirZone, Wagga Wagga\",\"copyright\":\"AirZone\",\"photographer\":\"AirZone\",\"originalDimensions\":{\"width\":\"2048\",\"height\":\"1536\"},\"aspectRatios\":{\"4x3\":{\"width\":\"2048\",\"height\":1536,\"x\":0,\"y\":0},\"16x9\":{\"width\":\"2048\",\"height\":1152,\"x\":0,\"y\":192}},\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}},\"alternates\":[{\"content\":\"https://assets.sapient-atdw.com.au/images/8fd11bec7ba70da9ec8b377bf3cf55d6_3isgzf1.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8fd11bec7ba70da9ec8b377bf3cf55d6_3isgzf1.jpeg?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":1600,\"height\":1200}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8fd11bec7ba70da9ec8b377bf3cf55d6_3isgzf1.jpeg?rect=0,0,2048,1536&w=800&h=600&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":800,\"height\":600}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8fd11bec7ba70da9ec8b377bf3cf55d6_3isgzf1.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":280,\"height\":210},\"classifications\":[\"thumbnail\"]}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8fd11bec7ba70da9ec8b377bf3cf55d6_3isgzf1.jpeg?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":2048,\"height\":1152}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8fd11bec7ba70da9ec8b377bf3cf55d6_3isgzf1.jpeg?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":1600,\"height\":900}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8fd11bec7ba70da9ec8b377bf3cf55d6_3isgzf1.jpeg?rect=0,192,2048,1152&w=800&h=450&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":800,\"height\":450}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/8fd11bec7ba70da9ec8b377bf3cf55d6_3isgzf1.jpeg?rect=0,192,2048,1152&w=280&h=158&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":280,\"height\":158}}}],\"deleted\":false,\"createdOn\":\"2018-09-20T03:33:14.092Z\",\"updatedOn\":\"2018-09-20T03:33:14.092Z\",\"id\":\"5ba314fae66dfaeb4783e37e\",\"createdBy\":null,\"updatedBy\":null,\"serviceId\":null,\"listingId\":\"5ba314f8e66dfaeb4783e375\",\"model\":null,\"isNotFoundImage\":false,\"original\":\"https://assets.sapient-atdw.com.au/media/8fd11bec7ba70da9ec8b377bf3cf55d6_3isgzf1.jpeg\"},{\"UID\":\"03af4a10-8475-42ea-861a-479a8ba45eb1\",\"kind\":\"image\",\"mimeType\":\"image/jpeg\",\"content\":\"https://assets.sapient-atdw.com.au/images/d7334e793f9c6dd82c733b0f61c1fd8a_y4daui0.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"thumbnail\":\"https://assets.sapient-atdw.com.au/images/d7334e793f9c6dd82c733b0f61c1fd8a_y4daui0.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"storagePath\":\"d7334e793f9c6dd82c733b0f61c1fd8a_y4daui0.jpeg\",\"metadata\":{\"altText\":\"AirZone, Wagga Wagga\",\"caption\":\"AirZone, Wagga Wagga\",\"copyright\":\"AirZone\",\"photographer\":\"AirZone\",\"originalDimensions\":{\"width\":\"2048\",\"height\":\"1536\"},\"aspectRatios\":{\"4x3\":{\"width\":\"2048\",\"height\":1536,\"x\":0,\"y\":0},\"16x9\":{\"width\":\"2048\",\"height\":1152,\"x\":0,\"y\":192}},\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}},\"alternates\":[{\"content\":\"https://assets.sapient-atdw.com.au/images/d7334e793f9c6dd82c733b0f61c1fd8a_y4daui0.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/d7334e793f9c6dd82c733b0f61c1fd8a_y4daui0.jpeg?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":1600,\"height\":1200}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/d7334e793f9c6dd82c733b0f61c1fd8a_y4daui0.jpeg?rect=0,0,2048,1536&w=800&h=600&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":800,\"height\":600}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/d7334e793f9c6dd82c733b0f61c1fd8a_y4daui0.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":280,\"height\":210},\"classifications\":[\"thumbnail\"]}},{\"content\":\"https://assets.sapient-atdw.com.au/images/d7334e793f9c6dd82c733b0f61c1fd8a_y4daui0.jpeg?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":2048,\"height\":1152}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/d7334e793f9c6dd82c733b0f61c1fd8a_y4daui0.jpeg?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":1600,\"height\":900}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/d7334e793f9c6dd82c733b0f61c1fd8a_y4daui0.jpeg?rect=0,192,2048,1152&w=800&h=450&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":800,\"height\":450}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/d7334e793f9c6dd82c733b0f61c1fd8a_y4daui0.jpeg?rect=0,192,2048,1152&w=280&h=158&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":280,\"height\":158}}}],\"deleted\":false,\"createdOn\":\"2018-09-20T03:33:13.604Z\",\"updatedOn\":\"2018-09-20T03:33:13.604Z\",\"id\":\"5ba314f9e66dfaeb4783e37b\",\"createdBy\":null,\"updatedBy\":null,\"serviceId\":null,\"listingId\":\"5ba314f8e66dfaeb4783e375\",\"model\":null,\"isNotFoundImage\":false,\"original\":\"https://assets.sapient-atdw.com.au/media/d7334e793f9c6dd82c733b0f61c1fd8a_y4daui0.jpeg\"},{\"UID\":\"6d3ae8c5-71d6-4a59-a92f-9f7b8dc531a1\",\"kind\":\"image\",\"mimeType\":\"image/jpeg\",\"content\":\"https://assets.sapient-atdw.com.au/images/258417bd91cdd679c62504d4f2b9a008_cvdr41a.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"thumbnail\":\"https://assets.sapient-atdw.com.au/images/258417bd91cdd679c62504d4f2b9a008_cvdr41a.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"storagePath\":\"258417bd91cdd679c62504d4f2b9a008_cvdr41a.jpeg\",\"metadata\":{\"altText\":\"AirZone, Wagga Wagga\",\"caption\":\"AirZone, Wagga Wagga\",\"copyright\":\"AirZone\",\"photographer\":\"AirZone\",\"originalDimensions\":{\"width\":\"2048\",\"height\":\"1536\"},\"aspectRatios\":{\"4x3\":{\"width\":\"2048\",\"height\":1536,\"x\":0,\"y\":0},\"16x9\":{\"width\":\"2048\",\"height\":1152,\"x\":0,\"y\":192}},\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}},\"alternates\":[{\"content\":\"https://assets.sapient-atdw.com.au/images/258417bd91cdd679c62504d4f2b9a008_cvdr41a.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/258417bd91cdd679c62504d4f2b9a008_cvdr41a.jpeg?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":1600,\"height\":1200}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/258417bd91cdd679c62504d4f2b9a008_cvdr41a.jpeg?rect=0,0,2048,1536&w=800&h=600&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":800,\"height\":600}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/258417bd91cdd679c62504d4f2b9a008_cvdr41a.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":280,\"height\":210},\"classifications\":[\"thumbnail\"]}},{\"content\":\"https://assets.sapient-atdw.com.au/images/258417bd91cdd679c62504d4f2b9a008_cvdr41a.jpeg?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":2048,\"height\":1152}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/258417bd91cdd679c62504d4f2b9a008_cvdr41a.jpeg?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":1600,\"height\":900}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/258417bd91cdd679c62504d4f2b9a008_cvdr41a.jpeg?rect=0,192,2048,1152&w=800&h=450&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":800,\"height\":450}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/258417bd91cdd679c62504d4f2b9a008_cvdr41a.jpeg?rect=0,192,2048,1152&w=280&h=158&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":280,\"height\":158}}}],\"deleted\":false,\"createdOn\":\"2018-09-20T03:33:13.587Z\",\"updatedOn\":\"2018-09-20T03:33:13.587Z\",\"id\":\"5ba314f9e66dfaeb4783e37a\",\"createdBy\":null,\"updatedBy\":null,\"serviceId\":null,\"listingId\":\"5ba314f8e66dfaeb4783e375\",\"model\":null,\"isNotFoundImage\":false,\"original\":\"https://assets.sapient-atdw.com.au/media/258417bd91cdd679c62504d4f2b9a008_cvdr41a.jpeg\"},{\"UID\":\"2db6747a-773b-4cc5-b4ea-b23f7a1acc1e\",\"kind\":\"image\",\"mimeType\":\"image/jpeg\",\"content\":\"https://assets.sapient-atdw.com.au/images/dfcfbe87c56f266620e5c94bdf847816_86vcr9b.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"thumbnail\":\"https://assets.sapient-atdw.com.au/images/dfcfbe87c56f266620e5c94bdf847816_86vcr9b.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"storagePath\":\"dfcfbe87c56f266620e5c94bdf847816_86vcr9b.jpeg\",\"metadata\":{\"altText\":\"AirZone, Wagga Wagga\",\"caption\":\"AirZone, Wagga Wagga\",\"copyright\":\"AirZone\",\"photographer\":\"AirZone\",\"originalDimensions\":{\"width\":\"2048\",\"height\":\"1536\"},\"aspectRatios\":{\"4x3\":{\"width\":\"2048\",\"height\":1536,\"x\":0,\"y\":0},\"16x9\":{\"width\":\"2048\",\"height\":1152,\"x\":0,\"y\":192}},\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}},\"alternates\":[{\"content\":\"https://assets.sapient-atdw.com.au/images/dfcfbe87c56f266620e5c94bdf847816_86vcr9b.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/dfcfbe87c56f266620e5c94bdf847816_86vcr9b.jpeg?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":1600,\"height\":1200}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/dfcfbe87c56f266620e5c94bdf847816_86vcr9b.jpeg?rect=0,0,2048,1536&w=800&h=600&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":800,\"height\":600}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/dfcfbe87c56f266620e5c94bdf847816_86vcr9b.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":280,\"height\":210},\"classifications\":[\"thumbnail\"]}},{\"content\":\"https://assets.sapient-atdw.com.au/images/dfcfbe87c56f266620e5c94bdf847816_86vcr9b.jpeg?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":2048,\"height\":1152}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/dfcfbe87c56f266620e5c94bdf847816_86vcr9b.jpeg?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":1600,\"height\":900}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/dfcfbe87c56f266620e5c94bdf847816_86vcr9b.jpeg?rect=0,192,2048,1152&w=800&h=450&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":800,\"height\":450}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/dfcfbe87c56f266620e5c94bdf847816_86vcr9b.jpeg?rect=0,192,2048,1152&w=280&h=158&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":280,\"height\":158}}}],\"deleted\":false,\"createdOn\":\"2018-09-20T03:33:13.807Z\",\"updatedOn\":\"2018-09-20T03:33:13.807Z\",\"id\":\"5ba314f9e66dfaeb4783e37d\",\"createdBy\":null,\"updatedBy\":null,\"serviceId\":null,\"listingId\":\"5ba314f8e66dfaeb4783e375\",\"model\":null,\"isNotFoundImage\":false,\"original\":\"https://assets.sapient-atdw.com.au/media/dfcfbe87c56f266620e5c94bdf847816_86vcr9b.jpeg\"}],\"isPublished\":\"true\"},\"action\":\"PUBLISHED\",\"status\":200}]"}],"_postman_id":"4a8b3852-9205-7bc8-84ec-9ecaa80fd531"},{"name":"Event","id":"4a4f538c-1692-d79d-9ec0-943f6038dd53","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"UID\": \"3f3ee143-2977-4ad1-8d1f-6ef6e6b13370\",\n            \"category\": \"EVENT\",\n            \"name\": \"Aida - Opera at the Sydney Opera House\",\n            \"description\": \"No trip to Sydney is complete without a visit to its most famous building. And the best thing to do when you visit the Sydney Opera House is to come inside and see a performance.\\n\\n Aida is a story about a royal love triangle spanning two nations at war.  Their new production features high-tech, projected sets so tangible, it's hard to believe they are just light and shadow.\\n\\n See it if you like: Historic epics like Ben Hur, spectacular costumes, technical wizardry.\\n\\nSung in Italian with English surtitles.\",\n            \"ABN\": \"26000755153\",\n            \"alternateNames\": [\n                {\n                    \"arrayId\": \"79b8a1d1-4de9-4d20-9539-e71debc4aca1\",\n                    \"name\": \"Aida\"\n                },\n                {\n                    \"arrayId\": \"4dc6ddc9-05f5-4d5e-9ca6-e26eda5ed13e\",\n                    \"name\": \"Opera Australia\"\n                }\n            ],\n            \"serviceTypes\": [\n                \"PERFORMANC\",\n                \"EVTCLASS\"\n            ],\n            \"venue\": [\n                {\n                    \"venueName\": \"Sydney Opera House\",\n                    \"venueLocation\": {\n                        \"type\": \"NOORGADDR\",\n                        \"addrLine1\": \"Sydney Opera House\",\n                        \"addrLine2\": \"Level 1\",\n                        \"city_suburb\": \"Sydney\",\n                        \"state\": \"NSW\",\n                        \"postcode\": \"2000\",\n                        \"country\": \"Australia\",\n                        \"geoCodeLocation\": {\n                            \"latitude\": -33.8708464,\n                            \"longitude\": 151.20732999999996\n                        }\n                    }\n                }\n            ],\n            \"physicalAddress\": {\n                \"type\": \"NOORGADDR\"\n            },\n            \"productContacts\": {\n                \"primaryTelephoneNumber\": \"0293188200\",\n                \"secondaryTelephoneNumber\": \"1800222333\",\n                \"emailEnquiries\": \"ticketing@opera.org.au\",\n                \"urlEnquiries\": \"https://opera.org.au/\"\n            },\n            \"productBooking\": {\n                \"bookingURL\": \"https://opera.org.au/booking\"\n            },\n            \"eventFrequency\": \"ONCE ONLY\",\n            \"eventDateTime\": [\n                {\n                    \"arrayId\": \"224ea3a2-3289-430f-b285-938c747eee26\",\n                    \"date\": \"01/10/2020\",\n                    \"startTime\": \"10:00\",\n                    \"endTime\": \"15:00\"\n                },\n                {\n                    \"arrayId\": \"79e82421-f363-42af-b6a1-2a76072f3af8\",\n                    \"date\": \"15/10/2020\",\n                    \"startTime\": \"11:00\",\n                    \"endTime\": \"14:00\"\n                },\n                {\n                    \"arrayId\": \"cf14d88a-93ef-41ab-9f41-4875a5126596\",\n                    \"date\": \"15/10/2020\",\n                    \"startTime\": \"17:00\",\n                    \"endTime\": \"20:00\"\n                }\n            ],\n            \"isConfirmed\": true,\n            \"accessibility\": {\n                \"selected\": \"DISASSIST\",\n                \"attributes\": [\n                    \"ACCESSSTND\",\n                    \"ADVTOURGUIDE\"\n                ],\n                \"attributeBlocks\": {\n                    \"AMBULANT\": {\n                        \"selected\": true\n                    },\n                    \"COMMUNICATION\": {\n                        \"selected\": true\n                    },\n                    \"VISIONIMPAIR\": {\n                        \"selected\": true\n                    },\n                    \"HEARIMPAIR\": {\n                        \"selected\": true\n                    },\n                    \"WHEELCHAIR\": {\n                        \"selected\": true\n                    },\n                    \"HIGHSUPPORT\": {\n                        \"selected\": true\n                    },\n                    \"ALERGYINTOLRNCE\": {\n                        \"selected\": true\n                    },\n                    \"ACCESSINCLSTMNT\": {\n                        \"selected\": true,\n                        \"ACCESSURL\": \"www.opera.org.au/special-needs\"\n                    }\n                }\n            },\n            \"media\": [\n                {\n                    \"content\": \"http://fpoimg.com/2048x1536\",\n                    \"metadata\": {\n                        \"altText\": \"Alt Text is mandatory field and can contain upto 100 characters max\",\n                        \"caption\": \"Caption is optional field and can contain upto 100 characters max\",\n                        \"copyright\": \"Copyright is optional field and can contain upto 100 characters max\",\n                        \"photographer\": \"Photographer is optional field and can contain upto 100 characters max\"\n                    }\n                },\n                {\n                    \"content\": \"http://fpoimg.com/2048x1536\",\n                    \"metadata\": {\n                        \"altText\": \"Alt Text is mandatory field and can contain upto 100 characters max\",\n                        \"caption\": \"Caption is optional field and can contain upto 100 characters max\",\n                        \"copyright\": \"Copyright is optional field and can contain upto 100 characters max\",\n                        \"photographer\": \"Photographer is optional field and can contain upto 100 characters max\"\n                    }\n                }\n            ],\n            \"videos\": [\n                {\n                    \"arrayId\": \"ace0b5b1-3be8-46f7-9a3f-a606bf8f8661\",\n                    \"content\": \"https://www.youtube.com/watch?v=LpgoeCpxU1M\"\n                },\n                {\n                    \"arrayId\": \"cde6e585-38fd-44b7-b9f8-1a3436701dad\",\n                    \"content\": \"https://vimeo.com/scientifantastic/goldcoast\"\n                }\n            ],\n            \"isEventFree\": false,\n            \"rates\": [\n                {\n                    \"arrayId\": \"ef62dfac-cd47-4ea4-b078-b84ff2b36eaa\",\n                    \"name\": \"ADULT\",\n                    \"priceFrom\": \"50\",\n                    \"priceTo\": \"300\",\n                    \"rateComment\": \"Booking fees may apply\"\n                },\n                {\n                    \"arrayId\": \"488c6641-f7b3-4b41-9b2e-19e9b535da9b\",\n                    \"name\": \"CHILD\",\n                    \"priceFrom\": \"50\",\n                    \"priceTo\": \"300\",\n                    \"rateComment\": \"Booking fees may apply\"\n                },\n                {\n                    \"arrayId\": \"30ea1e45-b1e6-4fd7-9497-cd9dcaa8742a\",\n                    \"name\": \"FAMILY\",\n                    \"priceFrom\": \"50\",\n                    \"priceTo\": \"300\",\n                    \"rateComment\": \"Booking fees may apply\"\n                }\n            ],\n            \"internetAccess\": [\n                \"FREEWIFI\"\n            ],\n            \"facilities\": [\n                \"BAR\",\n                \"CAFE\",\n                \"CARPARK\",\n                \"NSMOKESTAB\",\n                \"RESTAURANT\",\n                \"SHOP\"\n            ],\n            \"memberships\": [\n                \"AACB\",\n                \"ICCA\",\n                \"NATRUST\",\n                \"QTIC\",\n                \"WAITOC\"\n            ],\n            \"userAccreditations\": [\n                \"ATAP\",\n                \"CAI\",\n                \"NATRUST\",\n                \"NATTOUR\"\n            ],\n            \"socialExternalReferences\": {\n                \"appleAppURL\": \"https://itunes.apple.com/au/artist/username/someid\",\n                \"facebookURL\": \"http://www.facebook.com/OperaAustralia\",\n                \"flickerPageURL\": \"https://www.flickr.com/username\",\n                \"foursquareURL\": \"https://foursquare.com/username\",\n                \"googlePlayURL\": \"https://play.google.com/store/apps/developer?id=yourID\",\n                \"instagramURL\": \"http://www.instagram.com/operaaustralia\",\n                \"pinterestURL\": \"https://pinterest.com/username\",\n                \"twitterURL\": \"http://www.twitter.com/OperaAustralia\",\n                \"tripAdvisorURL\": \"http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639-Reviews-Opera_Australia-Sydney_New_South_Wales.html\",\n                \"vimeoChannelURL\": \"https://vimeo.com/username\",\n                \"weChatURL\": \"yourWechatID\",\n                \"weiboURL\": \"http://www.weibo.com/username\",\n                \"officialBlog\": \"http://www.myblog.com\",\n                \"youtubeChannelURL\": \"http://www.youtube.com/user/operaaustralia\",\n                \"socialMediaHashtags\": [\n                    \"#yourhashtag1\",\n                    \"#yourhashtag2\"\n                ]\n            },\n            \"deals\": {\n                \"dealsAndOffers\": [\n                    {\n                        \"arrayId\": \"676aa153-58f1-4ed7-a75a-165698028c4d\",\n                        \"dealType\": \"DISCOUNT\",\n                        \"name\": \"Earlybird special 2020\",\n                        \"description\": \"Earlybirds 2020 - Stay 3 nights & save 20% off for travel up until 18th Sept 2020. T & C Applies.  Selected dates in March, May & June 2020 & 30% off.\",\n                        \"validityStartDate\": \"01/05/2020\",\n                        \"validityEndDate\": \"30/06/2020\",\n                        \"termsAndConditions\": \"Earlybirds 2020 - Stay 3 nights & save 20% off for travel up until 18th Sept 2020. T & C Applies.  Selected dates in March, May & June 2020 & 30% off.\",\n                        \"dealURL\": \"https://www.bookings.boardwalkresort.com.au/Earlybirds\"\n                    },\n                    {\n                        \"arrayId\": \"b88f94b1-d4a5-4f68-8046-b78b6c1fd269\",\n                        \"dealType\": \"BONUSOFFER\",\n                        \"name\": \"Low Season Saver\",\n                        \"description\": \"Stay 4 Pay 3 mid week rate during low season.   February is a great time to visit Noosa, the crowds have left and the weather is perfect.\",\n                        \"validityStartDate\": \"01/06/2020\",\n                        \"validityEndDate\": \"31/07/2020\",\n                        \"termsAndConditions\": \"Bookings must be made online - see their Mid Week Saver MWS Room Rate.\",\n                        \"dealURL\": \"www.therisenoosa.com.au/book\"\n                    },\n                    {\n                        \"arrayId\": \"b84350c3-ba9f-4445-8739-b1dfd2808b73\",\n                        \"dealType\": \"PACKAGE\",\n                        \"name\": \"Re-opening Special Package Price\",\n                        \"description\": \"The Odd gecko is now re-opened and fully renovated. Our special offer is for any room at $150 per room per night instead of $180.\",\n                        \"validityStartDate\": \"05/06/2020\",\n                        \"validityEndDate\": \"30/07/2020\",\n                        \"termsAndConditions\": \"no minimum stay required. includes full breakfast\",\n                        \"dealURL\": \"www.myspecialdeals.com.au/go-gecko\"\n                    }\n                ]\n            },\n            \"externalSystemCodes\": [\n                {\n                    \"arrayId\": \"81ec9b8b-37df-468a-b6a6-922cf9bd9799\",\n                    \"code\": \"EVENTFINDA_ID\",\n                    \"desc\": \"123456789\"\n                }\n            ]\n        }\n    }\n]"},"url":"https://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<h4 id=\"category-description\">Category description:</h4>\n<p>Events must have a leisure tourism focus with the best potential to stimulate visitation.</p>\n","urlObject":{"protocol":"https","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[{"id":"db42d30d-006f-4e7b-892f-1d041fcf2418","name":"Event","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"[{\r\n\t\"listing\": {\r\n\t\t\"category\": \"EVENT\",\r\n\t\t\"name\": \"Aida - Opera at the Sydney Opera House\",\r\n\t\t\"description\": \"No trip to Sydney is complete without a visit to its most famous building. And the best thing to do when you visit the Sydney Opera House is to come inside and see a performance.\\n\\n Aida is a story about a royal love triangle spanning two nations at war.  Their new production features high-tech, projected sets so tangible, it's hard to believe they are just light and shadow.\\n\\n See it if you like: Historic epics like Ben Hur, spectacular costumes, technical wizardry.\\n\\nSung in Italian with English surtitles.\",\r\n\t\t\"ABN\": \"26000755153\",\r\n\t\t\"alternateNames\": [{\r\n\t\t\t\"name\": \"Aida\"\r\n\t\t}, {\r\n\t\t\t\"name\": \"Opera Australia\"\r\n\t\t}],\r\n\t\t\"serviceTypes\": [\"PERFORMANC\", \"EVTCLASS\"],\r\n\t\t\"venue\": [{\r\n\t\t\t\"venueName\": \"Sydney Opera House\",\r\n\t\t\t\"venueLocation\": {\r\n\t\t\t\t\"type\": \"NOORGADDR\",\r\n\t\t\t\t\"addrLine1\": \"Sydney Opera House\",\r\n\t\t\t\t\"addrLine2\": \"Level 1\",\r\n\t\t\t\t\"city_suburb\": \"Sydney\",\r\n\t\t\t\t\"state\": \"NSW\",\r\n\t\t\t\t\"postcode\": \"2000\",\r\n\t\t\t\t\"country\": \"Australia\",\r\n\t\t\t\t\"geoCodeLocation\": {\r\n\t\t\t\t\t\"latitude\": -33.8708464,\r\n\t\t\t\t\t\"longitude\": 151.20732999999996\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}],\r\n\t\t\"physicalAddress\": {\r\n    \t\t\"type\": \"NOORGADDR\"\r\n    \t},\r\n\t\t\"productContacts\": {\r\n\t\t\t\"primaryTelephoneNumber\": \"0293188200\",\r\n\t\t\t\"secondaryTelephoneNumber\": \"1800222333\",\r\n\t\t\t\"emailEnquiries\": \"ticketing@opera.org.au\",\r\n\t\t\t\"urlEnquiries\": \"https://opera.org.au/\"\r\n\t\t},\r\n\t\t\"productBooking\": {\r\n\t\t\t\"bookingURL\": \"https://opera.org.au/booking\"\r\n\t\t},\r\n\t\t\"eventFrequency\": \"ONCE ONLY\",\r\n\t\t\"eventDateTime\": [{\r\n\t\t\t\"date\": \"01/10/2018\",\r\n\t\t\t\"startTime\": \"10:00\",\r\n\t\t\t\"endTime\": \"15:00\"\r\n\t\t}, {\r\n\t\t\t\"date\": \"15/10/2018\",\r\n\t\t\t\"startTime\": \"11:00\",\r\n\t\t\t\"endTime\": \"14:00\"\r\n\t\t}, {\r\n\t\t\t\"date\": \"15/10/2018\",\r\n\t\t\t\"startTime\": \"17:00\",\r\n\t\t\t\"endTime\": \"20:00\"\r\n\t\t}],\r\n\t\t\"isConfirmed\": true,\r\n\t\t\"accessibility\": {\r\n\t\t\t\"selected\": \"DISASSIST\",\r\n\t\t\t\"attributes\": [\"ACCESSSTND\", \"ADVTOURGUIDE\"],\r\n\t\t\t\"attributeBlocks\": {\r\n\t\t\t\t\"AMBULANT\": {\r\n\t\t\t\t\t\"selected\": true\r\n\t\t\t\t},\r\n\t\t\t\t\"COMMUNICATION\": {\r\n\t\t\t\t\t\"selected\": true\r\n\t\t\t\t},\r\n\t\t\t\t\"VISIONIMPAIR\": {\r\n\t\t\t\t\t\"selected\": true\r\n\t\t\t\t},\r\n\t\t\t\t\"HEARIMPAIR\": {\r\n\t\t\t\t\t\"selected\": true\r\n\t\t\t\t},\r\n\t\t\t\t\"WHEELCHAIR\": {\r\n\t\t\t\t\t\"selected\": true\r\n\t\t\t\t},\r\n\t\t\t\t\"HIGHSUPPORT\": {\r\n\t\t\t\t\t\"selected\": true\r\n\t\t\t\t},\r\n\t\t\t\t\"ALERGYINTOLRNCE\": {\r\n\t\t\t\t\t\"selected\": true\r\n\t\t\t\t},\r\n\t\t\t\t\"ACCESSINCLSTMNT\": {\r\n\t\t\t\t\t\"selected\": true,\r\n\t\t\t\t\t\"ACCESSURL\": \"www.opera.org.au/special-needs\"\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t},\r\n\t\t\"media\": [{\r\n\t\t\t\"content\": \"http://fpoimg.com/2048x1536\",\r\n\t\t\t\"metadata\": {\r\n\t\t\t\t\"altText\": \"Alt Text is mandatory field and can contain upto 100 characters max\",\r\n\t\t\t\t\"caption\": \"Caption is optional field and can contain upto 100 characters max\",\r\n\t\t\t\t\"copyright\": \"Copyright is optional field and can contain upto 100 characters max\",\r\n\t\t\t\t\"photographer\": \"Photographer is optional field and can contain upto 100 characters max\"\r\n\t\t\t}\r\n\t\t}, {\r\n\t\t\t\"content\": \"http://fpoimg.com/2048x1536\",\r\n\t\t\t\"metadata\": {\r\n\t\t\t\t\"altText\": \"Alt Text is mandatory field and can contain upto 100 characters max\",\r\n\t\t\t\t\"caption\": \"Caption is optional field and can contain upto 100 characters max\",\r\n\t\t\t\t\"copyright\": \"Copyright is optional field and can contain upto 100 characters max\",\r\n\t\t\t\t\"photographer\": \"Photographer is optional field and can contain upto 100 characters max\"\r\n\t\t\t}\r\n\t\t}],\r\n\t\t\"videos\": [{\r\n\t\t\t\"content\": \"https://www.youtube.com/watch?v=LpgoeCpxU1M\"\r\n\t\t}, {\r\n\t\t\t\"content\": \"https://vimeo.com/scientifantastic/goldcoast\"\r\n\t\t}],\r\n\t\t\"isEventFree\": false,\r\n\t\t\"rates\": [{\r\n\t\t\t\"name\": \"ALLTICKETS\",\r\n\t\t\t\"priceFrom\": \"50\",\r\n\t\t\t\"priceTo\": \"300\",\r\n\t\t\t\"rateComment\": \"Booking fees may apply\"\r\n\t\t}],\r\n\t\t\"internetAccess\": [\"FREEWIFI\"],\r\n\t\t\"facilities\": [\"BAR\", \"CAFE\", \"CARPARK\", \"NSMOKESTAB\", \"RESTAURANT\", \"SHOP\"],\r\n\t\t\"memberships\": [\"AACB\", \"ICCA\", \"NATRUST\", \"QTIC\", \"WAITOC\"],\r\n\t\t\"userAccreditations\": [\"ATAP\", \"CAI\", \"NATRUST\", \"NATTOUR\"],\r\n\t\t\"socialExternalReferences\": {\r\n\t\t\t\"facebookURL\": \"http://www.facebook.com/OperaAustralia\",\r\n\t\t\t\"twitterURL\": \"http://www.twitter.com/OperaAustralia\",\r\n\t\t\t\"appleAppURL\": \"https://itunes.apple.com/au/artist/username/someid\",\r\n\t\t\t\"flickerPageURL\": \"https://www.flickr.com/username\",\r\n\t\t\t\"foursquareURL\": \"https://foursquare.com/username\",\r\n\t\t\t\"googlePlusURL\": \"https://plus.google.com/+username\",\r\n\t\t\t\"googlePlayURL\": \"https://play.google.com/store/apps/developer?id=yourID\",\r\n\t\t\t\"instagramURL\": \"http://www.instagram.com/operaaustralia\",\r\n\t\t\t\"pinterestURL\": \"https://pinterest.com/username\",\r\n\t\t\t\"tripAdvisorURL\": \"http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639-Reviews-Opera_Australia-Sydney_New_South_Wales.html\",\r\n\t\t\t\"vimeoChannelURL\": \"https://vimeo.com/username\",\r\n\t\t\t\"officialBlog\": \"http://www.myblog.com\",\r\n\t\t\t\"youtubeChannelURL\": \"http://www.youtube.com/user/operaaustralia\",\r\n\t\t\t\"socialMediaHashtags\": [\r\n\t\t\t\t\"#yourhashtag1\",\r\n\t\t\t\t\"#yourhashtag2\"\r\n\t\t\t]\r\n\t\t},\r\n\t\t\"externalSystemCodes\": [{\r\n\t\t\t\"code\": \"Extenel_System_ID\",\r\n\t\t\t\"desc\": \"123456789\"\r\n\t\t}]\r\n\t}\r\n}]"},"url":{"raw":"http://{{staging}}/api/listings/contributions?apikey={{admin_key}}","protocol":"http","host":["{{staging}}"],"path":["api","listings","contributions"],"query":[{"key":"apikey","value":"{{admin_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"CF-RAY","value":"45d1356fc728a2cc-HKG","name":"CF-RAY","description":"Custom 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":"Thu, 20 Sep 2018 03:29:47 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"2925-GYy5ETKse9r5X/8kM4QzFA\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"cloudflare","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":"Origin, Accept-Encoding","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-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Fri Apr 19 2019 04:52:14 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"sapient-atdw.com.au","path":"/","secure":false,"value":"df81f563e70b7cdc7b4d1939858517b2f1524113534","key":"__cfduid"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"atlas.sapient-atdw.com.au","path":"/","secure":false,"value":"!0T4zGQmAoo7uvpIEwyRke/zj8vgWxvU0LVucLE9M2akN6AUQn4R5vRZcao0nywb6xyr2V0ZK7h3b","key":"b1pi"}],"responseTime":null,"body":"[{\"listing\":{\"UID\":\"60523a9c-9565-4b3b-89f3-0516e354c96a\",\"uploadedThroughBulk\":\"true\",\"category\":\"EVENT\",\"listingType\":\"event\",\"productNumber\":\"AU0165737\",\"name\":\"Aida - Opera at the Sydney Opera House\",\"description\":\"No trip to Sydney is complete without a visit to its most famous building. And the best thing to do when you visit the Sydney Opera House is to come inside and see a performance.\\n\\n Aida is a story about a royal love triangle spanning two nations at war.  Their new production features high-tech, projected sets so tangible, it's hard to believe they are just light and shadow.\\n\\n See it if you like: Historic epics like Ben Hur, spectacular costumes, technical wizardry.\\n\\nSung in Italian with English surtitles.\",\"physicalAddress\":{\"type\":\"NOORGADDR\",\"addrLine1\":\"Sydney Opera House\",\"addrLine2\":\"Level 1\",\"city_suburb\":\"Sydney\",\"state\":\"NSW\",\"postcode\":\"2000\",\"country\":\"Australia\",\"geoCodeLocation\":{\"latitude\":-33.8708464,\"longitude\":151.20732999999996},\"area\":[\"Sydney City\"],\"region\":[\"Greater Sydney\"]},\"videos\":[{\"content\":\"https://www.youtube.com/watch?v=LpgoeCpxU1M\"},{\"content\":\"https://vimeo.com/scientifantastic/goldcoast\"}],\"images\":[\"5ba31424e66dfaeb4783e369\",\"5ba3142ae66dfaeb4783e36a\"],\"socialExternalReferences\":{\"facebookURL\":\"http://www.facebook.com/OperaAustralia\",\"twitterURL\":\"http://www.twitter.com/OperaAustralia\",\"appleAppURL\":\"https://itunes.apple.com/au/artist/username/someid\",\"flickerPageURL\":\"https://www.flickr.com/username\",\"foursquareURL\":\"https://foursquare.com/username\",\"googlePlusURL\":\"https://plus.google.com/+username\",\"googlePlayURL\":\"https://play.google.com/store/apps/developer?id=yourID\",\"instagramURL\":\"http://www.instagram.com/operaaustralia\",\"pinterestURL\":\"https://pinterest.com/username\",\"tripAdvisorURL\":\"http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639-Reviews-Opera_Australia-Sydney_New_South_Wales.html\",\"vimeoChannelURL\":\"https://vimeo.com/username\",\"officialBlog\":\"http://www.myblog.com\",\"youtubeChannelURL\":\"http://www.youtube.com/user/operaaustralia\",\"socialMediaHashtags\":[\"#yourhashtag1\",\"#yourhashtag2\"]},\"externalSystemCodes\":[{\"code\":\"Extenel_System_ID\",\"desc\":\"123456789\"}],\"status\":\"ACTIVE\",\"publishedExpiringOn\":\"2018-10-15T00:00:00.000Z\",\"submittedOn\":\"2018-09-20T03:29:47.261Z\",\"firstPublishedOn\":\"2018-09-20T03:29:47.127Z\",\"publishedOn\":\"2018-09-20T03:29:47.127Z\",\"approvedOn\":\"2018-09-20T03:29:47.127Z\",\"reviewedOn\":\"2018-09-20T03:29:47.127Z\",\"serviceTypes\":[\"PERFORMANC\",\"EVTCLASS\"],\"facilities\":[\"BAR\",\"CAFE\",\"CARPARK\",\"NSMOKESTAB\",\"RESTAURANT\",\"SHOP\"],\"rates\":[{\"name\":\"ALLTICKETS\",\"priceFrom\":\"50\",\"priceTo\":\"300\",\"rateComment\":\"Booking fees may apply\"}],\"ABN\":\"26000755153\",\"alternateNames\":[{\"name\":\"Aida\"},{\"name\":\"Opera Australia\"}],\"productContacts\":{\"primaryTelephoneNumber\":\"0293188200\",\"secondaryTelephoneNumber\":\"1800222333\",\"emailEnquiries\":\"ticketing@opera.org.au\",\"urlEnquiries\":\"https://opera.org.au/\"},\"productBooking\":{\"bookingURL\":\"https://opera.org.au/booking\"},\"memberships\":[\"AACB\",\"ICCA\",\"NATRUST\",\"QTIC\",\"WAITOC\"],\"accreditations\":[\"ATAP\",\"CAI\",\"NATRUST\",\"NATTOUR\"],\"userAccreditations\":[\"ATAP\",\"CAI\",\"NATRUST\",\"NATTOUR\"],\"suggestedAccreditations\":[],\"accessibility\":{\"selected\":\"DISASSIST\",\"attributes\":[\"ACCESSSTND\",\"ADVTOURGUIDE\"],\"attributeBlocks\":{\"AMBULANT\":{\"selected\":true},\"COMMUNICATION\":{\"selected\":true},\"VISIONIMPAIR\":{\"selected\":true},\"HEARIMPAIR\":{\"selected\":true},\"WHEELCHAIR\":{\"selected\":true},\"HIGHSUPPORT\":{\"selected\":true},\"ALERGYINTOLRNCE\":{\"selected\":true},\"ACCESSINCLSTMNT\":{\"selected\":true,\"ACCESSURL\":\"www.opera.org.au/special-needs\"}}},\"internetAccess\":[\"FREEWIFI\"],\"isConfirmed\":true,\"isEventFree\":false,\"eventFrequency\":\"ONCE ONLY\",\"venue\":[{\"venueName\":\"Sydney Opera House\",\"venueLocation\":{\"type\":\"NOORGADDR\",\"addrLine1\":\"Sydney Opera House\",\"addrLine2\":\"Level 1\",\"city_suburb\":\"Sydney\",\"state\":\"NSW\",\"postcode\":\"2000\",\"country\":\"Australia\",\"geoCodeLocation\":{\"latitude\":-33.8708464,\"longitude\":151.20732999999996}}}],\"eventDateTime\":[{\"date\":\"01/10/2018\",\"startTime\":\"10:00\",\"endTime\":\"15:00\",\"dateValue\":\"2018-10-01T00:00:00.000Z\"},{\"date\":\"15/10/2018\",\"startTime\":\"11:00\",\"endTime\":\"14:00\",\"dateValue\":\"2018-10-15T00:00:00.000Z\"},{\"date\":\"15/10/2018\",\"startTime\":\"17:00\",\"endTime\":\"20:00\",\"dateValue\":\"2018-10-15T00:00:00.000Z\"}],\"createdOn\":\"2018-09-20T03:29:38.356Z\",\"updatedOn\":\"2018-09-20T03:29:46.975Z\",\"id\":\"5ba31422e66dfaeb4783e364\",\"createdBy\":\"56b1ec0e0cf213ad20db22e4\",\"updatedBy\":\"56b1e8face370f9f6da48f60\",\"owningQA\":\"56b1eb9344feca3df2e320c8\",\"owningSTO\":\"56b1eb9344feca3df2e320c8\",\"owningOrganisation\":\"56b1eb9344feca3df2e320c7\",\"reviewedBy\":\"56b1e8face370f9f6da48f60\",\"approvedBy\":\"56b1e8face370f9f6da48f60\",\"submittedBy\":\"56b1e8face370f9f6da48f60\",\"locationIds\":[\"56b1ed720cf213ad20db7951\",\"56b1ed750cf213ad20dbaa93\"],\"tagsIds\":[],\"media\":[{\"UID\":\"9a5347b4-e552-44e3-9d2f-ca86a57c837b\",\"kind\":\"image\",\"mimeType\":\"image/png\",\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_m4nexlo.2048x1536?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"thumbnail\":\"https://assets.sapient-atdw.com.au/images/2048x1536_m4nexlo.2048x1536?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"storagePath\":\"2048x1536_m4nexlo.2048x1536\",\"metadata\":{\"altText\":\"Alt Text is mandatory field and can contain upto 100 characters max\",\"caption\":\"Caption is optional field and can contain upto 100 characters max\",\"copyright\":\"Copyright is optional field and can contain upto 100 characters max\",\"photographer\":\"Photographer is optional field and can contain upto 100 characters max\",\"originalDimensions\":{\"width\":\"2048\",\"height\":\"1536\"},\"aspectRatios\":{\"4x3\":{\"width\":\"2048\",\"height\":1536,\"x\":0,\"y\":0},\"16x9\":{\"width\":\"2048\",\"height\":1152,\"x\":0,\"y\":192}},\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}},\"alternates\":[{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_m4nexlo.2048x1536?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_m4nexlo.2048x1536?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":1600,\"height\":1200}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_m4nexlo.2048x1536?rect=0,0,2048,1536&w=800&h=600&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":800,\"height\":600}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_m4nexlo.2048x1536?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":280,\"height\":210},\"classifications\":[\"thumbnail\"]}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_m4nexlo.2048x1536?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":2048,\"height\":1152}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_m4nexlo.2048x1536?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":1600,\"height\":900}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_m4nexlo.2048x1536?rect=0,192,2048,1152&w=800&h=450&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":800,\"height\":450}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_m4nexlo.2048x1536?rect=0,192,2048,1152&w=280&h=158&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":280,\"height\":158}}}],\"deleted\":false,\"createdOn\":\"2018-09-20T03:29:39.996Z\",\"updatedOn\":\"2018-09-20T03:29:39.995Z\",\"id\":\"5ba31424e66dfaeb4783e369\",\"createdBy\":null,\"updatedBy\":null,\"serviceId\":null,\"listingId\":\"5ba31422e66dfaeb4783e364\",\"model\":null,\"isNotFoundImage\":false,\"original\":\"https://assets.sapient-atdw.com.au/media/2048x1536_m4nexlo.2048x1536\"},{\"UID\":\"21f665a7-1988-4809-9b8c-5c8998c7ec21\",\"kind\":\"image\",\"mimeType\":\"image/png\",\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_df6pjea.2048x1536?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"thumbnail\":\"https://assets.sapient-atdw.com.au/images/2048x1536_df6pjea.2048x1536?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"storagePath\":\"2048x1536_df6pjea.2048x1536\",\"metadata\":{\"altText\":\"Alt Text is mandatory field and can contain upto 100 characters max\",\"caption\":\"Caption is optional field and can contain upto 100 characters max\",\"copyright\":\"Copyright is optional field and can contain upto 100 characters max\",\"photographer\":\"Photographer is optional field and can contain upto 100 characters max\",\"originalDimensions\":{\"width\":\"2048\",\"height\":\"1536\"},\"aspectRatios\":{\"4x3\":{\"width\":\"2048\",\"height\":1536,\"x\":0,\"y\":0},\"16x9\":{\"width\":\"2048\",\"height\":1152,\"x\":0,\"y\":192}},\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}},\"alternates\":[{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_df6pjea.2048x1536?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_df6pjea.2048x1536?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":1600,\"height\":1200}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_df6pjea.2048x1536?rect=0,0,2048,1536&w=800&h=600&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":800,\"height\":600}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_df6pjea.2048x1536?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":280,\"height\":210},\"classifications\":[\"thumbnail\"]}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_df6pjea.2048x1536?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":2048,\"height\":1152}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_df6pjea.2048x1536?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":1600,\"height\":900}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_df6pjea.2048x1536?rect=0,192,2048,1152&w=800&h=450&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":800,\"height\":450}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_df6pjea.2048x1536?rect=0,192,2048,1152&w=280&h=158&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":280,\"height\":158}}}],\"deleted\":false,\"createdOn\":\"2018-09-20T03:29:46.619Z\",\"updatedOn\":\"2018-09-20T03:29:46.619Z\",\"id\":\"5ba3142ae66dfaeb4783e36a\",\"createdBy\":null,\"updatedBy\":null,\"serviceId\":null,\"listingId\":\"5ba31422e66dfaeb4783e364\",\"model\":null,\"isNotFoundImage\":false,\"original\":\"https://assets.sapient-atdw.com.au/media/2048x1536_df6pjea.2048x1536\"}],\"isPublished\":\"true\"},\"action\":\"PUBLISHED\",\"status\":200}]"}],"_postman_id":"4a4f538c-1692-d79d-9ec0-943f6038dd53"},{"name":"Food & Drink","id":"8acc563b-1933-48ca-586c-c83757633b6d","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"UID\": \"8785bba9-6e1a-49ac-83e2-c80dc6b58929\",\n            \"category\": \"RESTAURANT\",\n            \"name\": \"Allure Restaurant\",\n            \"description\": \"The Allure Restaurant, located within the International Hotel offers a relaxed atmosphere with a menu of beautifully cooked dishes that will appeal to every taste, driven by fresh Riverina produce and served by professional and engaging staff. \\n\\n The Allure restaurant is licensed with an extensive wine list reflecting the best drops from around the region, Australia and the rest of the world. An evening at Allure Restaurant is not complete without sampling a cocktail in the Marble bar wingback chairs and an open fireplace.\",\n            \"ABN\": \"56044159537\",\n            \"alternateNames\": [\n                {\n                    \"arrayId\": \"5d3f09eb-a376-4e2d-8a36-b532bf8815a3\",\n                    \"name\": \"The International Hotel\"\n                },\n                {\n                    \"arrayId\": \"5d3f09eb-a376-4e2d-8a36-b532bf8815a3\",\n                    \"name\": \"The Allure\"\n                }\n            ],\n            \"serviceTypes\": [\n                \"BAR\",\n                \"CAFE\"\n            ],\n            \"physicalAddress\": {\n                \"type\": \"NOORGADDR\",\n                \"addrLine1\": \"Lake Albert Road\",\n                \"addrLine2\": \"Corner Sturt Highway\",\n                \"city_suburb\": \"Wagga Wagga\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2650\",\n                \"country\": \"Australia\",\n                \"geoCodeLocation\": {\n                    \"latitude\": -35.12080734228425,\n                    \"longitude\": 147.3775240931152\n                }\n            },\n            \"postalAddress\": {\n                \"type\": \"NOPHYADDR\",\n                \"addrLine1\": \"77 King Street\",\n                \"city_suburb\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2000\",\n                \"country\": \"Australia\"\n            },\n            \"productContacts\": {\n                \"primaryTelephoneNumber\": \"0286854626\",\n                \"secondaryTelephoneNumber\": \"0488139032\",\n                \"emailEnquiries\": \"info@180allure.com.au\",\n                \"urlEnquiries\": \"www.allure.com.au\"\n            },\n            \"productBooking\": {\n                \"bookingURL\": \"https://oasis.com/properties/booking\"\n            },\n            \"accessibility\": {\n                \"selected\": \"DISTASSIST\",\n                \"attributeBlocks\": {\n                    \"ACCESSINCLSTMNT\": {\n                        \"selected\": true,\n                        \"ACCESSURL\": \"www.yourwebsite.com.au\"\n                    }\n                }\n            },\n            \"media\": [\n                {\n                    \"content\": \"http://fpoimg.com/2048x1536\",\n                    \"metadata\": {\n                        \"altText\": \"Alt Text is mandatory field and can contain upto 100 characters max\",\n                        \"caption\": \"Caption is optional field and can contain upto 100 characters max\",\n                        \"copyright\": \"Copyright is optional field and can contain upto 100 characters max\",\n                        \"photographer\": \"Photographer is optional field and can contain upto 100 characters max\"\n                    }\n                },\n                {\n                    \"content\": \"http://fpoimg.com/2048x1536\",\n                    \"metadata\": {\n                        \"altText\": \"Alt Text is mandatory field and can contain upto 100 characters max\",\n                        \"caption\": \"Caption is optional field and can contain upto 100 characters max\",\n                        \"copyright\": \"Copyright is optional field and can contain upto 100 characters max\",\n                        \"photographer\": \"Photographer is optional field and can contain upto 100 characters max\"\n                    }\n                }\n            ],\n            \"videos\": [\n                {\n                    \"arrayId\": \"5d3f09eb-a376-4e2d-8a36-b532bf8815a3\",\n                    \"content\": \"https://www.youtube.com/watch?v=LpgoeCpxU1M\"\n                },\n                {\n                    \"arrayId\": \"093950e7-c94b-4bba-99eb-51f902041fb9\",\n                    \"content\": \"https://vimeo.com/scientifantastic/goldcoast\"\n                }\n            ],\n            \"openingTime\": {\n                \"exceptions\": {\n                    \"type\": \"MULTIPLE\",\n                    \"periods\": [\n                        {\n                            \"arrayId\": \"ec03f98e-c9fa-4257-9ddd-ccb4298bfb2f\",\n                            \"fromDate\": \"30/11/2018\",\n                            \"toDate\": \"30/10/2019\",\n                            \"openStatus\": [\n                                {\n                                    \"arrayId\": \"ec03f98e-c9fa-4257-9ddd-ccb4298bfb2f\",\n                                    \"dayOfWeek\": \"ALL\",\n                                    \"isClosed\": false,\n                                    \"openingTime\": \"11:30\",\n                                    \"closingTime\": \"22:00\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"type\": \"DIFFERENT\",\n                \"seasonalPeriods\": [\n                    {\n                        \"arrayId\": \"5d3f09eb-a376-4e2d-8a36-b532bf8815a3\",\n                        \"fromDate\": \"30/11/2018\",\n                        \"toDate\": \"30/10/2019\",\n                        \"openStatus\": [\n                            {\n                                \"arrayId\": \"64aff03d-ea60-4fc8-9c1b-dcb67a04cc67\",\n                                \"dayOfWeek\": \"TUE\",\n                                \"isClosed\": true\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"serviceAndPrice\": {\n                \"doesServeMeal\": true,\n                \"mealTypes\": [\n                    \"BREAKFAST\",\n                    \"DINNER\",\n                    \"LUNCH\"\n                ],\n                \"priceRange\": \"BTW20AND30\"\n            },\n            \"cuisineTypes\": [\n                \"MODAUS\",\n                \"SEAFOOD\"\n            ],\n            \"menuUrl\": \"www.1802oysterbar.com.au\",\n            \"licensing\": \"BYOWINE\",\n            \"internetAccess\": [\n                \"INTERNETBB\",\n                \"FREEWIFI\"\n            ],\n            \"facilities\": [\n                \"OUTDOORDIN\",\n                \"BAR\",\n                \"CARPARK\",\n                \"COACHPARK\",\n                \"LIVEENT\",\n                \"PVTDINING\",\n                \"FUNCTIONS\",\n                \"TAKEAWAY\",\n                \"WATERSIDE\"\n            ],\n            \"memberships\": [\n                \"MEA\",\n                \"NSWBC\",\n                \"WAITOC\"\n            ],\n            \"userAccreditations\": [\n                \"ADVECO\",\n                \"EARTHC\"\n            ],\n            \"socialExternalReferences\": {\n                \"facebookURL\": \"http://www.facebook.com/OasisHotel\",\n                \"twitterURL\": \"http://www.twitter.com/OasisHotel\",\n                \"appleAppURL\": \"https://itunes.apple.com/au/artist/username/someid\",\n                \"flickerPageURL\": \"https://www.flickr.com/username\",\n                \"foursquareURL\": \"https://foursquare.com/username\",\n                \"googlePlayURL\": \"https://play.google.com/store/apps/developer?id=yourID\",\n                \"instagramURL\": \"http://www.instagram.com/OasisHotel\",\n                \"pinterestURL\": \"https://pinterest.com/username\",\n                \"tripAdvisorURL\": \"http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639-Reviews-Opera_Australia-Sydney_New_South_Wales.html\",\n                \"vimeoChannelURL\": \"https://vimeo.com/username\",\n                \"weChatURL\": \"yourWechatID\",\n                \"weiboURL\": \"http://www.weibo.com/username\",\n                \"officialBlog\": \"http://www.myblog.com\",\n                \"youtubeChannelURL\": \"http://www.youtube.com/user/OasisHotel\",\n                \"socialMediaHashtags\": [\n                    \"#yourhashtag1\",\n                    \"#yourhashtag2\"\n                ]\n            },\n            \"deals\": {\n                \"dealsAndOffers\": [\n                    {\n                        \"arrayId\": \"cb35ff4e-c818-4865-a766-201838260a39\",\n                        \"dealType\": \"SPECIALRATE\",\n                        \"name\": \"Special Rate\",\n                        \"description\": \"Limited special rate offer exclusive to members only\",\n                        \"termsAndConditions\": \"Must present the membership card upon arrival\",\n                        \"validityStartDate\": \"07/12/2019\",\n                        \"validityEndDate\": \"08/12/2019\",\n                        \"dealURL\": \"www.sampledeals.com.au/test/specialrate\"\n                    },\n                    {\n                        \"arrayId\": \"3834bbe0-8814-4308-a89a-2451679f8181\",\n                        \"dealType\": \"PACKAGE\",\n                        \"name\": \"Package\",\n                        \"description\": \"Book early to avail this package offer\",\n                        \"termsAndConditions\": \"See website for terms and conditions\",\n                        \"validityStartDate\": \"08/12/2019\",\n                        \"validityEndDate\": \"12/12/2019\"\n                    }\n                ]\n            },\n            \"externalSystemCodes\": [\n                {\n                    \"arrayId\": \"64aff03d-ea60-4fc8-9c1b-dcb67a04cc67\",\n                    \"code\": \"Zomato_ID\",\n                    \"desc\": \"123456789\"\n                }\n            ]\n        }\n    }\n]"},"url":"https://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<h4 id=\"category-description\">Category description:</h4>\n<p>Establishments which are targeted at leisure visitors and/or offer a unique dining experience.</p>\n","urlObject":{"protocol":"https","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[{"id":"e78a6c53-fea3-4afa-8891-28e4d12f3a36","name":"Food & Drink","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"[{\n\t\"listing\": {\n\t\t\"category\": \"RESTAURANT\",\n\t\t\"name\": \"Allure Restaurant\",\n\t\t\"description\": \"The Allure Restaurant, located within the International Hotel offers a relaxed atmosphere with a menu of beautifully cooked dishes that will appeal to every taste, driven by fresh Riverina produce and served by professional and engaging staff. \\n\\n The Allure restaurant is licensed with an extensive wine list reflecting the best drops from around the region, Australia and the rest of the world. An evening at Allure Restaurant is not complete without sampling a cocktail in the Marble bar wingback chairs and an open fireplace.\",\n\t\t\"ABN\": \"56044159537\",\n\t\t\"alternateNames\": [{\n\t\t\t\"name\": \"The International Hotel\"\n\t\t},\n\t\t{\n\t\t\t\"name\": \"The Allure\"\n\t\t}],\n\t\t\"serviceTypes\": [\"BAR\",\n\t\t\"CAFE\"],\n\t\t\"physicalAddress\": {\n\t\t\t\"type\": \"NOORGADDR\",\n\t\t\t\"addrLine1\": \"Lake Albert Road\",\n\t\t\t\"addrLine2\": \"Corner Sturt Highway\",\n\t\t\t\"city_suburb\": \"Wagga Wagga\",\n\t\t\t\"state\": \"NSW\",\n\t\t\t\"postcode\": \"2650\",\n\t\t\t\"country\": \"Australia\",\n\t\t\t\"geoCodeLocation\": {\n\t\t\t\t\"latitude\": -35.12080734228425,\n\t\t\t\t\"longitude\": 147.3775240931152\n\t\t\t}\n\t\t},\n\t\t\"postalAddress\": {\n\t\t\t\"type\": \"NOPHYADDR\",\n\t\t\t\"addrLine1\": \"77 King Street\",\n\t\t\t\"city_suburb\": \"Sydney\",\n\t\t\t\"state\": \"NSW\",\n\t\t\t\"postcode\": \"2000\",\n\t\t\t\"country\": \"Australia\"\n\t\t},\n\t\t\"productContacts\": {\n\t\t\t\"primaryTelephoneNumber\": \"0286854626\",\n\t\t\t\"secondaryTelephoneNumber\": \"0488139032\",\n\t\t\t\"emailEnquiries\": \"info@180allure.com.au\",\n\t\t\t\"urlEnquiries\": \"www.allure.com.au\"\n\t\t},\n\t\t\"productBooking\": {\n\t\t\t\"bookingURL\": \"https://oasis.com/properties/booking\"\n\t\t},\n\t\t\"accessibility\": {\n\t\t\t\"selected\": \"DISTASSIST\",\n\t\t\t\"attributeBlocks\": {\n\t\t\t\t\"ACCESSINCLSTMNT\": {\n\t\t\t\t\t\"selected\": true,\n\t\t\t\t\t\"ACCESSURL\": \"www.yourwebsite.com.au\"\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t\"media\": [{\n\t\t\t\"content\": \"http://fpoimg.com/2048x1536\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"altText\": \"Alt Text is mandatory field and can contain upto 100 characters max\",\n\t\t\t\t\"caption\": \"Caption is optional field and can contain upto 100 characters max\",\n\t\t\t\t\"copyright\": \"Copyright is optional field and can contain upto 100 characters max\",\n\t\t\t\t\"photographer\": \"Photographer is optional field and can contain upto 100 characters max\"\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"content\": \"http://fpoimg.com/2048x1536\",\n\t\t\t\"metadata\": {\n\t\t\t\t\"altText\": \"Alt Text is mandatory field and can contain upto 100 characters max\",\n\t\t\t\t\"caption\": \"Caption is optional field and can contain upto 100 characters max\",\n\t\t\t\t\"copyright\": \"Copyright is optional field and can contain upto 100 characters max\",\n\t\t\t\t\"photographer\": \"Photographer is optional field and can contain upto 100 characters max\"\n\t\t\t}\n\t\t}],\n\t\t\"videos\": [{\n\t\t\t\"content\": \"https://www.youtube.com/watch?v=LpgoeCpxU1M\"\n\t\t},\n\t\t{\n\t\t\t\"content\": \"https://vimeo.com/scientifantastic/goldcoast\"\n\t\t}],\n\t\t\"openingTime\": {\n\t\t\t\"exceptions\": {\n\t\t\t\t\"type\": \"MULTIPLE\",\n\t\t\t\t\"periods\": [{\n\t\t\t\t\t\"fromDate\": \"30/11/2018\",\n\t\t\t\t\t\"toDate\": \"30/10/2019\",\n\t\t\t\t\t\"openStatus\": [{\n\t\t\t\t\t\t\"dayOfWeek\": \"ALL\",\n\t\t\t\t\t\t\"isClosed\": false,\n\t\t\t\t\t\t\"openingTime\": \"11:30\",\n\t\t\t\t\t\t\"closingTime\": \"22:00\"\n\t\t\t\t\t}]\n\t\t\t\t}]\n\t\t\t},\n\t\t\t\"type\": \"DIFFERENT\",\n\t\t\t\"seasonalPeriods\": [{\n\t\t\t\t\"fromDate\": \"30/11/2018\",\n\t\t\t\t\"toDate\": \"30/10/2019\",\n\t\t\t\t\"openStatus\": [{\n\t\t\t\t\t\"dayOfWeek\": \"TUE\",\n\t\t\t\t\t\"isClosed\": true\n\t\t\t\t}]\n\t\t\t}]\n\t\t},\n\t\t\"serviceAndPrice\": {\n\t\t\t\"doesServeMeal\": \"1\",\n\t\t\t\"mealTypes\": [\"BREAKFAST\",\n\t\t\t\"DINNER\",\n\t\t\t\"LUNCH\"],\n\t\t\t\"priceRange\": \"BTW20AND30\"\n\t\t},\n\t\t\"cuisineTypes\": [\"MODAUS\",\n\t\t\"SEAFOOD\"],\n\t\t\"menuUrl\": \"www.1802oysterbar.com.au\",\n\t\t\"licensing\": \"BYOWINE\",\n\t\t\"internetAccess\": [\"INTERNETBB\",\n\t\t\"FREEWIFI\"],\n\t\t\"facilities\": [\"OUTDOORDIN\",\n\t\t\"BAR\",\n\t\t\"CARPARK\",\n\t\t\"COACHPARK\",\n\t\t\"LIVEENT\",\n\t\t\"PVTDINING\",\n\t\t\"FUNCTIONS\",\n\t\t\"TAKEAWAY\",\n\t\t\"WATERSIDE\"],\n\t\t\"memberships\": [\"MEA\",\n\t\t\"NSWBC\",\n\t\t\"WAITOC\"],\n\t\t\"userAccreditations\": [\"ADVECO\",\n\t\t\"EARTHC\"],\n\t\t\"socialExternalReferences\": {\n\t\t\t\"facebookURL\": \"http://www.facebook.com/OasisHotel\",\n\t\t\t\"twitterURL\": \"http://www.twitter.com/OasisHotel\",\n\t\t\t\"appleAppURL\": \"https://itunes.apple.com/au/artist/username/someid\",\n\t\t\t\"flickerPageURL\": \"https://www.flickr.com/username\",\n\t\t\t\"foursquareURL\": \"https://foursquare.com/username\",\n\t\t\t\"googlePlusURL\": \"https://plus.google.com/+username\",\n\t\t\t\"googlePlayURL\": \"https://play.google.com/store/apps/developer?id=yourID\",\n\t\t\t\"instagramURL\": \"http://www.instagram.com/OasisHotel\",\n\t\t\t\"pinterestURL\": \"https://pinterest.com/username\",\n\t\t\t\"tripAdvisorURL\": \"http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639-Reviews-Opera_Australia-Sydney_New_South_Wales.html\",\n\t\t\t\"vimeoChannelURL\": \"https://vimeo.com/username\",\n\t\t\t\"officialBlog\": \"http://www.myblog.com\",\n\t\t\t\"youtubeChannelURL\": \"http://www.youtube.com/user/OasisHotel\",\n\t\t\t\"socialMediaHashtags\": [\"#yourhashtag1\",\n\t\t\t\"#yourhashtag2\"]\n\t\t},\n\t\t\"externalSystemCodes\": [{\n\t\t\t\"code\": \"External_System_ID\",\n\t\t\t\"desc\": \"123456789\"\n\t\t}]\n\t}\n}]"},"url":{"raw":"http://{{staging}}/api/listings/contributions?apikey={{admin_key}}","protocol":"http","host":["{{staging}}"],"path":["api","listings","contributions"],"query":[{"key":"apikey","value":"{{admin_key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"CF-RAY","value":"45d1680b9114a296-HKG","name":"CF-RAY","description":"Custom 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":"Thu, 20 Sep 2018 04:04:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"27f2-2DHDublQEZEF3B1+AzWwrg\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"cloudflare","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":"Origin, Accept-Encoding","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-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Fri Apr 19 2019 04:52:14 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"sapient-atdw.com.au","path":"/","secure":false,"value":"df81f563e70b7cdc7b4d1939858517b2f1524113534","key":"__cfduid"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"atlas.sapient-atdw.com.au","path":"/","secure":false,"value":"!0T4zGQmAoo7uvpIEwyRke/zj8vgWxvU0LVucLE9M2akN6AUQn4R5vRZcao0nywb6xyr2V0ZK7h3b","key":"b1pi"}],"responseTime":null,"body":"[{\"listing\":{\"UID\":\"23c30dd3-e4a0-42b8-aae7-f6392a2af3c6\",\"uploadedThroughBulk\":\"true\",\"category\":\"RESTAURANT\",\"listingType\":\"foodDrink\",\"productNumber\":\"AU0165747\",\"name\":\"Allure Restaurant\",\"description\":\"The Allure Restaurant, located within the International Hotel offers a relaxed atmosphere with a menu of beautifully cooked dishes that will appeal to every taste, driven by fresh Riverina produce and served by professional and engaging staff. \\n\\n The Allure restaurant is licensed with an extensive wine list reflecting the best drops from around the region, Australia and the rest of the world. An evening at Allure Restaurant is not complete without sampling a cocktail in the Marble bar wingback chairs and an open fireplace.\",\"physicalAddress\":{\"type\":\"NOORGADDR\",\"addrLine1\":\"Lake Albert Road\",\"addrLine2\":\"Corner Sturt Highway\",\"city_suburb\":\"Wagga Wagga\",\"state\":\"NSW\",\"postcode\":\"2650\",\"country\":\"Australia\",\"geoCodeLocation\":{\"latitude\":-35.12080734228425,\"longitude\":147.3775240931152},\"isNewListing\":\"false\",\"area\":[\"Wagga Wagga & Riverina\"],\"region\":[\"Country NSW\"]},\"videos\":[{\"content\":\"https://www.youtube.com/watch?v=LpgoeCpxU1M\"},{\"content\":\"https://vimeo.com/scientifantastic/goldcoast\"}],\"images\":[\"5ba31c3cd63125b36d6220a3\",\"5ba31c3cd63125b36d6220a4\"],\"socialExternalReferences\":{\"facebookURL\":\"http://www.facebook.com/OasisHotel\",\"twitterURL\":\"http://www.twitter.com/OasisHotel\",\"appleAppURL\":\"https://itunes.apple.com/au/artist/username/someid\",\"flickerPageURL\":\"https://www.flickr.com/username\",\"foursquareURL\":\"https://foursquare.com/username\",\"googlePlusURL\":\"https://plus.google.com/+username\",\"googlePlayURL\":\"https://play.google.com/store/apps/developer?id=yourID\",\"instagramURL\":\"http://www.instagram.com/OasisHotel\",\"pinterestURL\":\"https://pinterest.com/username\",\"tripAdvisorURL\":\"http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639-Reviews-Opera_Australia-Sydney_New_South_Wales.html\",\"vimeoChannelURL\":\"https://vimeo.com/username\",\"officialBlog\":\"http://www.myblog.com\",\"youtubeChannelURL\":\"http://www.youtube.com/user/OasisHotel\",\"socialMediaHashtags\":[\"#yourhashtag1\",\"#yourhashtag2\"]},\"externalSystemCodes\":[{\"code\":\"External_System_ID\",\"desc\":\"123456789\"}],\"status\":\"ACTIVE\",\"publishedExpiringOn\":\"2019-09-20T00:00:00.000Z\",\"submittedOn\":\"2018-09-20T04:04:13.275Z\",\"firstPublishedOn\":\"2018-09-20T04:04:13.178Z\",\"publishedOn\":\"2018-09-20T04:04:13.178Z\",\"approvedOn\":\"2018-09-20T04:04:13.178Z\",\"reviewedOn\":\"2018-09-20T04:04:13.178Z\",\"serviceTypes\":[\"BAR\",\"CAFE\"],\"facilities\":[\"OUTDOORDIN\",\"BAR\",\"CARPARK\",\"COACHPARK\",\"LIVEENT\",\"PVTDINING\",\"FUNCTIONS\",\"TAKEAWAY\",\"WATERSIDE\"],\"ABN\":\"56044159537\",\"alternateNames\":[{\"name\":\"The International Hotel\"},{\"name\":\"The Allure\"}],\"postalAddress\":{\"type\":\"NOPHYADDR\",\"addrLine1\":\"77 King Street\",\"city_suburb\":\"Sydney\",\"state\":\"NSW\",\"postcode\":\"2000\",\"country\":\"Australia\"},\"productContacts\":{\"primaryTelephoneNumber\":\"0286854626\",\"secondaryTelephoneNumber\":\"0488139032\",\"emailEnquiries\":\"info@180allure.com.au\",\"urlEnquiries\":\"www.allure.com.au\"},\"productBooking\":{\"bookingURL\":\"https://oasis.com/properties/booking\"},\"memberships\":[\"MEA\",\"NSWBC\",\"WAITOC\"],\"accreditations\":[\"ADVECO\",\"EARTHC\"],\"userAccreditations\":[\"ADVECO\",\"EARTHC\"],\"suggestedAccreditations\":[],\"accessibility\":{\"selected\":\"DISTASSIST\",\"attributeBlocks\":{\"ACCESSINCLSTMNT\":{\"selected\":true,\"ACCESSURL\":\"www.yourwebsite.com.au\"}}},\"internetAccess\":[\"INTERNETBB\",\"FREEWIFI\"],\"openingTime\":{\"exceptions\":{\"type\":\"MULTIPLE\",\"periods\":[{\"fromDate\":\"30/11/2018\",\"toDate\":\"30/10/2019\",\"openStatus\":[{\"dayOfWeek\":\"ALL\",\"isClosed\":false,\"openingTime\":\"11:30\",\"closingTime\":\"22:00\"}]}]},\"type\":\"DIFFERENT\",\"seasonalPeriods\":[{\"fromDate\":\"30/11/2018\",\"toDate\":\"30/10/2019\",\"openStatus\":[{\"dayOfWeek\":\"TUE\",\"isClosed\":true}]}]},\"serviceAndPrice\":{\"doesServeMeal\":\"1\",\"mealTypes\":[\"BREAKFAST\",\"DINNER\",\"LUNCH\"],\"priceRange\":\"BTW20AND30\"},\"cuisineTypes\":[\"MODAUS\",\"SEAFOOD\"],\"menuUrl\":\"www.1802oysterbar.com.au\",\"licensing\":\"BYOWINE\",\"createdOn\":\"2018-09-20T04:04:11.161Z\",\"updatedOn\":\"2018-09-20T04:04:13.018Z\",\"id\":\"5ba31c3bd63125b36d62209e\",\"createdBy\":\"56b1ec0e0cf213ad20db22e4\",\"updatedBy\":\"56b1e8face370f9f6da48f60\",\"owningQA\":\"56b1eb9344feca3df2e320c8\",\"owningSTO\":\"56b1eb9344feca3df2e320c8\",\"owningOrganisation\":\"56b1eb9344feca3df2e320c7\",\"reviewedBy\":\"56b1e8face370f9f6da48f60\",\"approvedBy\":\"56b1e8face370f9f6da48f60\",\"submittedBy\":\"56b1e8face370f9f6da48f60\",\"locationIds\":[\"56b1ed720cf213ad20db7951\",\"56b1ed740cf213ad20dba2a1\"],\"tagsIds\":[],\"media\":[{\"UID\":\"c328d09c-b7ee-4fc7-a367-7b680886af1d\",\"kind\":\"image\",\"mimeType\":\"image/png\",\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_6zuauwo.2048x1536?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"thumbnail\":\"https://assets.sapient-atdw.com.au/images/2048x1536_6zuauwo.2048x1536?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"storagePath\":\"2048x1536_6zuauwo.2048x1536\",\"metadata\":{\"altText\":\"Alt Text is mandatory field and can contain upto 100 characters max\",\"caption\":\"Caption is optional field and can contain upto 100 characters max\",\"copyright\":\"Copyright is optional field and can contain upto 100 characters max\",\"photographer\":\"Photographer is optional field and can contain upto 100 characters max\",\"originalDimensions\":{\"width\":\"2048\",\"height\":\"1536\"},\"aspectRatios\":{\"4x3\":{\"width\":\"2048\",\"height\":1536,\"x\":0,\"y\":0},\"16x9\":{\"width\":\"2048\",\"height\":1152,\"x\":0,\"y\":192}},\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}},\"alternates\":[{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_6zuauwo.2048x1536?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_6zuauwo.2048x1536?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":1600,\"height\":1200}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_6zuauwo.2048x1536?rect=0,0,2048,1536&w=800&h=600&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":800,\"height\":600}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_6zuauwo.2048x1536?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":280,\"height\":210},\"classifications\":[\"thumbnail\"]}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_6zuauwo.2048x1536?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":2048,\"height\":1152}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_6zuauwo.2048x1536?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":1600,\"height\":900}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_6zuauwo.2048x1536?rect=0,192,2048,1152&w=800&h=450&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":800,\"height\":450}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_6zuauwo.2048x1536?rect=0,192,2048,1152&w=280&h=158&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":280,\"height\":158}}}],\"deleted\":false,\"createdOn\":\"2018-09-20T04:04:12.425Z\",\"updatedOn\":\"2018-09-20T04:04:12.425Z\",\"id\":\"5ba31c3cd63125b36d6220a3\",\"createdBy\":null,\"updatedBy\":null,\"serviceId\":null,\"listingId\":\"5ba31c3bd63125b36d62209e\",\"model\":null,\"isNotFoundImage\":false,\"original\":\"https://assets.sapient-atdw.com.au/media/2048x1536_6zuauwo.2048x1536\"},{\"UID\":\"7deddeba-9847-493a-971a-5a7a3d0502fa\",\"kind\":\"image\",\"mimeType\":\"image/png\",\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_40dykac.2048x1536?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"thumbnail\":\"https://assets.sapient-atdw.com.au/images/2048x1536_40dykac.2048x1536?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"storagePath\":\"2048x1536_40dykac.2048x1536\",\"metadata\":{\"altText\":\"Alt Text is mandatory field and can contain upto 100 characters max\",\"caption\":\"Caption is optional field and can contain upto 100 characters max\",\"copyright\":\"Copyright is optional field and can contain upto 100 characters max\",\"photographer\":\"Photographer is optional field and can contain upto 100 characters max\",\"originalDimensions\":{\"width\":\"2048\",\"height\":\"1536\"},\"aspectRatios\":{\"4x3\":{\"width\":\"2048\",\"height\":1536,\"x\":0,\"y\":0},\"16x9\":{\"width\":\"2048\",\"height\":1152,\"x\":0,\"y\":192}},\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}},\"alternates\":[{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_40dykac.2048x1536?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":2048,\"height\":1536}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_40dykac.2048x1536?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":1600,\"height\":1200}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_40dykac.2048x1536?rect=0,0,2048,1536&w=800&h=600&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":800,\"height\":600}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_40dykac.2048x1536?rect=0,0,2048,1536&w=280&h=210&rot=360\",\"metadata\":{\"ratio\":\"4x3\",\"dimen\":{\"width\":280,\"height\":210},\"classifications\":[\"thumbnail\"]}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_40dykac.2048x1536?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":2048,\"height\":1152}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_40dykac.2048x1536?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":1600,\"height\":900}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_40dykac.2048x1536?rect=0,192,2048,1152&w=800&h=450&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":800,\"height\":450}}},{\"content\":\"https://assets.sapient-atdw.com.au/images/2048x1536_40dykac.2048x1536?rect=0,192,2048,1152&w=280&h=158&rot=360\",\"metadata\":{\"ratio\":\"16x9\",\"dimen\":{\"width\":280,\"height\":158}}}],\"deleted\":false,\"createdOn\":\"2018-09-20T04:04:12.775Z\",\"updatedOn\":\"2018-09-20T04:04:12.775Z\",\"id\":\"5ba31c3cd63125b36d6220a4\",\"createdBy\":null,\"updatedBy\":null,\"serviceId\":null,\"listingId\":\"5ba31c3bd63125b36d62209e\",\"model\":null,\"isNotFoundImage\":false,\"original\":\"https://assets.sapient-atdw.com.au/media/2048x1536_40dykac.2048x1536\"}],\"isPublished\":\"true\"},\"action\":\"PUBLISHED\",\"status\":200}]"}],"_postman_id":"8acc563b-1933-48ca-586c-c83757633b6d"},{"name":"General Service","id":"2fbb050f-a378-d8de-7c68-84d9f93ed51c","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"UID\": \"8785bba9-6e1a-49ac-83e2-c80dc6b58929\",\n            \"category\": \"GENSERVICE\",\n            \"name\": \"Active Ag and Tyre Centre\",\n            \"description\": \"Active Ag and Tyre Centre has all your tyre, battery, tube and puncture repair needs. From a pram to a tractor, Active Ag and Tyre Centre can get you back on the road in no time. With a large range of tyre brands and types, come and talk to them today about your tyres. Contact Active Ag and Tyre Centre on the number provided.\",\n            \"physicalAddress\": {\n                \"city_suburb\": \"Yass\",\n                \"area\": \"Yass Area\",\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"geoCodeLocation\": {\n                    \"latitude\": \"-34.8400992\",\n                    \"longitude\": \"148.90992059999996\"\n                },\n                \"type\": \"NOORGADDR\",\n                \"addrLine1\": \"40 Comur Street\",\n                \"postcode\": \"2582\"\n            },\n            \"socialExternalReferences\": {\n                \"facebookURL\": \"https://www.facebook.com/ActiveAgTyreCentre/\"\n            },\n            \"serviceTypes\": [\n                \"MOTORMECH\"\n            ],\n            \"facilities\": [\n                \"CARPARK\"\n            ],\n            \"postalAddress\": {\n                \"type\": \"PHYADDR\"\n            },\n            \"productContacts\": {\n                \"primaryTelephoneNumber\": \"0262261390\",\n                \"secondaryTelephoneNumber\": \"0262261390\",\n                \"emailEnquiries\": \"activeag@bigpond.com\",\n                \"urlEnquiries\": \"https://www.facebook.com/ActiveAgTyreCentre/\"\n            },\n            \"accessibility\": [\n                \"AMBULANT\",\n                \"DISTASSIST\"\n            ],\n            \"openingTime\": {\n                \"type\": \"SPECIFIC\",\n                \"seasonalPeriods\": [\n                    {\n                        \"arrayId\": \"5d3f09eb-a376-4e2d-8a36-b532bf8815a3\",\n                        \"openStatus\": [\n                            {\n                                \"arrayId\": \"093950e7-c94b-4bba-99eb-51f902041fb9\",\n                                \"dayOfWeek\": \"ALL\",\n                                \"openingTime\": \"08:00\",\n                                \"closingTime\": \"17:00\"\n                            },\n                            {\n                                \"arrayId\": \"ace0b5b1-3be8-46f7-9a3f-a606bf8f8661\",\n                                \"dayOfWeek\": \"SAT\",\n                                \"openingTime\": \"08:30\",\n                                \"closingTime\": \"12:00\"\n                            },\n                            {\n                                \"arrayId\": \"cde6e585-38fd-44b7-b9f8-1a3436701dad\",\n                                \"dayOfWeek\": \"SUN\",\n                                \"isClosed\": \"1\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"media\": [\n                {\n                    \"content\": \"http://wallpaper.zone/img/3927461.jpg\",\n                    \"metadata\": {\n                        \"caption\": \"Active Ag and Tyre Centre\",\n                        \"altText\": \"Active Ag and Tyre Centre\",\n                        \"ratio\": \"16x9\",\n                        \"aspectRatios\": {\n                            \"16x9\": {\n                                \"width\": \"2272\",\n                                \"height\": \"1278\",\n                                \"x\": \"0\",\n                                \"y\": \"215\"\n                            },\n                            \"4x3\": {\n                                \"x\": \"0\",\n                                \"y\": \"0\",\n                                \"width\": \"2272\",\n                                \"height\": \"1704\"\n                            }\n                        },\n                        \"originalDimensions\": {\n                            \"width\": \"2272\",\n                            \"height\": \"1707\"\n                        },\n                        \"dimen\": {\n                            \"width\": \"2048\",\n                            \"height\": \"1152\"\n                        }\n                    },\n                    \"original\": \"http://wallpaper.zone/img/3927461.jpg\"\n                }\n            ],\n            \"deals\": {\n                \"dealsAndOffers\": [\n                    {\n                        \"arrayId\": \"09d41060-9d4f-45de-ba7b-e24ed1203507\",\n                        \"dealType\": \"DISCOUNT\",\n                        \"name\": \"50% Discount\",\n                        \"description\": \"Early bird booking fee of 50% discounted rate applies if booked before 31st Dec\",\n                        \"validityStartDate\": \"06/12/2019\",\n                        \"validityEndDate\": \"07/12/2019\",\n                        \"termsAndConditions\": \"See website for terms and conditions.\",\n                        \"dealURL\": \"https://www.sampledeals.com.au/test/discount\"\n                    },\n                    {\n                        \"arrayId\": \"cb35ff4e-c818-4865-a766-201838260a39\",\n                        \"dealType\": \"SPECIALRATE\",\n                        \"name\": \"Special Rate\",\n                        \"description\": \"Limited special rate offer exclusive to members only\",\n                        \"termsAndConditions\": \"Must present the membership card upon arrival\",\n                        \"validityStartDate\": \"07/12/2019\",\n                        \"validityEndDate\": \"08/12/2019\",\n                        \"dealURL\": \"www.sampledeals.com.au/test/specialrate\"\n                    },\n                    {\n                        \"arrayId\": \"3834bbe0-8814-4308-a89a-2451679f8181\",\n                        \"dealType\": \"PACKAGE\",\n                        \"name\": \"Package\",\n                        \"description\": \"Book early to avail this package offer\",\n                        \"termsAndConditions\": \"See website for terms and conditions\",\n                        \"validityStartDate\": \"08/12/2019\",\n                        \"validityEndDate\": \"12/12/2019\"\n                    }\n                ]\n            }\n        }\n    }\n]"},"url":"https://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<h4 id=\"category-description\">Category description:</h4>\n<p>General Services are limited to products or services which support tourism and those who travel.</p>\n","urlObject":{"protocol":"https","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"2fbb050f-a378-d8de-7c68-84d9f93ed51c"},{"name":"Hire","id":"a8736d53-c1f1-41b8-3155-cd1adfe7626e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"UID\": \"e8a77d2d-e3f7-40bf-b5f7-ed3b3b591eb9\",\n            \"category\": \"HIRE\",\n            \"name\": \"Acacia Car Rentals\",\n            \"alternateNames\": [\n                {\n                    \"arrayId\": \"6980e55b-cece-4ea5-ada0-b96b37c8d43f\",\n                    \"name\": \"Acacia Car Rentals - Adelaide\"\n                }\n            ],\n            \"description\": \"Acacia Car Rentals is a locally owned and operated family business, striving to give its customers an economical range of vehicles, with excellent service, competitive pricing and a smile every time. Kevin, Karen and Belinda look forward to meeting with you soon. Vehicles on offer include four and five seater hatch, sedan and wagons, people movers and light commercials.\",\n            \"serviceTypes\": [\n                \"CAR\",\n                \"MOTORCYCLE\"\n            ],\n            \"physicalAddress\": {\n                \"type\": \"NOORGADDR\",\n                \"addrLine1\": \"91 Sir Donald Bradman Drive\",\n                \"city_suburb\": \"Hilton\",\n                \"city\": \"Adelaide\",\n                \"area\": \"Adelaide\",\n                \"state\": \"SA\",\n                \"country\": \"Australia\",\n                \"postcode\": \"5033\",\n                \"geoCodeLocation\": {\n                    \"latitude\": \"-34.932402\",\n                    \"longitude\": \"138.568207\"\n                }\n            },\n            \"productContacts\": {\n                \"emailEnquiries\": \"sales@acaciacarrentals.com.au\",\n                \"secondaryTelephoneNumber\": \"0408847851\",\n                \"primaryTelephoneNumber\": \"0882340911\",\n                \"urlEnquiries\": \"www.acaciacarrentals.com.au\"\n            },\n            \"media\": [\n                {\n                    \"arrayId\": \"d5c12999-a6da-4af2-ae84-ccd955706d2d\",\n                    \"content\": \"https://assets.atdw-online.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                    \"metadata\": {\n                        \"altText\": \"Deluxe ocean view with floor to ceiling windows\",\n                        \"caption\": \"Ocean Views\",\n                        \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                        \"photographer\": \"David Brabyn\"\n                    }\n                }\n            ],\n            \"accessibility\": {\n                \"selected\": \"DISASSIST\",\n                \"attributeBlocks\": {\n                    \"WHEELCHAIR\": {}\n                }\n            },\n            \"rates\": [\n                {\n                    \"arrayId\": \"d82e4e57-3689-4f20-9e96-2136ae70a451\",\n                    \"free\": false,\n                    \"priceFrom\": \"21.5\",\n                    \"priceTo\": \"280\"\n                }\n            ],\n            \"externalSystemCodes\": [\n                {\n                    \"arrayId\": \"480aabbf-1a91-433f-a25d-98c787bd3e42\",\n                    \"code\": \"EXT_code\",\n                    \"desc\": \"828126\"\n                }\n            ],\n            \"services\": [\n                {\n                    \"category\": \"MOTORCYCLE\",\n                    \"name\": \"Scooter Hire\",\n                    \"description\": \"Hire of a 50cc restricted which can be ridden on a car licence.\",\n                    \"media\": [\n                        {\n                            \"arrayId\": \"90b5d8f2-d3fb-4c50-83c4-645397767d49\",\n                            \"content\": \"https://assets.atdw-online.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                            \"metadata\": {\n                                \"altText\": \"Deluxe ocean view with floor to ceiling windows\",\n                                \"caption\": \"Ocean Views\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"deals\": {\n                \"dealsAndOffers\": [\n                    {\n                        \"arrayId\": \"d8f514ac-4e63-4852-bb91-68c3120dd240\",\n                        \"dealType\": \"DISCOUNT\",\n                        \"name\": \"50% Discount\",\n                        \"description\": \"Early bird booking fee of 50% discounted rate applies if booked before 30 June...\",\n                        \"termsAndConditions\": \"See website for terms and conditions.\",\n                        \"validityStartDate\": \"01/05/2024\",\n                        \"validityEndDate\": \"28/05/2024\",\n                        \"redeemedValidityStartDate\": \"01/08/2024\",\n                        \"redeemedValidityEndDate\": \"28/09/2024\",\n                        \"dealPrice\": \"99.99\",\n                        \"dealPriceNote\": \"Free for kids under 3 years of age\",\n                        \"dealInclusions\": \"Includes complimentary drink on arrival\",\n                        \"dealURL\": \"www.test.com.au\",\n                        \"dealImages\": [\n                            {\n                                \"arrayId\": \"8fa66178-ec6e-40af-aa59-5c6ff0c42f0f\",\n                                \"content\": \"https://assets.atdw-online.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                                \"metadata\": {\n                                    \"altText\": \"Discount deal\",\n                                    \"caption\": \"Deal image caption\",\n                                    \"copyright\": \"Copyright 2020-2021\",\n                                    \"photographer\": \"David Brabyn\"\n                                }\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    }\n]"},"url":"https://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<h4 id=\"category-description\">Category description:</h4>\n<p>Hire services must provide products or services hired for a specific time to be used/operated by the leisure tourist.</p>\n","urlObject":{"protocol":"https","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[{"id":"d70069b7-0a4a-465a-af58-554de5b00255","name":"Hire","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"UID\": \"e8a77d2d-e3f7-40bf-b5f7-ed3b3b591eb9\",\n            \"category\": \"HIRE\",\n            \"name\": \"Acacia Car Rentals\",\n            \"alternateNames\": [\n                {\n                    \"arrayId\": \"6980e55b-cece-4ea5-ada0-b96b37c8d43f\",\n                    \"name\": \"Acacia Car Rentals - Adelaide\"\n                }\n            ],\n            \"description\": \"Acacia Car Rentals is a locally owned and operated family business, striving to give its customers an economical range of vehicles, with excellent service, competitive pricing and a smile every time. Kevin, Karen and Belinda look forward to meeting with you soon. Vehicles on offer include four and five seater hatch, sedan and wagons, people movers and light commercials.\",\n            \"serviceTypes\": [\n                \"CAR\",\n                \"MOTORCYCLE\"\n            ],\n            \"physicalAddress\": {\n                \"type\": \"NOORGADDR\",\n                \"addrLine1\": \"91 Sir Donald Bradman Drive\",\n                \"city_suburb\": \"Hilton\",\n                \"city\": \"Adelaide\",\n                \"area\": \"Adelaide\",\n                \"state\": \"SA\",\n                \"country\": \"Australia\",\n                \"postcode\": \"5033\",\n                \"geoCodeLocation\": {\n                    \"latitude\": \"-34.932402\",\n                    \"longitude\": \"138.568207\"\n                }\n            },\n            \"productContacts\": {\n                \"emailEnquiries\": \"sales@acaciacarrentals.com.au\",\n                \"secondaryTelephoneNumber\": \"0408847851\",\n                \"primaryTelephoneNumber\": \"0882340911\",\n                \"urlEnquiries\": \"www.acaciacarrentals.com.au\"\n            },\n            \"media\": [\n                {\n                    \"arrayId\": \"d5c12999-a6da-4af2-ae84-ccd955706d2d\",\n                    \"content\": \"https://assets.atdw-online.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                    \"metadata\": {\n                        \"altText\": \"Deluxe ocean view with floor to ceiling windows\",\n                        \"caption\": \"Ocean Views\",\n                        \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                        \"photographer\": \"David Brabyn\"\n                    }\n                }\n            ],\n            \"accessibility\": {\n                \"selected\": \"DISASSIST\",\n                \"attributeBlocks\": {\n                    \"WHEELCHAIR\": {}\n                }\n            },\n            \"rates\": [\n                {\n                    \"arrayId\": \"d82e4e57-3689-4f20-9e96-2136ae70a451\",\n                    \"free\": false,\n                    \"priceFrom\": \"21.5\",\n                    \"priceTo\": \"280\"\n                }\n            ],\n            \"externalSystemCodes\": [\n                {\n                    \"arrayId\": \"480aabbf-1a91-433f-a25d-98c787bd3e42\",\n                    \"code\": \"EXT_code\",\n                    \"desc\": \"828126\"\n                }\n            ],\n            \"services\": [\n                {\n                    \"category\": \"MOTORCYCLE\",\n                    \"name\": \"Scooter Hire\",\n                    \"description\": \"Hire of a 50cc restricted which can be ridden on a car licence.\",\n                    \"media\": [\n                        {\n                            \"arrayId\": \"90b5d8f2-d3fb-4c50-83c4-645397767d49\",\n                            \"content\": \"https://assets.atdw-online.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                            \"metadata\": {\n                                \"altText\": \"Deluxe ocean view with floor to ceiling windows\",\n                                \"caption\": \"Ocean Views\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        }\n                    ]\n                }\n            ],\n            \"deals\": {\n                \"dealsAndOffers\": [\n                    {\n                        \"arrayId\": \"d8f514ac-4e63-4852-bb91-68c3120dd240\",\n                        \"dealType\": \"DISCOUNT\",\n                        \"name\": \"50% Discount\",\n                        \"description\": \"Early bird booking fee of 50% discounted rate applies if booked before 30 June...\",\n                        \"termsAndConditions\": \"See website for terms and conditions.\",\n                        \"validityStartDate\": \"01/05/2024\",\n                        \"validityEndDate\": \"28/05/2024\",\n                        \"redeemedValidityStartDate\": \"01/08/2024\",\n                        \"redeemedValidityEndDate\": \"28/09/2024\",\n                        \"dealPrice\": \"99.99\",\n                        \"dealPriceNote\": \"Free for kids under 3 years of age\",\n                        \"dealInclusions\": \"Includes complimentary drink on arrival\",\n                        \"dealURL\": \"www.test.com.au\",\n                        \"dealImages\": [\n                            {\n                                \"arrayId\": \"8fa66178-ec6e-40af-aa59-5c6ff0c42f0f\",\n                                \"content\": \"https://assets.atdw-online.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                                \"metadata\": {\n                                    \"altText\": \"Discount deal\",\n                                    \"caption\": \"Deal image caption\",\n                                    \"copyright\": \"Copyright 2020-2021\",\n                                    \"photographer\": \"David Brabyn\"\n                                }\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    }\n]"},"url":{"raw":"http://{{staging}}/api/listings/contributions?apikey={{key}}","protocol":"http","host":["{{staging}}"],"path":["api","listings","contributions"],"query":[{"key":"apikey","value":"{{key}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 May 2024 04:38:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"Express"},{"key":"Vary","value":"Origin, Accept-Encoding"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"ETag","value":"W/\"2726-X7LlloVMrtn1PBkQSJOXAjUaPpU\""},{"key":"Content-Encoding","value":"gzip"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=iPQj3mdENBsH6jDx8sUqyywhw8h38owKV8Fo2EElwXYi2JPOJPc1TPk2pZYa8FpuKtEUf1y%2BKrR99zqYm4blTAfoWwYuv0EUOzpXTaBlyEeXwX74EAIsPJZ5q3HI5vDDLgb%2Fffcv0stef%2Bj%2FEw%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"883833178de3a80b-SYD"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"listing\": {\n            \"UID\": \"e8a77d2d-e3f7-40bf-b5f7-ed3b3b591eb9\",\n            \"uploadedThroughBulk\": \"true\",\n            \"category\": \"HIRE\",\n            \"listingType\": \"hire\",\n            \"productNumber\": \"AU1262580\",\n            \"name\": \"Acacia Car Rentals\",\n            \"description\": \"Acacia Car Rentals is a locally owned and operated family business, striving to give its customers an economical range of vehicles, with excellent service, competitive pricing and a smile every time. Kevin, Karen and Belinda look forward to meeting with you soon. Vehicles on offer include four and five seater hatch, sedan and wagons, people movers and light commercials.\",\n            \"physicalAddress\": {\n                \"type\": \"NOORGADDR\",\n                \"addrLine1\": \"91 Sir Donald Bradman Drive\",\n                \"city_suburb\": \"Hilton\",\n                \"city\": \"Adelaide\",\n                \"area\": [\n                    \"City of West Torrens\"\n                ],\n                \"state\": \"SA\",\n                \"country\": \"Australia\",\n                \"postcode\": \"5033\",\n                \"geoCodeLocation\": {\n                    \"latitude\": \"-34.932402\",\n                    \"longitude\": \"138.568207\"\n                },\n                \"isNewListing\": \"false\",\n                \"region\": [\n                    \"Adelaide\"\n                ]\n            },\n            \"images\": [\n                \"6642eace46de35544236b8b4\"\n            ],\n            \"externalSystemCodes\": [\n                {\n                    \"arrayId\": \"480aabbf-1a91-433f-a25d-98c787bd3e42\",\n                    \"code\": \"EXT_code\",\n                    \"desc\": \"828126\"\n                }\n            ],\n            \"status\": \"ACTIVE\",\n            \"publishedExpiringOn\": \"2025-05-14T00:00:00.000Z\",\n            \"firstPublishedOn\": \"2024-05-14T04:38:38.874Z\",\n            \"publishedOn\": \"2024-05-14T04:38:38.874Z\",\n            \"approvedOn\": \"2024-05-14T04:38:38.874Z\",\n            \"reviewedOn\": \"2024-05-14T04:38:38.874Z\",\n            \"serviceTypes\": [\n                \"CAR\",\n                \"MOTORCYCLE\"\n            ],\n            \"rates\": [\n                {\n                    \"arrayId\": \"d82e4e57-3689-4f20-9e96-2136ae70a451\",\n                    \"free\": false,\n                    \"priceFrom\": \"21.5\",\n                    \"priceTo\": \"280\"\n                }\n            ],\n            \"alternateNames\": [\n                {\n                    \"arrayId\": \"6980e55b-cece-4ea5-ada0-b96b37c8d43f\",\n                    \"name\": \"Acacia Car Rentals - Adelaide\"\n                }\n            ],\n            \"productContacts\": {\n                \"emailEnquiries\": \"sales@acaciacarrentals.com.au\",\n                \"secondaryTelephoneNumber\": \"0408847851\",\n                \"primaryTelephoneNumber\": \"0882340911\",\n                \"urlEnquiries\": \"www.acaciacarrentals.com.au\"\n            },\n            \"accreditations\": [],\n            \"suggestedAccreditations\": [],\n            \"accessibility\": {\n                \"selected\": \"DISASSIST\",\n                \"attributeBlocks\": {\n                    \"WHEELCHAIR\": {}\n                }\n            },\n            \"deals\": {\n                \"dealsAndOffers\": [\n                    {\n                        \"arrayId\": \"d8f514ac-4e63-4852-bb91-68c3120dd240\",\n                        \"dealType\": \"DISCOUNT\",\n                        \"name\": \"50% Discount\",\n                        \"description\": \"Early bird booking fee of 50% discounted rate applies if booked before 30 June...\",\n                        \"termsAndConditions\": \"See website for terms and conditions.\",\n                        \"validityStartDate\": \"01/05/2024\",\n                        \"validityEndDate\": \"28/05/2024\",\n                        \"redeemedValidityStartDate\": \"01/08/2024\",\n                        \"redeemedValidityEndDate\": \"28/09/2024\",\n                        \"dealPrice\": \"99.99\",\n                        \"dealPriceNote\": \"Free for kids under 3 years of age\",\n                        \"dealInclusions\": \"Includes complimentary drink on arrival\",\n                        \"dealURL\": \"www.test.com.au\",\n                        \"dealImages\": [\n                            {\n                                \"arrayId\": \"8fa66178-ec6e-40af-aa59-5c6ff0c42f0f\",\n                                \"content\": \"https://assets.atdw-online.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583.jpeg?rect=132,0,2133,1600&w=2048&h=1536\",\n                                \"metadata\": {\n                                    \"altText\": \"Discount deal\",\n                                    \"caption\": \"Deal image caption\",\n                                    \"copyright\": \"Copyright 2020-2021\",\n                                    \"photographer\": \"David Brabyn\"\n                                }\n                            }\n                        ],\n                        \"validityStartDateValue\": \"2024-05-01T00:00:00.000Z\",\n                        \"validityEndDateValue\": \"2024-05-28T00:00:00.000Z\",\n                        \"redeemedValidityStartDateValue\": \"2024-08-01T00:00:00.000Z\",\n                        \"redeemedValidityEndDateValue\": \"2024-09-28T00:00:00.000Z\",\n                        \"dealId\": \"DE0023929\"\n                    }\n                ]\n            },\n            \"createdOn\": \"2024-05-14T04:38:35.842Z\",\n            \"updatedOn\": \"2024-05-14T04:38:38.770Z\",\n            \"id\": \"6642eacd46de35544236b8ab\",\n            \"createdBy\": \"56b1ec0e0cf213ad20db22e4\",\n            \"updatedBy\": \"56b1e8face370f9f6da48f60\",\n            \"owningQA\": \"56b1eb9344feca3df2e320c9\",\n            \"owningSTO\": \"56b1eb9344feca3df2e320c9\",\n            \"owningOrganisation\": \"56b1eb9344feca3df2e320c7\",\n            \"reviewedBy\": \"56b1e8face370f9f6da48f60\",\n            \"approvedBy\": \"56b1e8face370f9f6da48f60\",\n            \"submittedBy\": \"56b1e8face370f9f6da48f60\",\n            \"locationIds\": [\n                \"56b1ec0a0cf213ad20dac150\",\n                \"56b1ec0c0cf213ad20dae2c3\"\n            ],\n            \"tagsIds\": [],\n            \"slug\": \"acacia-car-rentals\",\n            \"services\": [\n                {\n                    \"name\": \"Scooter Hire\",\n                    \"description\": \"Hire of a 50cc restricted which can be ridden on a car licence.\",\n                    \"UID\": \"1d021caa-b6cc-4291-bc8b-9ccef0b0c55b\",\n                    \"images\": [\n                        \"6642eace46de35544236b8b5\"\n                    ],\n                    \"sequenceNumber\": 1,\n                    \"category\": \"MOTORCYCLE\",\n                    \"deals\": {\n                        \"hasServiceDeals\": \"false\"\n                    },\n                    \"createdOn\": \"2024-05-14T04:38:37.296Z\",\n                    \"updatedOn\": \"2024-05-14T04:38:37.296Z\",\n                    \"id\": \"6642eacd46de35544236b8af\",\n                    \"listingId\": \"6642eacd46de35544236b8ab\",\n                    \"media\": [\n                        {\n                            \"UID\": \"bce5a86f-818c-4879-8626-782c2c90d341\",\n                            \"kind\": \"image\",\n                            \"mimeType\": \"image/jpeg\",\n                            \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_7d3pyoz.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                            \"thumbnail\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_7d3pyoz.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                            \"storagePath\": \"1ac4c461a7fa51315f0ec99cdb7af583_7d3pyoz.jpeg\",\n                            \"metadata\": {\n                                \"altText\": \"Deluxe ocean view with floor to ceiling windows\",\n                                \"caption\": \"Ocean Views\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\",\n                                \"originalDimensions\": {\n                                    \"width\": \"2048\",\n                                    \"height\": \"1536\"\n                                },\n                                \"aspectRatios\": {\n                                    \"4x3\": {\n                                        \"width\": \"2048\",\n                                        \"height\": 1536,\n                                        \"x\": 0,\n                                        \"y\": 0\n                                    },\n                                    \"16x9\": {\n                                        \"width\": \"2048\",\n                                        \"height\": 1152,\n                                        \"x\": 0,\n                                        \"y\": 192\n                                    }\n                                },\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 2048,\n                                    \"height\": 1536\n                                }\n                            },\n                            \"alternates\": [\n                                {\n                                    \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_7d3pyoz.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 2048,\n                                            \"height\": 1536\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_7d3pyoz.jpeg?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 1600,\n                                            \"height\": 1200\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_7d3pyoz.jpeg?rect=0,0,2048,1536&w=800&h=600&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 800,\n                                            \"height\": 600\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_7d3pyoz.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"4x3\",\n                                        \"dimen\": {\n                                            \"width\": 280,\n                                            \"height\": 210\n                                        },\n                                        \"classifications\": [\n                                            \"thumbnail\"\n                                        ]\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_7d3pyoz.jpeg?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 2048,\n                                            \"height\": 1152\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_7d3pyoz.jpeg?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 1600,\n                                            \"height\": 900\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_7d3pyoz.jpeg?rect=0,192,2048,1152&w=800&h=450&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 800,\n                                            \"height\": 450\n                                        }\n                                    }\n                                },\n                                {\n                                    \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_7d3pyoz.jpeg?rect=0,192,2048,1152&w=280&h=158&rot=360\",\n                                    \"metadata\": {\n                                        \"ratio\": \"16x9\",\n                                        \"dimen\": {\n                                            \"width\": 280,\n                                            \"height\": 158\n                                        }\n                                    }\n                                }\n                            ],\n                            \"deleted\": null,\n                            \"createdOn\": \"2024-05-14T04:38:38.248Z\",\n                            \"updatedOn\": \"2024-05-14T04:38:38.248Z\",\n                            \"dealId\": null,\n                            \"serviceDealId\": null,\n                            \"id\": \"6642eace46de35544236b8b5\",\n                            \"createdBy\": null,\n                            \"updatedBy\": null,\n                            \"serviceId\": \"6642eacd46de35544236b8af\",\n                            \"listingId\": null,\n                            \"model\": null,\n                            \"arrayId\": \"90b5d8f2-d3fb-4c50-83c4-645397767d49\",\n                            \"isNotFoundImage\": false,\n                            \"original\": \"https://assets.contentstaging.com.au/media/1ac4c461a7fa51315f0ec99cdb7af583_7d3pyoz.jpeg\"\n                        }\n                    ]\n                }\n            ],\n            \"media\": [\n                {\n                    \"UID\": \"0fd5dc44-713e-442d-bea2-7272ffbfe9ad\",\n                    \"kind\": \"image\",\n                    \"mimeType\": \"image/jpeg\",\n                    \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_pd5akor.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                    \"thumbnail\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_pd5akor.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                    \"storagePath\": \"1ac4c461a7fa51315f0ec99cdb7af583_pd5akor.jpeg\",\n                    \"metadata\": {\n                        \"altText\": \"Deluxe ocean view with floor to ceiling windows\",\n                        \"caption\": \"Ocean Views\",\n                        \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                        \"photographer\": \"David Brabyn\",\n                        \"originalDimensions\": {\n                            \"width\": \"2048\",\n                            \"height\": \"1536\"\n                        },\n                        \"aspectRatios\": {\n                            \"4x3\": {\n                                \"width\": \"2048\",\n                                \"height\": 1536,\n                                \"x\": 0,\n                                \"y\": 0\n                            },\n                            \"16x9\": {\n                                \"width\": \"2048\",\n                                \"height\": 1152,\n                                \"x\": 0,\n                                \"y\": 192\n                            }\n                        },\n                        \"ratio\": \"4x3\",\n                        \"dimen\": {\n                            \"width\": 2048,\n                            \"height\": 1536\n                        }\n                    },\n                    \"alternates\": [\n                        {\n                            \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_pd5akor.jpeg?rect=0,0,2048,1536&w=2048&h=1536&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 2048,\n                                    \"height\": 1536\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_pd5akor.jpeg?rect=0,0,2048,1536&w=1600&h=1200&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 1600,\n                                    \"height\": 1200\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_pd5akor.jpeg?rect=0,0,2048,1536&w=800&h=600&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 800,\n                                    \"height\": 600\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_pd5akor.jpeg?rect=0,0,2048,1536&w=280&h=210&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": 280,\n                                    \"height\": 210\n                                },\n                                \"classifications\": [\n                                    \"thumbnail\"\n                                ]\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_pd5akor.jpeg?rect=0,192,2048,1152&w=2048&h=1152&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"16x9\",\n                                \"dimen\": {\n                                    \"width\": 2048,\n                                    \"height\": 1152\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_pd5akor.jpeg?rect=0,192,2048,1152&w=1600&h=900&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"16x9\",\n                                \"dimen\": {\n                                    \"width\": 1600,\n                                    \"height\": 900\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_pd5akor.jpeg?rect=0,192,2048,1152&w=800&h=450&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"16x9\",\n                                \"dimen\": {\n                                    \"width\": 800,\n                                    \"height\": 450\n                                }\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.contentstaging.com.au/images/1ac4c461a7fa51315f0ec99cdb7af583_pd5akor.jpeg?rect=0,192,2048,1152&w=280&h=158&rot=360\",\n                            \"metadata\": {\n                                \"ratio\": \"16x9\",\n                                \"dimen\": {\n                                    \"width\": 280,\n                                    \"height\": 158\n                                }\n                            }\n                        }\n                    ],\n                    \"deleted\": false,\n                    \"createdOn\": \"2024-05-14T04:38:38.133Z\",\n                    \"updatedOn\": \"2024-05-14T04:38:38.133Z\",\n                    \"dealId\": null,\n                    \"serviceDealId\": null,\n                    \"id\": \"6642eace46de35544236b8b4\",\n                    \"createdBy\": null,\n                    \"updatedBy\": null,\n                    \"serviceId\": null,\n                    \"listingId\": \"6642eacd46de35544236b8ab\",\n                    \"model\": null,\n                    \"arrayId\": \"d5c12999-a6da-4af2-ae84-ccd955706d2d\",\n                    \"isNotFoundImage\": false,\n                    \"original\": \"https://assets.contentstaging.com.au/media/1ac4c461a7fa51315f0ec99cdb7af583_pd5akor.jpeg\"\n                }\n            ],\n            \"isPublished\": \"true\"\n        },\n        \"action\": \"PUBLISHED\",\n        \"status\": 200\n    }\n]"}],"_postman_id":"a8736d53-c1f1-41b8-3155-cd1adfe7626e"},{"name":"Transport","id":"9b38f200-24c6-5ecd-c8ed-6e915f810e02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"UID\": \"8785bba9-6e1a-49ac-83e2-c80dc6b58929\",\n            \"category\": \"TRANSPORT\",\n            \"name\": \"Christians Bus Company12\",\n            \"description\": \"Christian’s mini bus hire service is a flexible and cost effective alternative to a private tour, where you or a member of your group can drive your companions. This means you can stop when you want, where you want and for as long as you want.\\n\\nChristian’s have an extensive fleet of clean, well maintained and comfortable min-buses for hire from most depots in our network.\",\n            \"physicalAddress\": {\n                \"type\": \"ORGADDR\",\n                \"addrLine1\": \"75 The Terrace\",\n                \"city_suburb\": \"Ocean Grove\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3226\",\n                \"country\": \"Australia\",\n                \"geoCodeLocation\": {\n                    \"latitude\": \"-38.267709\",\n                    \"longitude\": \"144.52348900000004\"\n                }\n            },\n            \"socialExternalReferences\": {\n                \"facebookURL\": \"https://www.facebook.com/Christians-Bus-Co-100669169979799/timeline\"\n            },\n            \"serviceTypes\": [\n                \"BUSSVC\",\n                \"COACHSVC\"\n            ],\n            \"facilities\": [\n                \"NSMOKESTAB\"\n            ],\n            \"ABN\": \"92171296246\",\n            \"postalAddress\": {\n                \"type\": \"PHYADDR\"\n            },\n            \"productContacts\": {\n                \"primaryTelephoneNumber\": \"0352555800\",\n                \"emailEnquiries\": \"tours@christiansbus.com.au\",\n                \"urlEnquiries\": \"https://christiansbus.com.au/\"\n            },\n            \"media\": [\n                {\n                    \"arrayId\": \"0039b1a9-5710-478e-b1ab-fe27937d3d57\",\n                    \"content\": \"https://assets.atdw-online.com.au/images/ef03017b3d89f193efbeb9dc04dc462f.jpeg?rect=0,60,4966,3725&w=2048&h=1536\",\n                    \"legacy\": \"true\",\n                    \"metadata\": {\n                        \"altText\": \"Boasting uninterrupted views of the Coral Sea, and a stunning natural setting amidst landscaped trop\",\n                        \"caption\": \"Oasis Hotel\",\n                        \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                        \"photographer\": \"David Brabyn\"\n                    }\n                },\n                {\n                    \"arrayId\": \"5658eda8-9dd0-4e66-836a-fa20f893a791\",\n                    \"content\": \"https://assets.atdw-online.com.au/images/04a36e6c7fd22f03178df3c2763f439d.jpeg?rect=127,0,2048,1536&w=800&h=600\",\n                    \"legacy\": \"true\",\n                    \"metadata\": {\n                        \"altText\": \"Relax in this stylish hotel lobby overlooking beautifully landscaped tropical gardens\",\n                        \"caption\": \"Oasis Hotel\",\n                        \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                        \"photographer\": \"David Brabyn\"\n                    }\n                }\n            ],\n            \"deals\": {\n                \"dealsAndOffers\": [\n                    {\n                        \"arrayId\": \"09d41060-9d4f-45de-ba7b-e24ed1203507\",\n                        \"dealType\": \"DISCOUNT\",\n                        \"name\": \"50% Discount\",\n                        \"description\": \"Early bird booking fee of 50% discounted rate applies if booked before 31st Dec\",\n                        \"validityStartDate\": \"06/12/2019\",\n                        \"validityEndDate\": \"07/12/2019\",\n                        \"termsAndConditions\": \"See website for terms and conditions.\",\n                        \"dealURL\": \"https://www.sampledeals.com.au/test/discount\"\n                    },\n                    {\n                        \"arrayId\": \"cb35ff4e-c818-4865-a766-201838260a39\",\n                        \"dealType\": \"SPECIALRATE\",\n                        \"name\": \"Special Rate\",\n                        \"description\": \"Limited special rate offer exclusive to members only\",\n                        \"termsAndConditions\": \"Must present the membership card upon arrival\",\n                        \"validityStartDate\": \"07/12/2019\",\n                        \"validityEndDate\": \"08/12/2019\",\n                        \"dealURL\": \"www.sampledeals.com.au/test/specialrate\"\n                    },\n                    {\n                        \"arrayId\": \"3834bbe0-8814-4308-a89a-2451679f8181\",\n                        \"dealType\": \"PACKAGE\",\n                        \"name\": \"Package\",\n                        \"description\": \"Book early to avail this package offer\",\n                        \"termsAndConditions\": \"See website for terms and conditions\",\n                        \"validityStartDate\": \"08/12/2019\",\n                        \"validityEndDate\": \"12/12/2019\"\n                    }\n                ]\n            },\n            \"services\": [\n                {\n                    \"UID\": \"6afcab48-6dae-435d-9fea-3705df6b5353\",\n                    \"name\": \"Coach\",\n                    \"description\": \"In this section you are able to provide details about the different transport services you offer. Be sure to provide the distinct advantages of each transport option by writing an accurate description. This is your opportunity to inform potential customers of the experience they can expect from your business and display relevant photos and videos.\\n\\nWatch this video to learn more about how to optimise your ATDW listing.\",\n                    \"category\": \"COACHSVC\",\n                    \"media\": [\n                        {\n                            \"arrayId\": \"0039b1a9-5710-478e-b1ab-fe27937d3d57\",\n                            \"content\": \"https://assets.atdw-online.com.au/images/ef03017b3d89f193efbeb9dc04dc462f.jpeg?rect=0,60,4966,3725&w=2048&h=1536\",\n                            \"legacy\": \"true\",\n                            \"metadata\": {\n                                \"altText\": \"Boasting uninterrupted views of the Coral Sea, and a stunning natural setting amidst landscaped trop\",\n                                \"caption\": \"Oasis Hotel\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        },\n                        {\n                            \"arrayId\": \"5658eda8-9dd0-4e66-836a-fa20f893a791\",\n                            \"content\": \"https://assets.atdw-online.com.au/images/04a36e6c7fd22f03178df3c2763f439d.jpeg?rect=127,0,2048,1536&w=800&h=600\",\n                            \"legacy\": \"true\",\n                            \"metadata\": {\n                                \"altText\": \"Relax in this stylish hotel lobby overlooking beautifully landscaped tropical gardens\",\n                                \"caption\": \"Oasis Hotel\",\n                                \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        }\n                    ]\n                }\n            ]\n        }\n    }\n]"},"url":"https://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<h4 id=\"category-description\">Category description:</h4>\n<p>Transport companies must provide point to point travel or transfers for the leisure tourist.</p>\n","urlObject":{"protocol":"https","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"9b38f200-24c6-5ecd-c8ed-6e915f810e02"},{"name":"Tour","id":"0c7c57bb-d6c7-a008-00d2-394157ee0efe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"UID\": \"8785bba9-6e1a-49ac-83e2-c80dc6b58929\",\n            \"category\": \"TOUR\",\n            \"name\": \"AAT Kings Day Tours (Red Centre)12\",\n            \"description\": \"AAT Kings is passionate about sharing the natural wonders and authentic cultures of Australia and New Zealand. With a wide range of Day Tours our friendly Guides will enhance your experience with stories, local knowledge and a sense of fun. Our goal, every day, is to share Australia and New Zealand with our guests and to bring Australia and New Zealand to life.\",\n            \"physicalAddress\": {\n                \"type\": \"NOORGADDR\",\n                \"addrLine1\": \"Ayers Rock Resort\",\n                \"city_suburb\": \"Yulara\",\n                \"city\": \"Yulara\",\n                \"area\": \"Uluru/Kata Tjuta Area\",\n                \"state\": \"NT\",\n                \"country\": \"Australia\",\n                \"postcode\": \"0872\",\n                \"geoCodeLocation\": {\n                    \"latitude\": \"-25.241277\",\n                    \"longitude\": \"130.983341\"\n                }\n            },\n            \"videos\": [\n                {\n                    \"arrayId\": \"ace0b5b1-3be8-46f7-9a3f-a606bf8f8661\",\n                    \"content\": \"http://www.youtube.com/watch?v=Ov30GLFkAJE&amp;feature=youtube_gdata_player\"\n                }\n            ],\n            \"socialExternalReferences\": {\n                \"facebookURL\": \"www.facebook.com/AATKingsAustralia\",\n                \"twitterURL\": \"https://twitter.com/AATKings\",\n                \"instagramURL\": \"https://www.instagram.com/aatkings/\",\n                \"tripAdvisorURL\": \"https://www.tripadvisor.com.au/\",\n                \"youtubeChannelURL\": \"https://www.youtube.com/user/aatkings/videos\",\n                \"weChatURL\": \"yourWechatID\",\n                \"weiboURL\": \"http://www.weibo.com/username\",\n                \"socialMediaHashtags\": [\n                    \"#smilekings\"\n                ],\n                \"officialBlog\": \"https://smilekings.wordpress.com/\"\n            },\n            \"externalSystemCodes\": [\n                {\n                    \"arrayId\": \"ace0b5b1-3be8-46f7-9a3f-a606bf8f8661\",\n                    \"code\": \"Local_Product_ID\",\n                    \"desc\": \"9000720\"\n                }\n            ],\n            \"adminActivities\": [\n                \"BIRDWATCH\",\n                \"BOAT\",\n                \"WALK\"\n            ],\n            \"profitStatus\": \"SAMEASORG\",\n            \"serviceTypes\": [\n                \"TOUR\"\n            ],\n            \"ABN\": \"97079722464\",\n            \"alternateNames\": [\n                {\n                    \"arrayId\": \"ace0b5b1-3be8-46f7-9a3f-a606bf8f8661\",\n                    \"name\": \"AAT Kings\"\n                }\n            ],\n            \"postalAddress\": {\n                \"city\": \"Yulara\",\n                \"area\": \"Uluru/Kata Tjuta Area\",\n                \"type\": \"PHYADDR\"\n            },\n            \"productContacts\": {\n                \"emailEnquiries\": \"direct@aatkings.com.au\",\n                \"secondaryTelephoneNumber\": \"1300228546\",\n                \"primaryTelephoneNumber\": \"1300228546\",\n                \"urlEnquiries\": \"www.aatkings.com\"\n            },\n            \"productBooking\": {\n                \"bookingURL\": \"http://www.aatkings.com/\"\n            },\n            \"memberships\": [\n                \"ATEC\"\n            ],\n            \"userAccreditations\": [\n                \"ATAP\"\n            ],\n            \"internationalReach\": \"1\",\n            \"tourClassifications\": [\n                \"AHBTOURS\",\n                \"ANTOURS\",\n                \"CSTOURS\",\n                \"CSWTOURS\",\n                \"CTTOURS\",\n                \"FWTOURS\",\n                \"WBTOURS\",\n                \"AOTOURS\"\n            ],\n            \"services\": [\n                {\n                    \"UID\": \"6afcab48-6dae-435d-9fea-3705df6b5353\",\n                    \"name\": \"Uluṟu Sunset Half Day Tour\",\n                    \"description\": \"Uluru stands 348 metres high, however most of its mass is below ground level. On approach you’ll be overwhelmed by its incredible size, presence and inherent spirituality. Witness a breathtaking Uluṟu sunset from the Sunset Viewing Area. Settle in with a glass of Australian wine and nibbles while you witness Uluṟu's majestic presence as it changes colour right before your eyes.\\n\\nOptional Add-on: Uluṟu Barbecue Dinner \\nTo make this day even more magical, dine under the stars at our exclusive outback venue. You'll experience a real Aussie style barbecue accompanied by a selection of red and white wines, beer and soft drinks. This is the ideal time to relax and swap travel stories while you take in the incredible ambience of an Uluṟu evening.\\n\\nPlease quote Day Tour code Y11 when booking. Please quote Y11B for Half Day Tour plus BBQ.\",\n                    \"videos\": [\n                        {\n                            \"arrayId\": \"ace0b5b1-3be8-46f7-9a3f-a606bf8f8661\",\n                            \"content\": \"https://www.youtube.com/watch?v=InixGZh_NVs\"\n                        }\n                    ],\n                    \"sequenceNumber\": \"8\",\n                    \"category\": \"TOUR\",\n                    \"facilities\": [\n                        \"FAMFRIEND\"\n                    ],\n                    \"startLocation\": {\n                        \"type\": \"OTHERSTART\",\n                        \"addrLine1\": \"170 Yulara Drive\",\n                        \"city_suburb\": \"Yulara\",\n                        \"postcode\": \"0872\",\n                        \"state\": \"NT\",\n                        \"geoCodeLocation\": {\n                            \"latitude\": \"-25.2392311\",\n                            \"longitude\": \"130.9840544\"\n                        },\n                        \"country\": \"Australia\"\n                    },\n                    \"endLocation\": {\n                        \"type\": \"SAMEASSTART\"\n                    },\n                    \"trailDuration\": \"2 Hours\",\n                    \"classifications\": [\n                        \"CTTOURS\",\n                        \"FWTOURS\",\n                        \"ANTOURS\",\n                        \"CSTOURS\",\n                        \"WBTOURS\"\n                    ],\n                    \"rates\": [\n                        {\n                            \"arrayId\": \"ace0b5b1-3be8-46f7-9a3f-a606bf8f8661\",\n                            \"ratesType\": \"ADULT\",\n                            \"priceFrom\": \"69\",\n                            \"priceTo\": \"69\",\n                            \"rateComment\": \"Child and concession prices available\\nOptional add on Barbecue dinner under the stars $205 per adult (code Y11B)\",\n                            \"free\": \"0\"\n                        },\n                        {\n                            \"arrayId\": \"ace0b5b1-3be8-46f7-9a3f-a606bf8f8661\",\n                            \"ratesType\": \"CHILD\",\n                            \"free\": \"0\",\n                            \"priceFrom\": \"35\",\n                            \"priceTo\": \"35\",\n                            \"rateComment\": \"Optional add on Barbecue dinner under the stars $103 per child  (code Y11B)\"\n                        }\n                    ],\n                    \"ratesInclusion\": \"- Sparkling wine & nibbles\\n- Experienced Driver Guide\\n- Comprehensive commentary\\n- Travel in an air-conditioned coach\\n\\nadd on Barbecue $205 per adult $103 per child\",\n                    \"serviceSchedule\": [\n                        {\n                            \"dateFrom\": \"05/05/2016\",\n                            \"dateTo\": \"31/03/2017\",\n                            \"type\": \"RECURRING\",\n                            \"departureTime\": [\n                                {\n                                    \"dayOfWeek\": \"ALL\",\n                                    \"departTime\": \"17:00\",\n                                    \"returnDay\": \"0\",\n                                    \"returnTime\": \"21:00\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"serviceLength\": [\n                        \"HALFDAY\"\n                    ],\n                    \"modesOfTransport\": [\n                        \"LANDMOTOR\"\n                    ],\n                    \"serviceContacts\": {\n                        \"urlEnquiries\": \"http://www.aatkings.com/tours/uluru-ayers-rock/uluru-sunset/\"\n                    },\n                    \"serviceBooking\": {\n                        \"bookingURL\": \"http://www.aatkings.com/tours/uluru-ayers-rock/uluru-sunset/\"\n                    },\n                    \"media\": [\n                        {\n                            \"content\": \"http://wallpaper.zone/img/3927461.jpg\",\n                            \"metadata\": {\n                                \"altText\": \"AAT Kings Day Tours (Red Centre)\",\n                                \"copyright\": \"AAT Kings\",\n                                \"ratio\": \"4x3\",\n                                \"dimen\": {\n                                    \"width\": \"800\",\n                                    \"height\": \"600\"\n                                }\n                            },\n                            \"original\": \"http://wallpaper.zone/img/3927461.jpg\"\n                        }\n                    ]\n                }\n            ],\n            \"deals\": {\n                \"dealsAndOffers\": [\n                    {\n                        \"arrayId\": \"09d41060-9d4f-45de-ba7b-e24ed1203507\",\n                        \"dealType\": \"DISCOUNT\",\n                        \"name\": \"50% Discount\",\n                        \"description\": \"Early bird booking fee of 50% discounted rate applies if booked before 31st Dec\",\n                        \"validityStartDate\": \"06/12/2019\",\n                        \"validityEndDate\": \"07/12/2019\",\n                        \"termsAndConditions\": \"See website for terms and conditions.\",\n                        \"dealURL\": \"https://www.sampledeals.com.au/test/discount\"\n                    },\n                    {\n                        \"arrayId\": \"cb35ff4e-c818-4865-a766-201838260a39\",\n                        \"dealType\": \"SPECIALRATE\",\n                        \"name\": \"Special Rate\",\n                        \"description\": \"Limited special rate offer exclusive to members only\",\n                        \"termsAndConditions\": \"Must present the membership card upon arrival\",\n                        \"validityStartDate\": \"07/12/2019\",\n                        \"validityEndDate\": \"08/12/2019\",\n                        \"dealURL\": \"www.sampledeals.com.au/test/specialrate\"\n                    },\n                    {\n                        \"arrayId\": \"3834bbe0-8814-4308-a89a-2451679f8181\",\n                        \"dealType\": \"PACKAGE\",\n                        \"name\": \"Package\",\n                        \"description\": \"Book early to avail this package offer\",\n                        \"termsAndConditions\": \"See website for terms and conditions\",\n                        \"validityStartDate\": \"08/12/2019\",\n                        \"validityEndDate\": \"12/12/2019\"\n                    }\n                ]\n            }\n        }\n    }\n]"},"url":"https://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<h4 id=\"category-description\">Category description:</h4>\n<p>Eligible tour operators must offer regularly organised tours with a leisure-tourism focus, organised by experienced guides. These may include a personal host and/or commentary.</p>\n","urlObject":{"protocol":"https","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"0c7c57bb-d6c7-a008-00d2-394157ee0efe"}],"id":"1dbce3bb-a596-62ec-1dc1-329727e5bceb","description":"<p>The following section contains the information on how to create new profiles in the <a href=\"https://www.atdw-online.com.au\">ATDW Platform</a> using the CAPI's <code>POST</code> method.</p>\n<p>Please refer <a href=\"https://oauth.atdw-online.com.au/assets/ATDW%20Operator%20Listing%20Guidelines.pdf\">Listing Eligibility Criteria</a> or <a href=\"https://atdw-online.com.au/contacts.html\">contact</a> your relevant State Tourism Organisation (STO) for more details.</p>\n","event":[{"listen":"prerequest","script":{"id":"a8960ae6-97c1-4c05-ada0-a5c9205e6b08","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0ec5f8aa-9f1b-4236-a46a-1009a48a5485","type":"text/javascript","exec":[""]}}],"_postman_id":"1dbce3bb-a596-62ec-1dc1-329727e5bceb"},{"name":"Update Existing Profiles","item":[],"id":"d0a7c803-a2d8-48f5-9f16-9564d010578b","description":"<p>Please make a note of the following when updating existing profiles:</p>\n<ul>\n<li><p>Request body must contain <code>productNumber</code> (or) <code>id</code> of the product to update an existing listing.</p>\n</li>\n<li><p>Product categories with service data (eg: Accommdation, Hire, Tour, Transport and Journey-Admin) must contain <code>id</code> of the service to send updates to existing service.</p>\n</li>\n<li><p>If the above mentioned data is not supplied in the request body, the system will create a new listing and all validation rules for creating a new listing will apply.</p>\n</li>\n<li><p>Contributing updates to any fields will overwrite existing field values.</p>\n<ul>\n<li><p><strong>Option 1:</strong> Request body can contain only those fields that needs to be updated.</p>\n</li>\n<li><p><strong>Option 2:</strong> Request body can contain all fields same as the initial contribution for creating new records + the <code>productNumber</code> (or) <code>id</code> field. This method will overwrite all of those data in the existing listing requiring additional efforts in quality assuring your listings.</p>\n</li>\n</ul>\n</li>\n<li><p>If the existing field values must be retained, the request body must contain both existing values + new values. Example scenario:</p>\n<ul>\n<li>If an existing listing contains two photos and if the user wants to add an additional five photos, then the request body must contain all 7 photos. This logic applies to all fields/key-value pair of type object and arrays.</li>\n</ul>\n</li>\n<li><p>If the existing non-mandatory field values must be removed, the request body must contain a empty string for those fields/key-value pair.</p>\n</li>\n<li><p>Existing field data including Product id/number or service id can be found in the initial response returned by CAPI during the listing creation process. If the CAPI response log is not captured, please contact ATDW.</p>\n</li>\n<li><p>Following are few reasons if updating an exisitng listing returns the error: <code>Cannot read property 'indexOf' of undefined\"</code>:</p>\n<ul>\n<li><p>The listing owner no longer have access to edit the listings that are either disabled or pending disablement. Please contact your relevant State Tourism Organisation or ATDW to re-activate and assign the listings back to you for submitting updates.</p>\n</li>\n<li><p>The user (CAPI key) sending the update is not the owner of the listing.</p>\n</li>\n<li><p>For more details, please click</p>\n<p>  <a href=\"https://documenter.getpostman.com/view/14889/6YtzGQp?version=latest#6a374b10-59b6-4f1b-9d16-348c8604aae8\">here</a></p>\n<p>  to view the Error Reference section.</p>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"09d94aa9-e2c5-475c-8a1a-f2764d3ccb76","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a52127af-e579-4567-8a81-f562640822dc","type":"text/javascript","exec":[""]}}],"_postman_id":"d0a7c803-a2d8-48f5-9f16-9564d010578b"},{"name":"View Profile Details","item":[{"name":"GET Product","id":"e396929d-7c2d-22c7-a460-7bd075040002","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://{{staging}}/api/listings/5c2c4f289cb128fb7211343f?apikey={{key}}","description":"<p>Use this API call to retrieve detailed information for a specific product.</p>\n<ul>\n<li>Replace {{productId}} in the request with actual product ID <ul>\n<li>Sample product ID: <code>57e33c7f046dfb7629d9ae02</code></li>\n</ul>\n</li>\n<li>Product ID can be obtained from either <a href=\"www.atdw-online.com.au\">ATDW-Online Platform</a> or using Atlas <a href=\"http://developer.atdw.com.au/ATDWO-search.html\">Search API</a> call.<ul>\n<li>Click <a href=\"http://atlas.atdw-online.com.au/api/atlas/products?key=ENTER_YOUR_DISTRIBUTOR_KEY&amp;out=JSON&amp;fl=product_id,product_name\">here</a> &amp; enter your distributor key to view the response containing product ID.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>Request body not required.</li>\n<li><code>404 Not Found</code> along with Code: <code>MODEL_NOT_FOUND</code> in response body means the supplied <code>product ID</code> does not exists in <a href=\"www.atdw-online.com.au\">ATDW-Online Platform</a>. Please enter a valid <code>product ID</code>.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["api","listings","5c2c4f289cb128fb7211343f"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[{"id":"ceaef617-44d3-3706-f742-cd1c8b621bcd","name":"View-HiltonBrisbane-Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content","disabled":false}],"body":{"mode":"raw","raw":" [{\r\n   \"listing\": {\r\n     \"category\": \"ACCOMM\",\r\n     \"productNumber\": \"AU0118746\",\r\n     \"listingType\": \"accommodation\",\r\n     \"name\": \"106 On The Park12345\",\r\n     \"description\": \"106 On The Park is located off the main highway of Bordertown, in a peaceful location overlooking the Memorial Parklands. New owners are progressively renovating the 70's built motel and welcome your enquiry and inspection.\\n\\n106 On The Park offers 14 ensuite rooms with new flat screen televisions, refrigerator, microwave and tea and coffee facilities. Within walking distance of the main street and across the parklands are the children's playground and the Bordertown public swimming pool.\\n\\nStop and be refreshed at 105 On The Park. cd\",\r\n     \"physicalAddress\": {\r\n       \"type\": \"NOORGADDR\",\r\n       \"addrLine1\": \"105 Park Terrace\",\r\n       \"city_suburb\": \"Bordertown\",\r\n       \"city\": \"Bordertown\",\r\n       \"area\": \"Limestone Coast\",\r\n       \"state\": \"SA\",\r\n       \"country\": \"Australia\",\r\n       \"postcode\": \"5268\",\r\n       \"geoCodeLocation\": {\r\n         \"latitude\": \"-36.30496\",\r\n         \"longitude\": \"140.764472\"\r\n       }\r\n     },\r\n     \"images\": [],\r\n     \"socialExternalReferences\": {\r\n       \"tripAdvisorURL\": \"www.tripadvisor.com.au/Hotel_Review-g495012-d1749356-Reviews-105_On_The_Park-Bordertown_South_Australia.html\"\r\n     },\r\n     \"externalSystemCodes\": [{\r\n       \"code\": \"National_Product_ID\",\r\n       \"desc\": \"9214880\"\r\n     }, {\r\n       \"code\": \"Local_Product_ID\",\r\n       \"desc\": \"9012748\"\r\n     }, {\r\n       \"code\": \"TRIPADVISORID\",\r\n       \"desc\": \"1749356\"\r\n     }],\r\n     \"status\": \"ACTIVE\",\r\n     \"profitStatus\": \"SAMEASORG\",\r\n     \"serviceTypes\": [\"MOTEL\"],\r\n     \"checkInTime\": \"14:00\",\r\n     \"checkOutTime\": \"10:00\",\r\n     \"facilities\": [\"CARPARK\", \"PAYTV\", \"PETALLOW\", \"RESTAURANT\"],\r\n     \"starRatingAustralia\": \"-1\",\r\n     \"rates\": [{\r\n       \"free\": \"0\",\r\n       \"priceFrom\": \"85\",\r\n       \"priceTo\": \"140\",\r\n       \"ratesType\": \"ADULT\"\r\n     }],\r\n     \"ABN\": \"84805669483\",\r\n     \"postalAddress\": {\r\n       \"addrLine1\": \"105 Park Terrace\",\r\n       \"city_suburb\": \"Bordertown\",\r\n       \"city\": \"Bordertown\",\r\n       \"area\": \"Limestone Coast\",\r\n       \"state\": \"SA\",\r\n       \"country\": \"Australia\",\r\n       \"postcode\": \"5268\",\r\n       \"geoCodeLocation\": {\r\n         \"latitude\": \"-36.30496\",\r\n         \"longitude\": \"140.764472\"\r\n       },\r\n       \"type\": \"NOPHYADDR\"\r\n     },\r\n     \"productContacts\": {\r\n       \"emailEnquiries\": \"bookings@105onthepark.com.au\",\r\n       \"secondaryTelephoneNumber\": \"0429205601\",\r\n       \"primaryTelephoneNumber\": \"0887520922\",\r\n       \"urlEnquiries\": \"www.105onthepark.com.au\"\r\n     },\r\n     \"productBooking\": {\r\n       \"bookingURL\": \"https://apac.littlehotelier.com/properties/105onparkdirect\"\r\n     },\r\n     \"internationalReach\": \"1\",\r\n     \"services\": [{\r\n       \"name\": \"Twin Room\",\r\n       \"description\": \"Spacious ensuite room with queen bed and king single bed, flat screen television, refrigerator and microwave.\",\r\n       \"category\": \"MOTEL\",\r\n       \"serviceCapacity\": {\r\n         \"max\": \"0\"\r\n       },\r\n       \"facilities\": [\"FLATTV\", \"PAYTV\"]\r\n     }, {\r\n       \"name\": \"Deluxe Queen Room\",\r\n       \"description\": \"Spacious room with queen bed, ensuite, sofa, table and chairs, flat screen television, refrigerator and microwave.\",\r\n       \"category\": \"MOTEL\",\r\n       \"serviceCapacity\": {\r\n         \"max\": \"0\"\r\n       }\r\n     }],\r\n     \"media\": [{\r\n       \"kind\": \"image\",\r\n       \"mimeType\": \"image/jpeg\",\r\n       \"content\": \"http://wallpaper.zone/img/3927461.jpg\",\r\n       \"metadata\": {\r\n         \"altText\": \"105 On The Park\",\r\n         \"caption\": \"Deluxe Queen Room\",\r\n         \"ratio\": \"4x3\",\r\n         \"dimen\": {\r\n           \"width\": \"2048\",\r\n           \"height\": \"1536\"\r\n         }\r\n       },\r\n       \"isNotFoundImage\": \"0\",\r\n       \"original\": \"http://wallpaper.zone/img/3927461.jpg\"\r\n     }, {\r\n       \"kind\": \"image\",\r\n       \"mimeType\": \"image/jpeg\",\r\n       \"content\": \"http://wallpaper.zone/img/3927461.jpg\",\r\n       \"metadata\": {\r\n         \"altText\": \"105 On The Park\",\r\n         \"caption\": \"Family room\",\r\n         \"ratio\": \"4x3\",\r\n         \"dimen\": {\r\n           \"width\": \"2048\",\r\n           \"height\": \"1536\"\r\n         }\r\n       },\r\n       \"isNotFoundImage\": \"0\",\r\n       \"original\": \"http://wallpaper.zone/img/3927461.jpg\"\r\n     }],\r\n     \"tags\": [{\r\n       \"name\": \"Family\",\r\n       \"scope\": \"GLOBAL\"\r\n     }, {\r\n       \"name\": \"Food & Wine\",\r\n       \"scope\": \"GLOBAL\"\r\n     }]\r\n   }\r\n }]"},"url":{"raw":"http://{{staging environment}}/api/listings/{{listing ID}}?apikey={{apikey}}","protocol":"http","host":["{{staging environment}}"],"path":["api","listings","{{listing ID}}"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":""},{"key":"CF-RAY","value":"33eaebd0d42d336d-HKG","name":"CF-RAY","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 13 Mar 2017 00:36:49 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"136c-cuNWagl/lQN82OGXuejATQ\"","name":"ETag","description":""},{"key":"Server","value":"cloudflare-nginx","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"Vary","value":"Origin, Accept-Encoding","name":"Vary","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Wed Feb 28 2018 02:14:36 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"sapient-atdw.com.au","path":"/","secure":false,"value":"d1ae41c6a7114c552d2948b3e16bc51321488248076","key":"__cfduid"}],"responseTime":"686","body":"{\"UID\":\"9d1b8ad9-55d8-4dd2-af1b-366a07a95b28\",\"uploadedThroughBulk\":\"false\",\"category\":\"ACCOMM\",\"listingType\":\"accommodation\",\"productNumber\":\"AU0049857\",\"name\":\"Hilton Brisbane\",\"description\":\"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning dining, newly refurbished leisure facilities and 2500 square metres of purpose built space designed specifically for meetings and events. \\n\\nChoose from a selection of well-appointed guest, deluxe or executive rooms, or luxury suites which have been designed with each and every guest’s comfort in mind. Book an executive room or suite and enjoy access to the exclusive Executive Lounge which features continental breakfast, refreshments throughout the day and evening drinks and canapés to enjoy. \\n\\nMeet and do business in one of the 19 flexible meeting and conference rooms which have been coupled with leading-edge technology, ideal service and attention to detail. The hotel is also equipped with a Business Centre where all of your business needs can be met. \\n\\nSwim laps in the newly refurbished outdoor heated swimming pool, play a game of tennis on the city’s only tennis court, overlooking the city or squeeze in a workout in the Fitness Centre.\\n\\nGo on a culinary journey in the hotel’s award-winning restaurant; Vintaged Bar + Grill which showcases the best of Queensland’s world-class produce.\",\"shortDescription\":\"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning \",\"physicalAddress\":{\"type\":\"NOORGADDR\",\"addrLine1\":\"190 Elizabeth Street\",\"city_suburb\":\"Brisbane City\",\"city\":\"Brisbane City\",\"area\":\"Brisbane Area\",\"state\":\"QLD\",\"country\":\"Australia\",\"postcode\":\"4000\",\"geoCodeLocation\":{\"latitude\":-27.469502558,\"longitude\":153.02716499},\"isNewListing\":\"false\"},\"images\":[\"56b25dba2880253d74c45277\",\"57200bdb79fd4e3d5f4f9b35\",\"57200b5f97d704a46ee5738c\",\"57200bb2f6dfbb050bc28515\",\"56b25dba2880253d74c45275\",\"57200ad19d44388e6707d4c4\",\"57200b0897d704a46ee5738b\",\"57200c12b9774d5260114d3b\"],\"socialExternalReferences\":{\"facebookURL\":\"www.facebook.com/hiltonbrisbane\",\"twitterURL\":\"www.twitter.com/hiltonbrisbane\",\"instagramURL\":\"www.instagram.com/hiltonbrisbane\"},\"externalSystemCodes\":[{\"code\":\"BOOKEASY\",\"desc\":\"31770\",\"arrayId\":\"dm_0\"},{\"code\":\"National_Product_ID\",\"desc\":\"9005072\",\"arrayId\":\"dm_1\"},{\"code\":\"Local_Product_ID\",\"desc\":\"9000651\",\"arrayId\":\"dm_2\"},{\"code\":\"TRIPADVISORID\",\"desc\":\"255652\",\"arrayId\":\"dm_3\"},{\"code\":\"TRUSTYOUID\",\"desc\":\"c833c154-8621-4963-9296-08873d83c1ab\",\"arrayId\":\"dm_4\"}],\"txaBookingCodes\":[{\"code\":\"TXA_DEFAULT\",\"desc\":\"Hilton_Bris\",\"arrayId\":\"dm_0\"}],\"status\":\"ACTIVE\",\"lastComment\":\"\",\"expiry\":null,\"publishedExpiringOn\":\"2017-06-30T00:00:00.000Z\",\"submittedOn\":\"2016-06-13T01:49:26.417Z\",\"firstPublishedOn\":\"2016-06-14T10:14:50.042Z\",\"publishedOn\":\"2016-06-14T10:14:50.042Z\",\"approvedOn\":\"2016-06-14T10:14:50.042Z\",\"reviewedOn\":\"2016-06-14T10:14:50.042Z\",\"adminActivities\":[\"SWIM\"],\"profitStatus\":\"SAMEASORG\",\"serviceTypes\":[\"HOTEL\"],\"checkInTime\":\"15:00\",\"checkOutTime\":\"12:00\",\"facilities\":[\"BAR\",\"BUSINESSFC\",\"CARPARK\",\"CONVFAC\",\"GYM\",\"LAUNDRY\",\"PAYTV\",\"POOL\",\"RESTAURANT\",\"TENNIS\",\"TOURDESK\"],\"starRatingAustralia\":\"-1\",\"rates\":[{\"free\":false,\"priceFrom\":235,\"priceTo\":1155,\"ratesType\":\"ADULT\",\"arrayId\":\"cdeba946-e41c-4264-aa34-3ea79a049a9a\"}],\"ABN\":\"33008419485\",\"postalAddress\":{\"addrLine1\":\"GPO Box 1394\",\"city_suburb\":\"Brisbane City\",\"city\":\"Brisbane City\",\"area\":\"Brisbane Area\",\"state\":\"QLD\",\"country\":\"Australia\",\"postcode\":\"4000\",\"geoCodeLocation\":{\"latitude\":-27.469502558,\"longitude\":153.02716499},\"type\":\"NOPHYADDR\"},\"productContacts\":{\"emailEnquiries\":\"brisbane.info@hilton.com\",\"primaryTelephoneNumber\":\"0732342000\",\"urlEnquiries\":\"www.brisbane.hilton.com\"},\"productBooking\":{\"bookingURL\":\"www.brisbane.hilton.com\"},\"tourismOrganizations\":[\"RTOBM\"],\"memberships\":[\"AHA\",\"ATEC\"],\"accreditations\":[],\"suggestedAccreditations\":[],\"accessibility\":[\"DISTASSIST\"],\"internetAccess\":[\"INTERNETBB\",\"FREEWIFI\",\"PAIDWIFI\"],\"internationalReach\":true,\"createdOn\":\"2005-07-26T18:25:39.503Z\",\"updatedOn\":\"2016-06-14T10:14:48.404Z\",\"id\":\"56b25db92880253d74c45257\",\"createdBy\":\"DM_DEFAULT_USER\",\"updatedBy\":\"56b1eec744feca3df2e3bb50\",\"owningQA\":\"56b1eb9344feca3df2e320cb\",\"owningSTO\":\"56b1eb9344feca3df2e320cb\",\"owningOrganisation\":\"56b1eec044feca3df2e3b4bf\",\"reviewedBy\":\"56b1eec744feca3df2e3bb50\",\"approvedBy\":\"56b1eec744feca3df2e3bb50\",\"submittedBy\":\"56b1eec744feca3df2e3bcaf\",\"locationIds\":[\"56b1ec0a0cf213ad20dac151\",\"56b1ec0b0cf213ad20dad01f\"],\"tagsIds\":[\"56b1eb930cf213ad20dabf3d\",\"56b1eb930cf213ad20dabfb8\",\"56b1eb930cf213ad20dac04d\"],\"dm_product_id\":9000651,\"createdDate\":\"2016/02/03 22:26:52.463000000\",\"dm_state\":\"QLD\",\"dm_owningOrganisation\":\"AD00\",\"dm_owningQA\":\"TQ\",\"dm_owningSTO\":\"TQ\",\"version\":29,\"hasDuplicateChecked\":\"yes\"}"},{"id":"4430b74c-ab06-4556-96f0-9a0b9df55590","name":"View-HiltonBrisbane-Response Copy","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","enabled":true,"description":"The mime type of this content","disabled":false}],"body":{"mode":"raw","raw":" [{\r\n   \"listing\": {\r\n     \"category\": \"ACCOMM\",\r\n     \"productNumber\": \"AU0118746\",\r\n     \"listingType\": \"accommodation\",\r\n     \"name\": \"106 On The Park12345\",\r\n     \"description\": \"106 On The Park is located off the main highway of Bordertown, in a peaceful location overlooking the Memorial Parklands. New owners are progressively renovating the 70's built motel and welcome your enquiry and inspection.\\n\\n106 On The Park offers 14 ensuite rooms with new flat screen televisions, refrigerator, microwave and tea and coffee facilities. Within walking distance of the main street and across the parklands are the children's playground and the Bordertown public swimming pool.\\n\\nStop and be refreshed at 105 On The Park. cd\",\r\n     \"physicalAddress\": {\r\n       \"type\": \"NOORGADDR\",\r\n       \"addrLine1\": \"105 Park Terrace\",\r\n       \"city_suburb\": \"Bordertown\",\r\n       \"city\": \"Bordertown\",\r\n       \"area\": \"Limestone Coast\",\r\n       \"state\": \"SA\",\r\n       \"country\": \"Australia\",\r\n       \"postcode\": \"5268\",\r\n       \"geoCodeLocation\": {\r\n         \"latitude\": \"-36.30496\",\r\n         \"longitude\": \"140.764472\"\r\n       }\r\n     },\r\n     \"images\": [],\r\n     \"socialExternalReferences\": {\r\n       \"tripAdvisorURL\": \"www.tripadvisor.com.au/Hotel_Review-g495012-d1749356-Reviews-105_On_The_Park-Bordertown_South_Australia.html\"\r\n     },\r\n     \"externalSystemCodes\": [{\r\n       \"code\": \"National_Product_ID\",\r\n       \"desc\": \"9214880\"\r\n     }, {\r\n       \"code\": \"Local_Product_ID\",\r\n       \"desc\": \"9012748\"\r\n     }, {\r\n       \"code\": \"TRIPADVISORID\",\r\n       \"desc\": \"1749356\"\r\n     }],\r\n     \"status\": \"ACTIVE\",\r\n     \"profitStatus\": \"SAMEASORG\",\r\n     \"serviceTypes\": [\"MOTEL\"],\r\n     \"checkInTime\": \"14:00\",\r\n     \"checkOutTime\": \"10:00\",\r\n     \"facilities\": [\"CARPARK\", \"PAYTV\", \"PETALLOW\", \"RESTAURANT\"],\r\n     \"starRatingAustralia\": \"-1\",\r\n     \"rates\": [{\r\n       \"free\": \"0\",\r\n       \"priceFrom\": \"85\",\r\n       \"priceTo\": \"140\",\r\n       \"ratesType\": \"ADULT\"\r\n     }],\r\n     \"ABN\": \"84805669483\",\r\n     \"postalAddress\": {\r\n       \"addrLine1\": \"105 Park Terrace\",\r\n       \"city_suburb\": \"Bordertown\",\r\n       \"city\": \"Bordertown\",\r\n       \"area\": \"Limestone Coast\",\r\n       \"state\": \"SA\",\r\n       \"country\": \"Australia\",\r\n       \"postcode\": \"5268\",\r\n       \"geoCodeLocation\": {\r\n         \"latitude\": \"-36.30496\",\r\n         \"longitude\": \"140.764472\"\r\n       },\r\n       \"type\": \"NOPHYADDR\"\r\n     },\r\n     \"productContacts\": {\r\n       \"emailEnquiries\": \"bookings@105onthepark.com.au\",\r\n       \"secondaryTelephoneNumber\": \"0429205601\",\r\n       \"primaryTelephoneNumber\": \"0887520922\",\r\n       \"urlEnquiries\": \"www.105onthepark.com.au\"\r\n     },\r\n     \"productBooking\": {\r\n       \"bookingURL\": \"https://apac.littlehotelier.com/properties/105onparkdirect\"\r\n     },\r\n     \"internationalReach\": \"1\",\r\n     \"services\": [{\r\n       \"name\": \"Twin Room\",\r\n       \"description\": \"Spacious ensuite room with queen bed and king single bed, flat screen television, refrigerator and microwave.\",\r\n       \"category\": \"MOTEL\",\r\n       \"serviceCapacity\": {\r\n         \"max\": \"0\"\r\n       },\r\n       \"facilities\": [\"FLATTV\", \"PAYTV\"]\r\n     }, {\r\n       \"name\": \"Deluxe Queen Room\",\r\n       \"description\": \"Spacious room with queen bed, ensuite, sofa, table and chairs, flat screen television, refrigerator and microwave.\",\r\n       \"category\": \"MOTEL\",\r\n       \"serviceCapacity\": {\r\n         \"max\": \"0\"\r\n       }\r\n     }],\r\n     \"media\": [{\r\n       \"kind\": \"image\",\r\n       \"mimeType\": \"image/jpeg\",\r\n       \"content\": \"http://wallpaper.zone/img/3927461.jpg\",\r\n       \"metadata\": {\r\n         \"altText\": \"105 On The Park\",\r\n         \"caption\": \"Deluxe Queen Room\",\r\n         \"ratio\": \"4x3\",\r\n         \"dimen\": {\r\n           \"width\": \"2048\",\r\n           \"height\": \"1536\"\r\n         }\r\n       },\r\n       \"isNotFoundImage\": \"0\",\r\n       \"original\": \"http://wallpaper.zone/img/3927461.jpg\"\r\n     }, {\r\n       \"kind\": \"image\",\r\n       \"mimeType\": \"image/jpeg\",\r\n       \"content\": \"http://wallpaper.zone/img/3927461.jpg\",\r\n       \"metadata\": {\r\n         \"altText\": \"105 On The Park\",\r\n         \"caption\": \"Family room\",\r\n         \"ratio\": \"4x3\",\r\n         \"dimen\": {\r\n           \"width\": \"2048\",\r\n           \"height\": \"1536\"\r\n         }\r\n       },\r\n       \"isNotFoundImage\": \"0\",\r\n       \"original\": \"http://wallpaper.zone/img/3927461.jpg\"\r\n     }],\r\n     \"tags\": [{\r\n       \"name\": \"Family\",\r\n       \"scope\": \"GLOBAL\"\r\n     }, {\r\n       \"name\": \"Food & Wine\",\r\n       \"scope\": \"GLOBAL\"\r\n     }]\r\n   }\r\n }]"},"url":{"raw":"http://{{staging environment}}/api/listings/{{listing ID}}?apikey={{apikey}}","protocol":"http","host":["{{staging environment}}"],"path":["api","listings","{{listing ID}}"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":""},{"key":"CF-RAY","value":"33eaebd0d42d336d-HKG","name":"CF-RAY","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":""},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":""},{"key":"Date","value":"Mon, 13 Mar 2017 00:36:49 GMT","name":"Date","description":""},{"key":"ETag","value":"W/\"136c-cuNWagl/lQN82OGXuejATQ\"","name":"ETag","description":""},{"key":"Server","value":"cloudflare-nginx","name":"Server","description":""},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":""},{"key":"Vary","value":"Origin, Accept-Encoding","name":"Vary","description":""},{"key":"X-Powered-By","value":"Express","name":"X-Powered-By","description":""}],"cookie":[{"expires":"Wed Feb 28 2018 02:14:36 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"sapient-atdw.com.au","path":"/","secure":false,"value":"d1ae41c6a7114c552d2948b3e16bc51321488248076","key":"__cfduid"}],"responseTime":"686","body":"{\"UID\":\"9d1b8ad9-55d8-4dd2-af1b-366a07a95b28\",\"uploadedThroughBulk\":\"false\",\"category\":\"ACCOMM\",\"listingType\":\"accommodation\",\"productNumber\":\"AU0049857\",\"name\":\"Hilton Brisbane\",\"description\":\"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning dining, newly refurbished leisure facilities and 2500 square metres of purpose built space designed specifically for meetings and events. \\n\\nChoose from a selection of well-appointed guest, deluxe or executive rooms, or luxury suites which have been designed with each and every guest’s comfort in mind. Book an executive room or suite and enjoy access to the exclusive Executive Lounge which features continental breakfast, refreshments throughout the day and evening drinks and canapés to enjoy. \\n\\nMeet and do business in one of the 19 flexible meeting and conference rooms which have been coupled with leading-edge technology, ideal service and attention to detail. The hotel is also equipped with a Business Centre where all of your business needs can be met. \\n\\nSwim laps in the newly refurbished outdoor heated swimming pool, play a game of tennis on the city’s only tennis court, overlooking the city or squeeze in a workout in the Fitness Centre.\\n\\nGo on a culinary journey in the hotel’s award-winning restaurant; Vintaged Bar + Grill which showcases the best of Queensland’s world-class produce.\",\"shortDescription\":\"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning \",\"physicalAddress\":{\"type\":\"NOORGADDR\",\"addrLine1\":\"190 Elizabeth Street\",\"city_suburb\":\"Brisbane City\",\"city\":\"Brisbane City\",\"area\":\"Brisbane Area\",\"state\":\"QLD\",\"country\":\"Australia\",\"postcode\":\"4000\",\"geoCodeLocation\":{\"latitude\":-27.469502558,\"longitude\":153.02716499},\"isNewListing\":\"false\"},\"images\":[\"56b25dba2880253d74c45277\",\"57200bdb79fd4e3d5f4f9b35\",\"57200b5f97d704a46ee5738c\",\"57200bb2f6dfbb050bc28515\",\"56b25dba2880253d74c45275\",\"57200ad19d44388e6707d4c4\",\"57200b0897d704a46ee5738b\",\"57200c12b9774d5260114d3b\"],\"socialExternalReferences\":{\"facebookURL\":\"www.facebook.com/hiltonbrisbane\",\"twitterURL\":\"www.twitter.com/hiltonbrisbane\",\"instagramURL\":\"www.instagram.com/hiltonbrisbane\"},\"externalSystemCodes\":[{\"code\":\"BOOKEASY\",\"desc\":\"31770\",\"arrayId\":\"dm_0\"},{\"code\":\"National_Product_ID\",\"desc\":\"9005072\",\"arrayId\":\"dm_1\"},{\"code\":\"Local_Product_ID\",\"desc\":\"9000651\",\"arrayId\":\"dm_2\"},{\"code\":\"TRIPADVISORID\",\"desc\":\"255652\",\"arrayId\":\"dm_3\"},{\"code\":\"TRUSTYOUID\",\"desc\":\"c833c154-8621-4963-9296-08873d83c1ab\",\"arrayId\":\"dm_4\"}],\"txaBookingCodes\":[{\"code\":\"TXA_DEFAULT\",\"desc\":\"Hilton_Bris\",\"arrayId\":\"dm_0\"}],\"status\":\"ACTIVE\",\"lastComment\":\"\",\"expiry\":null,\"publishedExpiringOn\":\"2017-06-30T00:00:00.000Z\",\"submittedOn\":\"2016-06-13T01:49:26.417Z\",\"firstPublishedOn\":\"2016-06-14T10:14:50.042Z\",\"publishedOn\":\"2016-06-14T10:14:50.042Z\",\"approvedOn\":\"2016-06-14T10:14:50.042Z\",\"reviewedOn\":\"2016-06-14T10:14:50.042Z\",\"adminActivities\":[\"SWIM\"],\"profitStatus\":\"SAMEASORG\",\"serviceTypes\":[\"HOTEL\"],\"checkInTime\":\"15:00\",\"checkOutTime\":\"12:00\",\"facilities\":[\"BAR\",\"BUSINESSFC\",\"CARPARK\",\"CONVFAC\",\"GYM\",\"LAUNDRY\",\"PAYTV\",\"POOL\",\"RESTAURANT\",\"TENNIS\",\"TOURDESK\"],\"starRatingAustralia\":\"-1\",\"rates\":[{\"free\":false,\"priceFrom\":235,\"priceTo\":1155,\"ratesType\":\"ADULT\",\"arrayId\":\"cdeba946-e41c-4264-aa34-3ea79a049a9a\"}],\"ABN\":\"33008419485\",\"postalAddress\":{\"addrLine1\":\"GPO Box 1394\",\"city_suburb\":\"Brisbane City\",\"city\":\"Brisbane City\",\"area\":\"Brisbane Area\",\"state\":\"QLD\",\"country\":\"Australia\",\"postcode\":\"4000\",\"geoCodeLocation\":{\"latitude\":-27.469502558,\"longitude\":153.02716499},\"type\":\"NOPHYADDR\"},\"productContacts\":{\"emailEnquiries\":\"brisbane.info@hilton.com\",\"primaryTelephoneNumber\":\"0732342000\",\"urlEnquiries\":\"www.brisbane.hilton.com\"},\"productBooking\":{\"bookingURL\":\"www.brisbane.hilton.com\"},\"tourismOrganizations\":[\"RTOBM\"],\"memberships\":[\"AHA\",\"ATEC\"],\"accreditations\":[],\"suggestedAccreditations\":[],\"accessibility\":[\"DISTASSIST\"],\"internetAccess\":[\"INTERNETBB\",\"FREEWIFI\",\"PAIDWIFI\"],\"internationalReach\":true,\"createdOn\":\"2005-07-26T18:25:39.503Z\",\"updatedOn\":\"2016-06-14T10:14:48.404Z\",\"id\":\"56b25db92880253d74c45257\",\"createdBy\":\"DM_DEFAULT_USER\",\"updatedBy\":\"56b1eec744feca3df2e3bb50\",\"owningQA\":\"56b1eb9344feca3df2e320cb\",\"owningSTO\":\"56b1eb9344feca3df2e320cb\",\"owningOrganisation\":\"56b1eec044feca3df2e3b4bf\",\"reviewedBy\":\"56b1eec744feca3df2e3bb50\",\"approvedBy\":\"56b1eec744feca3df2e3bb50\",\"submittedBy\":\"56b1eec744feca3df2e3bcaf\",\"locationIds\":[\"56b1ec0a0cf213ad20dac151\",\"56b1ec0b0cf213ad20dad01f\"],\"tagsIds\":[\"56b1eb930cf213ad20dabf3d\",\"56b1eb930cf213ad20dabfb8\",\"56b1eb930cf213ad20dac04d\"],\"dm_product_id\":9000651,\"createdDate\":\"2016/02/03 22:26:52.463000000\",\"dm_state\":\"QLD\",\"dm_owningOrganisation\":\"AD00\",\"dm_owningQA\":\"TQ\",\"dm_owningSTO\":\"TQ\",\"version\":29,\"hasDuplicateChecked\":\"yes\"}"}],"_postman_id":"e396929d-7c2d-22c7-a460-7bd075040002"},{"name":"GET Service","id":"7251bfb5-8195-4dfc-a9ff-015ace012f53","request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"http://{{staging}}/api/listings/{{productId}}/services/{{serviceId}}?apikey={{key}}","description":"<p>Use this API call to retrieve detailed information for a specific service.</p>\n<p>Service(s) are applicable for following categories only: </p>\n<ol>\n<li>Accommodation</li>\n<li>Hire</li>\n<li>Journey</li>\n<li>Tour</li>\n<li>Transport</li>\n</ol>\n<ul>\n<li>Replace {{productId}} in the request with actual product ID <ul>\n<li>Sample product ID: <code>57e33c7f046dfb7629d9ae02</code></li>\n</ul>\n</li>\n<li>Replace {{serviceId}} in the request with actual service ID <ul>\n<li>Sample service ID: <code>57e34388da3ff38b15d62b0f</code></li>\n</ul>\n</li>\n<li>Product ID can be obtained from either <a href=\"www.atdw-online.com.au\">ATDW-Online Platform</a> or using Atlas <a href=\"http://developer.atdw.com.au/ATDWO-search.html\">Search API</a> call.<ul>\n<li>Click <a href=\"http://atlas.atdw-online.com.au/api/atlas/products?key=ENTER_YOUR_DISTRIBUTOR_KEY&amp;out=JSON&amp;fl=product_id,product_name\">here</a> &amp; enter your distributor key to view the response containing product ID.</li>\n</ul>\n</li>\n<li>Service ID can be obtained from either <a href=\"www.atdw-online.com.au\">ATDW-Online Platform</a> or using Atlas <a href=\"http://developer.atdw.com.au/ATDWO-getproduct.html\">Product API</a> call.<ul>\n<li>Click <a href=\"http://atlas.atdw-online.com.au/api/atlas/productservice?key=ENTER_YOUR_DISTRIBUTOR_KEY&amp;out=JSON\">here</a> &amp; enter your distributor key &amp; product ID obtained from <a href=\"http://developer.atdw.com.au/ATDWO-search.html\">Search API</a> to view response containing service ID.</li>\n</ul>\n</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>Request body not required.</li>\n<li><code>404 Not Found</code> along with Code: <code>MODEL_NOT_FOUND</code> in response body means the supplied <code>product ID</code> and/or <code>service ID</code> does not exists in <a href=\"www.atdw-online.com.au\">ATDW-Online Platform</a>. Please enter a valid <code>product ID</code> and <code>service ID</code>.</li>\n</ul>\n","urlObject":{"protocol":"http","path":["api","listings","{{productId}}","services","{{serviceId}}"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[{"id":"9d15fbd8-a3c5-4a53-9be7-a70ae4d4b70c","name":"View-HiltonBrisbane-Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":" [{\r\n   \"listing\": {\r\n     \"category\": \"ACCOMM\",\r\n     \"productNumber\": \"AU0118746\",\r\n     \"listingType\": \"accommodation\",\r\n     \"name\": \"106 On The Park12345\",\r\n     \"description\": \"106 On The Park is located off the main highway of Bordertown, in a peaceful location overlooking the Memorial Parklands. New owners are progressively renovating the 70's built motel and welcome your enquiry and inspection.\\n\\n106 On The Park offers 14 ensuite rooms with new flat screen televisions, refrigerator, microwave and tea and coffee facilities. Within walking distance of the main street and across the parklands are the children's playground and the Bordertown public swimming pool.\\n\\nStop and be refreshed at 105 On The Park. cd\",\r\n     \"physicalAddress\": {\r\n       \"type\": \"NOORGADDR\",\r\n       \"addrLine1\": \"105 Park Terrace\",\r\n       \"city_suburb\": \"Bordertown\",\r\n       \"city\": \"Bordertown\",\r\n       \"area\": \"Limestone Coast\",\r\n       \"state\": \"SA\",\r\n       \"country\": \"Australia\",\r\n       \"postcode\": \"5268\",\r\n       \"geoCodeLocation\": {\r\n         \"latitude\": \"-36.30496\",\r\n         \"longitude\": \"140.764472\"\r\n       }\r\n     },\r\n     \"images\": [],\r\n     \"socialExternalReferences\": {\r\n       \"tripAdvisorURL\": \"www.tripadvisor.com.au/Hotel_Review-g495012-d1749356-Reviews-105_On_The_Park-Bordertown_South_Australia.html\"\r\n     },\r\n     \"externalSystemCodes\": [{\r\n       \"code\": \"National_Product_ID\",\r\n       \"desc\": \"9214880\"\r\n     }, {\r\n       \"code\": \"Local_Product_ID\",\r\n       \"desc\": \"9012748\"\r\n     }, {\r\n       \"code\": \"TRIPADVISORID\",\r\n       \"desc\": \"1749356\"\r\n     }],\r\n     \"status\": \"ACTIVE\",\r\n     \"profitStatus\": \"SAMEASORG\",\r\n     \"serviceTypes\": [\"MOTEL\"],\r\n     \"checkInTime\": \"14:00\",\r\n     \"checkOutTime\": \"10:00\",\r\n     \"facilities\": [\"CARPARK\", \"PAYTV\", \"PETALLOW\", \"RESTAURANT\"],\r\n     \"starRatingAustralia\": \"-1\",\r\n     \"rates\": [{\r\n       \"free\": \"0\",\r\n       \"priceFrom\": \"85\",\r\n       \"priceTo\": \"140\",\r\n       \"ratesType\": \"ADULT\"\r\n     }],\r\n     \"ABN\": \"84805669483\",\r\n     \"postalAddress\": {\r\n       \"addrLine1\": \"105 Park Terrace\",\r\n       \"city_suburb\": \"Bordertown\",\r\n       \"city\": \"Bordertown\",\r\n       \"area\": \"Limestone Coast\",\r\n       \"state\": \"SA\",\r\n       \"country\": \"Australia\",\r\n       \"postcode\": \"5268\",\r\n       \"geoCodeLocation\": {\r\n         \"latitude\": \"-36.30496\",\r\n         \"longitude\": \"140.764472\"\r\n       },\r\n       \"type\": \"NOPHYADDR\"\r\n     },\r\n     \"productContacts\": {\r\n       \"emailEnquiries\": \"bookings@105onthepark.com.au\",\r\n       \"secondaryTelephoneNumber\": \"0429205601\",\r\n       \"primaryTelephoneNumber\": \"0887520922\",\r\n       \"urlEnquiries\": \"www.105onthepark.com.au\"\r\n     },\r\n     \"productBooking\": {\r\n       \"bookingURL\": \"https://apac.littlehotelier.com/properties/105onparkdirect\"\r\n     },\r\n     \"internationalReach\": \"1\",\r\n     \"services\": [{\r\n       \"name\": \"Twin Room\",\r\n       \"description\": \"Spacious ensuite room with queen bed and king single bed, flat screen television, refrigerator and microwave.\",\r\n       \"category\": \"MOTEL\",\r\n       \"serviceCapacity\": {\r\n         \"max\": \"0\"\r\n       },\r\n       \"facilities\": [\"FLATTV\", \"PAYTV\"]\r\n     }, {\r\n       \"name\": \"Deluxe Queen Room\",\r\n       \"description\": \"Spacious room with queen bed, ensuite, sofa, table and chairs, flat screen television, refrigerator and microwave.\",\r\n       \"category\": \"MOTEL\",\r\n       \"serviceCapacity\": {\r\n         \"max\": \"0\"\r\n       }\r\n     }],\r\n     \"media\": [{\r\n       \"kind\": \"image\",\r\n       \"mimeType\": \"image/jpeg\",\r\n       \"content\": \"http://wallpaper.zone/img/3927461.jpg\",\r\n       \"metadata\": {\r\n         \"altText\": \"105 On The Park\",\r\n         \"caption\": \"Deluxe Queen Room\",\r\n         \"ratio\": \"4x3\",\r\n         \"dimen\": {\r\n           \"width\": \"2048\",\r\n           \"height\": \"1536\"\r\n         }\r\n       },\r\n       \"isNotFoundImage\": \"0\",\r\n       \"original\": \"http://wallpaper.zone/img/3927461.jpg\"\r\n     }, {\r\n       \"kind\": \"image\",\r\n       \"mimeType\": \"image/jpeg\",\r\n       \"content\": \"http://wallpaper.zone/img/3927461.jpg\",\r\n       \"metadata\": {\r\n         \"altText\": \"105 On The Park\",\r\n         \"caption\": \"Family room\",\r\n         \"ratio\": \"4x3\",\r\n         \"dimen\": {\r\n           \"width\": \"2048\",\r\n           \"height\": \"1536\"\r\n         }\r\n       },\r\n       \"isNotFoundImage\": \"0\",\r\n       \"original\": \"http://wallpaper.zone/img/3927461.jpg\"\r\n     }],\r\n     \"tags\": [{\r\n       \"name\": \"Family\",\r\n       \"scope\": \"GLOBAL\"\r\n     }, {\r\n       \"name\": \"Food & Wine\",\r\n       \"scope\": \"GLOBAL\"\r\n     }]\r\n   }\r\n }]"},"url":{"raw":"http://{{staging environment}}/api/listings/{{product_id}}?apikey={{apikey}}","protocol":"http","host":["{{staging environment}}"],"path":["api","listings","{{product_id}}"],"query":[{"key":"apikey","value":"{{apikey}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Credentials","value":"true","name":"Access-Control-Allow-Credentials","description":"Indicates whether or not the response to the request can be exposed when the credentials flag is true. When used as part of a response to a preflight request, this indicates whether or not the actual request can be made using credentials."},{"key":"CF-RAY","value":"33eaebd0d42d336d-HKG","name":"CF-RAY","description":"Custom 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":"Mon, 13 Mar 2017 00:36:49 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"136c-cuNWagl/lQN82OGXuejATQ\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"cloudflare-nginx","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":"Origin, Accept-Encoding","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-Powered-By","value":"Express","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Wed Feb 28 2018 02:14:36 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"sapient-atdw.com.au","path":"/","secure":false,"value":"d1ae41c6a7114c552d2948b3e16bc51321488248076","key":"__cfduid"}],"responseTime":null,"body":"{\"UID\":\"9d1b8ad9-55d8-4dd2-af1b-366a07a95b28\",\"uploadedThroughBulk\":\"false\",\"category\":\"ACCOMM\",\"listingType\":\"accommodation\",\"productNumber\":\"AU0049857\",\"name\":\"Hilton Brisbane\",\"description\":\"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning dining, newly refurbished leisure facilities and 2500 square metres of purpose built space designed specifically for meetings and events. \\n\\nChoose from a selection of well-appointed guest, deluxe or executive rooms, or luxury suites which have been designed with each and every guest’s comfort in mind. Book an executive room or suite and enjoy access to the exclusive Executive Lounge which features continental breakfast, refreshments throughout the day and evening drinks and canapés to enjoy. \\n\\nMeet and do business in one of the 19 flexible meeting and conference rooms which have been coupled with leading-edge technology, ideal service and attention to detail. The hotel is also equipped with a Business Centre where all of your business needs can be met. \\n\\nSwim laps in the newly refurbished outdoor heated swimming pool, play a game of tennis on the city’s only tennis court, overlooking the city or squeeze in a workout in the Fitness Centre.\\n\\nGo on a culinary journey in the hotel’s award-winning restaurant; Vintaged Bar + Grill which showcases the best of Queensland’s world-class produce.\",\"shortDescription\":\"A Brisbane icon, Hilton Brisbane is located in the heart of the city, on the vibrant Queen Street Mall. The hotel features modern accommodation, award-winning \",\"physicalAddress\":{\"type\":\"NOORGADDR\",\"addrLine1\":\"190 Elizabeth Street\",\"city_suburb\":\"Brisbane City\",\"city\":\"Brisbane City\",\"area\":\"Brisbane Area\",\"state\":\"QLD\",\"country\":\"Australia\",\"postcode\":\"4000\",\"geoCodeLocation\":{\"latitude\":-27.469502558,\"longitude\":153.02716499},\"isNewListing\":\"false\"},\"images\":[\"56b25dba2880253d74c45277\",\"57200bdb79fd4e3d5f4f9b35\",\"57200b5f97d704a46ee5738c\",\"57200bb2f6dfbb050bc28515\",\"56b25dba2880253d74c45275\",\"57200ad19d44388e6707d4c4\",\"57200b0897d704a46ee5738b\",\"57200c12b9774d5260114d3b\"],\"socialExternalReferences\":{\"facebookURL\":\"www.facebook.com/hiltonbrisbane\",\"twitterURL\":\"www.twitter.com/hiltonbrisbane\",\"instagramURL\":\"www.instagram.com/hiltonbrisbane\"},\"externalSystemCodes\":[{\"code\":\"BOOKEASY\",\"desc\":\"31770\",\"arrayId\":\"dm_0\"},{\"code\":\"National_Product_ID\",\"desc\":\"9005072\",\"arrayId\":\"dm_1\"},{\"code\":\"Local_Product_ID\",\"desc\":\"9000651\",\"arrayId\":\"dm_2\"},{\"code\":\"TRIPADVISORID\",\"desc\":\"255652\",\"arrayId\":\"dm_3\"},{\"code\":\"TRUSTYOUID\",\"desc\":\"c833c154-8621-4963-9296-08873d83c1ab\",\"arrayId\":\"dm_4\"}],\"txaBookingCodes\":[{\"code\":\"TXA_DEFAULT\",\"desc\":\"Hilton_Bris\",\"arrayId\":\"dm_0\"}],\"status\":\"ACTIVE\",\"lastComment\":\"\",\"expiry\":null,\"publishedExpiringOn\":\"2017-06-30T00:00:00.000Z\",\"submittedOn\":\"2016-06-13T01:49:26.417Z\",\"firstPublishedOn\":\"2016-06-14T10:14:50.042Z\",\"publishedOn\":\"2016-06-14T10:14:50.042Z\",\"approvedOn\":\"2016-06-14T10:14:50.042Z\",\"reviewedOn\":\"2016-06-14T10:14:50.042Z\",\"adminActivities\":[\"SWIM\"],\"profitStatus\":\"SAMEASORG\",\"serviceTypes\":[\"HOTEL\"],\"checkInTime\":\"15:00\",\"checkOutTime\":\"12:00\",\"facilities\":[\"BAR\",\"BUSINESSFC\",\"CARPARK\",\"CONVFAC\",\"GYM\",\"LAUNDRY\",\"PAYTV\",\"POOL\",\"RESTAURANT\",\"TENNIS\",\"TOURDESK\"],\"starRatingAustralia\":\"-1\",\"rates\":[{\"free\":false,\"priceFrom\":235,\"priceTo\":1155,\"ratesType\":\"ADULT\",\"arrayId\":\"cdeba946-e41c-4264-aa34-3ea79a049a9a\"}],\"ABN\":\"33008419485\",\"postalAddress\":{\"addrLine1\":\"GPO Box 1394\",\"city_suburb\":\"Brisbane City\",\"city\":\"Brisbane City\",\"area\":\"Brisbane Area\",\"state\":\"QLD\",\"country\":\"Australia\",\"postcode\":\"4000\",\"geoCodeLocation\":{\"latitude\":-27.469502558,\"longitude\":153.02716499},\"type\":\"NOPHYADDR\"},\"productContacts\":{\"emailEnquiries\":\"brisbane.info@hilton.com\",\"primaryTelephoneNumber\":\"0732342000\",\"urlEnquiries\":\"www.brisbane.hilton.com\"},\"productBooking\":{\"bookingURL\":\"www.brisbane.hilton.com\"},\"tourismOrganizations\":[\"RTOBM\"],\"memberships\":[\"AHA\",\"ATEC\"],\"accreditations\":[],\"suggestedAccreditations\":[],\"accessibility\":[\"DISTASSIST\"],\"internetAccess\":[\"INTERNETBB\",\"FREEWIFI\",\"PAIDWIFI\"],\"internationalReach\":true,\"createdOn\":\"2005-07-26T18:25:39.503Z\",\"updatedOn\":\"2016-06-14T10:14:48.404Z\",\"id\":\"56b25db92880253d74c45257\",\"createdBy\":\"DM_DEFAULT_USER\",\"updatedBy\":\"56b1eec744feca3df2e3bb50\",\"owningQA\":\"56b1eb9344feca3df2e320cb\",\"owningSTO\":\"56b1eb9344feca3df2e320cb\",\"owningOrganisation\":\"56b1eec044feca3df2e3b4bf\",\"reviewedBy\":\"56b1eec744feca3df2e3bb50\",\"approvedBy\":\"56b1eec744feca3df2e3bb50\",\"submittedBy\":\"56b1eec744feca3df2e3bcaf\",\"locationIds\":[\"56b1ec0a0cf213ad20dac151\",\"56b1ec0b0cf213ad20dad01f\"],\"tagsIds\":[\"56b1eb930cf213ad20dabf3d\",\"56b1eb930cf213ad20dabfb8\",\"56b1eb930cf213ad20dac04d\"],\"dm_product_id\":9000651,\"createdDate\":\"2016/02/03 22:26:52.463000000\",\"dm_state\":\"QLD\",\"dm_owningOrganisation\":\"AD00\",\"dm_owningQA\":\"TQ\",\"dm_owningSTO\":\"TQ\",\"version\":29,\"hasDuplicateChecked\":\"yes\"}"}],"_postman_id":"7251bfb5-8195-4dfc-a9ff-015ace012f53"}],"id":"b564ffd8-ce36-022d-1ded-5aa98b12a10c","description":"<p>Use this endpoint to retrieve detailed information for a specific listing from <a href=\"https://www.atdw-online.com.au\">ATDW Platform</a></p>\n","_postman_id":"b564ffd8-ce36-022d-1ded-5aa98b12a10c"},{"name":"Request to Disable Profiles","item":[{"name":"Disable Single Profile (using UID)","id":"1ed085c3-31a5-4c51-b42b-8a9cb536c620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\t{\r\n\t\t\"listing\": {\r\n\t\t\t\"UID\": \"9d55587a-3e29-4305-8332-b26d213e5b59\",\r\n\t\t\t\"action\": \"DISABLED\"\r\n\t\t}\r\n\t}\r\n]"},"url":"http://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<p>This endpoint is used to send a request to disable listings using the <code>UID</code> of the listings. </p>\n","urlObject":{"protocol":"http","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"1ed085c3-31a5-4c51-b42b-8a9cb536c620"},{"name":"Disable Multiple Profiles (using product number)","id":"a86bdc9a-cad9-4281-866e-b480ed4e1b97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\t{\r\n\t\t\"listing\": {\r\n\t\t\t\"productNumber\": \"AU0023377\",\r\n\t\t\t\"action\": \"DISABLED\"\r\n\t\t}\r\n\t},\r\n\t{\r\n\t\t\"listing\": {\r\n\t\t\t\"productNumber\": \"AU0023377\",\r\n\t\t\t\"action\": \"DISABLED\"\r\n\t\t}\r\n\t}\r\n]"},"url":"http://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<p>This endpoint is used to send a request to disable listings using the <code>productNumber</code> of the listings. </p>\n","urlObject":{"protocol":"http","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"a86bdc9a-cad9-4281-866e-b480ed4e1b97"},{"name":"Disable Multiple Profiles (using product ID)","id":"88e0925c-f542-44cb-bc60-f0037c06d5ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\t{\r\n\t\t\"listing\": {\r\n\t\t\t\"id\": \"5859d94f2370c38b53aa5337\",\r\n\t\t\t\"action\": \"DISABLED\"\r\n\t\t}\r\n\t},\r\n\t{\r\n\t\t\"listing\": {\r\n\t\t\t\"id\": \"56b23c84d270154b4553d10b\",\r\n\t\t\t\"action\": \"DISABLED\"\r\n\t\t}\r\n\t}\r\n]"},"url":"http://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<p>This endpoint is used to send a request to disable listings using the product <code>id</code> of the listings. </p>\n","urlObject":{"protocol":"http","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"88e0925c-f542-44cb-bc60-f0037c06d5ec"}],"id":"5cd5f591-7914-493f-a6bb-fe42c65d1496","description":"<p>Use this endpoint to send a request to disable listing(s) from the <a href=\"https://www.atdw-online.com.au\">ATDW Platform</a></p>\n<h4 id=\"request-payload\">Request Payload:</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productNumber</td>\n<td>AU00112233</td>\n<td>Product number of the listing that need to be disabled</td>\n</tr>\n<tr>\n<td>action</td>\n<td>DISABLED</td>\n<td>This is a constant value</td>\n</tr>\n</tbody>\n</table>\n</div><p>Note:</p>\n<ul>\n<li>This feature will work based on the API key authorisation.<ul>\n<li><p>API key that belong to 'Standard' (operator) and 'VIC' (RTO) organisations will place the listings in the 'Pending Disable' queue for the relevant State Tourism Organisations to take further actions.</p>\n</li>\n<li><p>API key that belong to 'ADMIN' and 'STO' organisations will Disable the listing from web application and API accordingly.</p>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"260b3da3-3fb3-4371-9c27-9111fef1892c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a942cdce-727d-4114-9a81-9983f14b2d87","type":"text/javascript","exec":[""]}}],"_postman_id":"5cd5f591-7914-493f-a6bb-fe42c65d1496"},{"name":"Admin Fields","item":[{"name":"Update Admin Fields for Accommodation listing","id":"293391a7-f027-4523-bfb3-b4e285df8492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"productNumber\": \"AU0165366\",\n            \"awards\": [\n                {\n                    \"arrayId\": \"9b195fc9-1adc-40fa-b6eb-e7cfbcf3dcc4\",\n                    \"year\": \"2017\",\n                    \"description\": \"Hall of Fame\"\n                },\n                {\n                    \"arrayId\": \"90d11d2a-7069-4813-8a2f-6d2bd7d008e1\",\n                    \"year\": \"2018\",\n                    \"description\": \"Best Hotel\"\n                }\n            ],\n            \"tags\": [\n                {\n                    \"arrayId\": \"065fe9e7-03be-4588-9a03-4d1cf53b8602\",\n                    \"name\": \"Family\",\n                    \"scope\": \"GLOBAL\"\n                },\n                {\n                    \"arrayId\": \"c7838fc2-f628-4934-81a9-f20b36312afd\",\n                    \"name\": \"Food Markets\",\n                    \"scope\": \"ACT\"\n                }\n            ],\n            \"txaBookingCodes\": [\n                {\n                    \"arrayId\": \"ba821cf9-9cf5-427b-907c-34120965f2dd\",\n                    \"code\": \"TXA_DEFAULT\",\n                    \"desc\": \"OASIS_123\"\n                }\n            ],\n            \"externalSystemCodes\": [\n                {\n                    \"arrayId\": \"5727b14b-d36d-4bcb-a0e2-6bd8d3b38120\",\n                    \"code\": \"HotelsCombined\",\n                    \"desc\": \"Oasis_93456782\"\n                },\n                {\n                    \"arrayId\": \"58fb2030-a571-4f10-9069-058bbf24e4ca\",\n                    \"code\": \"Bookeasy\",\n                    \"desc\": \"Oasis_book3345\"\n                }\n            ],\n            \"indigenousCulture\": [\n                \"AUTHARTS\",\n                \"TOURISMCHAMPION\",\n                \"EXPERIENCE\",\n                \"OWNED\",\n                \"THEMES\"\n            ]\n        }\n    }\n]"},"url":"http://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<p>This example endpoint uses an existing Accommodation listing (using its product number) to update the ADMIN fields. </p>\n<p>The ADMIN fields can be updated by only those API keys that has a special priviledge</p>\n","urlObject":{"protocol":"http","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"293391a7-f027-4523-bfb3-b4e285df8492"},{"name":"Update International Reach for Attraction listing","id":"4f44d3bc-e5a6-4a1f-8660-01a50de65b85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"productNumber\": \"AU0165366\",\n            \"internationalReach\": [\n                \"INTERNATIONAL\",\n                \"NATIONAL\",\n                \"STATE\",\n                \"REGION\",\n                \"LOCAL\"\n            ]\n        }\n    }\n]"},"url":"http://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<p>This example endpoint uses an existing Accommodation listing (using its product number) to update the ADMIN fields. </p>\n<p>The ADMIN fields can be updated by only those API keys that has a special priviledge</p>\n","urlObject":{"protocol":"http","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"4f44d3bc-e5a6-4a1f-8660-01a50de65b85"},{"name":"Update Activity attribute for a Tour Service","id":"adbf19dc-222f-41a0-8430-beb063d1339b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"productNumber\": \"AU0165366\",\n            \"services\": [\n                {\n                \t\"id\": \"576e6181a7948c922f19d970\",\n                \t\"Activities\": \n                \t[\n                \t\t\"ABSEIL\",\n                \t\t\"BIRDWATCH\",\n                \t\t\"BOAT\",\n                \t\t\"CAMP\"\n                \t]\n                }\n\t\t\t]\n        }\n    }\n]"},"url":"http://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<p>This example endpoint uses an existing Accommodation listing (using its product number) to update the ADMIN fields. </p>\n<p>The ADMIN fields can be updated by only those API keys that has a special priviledge</p>\n","urlObject":{"protocol":"http","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"adbf19dc-222f-41a0-8430-beb063d1339b"}],"id":"bf11959b-98a6-4689-8da4-5213842ba144","description":"<p>Every categories have few fields that are reserved for ADMIN, STO and VIC users (with QA permission enabled) which is determined by the Contribution API key. </p>\n<p>Users with Contribution API key having the entitlement set to 'STANDARD' are anot allowed to contribute the above listing categories.</p>\n<p>More information with example request containing admin fields will be added soon. </p>\n","event":[{"listen":"prerequest","script":{"id":"340b1926-db5e-4b0c-9b21-43a54a9c0ee1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"38c63081-02fb-494f-ba9c-cfb594b3d6cc","type":"text/javascript","exec":[""]}}],"_postman_id":"bf11959b-98a6-4689-8da4-5213842ba144"},{"name":"Admin Categories","item":[{"name":"Destination information","id":"73132423-2eee-3447-6544-cc4782832212","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[{\r\n\t\"listing\": {\r\n\t\t\"category\": \"DESTINFO\",\r\n\t\t\"name\": \"Abrolhos Islands\",\r\n\t\t\"description\": \"122 islands surrounded by coral communities teeming with marine life, the Abrolhos Islands are one of Western Australia's unique marine environments - a snorkelling, windsurfing and bird watching paradise that's also ranked among the world's top fishing spots.\\n\\nFormerly known as Houtman Abrolhos, these Indian Ocean jewels sit just 60 kilometres west of Geraldton, making them an easily accessible must-do day trip. Scoot across the water by charter boat, fishing or eco tour from Geraldton or Kalbarri.  Or hop aboard a scenic flight from Dongara, Kalbarri or Geraldton.\\n\\nThree main clusters of islands stretch from north to south across 100 kilometres of ocean, including the Wallabi Group, Easter Group and Pelsaert Group. All fed by the warm southward-flowing Leeuwin Current, they are a meeting ground for all kinds of tropical and temperate sea life.\\n\\nKeep a keen eye and a pair of binoculars handy and you're likely to spot some of the 90 plus seabird species that have been recorded here. Gaze in awe at huge breeding colonies feeding on schools of pelagic baitfish, and majestic white-breasted sea eagles cruising the skies to prey on smaller seabirds.\\n\\nIf you're adding the Abrolhos Islands to your itinerary, you'll need to base yourself in Geraldton, Kalbarri or Dongara, all of which offer a good range of budget to mid-range accommodation options.\\n\\nTo finish your Abrolhos Island experience in style, be sure to dine on the delicious local delicacy, fresh crayfish.\",\r\n\t\t\"physicalAddress\": {\r\n\t\t\t\"type\": \"NOORGADDR\",\r\n\t\t\t\"city_suburb\": \"Abrolhos Islands\",\r\n\t\t\t\"city\": \"Abrolhos Islands\",\r\n\t\t\t\"area\": \"INDIAN OCEAN DRIVE\",\r\n\t\t\t\"state\": \"WA\",\r\n\t\t\t\"country\": \"Australia\",\r\n\t\t\t\"postcode\": \"6530\",\r\n\t\t\t\"geoCodeLocation\": {\r\n\t\t\t\t\"latitude\": \"-28.6020908\",\r\n\t\t\t\t\"longitude\": \"113.8584737\"\r\n\t\t\t}\r\n\t\t},\r\n\t\t\"externalSystemCodes\": [{\r\n\t\t\t\"code\": \"National_Product_ID\",\r\n\t\t\t\"desc\": \"9113618\"\r\n\t\t}],\r\n\t\t\"adminActivities\": [\"BIRDWATCH\", \"BOAT\", \"DIVE\", \"FISH\", \"SAIL\", \"SNORKEL\", \"SWIM\"],\r\n\t\t\"profitStatus\": \"SAMEASORG\",\r\n\t\t\"internationalReach\": \"0\",\r\n\t\t\"media\": [{\r\n\t\t\t\"kind\": \"image\",\r\n\t\t\t\"mimeType\": \"image/jpeg\",\r\n\t\t\t\"content\": \"http://wallpaper.zone/img/3927461.jpg\",\r\n\t\t\t\"metadata\": {\r\n\t\t\t\t\"altText\": \"Abrolhos Islands.\",\r\n\t\t\t\t\"caption\": \"Abrolhos Islands.\",\r\n\t\t\t\t\"ratio\": \"4x3\"\r\n\t\t\t},\r\n\t\t\t\"isNotFoundImage\": \"0\",\r\n\t\t\t\"original\": \"http://wallpaper.zone/img/3927461.jpg\"\r\n\t\t}, {\r\n\t\t\t\"kind\": \"image\",\r\n\t\t\t\"mimeType\": \"image/jpeg\",\r\n\t\t\t\"content\": \"http://wallpaper.zone/img/3927461.jpg\",\r\n\t\t\t\"metadata\": {\r\n\t\t\t\t\"altText\": \"Abrolhos Islands.\",\r\n\t\t\t\t\"caption\": \"Abrolhos Islands.\",\r\n\t\t\t\t\"ratio\": \"4x3\"\r\n\t\t\t},\r\n\t\t\t\"isNotFoundImage\": \"0\",\r\n\t\t\t\"original\": \"http://wallpaper.zone/img/3927461.jpg\"\r\n\t\t}],\r\n\t\t\"deals\": {\r\n                \"dealsAndOffers\": [\r\n                    {\r\n                        \"arrayId\": \"09d41060-9d4f-45de-ba7b-e24ed1203507\",\r\n                        \"dealType\": \"DISCOUNT\",\r\n                        \"name\": \"50% Discount\",\r\n                        \"description\": \"Early bird booking fee of 50% discounted rate applies if booked before 31st Dec\",\r\n                        \"validityStartDate\": \"06/12/2019\",\r\n                        \"validityEndDate\": \"07/12/2019\",\r\n                        \"termsAndConditions\": \"See website for terms and conditions.\",\r\n                        \"dealURL\": \"https://www.sampledeals.com.au/test/discount\"\r\n                    },\r\n                    {\r\n                        \"arrayId\": \"cb35ff4e-c818-4865-a766-201838260a39\",\r\n                        \"dealType\": \"SPECIALRATE\",\r\n                        \"name\": \"Special Rate\",\r\n                        \"description\": \"Limited special rate offer exclusive to members only\",\r\n                        \"termsAndConditions\": \"Must present the membership card upon arrival\",\r\n                        \"validityStartDate\": \"07/12/2019\",\r\n                        \"validityEndDate\": \"08/12/2019\",\r\n                        \"dealURL\": \"www.sampledeals.com.au/test/specialrate\"\r\n                    },\r\n                    {\r\n                        \"arrayId\": \"3834bbe0-8814-4308-a89a-2451679f8181\",\r\n                        \"dealType\": \"PACKAGE\",\r\n                        \"name\": \"Package\",\r\n                        \"description\": \"Book early to avail this package offer\",\r\n                        \"termsAndConditions\": \"See website for terms and conditions\",\r\n                        \"validityStartDate\": \"08/12/2019\",\r\n                        \"validityEndDate\": \"12/12/2019\"\r\n                    }\r\n                ]\r\n            }\r\n\t}\r\n}]"},"url":"http://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<h4 id=\"category-description\">Category description:</h4>\n<p>Destination information is about a Town, Subrub, City, Area, State or Region.</p>\n","urlObject":{"protocol":"http","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"73132423-2eee-3447-6544-cc4782832212"},{"name":"Information Service","id":"17b1db67-00e7-35a7-c39f-cb909ce26ee1","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[{\r\n\t\"listing\": {\r\n\t\t\"category\": \"INFO\",\r\n\t\t\"name\": \"Blue Mountains Visitor Information Centre\",\r\n\t\t\"description\": \"Blue Mountains Visitor Information Centre at Echo Point is an accredited information centre with fully trained staff, who will assist you plan your activities during your stay in the Blue Mountains region. \\n\\nEverything from local attractions, events and adventure activities to dining options and accommodation - why not take advantage of the free booking service provided during your visit to the centre.  \\n\\nLocated at the Three Sisters in Katoomba on the edge of the Blue Mountains National Park, the views into the Jamison Valley are spectacular. \\n\\nIf you are contemplating taking  a walk , you can also get expert advice and maps from the information centre .  Services available include: a free booking service for accommodation,  bushwalking guides, maps and books, an extensive retail outlet featuring exclusive Blue Mountains souvenirs, postcards and gifts.\",\r\n \t\t\"ABN\": \"84805669483\",\r\n \t\t\"alternateNames\": [{\r\n \t\t\t\"name\": \"BM VIC\"\r\n \t\t}, {\r\n \t\t\t\"name\": \"Blue Mountains VIC\"\r\n \t\t}],\r\n \t\t\"serviceTypes\": [\"VICINFO\"],\r\n\t\t\"physicalAddress\": {\r\n \t\t\t\"type\": \"NOORGADDR\",\r\n \t\t\t\"addrLine1\": \"Echo Point Road\",\r\n \t\t\t\"addrLine2\": \"level 1\",\r\n \t\t\t\"city_suburb\": \"Katoomba\",\r\n \t\t\t\"state\": \"NSW\",\r\n \t\t\t\"postcode\": \"2780\",\r\n \t\t\t\"country\": \"Australia\",\r\n \t\t\t\"geoCodeLocation\": {\r\n \t\t\t\t\"latitude\": -33.729740,\r\n \t\t\t\t\"longitude\": 150.311670\r\n \t\t\t}\r\n \t\t},\r\n \t\t\"postalAddress\": {\r\n \t\t\t\"type\": \"NOPHYADDR\",\r\n \t\t\t\"addrLine1\": \"Echo Point Road\",\r\n \t\t\t\"addrLine2\": \"level 1\",\r\n \t\t\t\"city_suburb\": \"Katoomba\",\r\n \t\t\t\"state\": \"NSW\",\r\n \t\t\t\"postcode\": \"2780\",\r\n \t\t\t\"country\": \"Australia\"\r\n \t\t},\r\n \t\t\"productContacts\": {\r\n \t\t\t\"primaryTelephoneNumber\": \"0287520922\",\r\n \t\t\t\"secondaryTelephoneNumber\": \"0429205123\",\r\n \t\t\t\"emailEnquiries\": \"info@test.com.au\",\r\n \t\t\t\"urlEnquiries\": \"www.test.com.au\"\r\n \t\t},\r\n \t\t \t\"accessibility\": {\r\n \t\t\t\"selected\": \"DISTASSIST\"\r\n \t\t},\r\n \t\t\"media\": [{\r\n \t\t\t\"content\": \"https://assets.atdw-online.com.au/images/ef03017b3d89f193efbeb9dc04dc462f.jpeg?rect=0,60,4966,3725&w=2048&h=1536\",\r\n \t\t\t\"metadata\": {\r\n \t\t\t\t\"altText\": \"Sample Alt Text 1\",\r\n \t\t\t\t\"caption\": \"Sample Caption 1\",\r\n \t\t\t\t\"copyright\": \"All images Copyright 2018-2019\",\r\n \t\t\t\t\"photographer\": \"Photographer name\"\r\n \t\t\t}\r\n \t\t}, {\r\n \t\t\t\"content\": \"https://assets.atdw-online.com.au/images/04a36e6c7fd22f03178df3c2763f439d.jpeg?rect=127,0,2048,1536&w=2048&h=1536\",\r\n\t\t\t\"metadata\": {\r\n \t\t\t\t\"altText\": \"Sample Alt Text 2\",\r\n \t\t\t\t\"caption\": \"Sample Caption 2\",\r\n \t\t\t\t\"copyright\": \"All images Copyright 2018-2019\",\r\n \t\t\t\t\"photographer\": \"Photographer name\"\r\n \t\t\t}\r\n \t\t}],\r\n \t\t\"videos\": [{\r\n \t\t\t\"content\": \"https://www.youtube.com/watch?v=LpgoeCpxU1M\"\r\n \t\t}, {\r\n \t\t\t\"content\": \"https://vimeo.com/scientifantastic/goldcoast\"\r\n \t\t}],\r\n \t\t\"openingTime\": {\r\n        \"type\": \"SPECIFIC\",\r\n        \"seasonalPeriods\": [\r\n            {\r\n                \"openStatus\": [\r\n                    {\r\n                        \"dayOfWeek\": \"ALL\",\r\n                        \"openingTime\": \"09:00\",\r\n                        \"closingTime\": \"17:00\",\r\n                        \"isClosed\": false\r\n                    }\r\n                ]\r\n            }\r\n        ],\r\n        \"exceptions\": {\r\n            \"type\": \"SINGLE\",\r\n            \"periods\": [\r\n                {\r\n                    \"openStatus\": [\r\n                        {\r\n                            \"singleDayExceptionOn\": \"25/12/2016\",\r\n                            \"isClosed\": true\r\n                        }\r\n                    ]\r\n                }\r\n            ]\r\n        }\r\n    },\r\n    \"internetAccess\": [\"INTERNETBB\", \"FREEWIFI\", \"PAIDWIFI\"],\r\n    \"facilities\": [\"CARPARK\", \"PICNIC\", \"PUBTOILATT\", \"TOURDESK\"],\r\n    \"memberships\": [\"ABTA\", \"ANSA\", \"ATEC\"],\r\n    \"socialExternalReferences\": {\r\n \t\t\t\"facebookURL\": \"http://www.facebook.com/OasisHotel\",\r\n \t\t\t\"twitterURL\": \"http://www.twitter.com/OasisHotel\",\r\n \t\t\t\"appleAppURL\": \"https://itunes.apple.com/au/artist/username/someid\",\r\n \t\t\t\"flickerPageURL\": \"https://www.flickr.com/username\",\r\n \t\t\t\"foursquareURL\": \"https://foursquare.com/username\",\r\n \t\t\t\"googlePlayURL\": \"https://play.google.com/store/apps/developer?id=yourID\",\r\n \t\t\t\"instagramURL\": \"http://www.instagram.com/OasisHotel\",\r\n \t\t\t\"pinterestURL\": \"https://pinterest.com/username\",\r\n \t\t\t\"tripAdvisorURL\": \"http://www.tripadvisor.com.au/Attraction_Review-g255060-d607639-Reviews-Opera_Australia-Sydney_New_South_Wales.html\",\r\n \t\t\t\"vimeoChannelURL\": \"https://vimeo.com/username\",\r\n \t\t\t\"weChatURL\": \"yourWechatID\",\r\n            \"weiboURL\": \"http://www.weibo.com/username\",\r\n \t\t\t\"officialBlog\": \"http://www.myblog.com\",\r\n \t\t\t\"youtubeChannelURL\": \"http://www.youtube.com/user/OasisHotel\",\r\n \t\t\t\"socialMediaHashtags\": [\r\n \t\t\t\t\"#yourhashtag1\",\r\n \t\t\t\t\"#yourhashtag2\"\r\n \t\t\t]\r\n \t\t},\r\n \t\t \t\"externalSystemCodes\": [{\r\n\t\t\t\"code\": \"Extenel_System_ID\",\r\n\t\t\t\"desc\": \"123456789\"\r\n\t\t}],\r\n\t\t\"deals\": {\r\n                \"dealsAndOffers\": [\r\n                    {\r\n                        \"arrayId\": \"09d41060-9d4f-45de-ba7b-e24ed1203507\",\r\n                        \"dealType\": \"DISCOUNT\",\r\n                        \"name\": \"50% Discount\",\r\n                        \"description\": \"Early bird booking fee of 50% discounted rate applies if booked before 31st Dec\",\r\n                        \"validityStartDate\": \"06/12/2019\",\r\n                        \"validityEndDate\": \"07/12/2019\",\r\n                        \"termsAndConditions\": \"See website for terms and conditions.\",\r\n                        \"dealURL\": \"https://www.sampledeals.com.au/test/discount\"\r\n                    },\r\n                    {\r\n                        \"arrayId\": \"cb35ff4e-c818-4865-a766-201838260a39\",\r\n                        \"dealType\": \"SPECIALRATE\",\r\n                        \"name\": \"Special Rate\",\r\n                        \"description\": \"Limited special rate offer exclusive to members only\",\r\n                        \"termsAndConditions\": \"Must present the membership card upon arrival\",\r\n                        \"validityStartDate\": \"07/12/2019\",\r\n                        \"validityEndDate\": \"08/12/2019\",\r\n                        \"dealURL\": \"www.sampledeals.com.au/test/specialrate\"\r\n                    },\r\n                    {\r\n                        \"arrayId\": \"3834bbe0-8814-4308-a89a-2451679f8181\",\r\n                        \"dealType\": \"PACKAGE\",\r\n                        \"name\": \"Package\",\r\n                        \"description\": \"Book early to avail this package offer\",\r\n                        \"termsAndConditions\": \"See website for terms and conditions\",\r\n                        \"validityStartDate\": \"08/12/2019\",\r\n                        \"validityEndDate\": \"12/12/2019\"\r\n                    }\r\n                ]\r\n            }\r\n\t}\r\n}]"},"url":"http://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<h4 id=\"category-description\">Category description</h4>\n<p>Information services are limited to airports, cruise terminals and official visitor information centres.</p>\n","urlObject":{"protocol":"http","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"17b1db67-00e7-35a7-c39f-cb909ce26ee1"},{"name":"Journey","id":"e196d1e3-2f05-7504-d92b-ece72d4e8e4e","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"listing\": {\n            \"category\": \"JOURNEY\",\n            \"name\": \"15 Day Outback Legends\",\n            \"description\": \"Pack up the car and head out west to take on the 15 day Outback Legends self drive. This journey will take you through iconic Outback Queensland towns that offer experiences and adventure for every member of the family. \\n\\n Highlights of this suggested journey include visiting the Jondaryan Woolshed, hearing the story of the Cunnamulla Fella, Lake Bindegolly, the Tree of Knowledge, star gazing at the Cosmos Centre and Observatory and catching the night show at Roma's Big Rig.\\r\\n\",\n            \"ABN\": \"84805669483\",\n            \"alternateNames\": [\n                {\n                    \"name\": \"Outback Legends\"\n                },\n                {\n                    \"name\": \"BG Pty Ltd\"\n                }\n            ],\n            \"serviceTypes\": [\n                \"TRAIL\"\n            ],\n            \"physicalAddress\": {\n                \"type\": \"NOORGADDR\",\n                \"addrLine1\": \"500 Queen Street\",\n                \"addrLine2\": \"Level 10\",\n                \"city_suburb\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"country\": \"Australia\",\n                \"postcode\": \"4000\",\n                \"geoCodeLocation\": {\n                    \"latitude\": \"-27.463908\",\n                    \"longitude\": \"153.031242\"\n                },\n                \"isNewListing\": \"false\"\n            },\n            \"postalAddress\": {\n                \"type\": \"PHYADDR\"\n            },\n            \"media\": [\n                {\n                    \"content\": \"http://wallpaper.zone/img/3927461.jpg\",\n                    \"metadata\": {\n                        \"altText\": \"Baldy Top Lookout\",\n                        \"caption\": \"Outback legends\",\n                        \"copyright\": \"All images copyright 2018-2019\",\n                        \"photographer\": \"David Brabyn\"\n                    }\n                },\n                {\n                    \"content\": \"http://fpoimg.com/2048x1536\",\n                    \"metadata\": {\n                        \"altText\": \"Alt Text is mandatory field and can contain upto 100 characters max\",\n                        \"caption\": \"Caption is optional field and can contain upto 100 characters max\",\n                        \"copyright\": \"All images Copyright 2018-2019 Oasis\",\n                        \"photographer\": \"David Brabyn\"\n                    }\n                }\n            ],\n            \"videos\": [\n                {\n                    \"content\": \"https://www.youtube.com/watch?v=LpgoeCpxU1M\"\n                },\n                {\n                    \"content\": \"https://vimeo.com/scientifantastic/goldcoast\"\n                }\n            ],\n            \"trailDistance\": \"3440.50\",\n            \"trailDuration\": \"10.30\",\n            \"productContacts\": {\n                \"urlEnquiries\": \"http://www.outbackqueensland.com.au/14-day-outback-legends-self-drive/\"\n            },\n            \"socialExternalReferences\": {\n                \"facebookURL\": \"https://www.facebook.com/OutbackQueensland/\",\n                \"twitterURL\": \"https://twitter.com/OUTBACK_QLD?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor\",\n                \"appleAppURL\": \"https://itunes.apple.com/au/artist/username/someid\",\n                \"flickerPageURL\": \"https://www.flickr.com/username\",\n                \"foursquareURL\": \"https://foursquare.com/username\",\n                \"googlePlayURL\": \"https://play.google.com/store/apps/developer?id=yourID\",\n                \"instagramURL\": \"https://www.instagram.com/outbackqueensland\",\n                \"pinterestURL\": \"www.pinterest.com/outbackqld\",\n                \"tripAdvisorURL\": \"https://www.tripadvisor.com.au/Tourism-g5982245-Outback_Queensland_Queensland-Vacations.html\",\n                \"vimeoChannelURL\": \"https://vimeo.com/username\",\n                \"weChatURL\": \"yourWechatID\",\n                \"weiboURL\": \"http://www.weibo.com/username\",\n                \"officialBlog\": \"http://www.myblog.com\",\n                \"youtubeChannelURL\": \"https://www.youtube.com/user/OutbackQld\",\n                \"socialMediaHashtags\": [\n                    \"#OutbackQueensland\",\n                    \"#OutbackMates\"\n                ]\n            },\n            \"externalSystemCodes\": [\n                {\n                    \"code\": \"Extenel_System_ID\",\n                    \"desc\": \"123456789\"\n                }\n            ],\n            \"deals\": {\n                \"dealsAndOffers\": [\n                    {\n                        \"arrayId\": \"09d41060-9d4f-45de-ba7b-e24ed1203507\",\n                        \"dealType\": \"DISCOUNT\",\n                        \"name\": \"50% Discount\",\n                        \"description\": \"Early bird booking fee of 50% discounted rate applies if booked before 31st Dec\",\n                        \"validityStartDate\": \"06/12/2019\",\n                        \"validityEndDate\": \"07/12/2019\",\n                        \"termsAndConditions\": \"See website for terms and conditions.\",\n                        \"dealURL\": \"https://www.sampledeals.com.au/test/discount\"\n                    },\n                    {\n                        \"arrayId\": \"cb35ff4e-c818-4865-a766-201838260a39\",\n                        \"dealType\": \"SPECIALRATE\",\n                        \"name\": \"Special Rate\",\n                        \"description\": \"Limited special rate offer exclusive to members only\",\n                        \"termsAndConditions\": \"Must present the membership card upon arrival\",\n                        \"validityStartDate\": \"07/12/2019\",\n                        \"validityEndDate\": \"08/12/2019\",\n                        \"dealURL\": \"www.sampledeals.com.au/test/specialrate\"\n                    },\n                    {\n                        \"arrayId\": \"3834bbe0-8814-4308-a89a-2451679f8181\",\n                        \"dealType\": \"PACKAGE\",\n                        \"name\": \"Package\",\n                        \"description\": \"Book early to avail this package offer\",\n                        \"termsAndConditions\": \"See website for terms and conditions\",\n                        \"validityStartDate\": \"08/12/2019\",\n                        \"validityEndDate\": \"12/12/2019\"\n                    }\n                ]\n            },\n            \"services\": [\n                {\n                    \"category\": \"TRAIL\",\n                    \"index\": \"1\",\n                    \"name\": \"Brisbane to St George\",\n                    \"description\": \"Day 1: Follow the Warrego Highway to Toowoomba en route to the oldest and largest operating Woolshed in the world at Jondaryan. Download the app and take a self-guided tour of the historic museum village then try some freshly baked damper from the Damper Hut. At Dalby follow the Adventure Way to the intersection of the Leichhardt and Moonie Highways and call into the Moonie Crossroads Hotel for lunch. Continue your drive to St George, and visit The Unique Egg to see intricately carved emu eggs and the artist at work. Late afternoon, board the Sandytown River Cruise and enjoy sunset on the Balonne River before tucking into dinner and bed ready for the road tomorrow.\",\n                    \"media\": [\n                        {\n                            \"content\": \"https://assets.atdw-online.com.au/images/ca0de2303abdf5b85a40cf1de97f6ebc.jpeg?rect=193,0,3079,2309&w=2048&h=1536\",\n                            \"metadata\": {\n                                \"altText\": \"Jondaryan Woolshed\",\n                                \"caption\": \"Jondaryan Woolshed\",\n                                \"copyright\": \"Tourism and Events Queensland\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.atdw-online.com.au/images/1a44c23e2e949789ba248ac0c3b8684c.jpeg?rect=191,0,3080,2310&w=2048&h=1536\",\n                            \"metadata\": {\n                                \"altText\": \"Jondaryan Woolshed\",\n                                \"caption\": \"Jondaryan Woolshed\",\n                                \"copyright\": \"Tourism and Events Queensland\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        }\n                    ],\n                    \"videos\": [\n                        {\n                            \"content\": \"https://www.youtube.com/watch?v=LpgoeCpxU1M\"\n                        },\n                        {\n                            \"content\": \"https://vimeo.com/scientifantastic/goldcoast\"\n                        }\n                    ],\n                    \"startLocation\": {\n                        \"type\": \"NOORGADDR\",\n                        \"city_suburb\": \"Brisbane City\",\n                        \"state\": \"QLD\",\n                        \"postcode\": \"4000\",\n                        \"country\": \"Australia\",\n                        \"geoCodeLocation\": {\n                            \"latitude\": -27.4697707,\n                            \"longitude\": 153.02512350000006\n                        }\n                    },\n                    \"endLocation\": {\n                        \"type\": \"DIFFTOSTART\",\n                        \"city_suburb\": \"St George\",\n                        \"state\": \"QLD\",\n                        \"postcode\": \"4487\",\n                        \"country\": \"Australia\",\n                        \"geoCodeLocation\": {\n                            \"latitude\": -28.0422699,\n                            \"longitude\": 148.5867085\n                        }\n                    },\n                    \"waypoints\": [\n                        {\n                            \"name\": \"Toowoomba Visitor Information Centre\",\n                            \"desc\": \"With a wealth of local knowledge, the team can give you first-hand tips for exploring the Toowoomba and Darling Downs area. Accommodation and touring information for the Toowoomba region and other Queensland destinations is available. Drop in for maps, brochures, locally-produced food and artisan-made items, Toowoomba souvenirs and refreshments.\",\n                            \"address\": {\n                                \"type\": \"NOORGADDR\",\n                                \"addrLine1\": \"82 James Street\",\n                                \"city_suburb\": \"Cambooya\",\n                                \"state\": \"QLD\",\n                                \"postcode\": \"4358\",\n                                \"country\": \"Australia\",\n                                \"geoCodeLocation\": {\n                                    \"latitude\": -27.7129011,\n                                    \"longitude\": 151.8547962\n                                }\n                            }\n                        },\n                        {\n                            \"name\": \"Riversands Wines\",\n                            \"desc\": \"Riversands Vineyards has been a Blacket family venture since 1996. In that time David and Alison have developed the vineyard and raised three boys, Nick, Loxlee and Jock.\",\n                            \"address\": {\n                                \"type\": \"NOORGADDR\",\n                                \"addrLine1\": \"Whytes Road\",\n                                \"city_suburb\": \"Saint George\",\n                                \"state\": \"QLD\",\n                                \"postcode\": \"4487\",\n                                \"country\": \"Australia\",\n                                \"geoCodeLocation\": {\n                                    \"latitude\": -28.0620144,\n                                    \"longitude\": 148.5694919\n                                }\n                            }\n                        }\n                    ],\n                    \"locationDetails\": \"Meet up at the east entrance of the park\",\n                    \"route\": {\n                        \"standard\": [\n                            \"LINESTRING (153.0255 -27.46988, 153.02593 -27.47035, 153.02603 -27.47045, 153.02709 -27.46962, 153.02768 -27.46911, 153.03058 -27.47205, 153.03061 -27.47211, 153.03061 -27.47215, 153.0306 -27.47216, 153.0306 -27.47217, 153.03059 -27.47217, 153.03059 -27.47218, 153.03041 -27.47233, 153.02724 -27.47478, 153.02667 -27.4752, 153.02665 -27.47523, 153.02664 -27.47524, 153.02663 -27.47526, 153.02659 -27.4753, 153.02658 -27.4753, 153.02637 -27.47545, 153.02632 -27.47548, 153.0262 -27.47558, 153.02612 -27.47567, 153.02603 -27.4758, 153.02599 -27.47588, 153.02598 -27.47592, 153.02597 -27.47594, 153.02597 -27.47607, 153.02599 -27.47619, 153.02602 -27.47628, 153.02604 -27.47631, 153.0261 -27.47644, 153.02612 -27.47647, 153.02614 -27.47653, 153.02615 -27.47655, 153.02615 -27.47656, 153.02616 -27.47658, 153.02616 -27.4766, 153.02617 -27.47664, 153.02704 -27.47778, 153.02711 -27.47789, 153.02719 -27.47799, 153.0274 -27.4783, 153.02779 -27.47877, 153.03034 -27.48205, 153.03108 -27.48309, 153.03124 -27.4834, 153.03135 -27.48369, 153.03149 -27.48412, 153.03177 -27.48506, 153.03178 -27.48513, 153.03205 -27.48597, 153.03208 -27.48604, 153.0329 -27.48866, 153.03344 -27.49047, 153.03361 -27.49096, 153.03372 -27.49121, 153.03383 -27.4914, 153.03402 -27.4917, 153.03422 -27.49195, 153.03447 -27.49218, 153.03475 -27.4924, 153.03509 -27.49263, 153.03541 -27.49287, 153.03597 -27.49333, 153.03662 -27.494, 153.03703 -27.4945, 153.03853 -27.49654, 153.03856 -27.49657, 153.0389 -27.49704, 153.03894 -27.49705, 153.03898 -27.49707, 153.03901 -27.4971, 153.03905 -27.49713, 153.03919 -27.49729, 153.03962 -27.49795, 153.03986 -27.4984, 153.03993 -27.49858, 153.03995 -27.49866, 153.03998 -27.49874, 153.04001 -27.49888, 153.04005 -27.49916, 153.0401 -27.4997, 153.04011 -27.49998, 153.04011 -27.50038, 153.0401 -27.50055, 153.04008 -27.50066, 153.04008 -27.50073, 153.04 -27.50126, 153.03994 -27.50154, 153.03991 -27.50156, 153.0399 -27.50157, 153.03989 -27.5016, 153.03988 -27.50166, 153.03988 -27.50172, 153.03989 -27.50174, 153.03989 -27.50175, 153.03991 -27.50179, 153.03993 -27.50185, 153.03995 -27.50188, 153.03998 -27.50194, 153.04003 -27.50201, 153.04004 -27.50204, 153.04005 -27.50206, 153.04006 -27.50209, 153.04007 -27.50215, 153.04007 -27.50228, 153.03971 -27.50422, 153.03904 -27.50413, 153.03872 -27.50406, 153.0367 -27.50376, 153.0362 -27.50645, 153.03468 -27.50623, 153.03467 -27.50632, 153.03455 -27.50666, 153.03413 -27.50767, 153.03411 -27.50773, 153.03392 -27.50809, 153.0339 -27.50814, 153.03298 -27.50964, 153.03272 -27.51004, 153.03229 -27.51074, 153.03228 -27.51077, 153.03162 -27.51224, 153.03162 -27.51225, 153.03146 -27.51262, 153.03019 -27.51612, 153.03005 -27.51667, 153.02996 -27.51709, 153.02965 -27.51787, 153.02953 -27.51811, 153.02948 -27.51819, 153.0294 -27.51829, 153.02922 -27.51841, 153.02899 -27.51855, 153.02881 -27.51868, 153.02846 -27.519, 153.02791 -27.51953, 153.02766 -27.5198, 153.02564 -27.52213, 153.0253 -27.52248, 153.02402 -27.52389, 153.02398 -27.52395, 153.02331 -27.52464, 153.02287 -27.52512, 153.02275 -27.52527, 153.02134 -27.52683, 153.01931 -27.52921, 153.01882 -27.52976, 153.0181 -27.53061, 153.01749 -27.5314, 153.01748 -27.53143, 153.01747 -27.53143, 153.01737 -27.53155, 153.01661 -27.5326, 153.01623 -27.5331, 153.01619 -27.53317, 153.01568 -27.53386, 153.01456 -27.5355, 153.01451 -27.53559, 153.01443 -27.53577, 153.01434 -27.53605, 153.01414 -27.53684, 153.01396 -27.53765, 153.0138 -27.53848, 153.0138 -27.53849, 153.01377 -27.53866, 153.01352 -27.53971, 153.01312 -27.5412, 153.01311 -27.54125, 153.01304 -27.54144, 153.01295 -27.54172, 153.01294 -27.54172, 153.0129 -27.54182, 153.0128 -27.54203, 153.0126 -27.54241, 153.01244 -27.54266, 153.01237 -27.54275, 153.01218 -27.54302, 153.01215 -27.54304, 153.01207 -27.54314, 153.0113 -27.54402, 153.01106 -27.54433, 153.01076 -27.54478, 153.01071 -27.54488, 153.01063 -27.54502, 153.01048 -27.54532, 153.01038 -27.54557, 153.01027 -27.5459, 153.01016 -27.54636, 153.00963 -27.5491, 153.00958 -27.54964, 153.00944 -27.55258, 153.00932 -27.55389, 153.00914 -27.55479, 153.00903 -27.55513, 153.00891 -27.55541, 153.00881 -27.55559, 153.0087 -27.55575, 153.00831 -27.55623, 153.00821 -27.55632, 153.00821 -27.55633, 153.00809 -27.55644, 153.00785 -27.55663, 153.00736 -27.55696, 153.00701 -27.55718, 153.00607 -27.55765, 153.00467 -27.55826, 153.0045 -27.55832, 153.00364 -27.55867, 153.00231 -27.55911, 152.99867 -27.56014, 152.99812 -27.56033, 152.99706 -27.5608, 152.99599 -27.56134, 152.99426 -27.56216, 152.99172 -27.56341, 152.99042 -27.56408, 152.98978 -27.56431, 152.9894 -27.56446, 152.98033 -27.5663, 152.97432 -27.56746, 152.97368 -27.5676, 152.97245 -27.56798, 152.97239 -27.56799, 152.96892 -27.56914, 152.96748 -27.56957, 152.96625 -27.56996, 152.96538 -27.5702, 152.96158 -27.57132, 152.96056 -27.57164, 152.95691 -27.57306, 152.95631 -27.57328, 152.95203 -27.57473, 152.94675 -27.57625, 152.94586 -27.57654, 152.94427 -27.57709, 152.94321 -27.57749, 152.94192 -27.57801, 152.9416 -27.57816, 152.94149 -27.5782, 152.93905 -27.57933, 152.93775 -27.57996, 152.93698 -27.5804, 152.93136 -27.58394, 152.92983 -27.58515, 152.92924 -27.58571, 152.92887 -27.58609, 152.92813 -27.58698, 152.92811 -27.587, 152.92678 -27.58888, 152.92325 -27.59414, 152.92247 -27.59554, 152.92204 -27.59646, 152.92144 -27.59783, 152.92061 -27.60028, 152.92057 -27.60038, 152.92029 -27.60122, 152.92003 -27.60183, 152.91991 -27.60206, 152.91989 -27.60211, 152.91976 -27.6023, 152.91952 -27.60272, 152.91914 -27.60325, 152.91885 -27.6036, 152.91832 -27.60418, 152.91783 -27.60461, 152.91753 -27.60485, 152.91747 -27.60489, 152.91741 -27.60494, 152.91638 -27.60557, 152.91505 -27.60628, 152.91461 -27.6065, 152.91359 -27.60696, 152.9121 -27.60767, 152.91174 -27.60788, 152.91108 -27.60821, 152.91043 -27.60848, 152.91019 -27.60856, 152.90941 -27.60878, 152.90865 -27.60894, 152.90781 -27.60905, 152.90662 -27.60914, 152.90352 -27.6093, 152.90259 -27.60933, 152.90198 -27.60931, 152.90117 -27.60923, 152.90019 -27.60904, 152.89982 -27.60894, 152.89977 -27.60893, 152.89935 -27.60881, 152.8991 -27.60872, 152.89865 -27.60854, 152.89815 -27.60832, 152.89744 -27.60795, 152.89713 -27.60777, 152.89692 -27.60763, 152.89662 -27.60741, 152.89621 -27.60708, 152.89599 -27.60692, 152.89486 -27.60592, 152.8945 -27.60564, 152.89415 -27.60539, 152.89354 -27.60504, 152.89301 -27.60477, 152.8927 -27.60465, 152.89076 -27.60377, 152.88928 -27.60313, 152.88821 -27.60272, 152.88673 -27.60219, 152.88593 -27.60194, 152.88517 -27.60173, 152.88469 -27.60162, 152.88377 -27.60144, 152.88316 -27.60134, 152.88236 -27.60123, 152.88181 -27.60117, 152.88026 -27.60106, 152.87934 -27.60107, 152.87789 -27.60114, 152.87661 -27.60127, 152.8761 -27.60134, 152.87563 -27.60142, 152.87482 -27.6016, 152.87403 -27.60181, 152.87353 -27.60197, 152.87278 -27.60224, 152.87073 -27.60306, 152.86947 -27.60351, 152.86831 -27.6039, 152.86774 -27.60406, 152.86752 -27.60413, 152.86718 -27.60422, 152.86702 -27.60427, 152.86644 -27.60439, 152.86595 -27.60447, 152.86558 -27.60451, 152.86525 -27.60453, 152.86503 -27.60453, 152.8645 -27.60451, 152.86392 -27.60443, 152.8637 -27.60439, 152.86325 -27.60429, 152.86266 -27.60412, 152.86219 -27.60394, 152.86196 -27.60384, 152.86161 -27.60367, 152.86132 -27.60351, 152.86107 -27.60336, 152.86046 -27.60294, 152.86002 -27.60258, 152.85908 -27.60166, 152.85757 -27.60025, 152.85716 -27.59989, 152.85661 -27.59935, 152.85623 -27.599, 152.85594 -27.59877, 152.85552 -27.59849, 152.85515 -27.59827, 152.85466 -27.59803, 152.85426 -27.59786, 152.85363 -27.59764, 152.85328 -27.59755, 152.85284 -27.59746, 152.85237 -27.5974, 152.85006 -27.59731, 152.84753 -27.59705, 152.8465 -27.5969, 152.84631 -27.59694, 152.84614 -27.59694, 152.84465 -27.59681, 152.8433 -27.59673, 152.84272 -27.59667, 152.8425 -27.59663, 152.8422 -27.59655, 152.84192 -27.59644, 152.84155 -27.59625, 152.84128 -27.59605, 152.84123 -27.59602, 152.84112 -27.59591, 152.84093 -27.5957, 152.84082 -27.5956, 152.84058 -27.59524, 152.84014 -27.5945, 152.83968 -27.59382, 152.83953 -27.59366, 152.8393 -27.59339, 152.83896 -27.59305, 152.83858 -27.59272, 152.8383 -27.5925, 152.8377 -27.59211, 152.83745 -27.59198, 152.83681 -27.59168, 152.8363 -27.59148, 152.83579 -27.59131, 152.83545 -27.59123, 152.83502 -27.59115, 152.83174 -27.59064, 152.82909 -27.59032, 152.82752 -27.5901, 152.82748 -27.59009, 152.82682 -27.59, 152.82625 -27.58995, 152.82602 -27.58992, 152.82566 -27.58985, 152.82519 -27.58971, 152.82444 -27.58943, 152.82376 -27.58907, 152.8235 -27.58891, 152.82312 -27.58863, 152.81815 -27.58466, 152.81769 -27.58431, 152.81768 -27.58431, 152.81728 -27.584, 152.81691 -27.58377, 152.81672 -27.58367, 152.81614 -27.5834, 152.81538 -27.58316, 152.81496 -27.58306, 152.81485 -27.58304, 152.81317 -27.58263, 152.81304 -27.58259, 152.81279 -27.58254, 152.81218 -27.58236, 152.81187 -27.58225, 152.81153 -27.58211, 152.81097 -27.58183, 152.80347 -27.57678, 152.80293 -27.57647, 152.80249 -27.57626, 152.80203 -27.57608, 152.79669 -27.57429, 152.79597 -27.57408, 152.79548 -27.57398, 152.79504 -27.57392, 152.79464 -27.57388, 152.79416 -27.57386, 152.79356 -27.57388, 152.79306 -27.57393, 152.79256 -27.57402, 152.78412 -27.57599, 152.78386 -27.57606, 152.77944 -27.57743, 152.77936 -27.57745, 152.77692 -27.5782, 152.76864 -27.58035, 152.76831 -27.58042, 152.768 -27.58047, 152.76747 -27.58051, 152.76631 -27.58063, 152.76627 -27.58063, 152.76601 -27.58067, 152.76565 -27.58074, 152.76183 -27.58159, 152.76162 -27.58163, 152.76122 -27.58168, 152.76014 -27.58173, 152.75851 -27.58176, 152.75808 -27.58175, 152.7576 -27.58171, 152.75724 -27.58165, 152.75661 -27.58151, 152.75596 -27.5813, 152.75491 -27.58092, 152.75433 -27.58079, 152.75389 -27.58073, 152.75146 -27.58061, 152.75111 -27.58057, 152.75063 -27.58049, 152.75036 -27.58043, 152.74981 -27.58027, 152.74863 -27.57981, 152.74813 -27.57963, 152.74784 -27.57955, 152.74741 -27.57946, 152.74702 -27.5794, 152.74665 -27.57936, 152.74633 -27.57934, 152.7399 -27.57923, 152.73966 -27.57924, 152.73912 -27.5793, 152.73856 -27.5794, 152.73412 -27.58046, 152.73334 -27.58062, 152.73258 -27.58072, 152.73201 -27.58077, 152.73093 -27.58079, 152.73022 -27.58076, 152.72409 -27.58018, 152.72286 -27.58019, 152.72127 -27.58005, 152.7204 -27.57995, 152.71996 -27.57993, 152.71787 -27.57974, 152.71697 -27.57963, 152.71684 -27.57962, 152.71627 -27.57954, 152.71622 -27.57952, 152.71517 -27.57931, 152.71354 -27.57884, 152.71344 -27.57882, 152.71326 -27.57876, 152.71047 -27.57798, 152.70961 -27.57778, 152.70701 -27.57728, 152.70694 -27.57726, 152.70216 -27.57635, 152.7015 -27.57625, 152.70088 -27.57618, 152.70015 -27.57614, 152.70004 -27.57614, 152.69987 -27.57613, 152.6989 -27.57616, 152.69786 -27.57626, 152.69739 -27.57632, 152.69668 -27.57644, 152.69602 -27.57657, 152.69523 -27.57676, 152.69092 -27.57788, 152.69006 -27.57808, 152.68905 -27.57828, 152.68796 -27.57842, 152.68718 -27.57848, 152.68572 -27.57853, 152.6851 -27.57851, 152.68422 -27.57845, 152.68346 -27.57838, 152.68241 -27.57823, 152.68154 -27.57805, 152.6807 -27.57785, 152.67484 -27.57619, 152.67426 -27.57607, 152.67263 -27.57584, 152.67194 -27.57579, 152.67032 -27.57575, 152.66778 -27.57565, 152.66622 -27.57553, 152.66479 -27.57536, 152.66039 -27.57473, 152.65997 -27.57465, 152.65993 -27.57465, 152.64779 -27.57293, 152.64704 -27.57284, 152.63286 -27.57075, 152.63241 -27.57066, 152.63086 -27.57014, 152.63023 -27.56988, 152.62911 -27.56949, 152.62838 -27.5693, 152.62418 -27.56848, 152.622 -27.56812, 152.60743 -27.56615, 152.60649 -27.56599, 152.60558 -27.5658, 152.60395 -27.56535, 152.60121 -27.5644, 152.60004 -27.56405, 152.59887 -27.56374, 152.59808 -27.56355, 152.59661 -27.56325, 152.59607 -27.56318, 152.59479 -27.56309, 152.59381 -27.56309, 152.58527 -27.56322, 152.5833 -27.56317, 152.5822 -27.56317, 152.58027 -27.56322, 152.58014 -27.56323, 152.57815 -27.56326, 152.57761 -27.56329, 152.57737 -27.56332, 152.5769 -27.5634, 152.57569 -27.56366, 152.5694 -27.56529, 152.56885 -27.56542, 152.56807 -27.56556, 152.56777 -27.5656, 152.5674 -27.56563, 152.56667 -27.56564, 152.56645 -27.56563, 152.56606 -27.56559, 152.5655 -27.5655, 152.56517 -27.56543, 152.56487 -27.56534, 152.56429 -27.56514, 152.56371 -27.56489, 152.56356 -27.56484, 152.56314 -27.56472, 152.56287 -27.56466, 152.56273 -27.56462, 152.56218 -27.56454, 152.56177 -27.56451, 152.56148 -27.5645, 152.56099 -27.5645, 152.55966 -27.56458, 152.55901 -27.56456, 152.55831 -27.56447, 152.5576 -27.56431, 152.55719 -27.56419, 152.55681 -27.56405, 152.55621 -27.56376, 152.55582 -27.56355, 152.55549 -27.56334, 152.55518 -27.56312, 152.551 -27.55967, 152.55053 -27.55931, 152.54958 -27.55865, 152.54881 -27.55816, 152.54829 -27.55785, 152.54827 -27.55783, 152.54741 -27.55735, 152.54642 -27.55685, 152.54628 -27.5568, 152.54452 -27.55584, 152.5442 -27.55569, 152.53776 -27.55243, 152.53705 -27.55213, 152.53626 -27.55188, 152.53591 -27.55179, 152.53541 -27.55168, 152.53461 -27.55154, 152.53418 -27.55149, 152.52668 -27.55087, 152.52636 -27.55083, 152.52589 -27.55075, 152.52505 -27.55057, 152.52357 -27.5502, 152.52253 -27.54997, 152.52211 -27.5499, 152.5216 -27.54985, 152.52086 -27.54981, 152.52057 -27.54981, 152.51979 -27.54985, 152.51941 -27.54989, 152.51907 -27.54994, 152.51791 -27.55019, 152.51742 -27.55034, 152.51647 -27.55067, 152.51594 -27.55083, 152.51538 -27.55098, 152.51502 -27.55106, 152.51451 -27.55115, 152.51414 -27.5512, 152.5136 -27.55125, 152.51312 -27.55127, 152.51276 -27.55127, 152.51209 -27.55125, 152.51036 -27.55112, 152.51018 -27.5511, 152.50437 -27.55068, 152.50409 -27.55067, 152.50173 -27.55051, 152.50107 -27.55051, 152.50043 -27.55054, 152.49872 -27.55071, 152.49839 -27.55077, 152.49558 -27.55116, 152.49366 -27.55137, 152.49269 -27.55155, 152.48759 -27.55224, 152.48676 -27.55242, 152.4862 -27.55257, 152.48578 -27.55271, 152.48507 -27.55299, 152.48476 -27.55313, 152.48403 -27.5535, 152.4838 -27.55363, 152.48292 -27.55422, 152.48228 -27.5547, 152.4806 -27.55603, 152.47932 -27.55709, 152.47915 -27.55724, 152.47906 -27.55731, 152.47901 -27.55736, 152.47891 -27.55748, 152.47882 -27.55757, 152.47841 -27.55792, 152.47786 -27.55835, 152.47567 -27.56015, 152.47435 -27.5612, 152.47415 -27.56134, 152.4735 -27.56175, 152.47262 -27.56226, 152.46489 -27.56639, 152.46421 -27.56672, 152.46348 -27.56702, 152.46281 -27.5672, 152.46213 -27.56732, 152.46112 -27.56739, 152.4609 -27.56738, 152.46031 -27.56733, 152.44664 -27.56549, 152.44594 -27.56533, 152.44551 -27.5652, 152.4452 -27.56509, 152.4446 -27.56484, 152.44408 -27.56457, 152.44382 -27.56442, 152.44349 -27.56421, 152.44311 -27.56393, 152.44283 -27.5637, 152.44203 -27.56296, 152.44119 -27.56226, 152.44064 -27.56188, 152.44031 -27.56168, 152.43999 -27.56151, 152.43941 -27.56124, 152.43914 -27.56113, 152.43881 -27.56101, 152.43825 -27.56084, 152.43793 -27.56076, 152.43718 -27.56063, 152.43691 -27.5606, 152.43647 -27.56057, 152.43573 -27.56056, 152.43548 -27.56058, 152.43521 -27.56059, 152.43495 -27.56062, 152.43433 -27.56072, 152.43382 -27.56083, 152.43317 -27.56102, 152.43286 -27.56113, 152.43252 -27.56127, 152.42701 -27.56382, 152.42597 -27.56427, 152.42557 -27.56443, 152.42457 -27.56473, 152.42358 -27.56493, 152.42289 -27.56502, 152.42217 -27.56507, 152.40722 -27.56463, 152.40687 -27.5646, 152.40655 -27.56456, 152.40618 -27.56449, 152.40585 -27.56441, 152.40553 -27.56431, 152.40516 -27.56418, 152.40485 -27.56404, 152.4043 -27.56376, 152.40368 -27.56335, 152.39633 -27.55776, 152.39215 -27.55451, 152.39101 -27.55367, 152.38957 -27.55269, 152.38246 -27.54754, 152.37745 -27.54399, 152.37602 -27.54292, 152.37531 -27.54249, 152.37456 -27.54215, 152.37362 -27.54187, 152.37075 -27.54138, 152.3701 -27.5413, 152.36983 -27.54128, 152.36164 -27.54124, 152.36102 -27.54129, 152.36039 -27.54137, 152.36013 -27.54142, 152.35976 -27.54151, 152.35947 -27.54157, 152.35895 -27.54171, 152.355 -27.54303, 152.35269 -27.54371, 152.35163 -27.54395, 152.34977 -27.54429, 152.34203 -27.54505, 152.34131 -27.54515, 152.34085 -27.54523, 152.34065 -27.54528, 152.33976 -27.54547, 152.33917 -27.54563, 152.3384 -27.54589, 152.32895 -27.54946, 152.32667 -27.55035, 152.32637 -27.55045, 152.32596 -27.55057, 152.32568 -27.55064, 152.32492 -27.55076, 152.3243 -27.5508, 152.32405 -27.5508, 152.3238 -27.55079, 152.32341 -27.55075, 152.32193 -27.55056, 152.31948 -27.5502, 152.31873 -27.55005, 152.31853 -27.55, 152.31773 -27.54974, 152.31727 -27.54954, 152.31644 -27.54908, 152.30857 -27.54397, 152.30807 -27.5437, 152.30743 -27.54339, 152.30679 -27.54313, 152.30593 -27.54286, 152.30545 -27.54275, 152.30485 -27.54263, 152.28939 -27.54013, 152.28933 -27.54013, 152.28421 -27.53933, 152.28404 -27.53931, 152.284 -27.5393, 152.26266 -27.53582, 152.26247 -27.5358, 152.25864 -27.53518, 152.25819 -27.53513, 152.25753 -27.53509, 152.25672 -27.53509, 152.25587 -27.53516, 152.25524 -27.53526, 152.25472 -27.53536, 152.254 -27.53555, 152.25342 -27.53574, 152.23648 -27.54245, 152.23625 -27.54253, 152.23246 -27.54406, 152.23171 -27.54438, 152.2296 -27.54522, 152.22857 -27.54566, 152.22829 -27.54584, 152.21753 -27.55013, 152.21657 -27.55053, 152.21553 -27.5509, 152.21466 -27.55115, 152.21413 -27.55128, 152.21305 -27.55149, 152.21229 -27.5516, 152.18069 -27.55421, 152.17993 -27.55423, 152.17903 -27.5542, 152.1781 -27.55412, 152.17759 -27.55406, 152.17708 -27.55398, 152.17153 -27.55296, 152.17099 -27.55288, 152.16945 -27.5527, 152.16893 -27.55266, 152.13977 -27.55138, 152.13809 -27.55134, 152.13734 -27.55135, 152.13648 -27.5514, 152.13533 -27.5515, 152.13488 -27.55156, 152.13474 -27.55159, 152.13415 -27.55169, 152.13284 -27.55195, 152.13019 -27.55252, 152.13012 -27.55254, 152.12701 -27.55321, 152.12638 -27.55332, 152.1257 -27.55338, 152.12538 -27.55339, 152.12458 -27.55338, 152.12423 -27.55335, 152.12386 -27.5533, 152.12384 -27.5533, 152.12365 -27.55327, 152.12351 -27.55326, 152.1229 -27.55316, 152.1218 -27.55301, 152.12119 -27.55288, 152.12097 -27.55282, 152.1207 -27.55273, 152.12025 -27.55255, 152.12003 -27.55244, 152.1196 -27.55219, 152.11917 -27.5519, 152.11809 -27.55107, 152.11753 -27.55076, 152.11729 -27.55065, 152.11662 -27.55042, 152.11611 -27.55031, 152.10814 -27.54919, 152.10705 -27.54901, 152.10663 -27.54892, 152.10112 -27.54741, 152.10051 -27.54726, 152.10004 -27.54717, 152.09963 -27.54711, 152.09869 -27.54702, 152.09807 -27.547, 152.09745 -27.547, 152.09655 -27.54706, 152.09576 -27.54715, 152.09242 -27.54771, 152.09155 -27.5478, 152.09058 -27.54782, 152.09005 -27.5478, 152.08928 -27.54775, 152.08862 -27.54767, 152.08789 -27.54754, 152.08704 -27.54735, 152.08648 -27.54718, 152.08517 -27.54671, 152.08181 -27.54541, 152.08049 -27.545, 152.07916 -27.5447, 152.07752 -27.54445, 152.07696 -27.54439, 152.07509 -27.54429, 152.07367 -27.54434, 152.07008 -27.54456, 152.06955 -27.54458, 152.06863 -27.54456, 152.06792 -27.54452, 152.06683 -27.5444, 152.06633 -27.54432, 152.06511 -27.54406, 152.05989 -27.5425, 152.05969 -27.54245, 152.0594 -27.54236, 152.05836 -27.54213, 152.05798 -27.54207, 152.0572 -27.54201, 152.05661 -27.54199, 152.05637 -27.54199, 152.05521 -27.54209, 152.05406 -27.54234, 152.05357 -27.54248, 152.05323 -27.54259, 152.04951 -27.54412, 152.03191 -27.55157, 152.03175 -27.55162, 152.03158 -27.55169, 152.03122 -27.55182, 152.02996 -27.5522, 152.02499 -27.55355, 152.02408 -27.55384, 152.02306 -27.55421, 152.0202 -27.55534, 152.0194 -27.55564, 152.01888 -27.55581, 152.01811 -27.55601, 152.01758 -27.55613, 152.01748 -27.55616, 152.01662 -27.55633, 152.01525 -27.55666, 152.014 -27.55692, 152.01314 -27.55704, 152.01204 -27.55714, 152.01144 -27.55717, 152.01117 -27.55717, 152.01066 -27.55721, 152.01022 -27.55729, 152.00997 -27.55735, 152.00934 -27.55754, 152.00881 -27.55776, 152.00853 -27.55791, 152.00821 -27.55811, 152.00783 -27.55839, 152.00742 -27.55876, 152.00716 -27.55905, 152.00688 -27.55941, 152.00674 -27.55962, 152.00649 -27.56005, 152.00627 -27.56049, 152.00602 -27.56091, 152.00577 -27.56127, 152.0056 -27.56148, 152.00525 -27.56185, 152.00496 -27.56212, 152.0044 -27.56256, 152.00433 -27.56259, 152.00412 -27.56272, 152.00384 -27.56287, 152.00209 -27.56372, 151.99974 -27.56492, 151.99972 -27.56494, 151.99956 -27.56506, 151.99947 -27.56512, 151.99931 -27.56524, 151.99896 -27.56562, 151.99842 -27.56632, 151.99818 -27.5666, 151.99786 -27.56691, 151.99757 -27.56713, 151.99732 -27.56728, 151.99699 -27.56745, 151.99694 -27.56748, 151.9965 -27.56768, 151.99586 -27.5679, 151.99489 -27.56837, 151.99437 -27.56859, 151.99423 -27.56864, 151.99388 -27.5688, 151.99335 -27.56901, 151.99321 -27.56905, 151.99307 -27.56911, 151.99273 -27.5692, 151.99193 -27.56936, 151.99092 -27.5695, 151.99007 -27.56965, 151.98986 -27.5697, 151.9895 -27.56982, 151.98922 -27.56998, 151.98899 -27.57016, 151.98843 -27.57068, 151.98826 -27.5708, 151.98805 -27.57093, 151.98663 -27.57152, 151.9863 -27.57172, 151.98613 -27.57187, 151.98562 -27.57239, 151.98548 -27.57252, 151.9852 -27.57273, 151.98509 -27.57279, 151.98476 -27.5729, 151.98457 -27.57292, 151.98434 -27.57292, 151.98416 -27.57289, 151.98399 -27.57283, 151.98383 -27.57276, 151.98368 -27.57266, 151.98348 -27.57251, 151.98295 -27.57201, 151.98244 -27.57147, 151.98216 -27.57112, 151.98205 -27.57089, 151.98202 -27.57076, 151.982 -27.57048, 151.98202 -27.57034, 151.98222 -27.56974, 151.98235 -27.56945, 151.98239 -27.56933, 151.98243 -27.56916, 151.98245 -27.56896, 151.98244 -27.56877, 151.98242 -27.5686, 151.98188 -27.5663, 151.98175 -27.56593, 151.98164 -27.56575, 151.98159 -27.56569, 151.9815 -27.56561, 151.98139 -27.56554, 151.98105 -27.56538, 151.98032 -27.5652, 151.97949 -27.56492, 151.97927 -27.56486, 151.97908 -27.56482, 151.97889 -27.56482, 151.97869 -27.56483, 151.97859 -27.56486, 151.97854 -27.56487, 151.97836 -27.56495, 151.97818 -27.56506, 151.97748 -27.56554, 151.97731 -27.56563, 151.9772 -27.56567, 151.97665 -27.56578, 151.97651 -27.5658, 151.97625 -27.56585, 151.97614 -27.56589, 151.97603 -27.56594, 151.97594 -27.566, 151.97586 -27.56609, 151.97576 -27.56623, 151.97568 -27.5664, 151.97563 -27.56655, 151.9756 -27.56672, 151.97559 -27.56675, 151.9754 -27.56794, 151.97525 -27.56867, 151.97523 -27.56871, 151.97522 -27.56874, 151.97522 -27.56875, 151.97518 -27.56878, 151.97482 -27.57091, 151.97484 -27.57103, 151.97479 -27.57136, 151.97475 -27.57151, 151.97471 -27.5716, 151.97463 -27.57166, 151.97456 -27.57169, 151.97447 -27.57171, 151.97439 -27.57172, 151.97429 -27.57172, 151.97413 -27.57171, 151.97351 -27.57161, 151.97338 -27.57156, 151.9672 -27.57075, 151.9669 -27.57072, 151.96681 -27.5707, 151.9661 -27.57061, 151.96604 -27.57091, 151.96556 -27.57083, 151.96553 -27.57084, 151.96551 -27.57084, 151.9655 -27.57085, 151.96549 -27.57087, 151.96549 -27.57089, 151.96548 -27.5709, 151.96549 -27.57094, 151.96551 -27.57098, 151.96552 -27.57099, 151.96553 -27.57099, 151.96557 -27.571, 151.96589 -27.57105, 151.966 -27.57105, 151.96601 -27.57103, 151.96604 -27.57091, 151.9661 -27.57061, 151.96596 -27.57059, 151.96585 -27.57059, 151.96582 -27.5706, 151.9658 -27.5706, 151.96576 -27.57061, 151.96573 -27.57061, 151.9647 -27.57048, 151.96323 -27.57025, 151.96313 -27.57024, 151.9631 -27.57023, 151.96308 -27.57023, 151.96307 -27.57022, 151.96306 -27.57022, 151.96304 -27.57021, 151.96302 -27.57019, 151.96279 -27.57015, 151.96256 -27.57013, 151.95768 -27.56948, 151.95581 -27.5692, 151.9546 -27.56908, 151.95422 -27.56903, 151.95378 -27.56895, 151.95273 -27.56884, 151.95048 -27.56852, 151.94909 -27.56835, 151.94864 -27.56828, 151.94848 -27.56827, 151.94776 -27.56818, 151.94723 -27.56813, 151.94675 -27.56807, 151.94654 -27.56803, 151.94546 -27.56788, 151.94542 -27.56787, 151.94459 -27.56775, 151.94437 -27.56771, 151.94309 -27.56754, 151.94304 -27.56753, 151.94288 -27.56755, 151.9425 -27.56751, 151.93501 -27.56651, 151.93456 -27.56644, 151.93453 -27.56644, 151.93267 -27.5662, 151.93129 -27.566, 151.93071 -27.56594, 151.92976 -27.56588, 151.92941 -27.56583, 151.92906 -27.5658, 151.92874 -27.56576, 151.9282 -27.56567, 151.92811 -27.56565, 151.928 -27.56559, 151.92779 -27.56544, 151.92768 -27.56532, 151.92762 -27.56524, 151.92755 -27.56508, 151.92743 -27.56484, 151.92733 -27.56459, 151.9273 -27.56442, 151.92735 -27.56426, 151.92735 -27.5642, 151.92739 -27.56383, 151.92763 -27.56298, 151.92795 -27.56124, 151.92074 -27.56024, 151.91958 -27.56006, 151.91625 -27.55962, 151.91607 -27.55965, 151.91607 -27.55966, 151.91606 -27.55966, 151.91605 -27.55967, 151.91604 -27.55967, 151.91604 -27.55968, 151.91595 -27.55968, 151.91595 -27.55967, 151.91593 -27.55967, 151.91593 -27.55966, 151.91592 -27.55966, 151.91591 -27.55965, 151.91591 -27.55964, 151.9159 -27.55964, 151.9159 -27.55963, 151.91589 -27.55962, 151.91567 -27.55953, 151.9111 -27.55888, 151.90918 -27.55858, 151.90802 -27.55842, 151.90796 -27.55844, 151.90778 -27.55843, 151.90778 -27.55844, 151.90777 -27.55844, 151.90777 -27.55845, 151.90774 -27.55845, 151.90774 -27.55846, 151.90768 -27.55846, 151.90767 -27.55845, 151.90766 -27.55845, 151.90765 -27.55844, 151.90764 -27.55844, 151.90764 -27.55843, 151.90763 -27.55843, 151.90763 -27.55842, 151.90745 -27.55837, 151.9074 -27.55836, 151.90736 -27.55832, 151.90609 -27.55815, 151.90548 -27.55804, 151.90139 -27.55743, 151.89858 -27.55693, 151.89727 -27.55666, 151.89472 -27.55606, 151.89392 -27.55585, 151.8926 -27.55555, 151.89146 -27.55527, 151.8898 -27.5549, 151.88913 -27.55471, 151.88887 -27.55461, 151.88239 -27.5517, 151.8823 -27.55169, 151.88226 -27.55167, 151.8822 -27.55165, 151.88211 -27.55158, 151.88203 -27.55154, 151.88188 -27.55151, 151.88187 -27.55151, 151.88187 -27.5515, 151.88184 -27.5515, 151.88184 -27.55149, 151.88183 -27.55149, 151.88183 -27.55148, 151.88182 -27.55148, 151.88182 -27.55146, 151.88175 -27.55144, 151.88169 -27.55143, 151.88144 -27.55132, 151.88135 -27.55125, 151.88088 -27.55104, 151.88079 -27.55099, 151.87854 -27.54996, 151.87839 -27.5499, 151.87802 -27.54979, 151.87771 -27.54973, 151.86944 -27.5486, 151.86927 -27.54856, 151.86916 -27.54852, 151.86907 -27.54847, 151.86895 -27.54838, 151.8688 -27.54823, 151.86832 -27.54831, 151.86793 -27.54835, 151.86775 -27.54835, 151.85477 -27.54655, 151.8546 -27.54652, 151.85417 -27.54648, 151.85404 -27.54646, 151.85366 -27.54646, 151.85349 -27.54645, 151.85303 -27.54646, 151.85253 -27.54651, 151.85247 -27.54651, 151.85212 -27.54655, 151.8519 -27.54659, 151.85131 -27.54672, 151.84659 -27.54805, 151.8458 -27.54821, 151.8454 -27.54825, 151.84537 -27.54825, 151.84505 -27.54829, 151.84469 -27.54831, 151.84382 -27.54829, 151.84352 -27.54824, 151.8116 -27.54386, 151.8109 -27.54381, 151.81055 -27.5438, 151.81017 -27.54381, 151.80964 -27.54384, 151.80054 -27.54463, 151.7964 -27.54507, 151.78533 -27.54634, 151.78531 -27.54635, 151.78502 -27.54641, 151.78479 -27.54647, 151.7845 -27.54656, 151.78387 -27.54679, 151.78227 -27.54746, 151.78145 -27.54777, 151.78121 -27.54785, 151.7808 -27.54796, 151.78045 -27.54803, 151.77986 -27.5481, 151.77548 -27.54832, 151.77482 -27.54834, 151.77382 -27.54831, 151.77356 -27.54829, 151.77103 -27.54796, 151.76995 -27.54791, 151.76901 -27.54792, 151.76838 -27.54801, 151.76719 -27.54825, 151.76667 -27.54834, 151.76623 -27.54843, 151.76544 -27.54851, 151.76502 -27.54854, 151.76312 -27.54856, 151.76275 -27.54859, 151.755 -27.54943, 151.75446 -27.5495, 151.75379 -27.54962, 151.75326 -27.54978, 151.75259 -27.55004, 151.75234 -27.55015, 151.75203 -27.55032, 151.7518 -27.55046, 151.75078 -27.55103, 151.75065 -27.55111, 151.75018 -27.55137, 151.74998 -27.55147, 151.74931 -27.55176, 151.74874 -27.55193, 151.74828 -27.55204, 151.74618 -27.55245, 151.7452 -27.55266, 151.74499 -27.55269, 151.74468 -27.55276, 151.74436 -27.55285, 151.74376 -27.55308, 151.74353 -27.55319, 151.74315 -27.55339, 151.74286 -27.55356, 151.74252 -27.5538, 151.74208 -27.55414, 151.74094 -27.55509, 151.74075 -27.55522, 151.73868 -27.55696, 151.73815 -27.55729, 151.7377 -27.55755, 151.73715 -27.55778, 151.73676 -27.55792, 151.7358 -27.55815, 151.73551 -27.55819, 151.73493 -27.55823, 151.73424 -27.55822, 151.72749 -27.55731, 151.72732 -27.55728, 151.70945 -27.55481, 151.708 -27.55478, 151.70588 -27.55494, 151.70531 -27.55497, 151.70492 -27.55497, 151.70453 -27.55495, 151.70385 -27.55487, 151.70059 -27.55442, 151.70031 -27.55437, 151.69948 -27.55427, 151.69878 -27.55416, 151.69743 -27.55398, 151.69655 -27.55379, 151.69652 -27.55379, 151.68853 -27.55101, 151.67847 -27.54766, 151.67776 -27.54741, 151.67441 -27.54631, 151.67305 -27.54584, 151.66317 -27.54257, 151.66244 -27.54237, 151.65648 -27.54108, 151.65599 -27.54099, 151.65534 -27.54093, 151.65484 -27.54092, 151.6545 -27.54093, 151.6541 -27.54096, 151.65358 -27.54103, 151.6529 -27.54116, 151.65149 -27.5414, 151.65102 -27.54145, 151.65025 -27.54148, 151.64987 -27.54146, 151.64913 -27.54139, 151.64082 -27.54033, 151.64048 -27.54031, 151.63996 -27.5403, 151.63956 -27.54031, 151.63897 -27.54035, 151.63756 -27.54049, 151.63676 -27.54055, 151.63622 -27.54055, 151.63573 -27.54052, 151.63504 -27.5404, 151.63455 -27.54029, 151.6339 -27.54007, 151.63359 -27.53994, 151.63329 -27.53978, 151.63259 -27.53936, 151.63245 -27.53925, 151.63238 -27.53921, 151.63086 -27.53776, 151.62808 -27.53504, 151.62781 -27.53482, 151.62768 -27.53473, 151.62735 -27.53448, 151.62687 -27.53416, 151.62644 -27.53393, 151.62596 -27.5337, 151.62539 -27.53347, 151.62506 -27.53335, 151.62478 -27.53328, 151.62403 -27.53313, 151.62351 -27.53305, 151.62206 -27.5329, 151.60809 -27.53108, 151.60741 -27.53101, 151.60227 -27.53032, 151.58567 -27.52821, 151.58552 -27.52818, 151.57851 -27.52728, 151.57795 -27.52722, 151.57784 -27.52723, 151.57738 -27.52723, 151.57713 -27.52725, 151.57646 -27.52735, 151.54823 -27.53275, 151.54768 -27.53292, 151.54742 -27.53301, 151.54728 -27.53308, 151.54712 -27.53315, 151.54665 -27.5334, 151.54605 -27.53374, 151.54555 -27.53399, 151.54477 -27.53435, 151.54448 -27.53445, 151.54427 -27.53451, 151.54406 -27.53458, 151.5434 -27.5347, 151.54301 -27.53475, 151.54272 -27.53476, 151.54219 -27.53476, 151.54196 -27.53475, 151.54163 -27.53472, 151.52314 -27.5323, 151.5145 -27.53124, 151.39471 -27.51558, 151.39169 -27.51515, 151.39159 -27.51518, 151.39154 -27.5152, 151.39146 -27.5152, 151.39134 -27.51522, 151.39121 -27.51525, 151.39094 -27.51533, 151.39064 -27.51547, 151.3904 -27.51563, 151.3902 -27.5158, 151.38992 -27.51612, 151.38979 -27.51635, 151.38973 -27.51643, 151.3848 -27.54617, 151.38474 -27.54659, 151.38469 -27.54728, 151.38468 -27.54873, 151.38467 -27.54894, 151.38463 -27.54938, 151.38455 -27.54996, 151.38346 -27.55646, 151.38342 -27.55649, 151.3834 -27.55651, 151.38339 -27.55653, 151.38335 -27.55658, 151.38331 -27.55666, 151.38318 -27.55684, 151.38304 -27.557, 151.38292 -27.5571, 151.3827 -27.55725, 151.38255 -27.55734, 151.38238 -27.55741, 151.38223 -27.55746, 151.38183 -27.55753, 151.38174 -27.55756, 151.38132 -27.55755, 151.38055 -27.5575, 151.38002 -27.55748, 151.37986 -27.55746, 151.37558 -27.5572, 151.37326 -27.55693, 151.34505 -27.5532, 151.34406 -27.55302, 151.34167 -27.55242, 151.3413 -27.55234, 151.34097 -27.55228, 151.34045 -27.55222, 151.33984 -27.55219, 151.33756 -27.55213, 151.3372 -27.55211, 151.33668 -27.55206, 151.30079 -27.54722, 151.29982 -27.54707, 151.29376 -27.54625, 151.29293 -27.54606, 151.2923 -27.5459, 151.29071 -27.5456, 151.29018 -27.54553, 151.28738 -27.54537, 151.28647 -27.54528, 151.28094 -27.54456, 151.27874 -27.54423, 151.2614 -27.5419, 151.25784 -27.54139, 151.25402 -27.54091, 151.23943 -27.53891, 151.23817 -27.53862, 151.23797 -27.53855, 151.2378 -27.5385, 151.23708 -27.53836, 151.23601 -27.53821, 151.23508 -27.5381, 151.23427 -27.53806, 151.23396 -27.53806, 151.23388 -27.53805, 151.23282 -27.538, 151.23073 -27.53781, 151.22893 -27.53758, 151.22373 -27.53709, 151.22369 -27.53708, 151.21181 -27.53596, 151.21143 -27.53589, 151.21111 -27.53579, 151.21098 -27.53574, 151.21069 -27.53559, 151.21045 -27.53542, 151.21026 -27.53526, 151.21013 -27.53511, 151.20995 -27.53488, 151.20979 -27.53462, 151.20896 -27.53295, 151.20884 -27.53273, 151.20874 -27.53258, 151.20862 -27.53242, 151.20851 -27.53232, 151.20834 -27.53218, 151.20812 -27.53203, 151.20789 -27.53191, 151.2077 -27.53183, 151.20743 -27.53176, 151.20723 -27.53173, 151.20694 -27.5317, 151.20675 -27.5317, 151.20636 -27.53174, 151.20615 -27.53178, 151.20566 -27.53185, 151.19802 -27.5331, 151.19783 -27.53311, 151.19768 -27.53311, 151.19739 -27.53309, 151.19582 -27.53287, 151.1954 -27.53283, 151.19474 -27.53272, 151.19372 -27.53259, 151.19357 -27.53262, 151.19343 -27.53261, 151.19005 -27.53214, 151.1889 -27.53196, 151.18868 -27.53189, 151.18813 -27.53184, 151.18657 -27.53163, 151.18648 -27.53161, 151.18634 -27.5316, 151.18442 -27.53133, 151.18413 -27.53131, 151.18382 -27.53132, 151.18355 -27.53137, 151.18334 -27.53143, 151.18243 -27.53179, 151.18207 -27.53195, 151.18183 -27.53204, 151.16956 -27.53708, 151.16857 -27.53751, 151.16781 -27.53779, 151.16772 -27.5378, 151.16762 -27.53783, 151.15803 -27.54178, 151.13704 -27.55077, 151.12873 -27.5542, 151.12612 -27.55499, 151.1248 -27.55552, 151.12432 -27.55573, 151.12366 -27.55614, 151.12263 -27.55686, 151.12204 -27.55718, 151.12146 -27.55733, 151.11586 -27.55842, 151.10905 -27.55955, 151.10006 -27.56229, 151.09889 -27.56273, 151.09831 -27.56298, 151.09725 -27.56347, 151.09115 -27.56641, 151.09069 -27.56659, 151.09032 -27.5667, 151.08979 -27.56684, 151.08632 -27.56763, 151.08591 -27.56774, 151.08554 -27.56781, 151.08497 -27.56802, 151.08062 -27.56982, 151.07818 -27.57079, 151.05272 -27.5815, 151.05203 -27.58183, 151.05108 -27.58234, 151.05045 -27.58265, 151.04947 -27.58306, 151.04876 -27.58332, 151.04822 -27.58347, 151.04754 -27.5836, 151.04719 -27.58362, 151.04703 -27.58362, 151.04691 -27.58361, 151.04658 -27.58352, 151.04632 -27.58346, 151.04537 -27.58306, 151.04358 -27.58224, 151.04236 -27.58182, 151.04017 -27.58116, 151.03974 -27.5811, 151.03932 -27.58108, 151.03875 -27.58115, 151.03793 -27.58132, 151.03633 -27.5817, 151.03216 -27.58284, 151.03168 -27.58303, 151.03086 -27.58339, 151.0305 -27.58358, 151.03023 -27.58367, 151.02985 -27.58375, 151.02961 -27.58377, 151.02941 -27.58377, 151.02917 -27.58373, 151.02845 -27.58357, 151.02734 -27.58316, 151.02636 -27.58285, 151.02518 -27.58264, 151.01974 -27.58194, 151.01775 -27.58172, 151.01677 -27.58169, 151.01592 -27.5817, 151.01549 -27.58167, 151.01494 -27.5816, 151.01402 -27.58146, 151.0137 -27.58144, 151.01349 -27.58144, 151.01321 -27.58148, 151.01291 -27.58159, 151.0127 -27.5817, 151.01209 -27.58214, 151.00909 -27.58413, 151.00742 -27.58528, 151.00704 -27.58552, 151.00654 -27.58569, 151.00423 -27.58638, 150.99984 -27.58785, 150.99908 -27.58806, 150.99433 -27.58959, 150.99331 -27.58997, 150.9928 -27.59021, 150.99219 -27.59057, 150.99145 -27.59092, 150.9905 -27.59144, 150.99016 -27.59169, 150.98965 -27.5922, 150.98851 -27.59362, 150.98709 -27.59532, 150.98603 -27.59652, 150.9853 -27.59742, 150.98496 -27.59771, 150.98483 -27.59785, 150.98432 -27.59823, 150.98364 -27.5986, 150.98342 -27.59873, 150.97486 -27.60337, 150.97397 -27.60388, 150.9736 -27.60407, 150.96738 -27.606, 150.96729 -27.606, 150.96684 -27.60605, 150.95962 -27.60596, 150.95912 -27.60604, 150.9588 -27.60617, 150.95537 -27.60786, 150.9544 -27.60837, 150.95355 -27.60885, 150.94946 -27.61149, 150.94591 -27.61405, 150.94378 -27.61565, 150.94355 -27.61601, 150.94346 -27.61618, 150.94088 -27.62424, 150.94055 -27.62533, 150.94046 -27.62554, 150.94034 -27.62572, 150.94014 -27.62597, 150.93975 -27.62638, 150.93823 -27.62788, 150.9361 -27.63011, 150.93455 -27.63182, 150.9306 -27.63589, 150.93009 -27.63644, 150.92929 -27.63726, 150.92893 -27.6376, 150.92666 -27.63995, 150.9265 -27.6401, 150.92618 -27.64037, 150.92583 -27.64063, 150.92557 -27.64081, 150.92536 -27.64098, 150.9247 -27.64155, 150.92313 -27.64302, 150.92268 -27.64342, 150.92178 -27.64429, 150.92159 -27.64446, 150.92139 -27.64468, 150.92119 -27.64488, 150.92062 -27.64553, 150.91905 -27.64756, 150.91891 -27.64778, 150.91822 -27.6491, 150.91804 -27.64953, 150.91759 -27.65076, 150.91738 -27.65148, 150.91727 -27.65182, 150.91692 -27.65268, 150.91667 -27.65336, 150.91659 -27.65368, 150.91655 -27.65388, 150.91652 -27.65431, 150.91652 -27.65473, 150.91625 -27.65475, 150.91603 -27.65475, 150.91573 -27.65467, 150.91459 -27.65425, 150.91152 -27.65297, 150.91066 -27.6527, 150.90994 -27.65255, 150.90955 -27.65249, 150.90893 -27.65248, 150.90735 -27.65256, 150.90589 -27.65266, 150.90378 -27.65274, 150.90248 -27.65282, 150.90041 -27.65299, 150.89925 -27.65313, 150.8984 -27.6532, 150.89779 -27.65328, 150.8972 -27.65343, 150.89638 -27.65368, 150.89561 -27.65388, 150.89513 -27.65404, 150.89462 -27.65426, 150.89419 -27.65446, 150.89353 -27.65473, 150.8928 -27.65499, 150.89219 -27.65516, 150.8917 -27.65527, 150.89117 -27.65532, 150.89043 -27.65535, 150.88972 -27.65533, 150.8891 -27.65528, 150.88834 -27.65518, 150.88748 -27.65503, 150.88676 -27.65485, 150.88647 -27.65475, 150.88612 -27.65461, 150.88576 -27.65442, 150.88556 -27.6543, 150.88466 -27.65367, 150.88395 -27.65314, 150.88361 -27.65292, 150.88317 -27.6527, 150.88286 -27.65259, 150.88234 -27.65245, 150.88168 -27.65234, 150.88041 -27.65225, 150.87997 -27.65223, 150.87908 -27.65228, 150.87841 -27.65234, 150.87762 -27.65248, 150.87713 -27.6526, 150.87604 -27.65294, 150.8745 -27.65357, 150.87405 -27.65373, 150.87372 -27.65386, 150.87332 -27.65397, 150.87175 -27.65435, 150.87161 -27.65437, 150.87146 -27.65438, 150.87117 -27.65438, 150.87091 -27.65436, 150.87071 -27.65433, 150.87049 -27.65428, 150.87006 -27.6542, 150.86944 -27.65406, 150.86915 -27.65398, 150.86877 -27.65385, 150.86855 -27.65375, 150.86825 -27.6536, 150.86787 -27.65339, 150.86748 -27.65322, 150.86711 -27.65312, 150.86708 -27.65312, 150.86628 -27.65298, 150.86496 -27.6527, 150.86405 -27.65256, 150.86335 -27.65249, 150.8628 -27.65249, 150.86232 -27.65255, 150.86178 -27.6526, 150.86155 -27.65264, 150.86106 -27.65265, 150.86062 -27.65261, 150.85952 -27.65246, 150.85822 -27.65232, 150.85721 -27.65228, 150.85713 -27.65227, 150.85454 -27.65217, 150.85181 -27.65201, 150.85122 -27.65196, 150.85036 -27.65185, 150.84628 -27.65124, 150.84601 -27.65121, 150.84591 -27.65121, 150.84571 -27.65119, 150.84553 -27.65116, 150.84541 -27.65115, 150.84526 -27.65112, 150.84515 -27.65109, 150.84504 -27.65107, 150.8438 -27.6507, 150.84148 -27.64995, 150.83523 -27.6483, 150.83401 -27.64801, 150.83062 -27.64714, 150.83006 -27.64697, 150.82963 -27.64681, 150.81645 -27.64053, 150.81613 -27.64035, 150.81565 -27.64006, 150.81211 -27.63758, 150.81148 -27.63718, 150.8111 -27.637, 150.81094 -27.63694, 150.80774 -27.63601, 150.80742 -27.6359, 150.80733 -27.63586, 150.80704 -27.63571, 150.80677 -27.63552, 150.80607 -27.63495, 150.80331 -27.63261, 150.80283 -27.63222, 150.80229 -27.63182, 150.80184 -27.63152, 150.79624 -27.62868, 150.79619 -27.62866, 150.79174 -27.62633, 150.78943 -27.62517, 150.78873 -27.6248, 150.78845 -27.62463, 150.78772 -27.62413, 150.78111 -27.61899, 150.77963 -27.61787, 150.77426 -27.61369, 150.77373 -27.61326, 150.77347 -27.61309, 150.77331 -27.613, 150.77311 -27.61292, 150.77292 -27.61288, 150.77226 -27.61282, 150.7705 -27.61273, 150.76932 -27.61265, 150.76828 -27.61266, 150.76792 -27.61268, 150.76783 -27.61269, 150.76598 -27.61277, 150.76541 -27.61278, 150.76495 -27.61276, 150.7638 -27.61277, 150.76335 -27.61281, 150.76298 -27.61288, 150.76298 -27.61289, 150.76278 -27.61294, 150.76175 -27.61328, 150.7581 -27.61462, 150.75613 -27.61531, 150.75475 -27.61586, 150.75445 -27.61594, 150.75424 -27.61596, 150.75374 -27.61593, 150.75347 -27.61587, 150.75272 -27.61566, 150.75146 -27.61541, 150.74561 -27.61471, 150.74455 -27.61455, 150.74334 -27.61443, 150.74212 -27.61421, 150.74101 -27.61393, 150.74026 -27.61382, 150.73922 -27.61381, 150.73811 -27.61377, 150.73668 -27.61363, 150.73261 -27.61306, 150.73109 -27.61289, 150.72882 -27.61258, 150.72802 -27.61238, 150.72744 -27.6121, 150.72647 -27.61144, 150.72597 -27.61115, 150.72559 -27.61096, 150.72531 -27.61089, 150.72495 -27.61084, 150.72422 -27.61078, 150.71897 -27.61023, 150.71794 -27.61004, 150.71732 -27.60991, 150.71482 -27.60929, 150.71433 -27.60921, 150.71253 -27.60913, 150.71145 -27.60912, 150.71092 -27.6091, 150.71002 -27.60915, 150.7086 -27.60932, 150.70727 -27.60953, 150.70664 -27.60961, 150.70614 -27.60962, 150.70482 -27.60954, 150.70175 -27.60912, 150.69941 -27.60885, 150.69422 -27.60817, 150.69071 -27.60778, 150.68879 -27.60751, 150.68562 -27.60713, 150.68269 -27.60684, 150.68192 -27.60674, 150.6608 -27.60445, 150.66023 -27.60437, 150.66002 -27.60432, 150.65972 -27.60422, 150.65941 -27.60404, 150.65879 -27.60357, 150.6427 -27.59059, 150.6423 -27.59025, 150.61763 -27.57033, 150.6161 -27.56913, 150.61492 -27.56814, 150.61417 -27.5676, 150.60288 -27.5587, 150.60163 -27.55767, 150.59925 -27.55589, 150.59695 -27.55407, 150.59622 -27.55346, 150.59574 -27.55303, 150.46823 -27.63888, 150.46555 -27.64065, 150.46501 -27.64096, 150.46448 -27.64122, 150.45911 -27.64318, 150.42157 -27.65655, 150.4206 -27.65702, 150.4201 -27.65732, 150.41956 -27.65769, 150.4193 -27.65789, 150.41876 -27.65835, 150.4186 -27.6585, 150.41817 -27.65894, 150.41785 -27.65931, 150.37143 -27.71546, 150.37119 -27.71568, 150.37091 -27.71589, 150.37086 -27.71592, 150.37081 -27.71597, 150.37078 -27.71601, 150.37073 -27.71606, 150.37067 -27.71614, 150.37064 -27.71619, 150.37051 -27.71648, 150.37048 -27.71651, 150.37044 -27.7166, 150.37031 -27.71679, 150.37013 -27.71697, 150.37001 -27.71707, 150.36958 -27.71737, 150.36948 -27.71742, 150.36943 -27.71744, 150.36931 -27.71751, 150.36916 -27.71765, 150.36912 -27.7177, 150.36905 -27.71777, 150.3689 -27.71788, 150.36878 -27.71795, 150.36872 -27.71797, 150.36864 -27.71801, 150.36856 -27.71804, 150.36848 -27.71806, 150.36832 -27.71813, 150.36815 -27.71823, 150.35587 -27.72655, 150.35585 -27.72657, 150.35578 -27.72661, 150.31017 -27.75744, 150.30986 -27.75763, 150.30947 -27.75785, 150.30919 -27.75799, 150.30866 -27.75822, 150.30797 -27.75849, 150.30684 -27.75882, 150.30587 -27.75919, 150.30563 -27.7593, 150.30495 -27.75965, 150.30329 -27.76073, 150.303 -27.76094, 150.29526 -27.76618, 150.29525 -27.76618, 150.2607 -27.78962, 150.25633 -27.79252, 150.23288 -27.80835, 150.23206 -27.80886, 150.23136 -27.8092, 150.23068 -27.80949, 150.23004 -27.80969, 150.18949 -27.8213, 150.18923 -27.82139, 150.154 -27.83143, 150.14813 -27.83305, 150.11254 -27.84318, 150.11077 -27.84371, 150.10474 -27.84541, 150.04681 -27.86621, 150.04595 -27.86656, 150.04564 -27.86671, 150.04528 -27.8669, 150.04468 -27.86727, 150.04438 -27.86749, 150.03677 -27.8735, 150.03397 -27.87583, 150.00823 -27.89623, 150.00655 -27.89746, 150.00615 -27.89772, 150.00088 -27.90044, 150.00085 -27.90045, 149.99729 -27.9023, 149.99583 -27.90301, 149.97858 -27.91194, 149.97793 -27.91226, 149.97729 -27.91252, 149.97652 -27.91275, 149.95351 -27.91892, 149.95283 -27.91906, 149.95231 -27.91915, 149.95176 -27.91921, 149.89194 -27.92264, 149.89142 -27.92269, 149.89072 -27.9228, 149.89038 -27.92287, 149.88974 -27.92303, 149.86405 -27.9302, 149.86272 -27.93049, 149.86145 -27.93069, 149.84099 -27.9328, 149.84072 -27.93282, 149.83979 -27.9328, 149.83912 -27.93272, 149.83812 -27.93256, 149.82182 -27.92863, 149.82104 -27.92846, 149.82068 -27.9284, 149.8202 -27.92835, 149.81978 -27.92833, 149.81923 -27.92832, 149.81873 -27.92834, 149.80183 -27.92957, 149.80059 -27.92964, 149.79966 -27.92963, 149.79729 -27.92938, 149.77781 -27.9269, 149.77691 -27.92677, 149.74887 -27.92323, 149.74864 -27.92321, 149.74378 -27.92259, 149.74371 -27.92259, 149.71874 -27.91944, 149.71677 -27.91917, 149.64415 -27.90997, 149.62131 -27.90697, 149.62 -27.90677, 149.61953 -27.90676, 149.61764 -27.90679, 149.61687 -27.90685, 149.61602 -27.90696, 149.61475 -27.90719, 149.61357 -27.90745, 149.59824 -27.91108, 149.5972 -27.9114, 149.59626 -27.91171, 149.59304 -27.91311, 149.54885 -27.93331, 149.54765 -27.93391, 149.54214 -27.93692, 149.53997 -27.93817, 149.53034 -27.94347, 149.52819 -27.94469, 149.52636 -27.94568, 149.50732 -27.95625, 149.50436 -27.95794, 149.47444 -27.97448, 149.47187 -27.97578, 149.4707 -27.97621, 149.46964 -27.97654, 149.46832 -27.97682, 149.46749 -27.97696, 149.4557 -27.97803, 149.4524 -27.97836, 149.44003 -27.97948, 149.43662 -27.97982, 149.3945 -27.98368, 149.39236 -27.9839, 149.38446 -27.98459, 149.38019 -27.98501, 149.37847 -27.98515, 149.36914 -27.98602, 149.3689 -27.98603, 149.36864 -27.98608, 149.36805 -27.98616, 149.36245 -27.98662, 149.31074 -27.99022, 149.31026 -27.99028, 149.309 -27.99049, 149.30807 -27.9907, 149.22247 -28.00789, 149.22151 -28.008, 149.2209 -28.00802, 149.22028 -28.00801, 149.21958 -28.00794, 149.21894 -28.00784, 149.21838 -28.00772, 149.21767 -28.00751, 149.21719 -28.00733, 149.19277 -27.99721, 149.19265 -27.99715, 149.15277 -27.98058, 149.15242 -27.98047, 149.15189 -27.98035, 149.15131 -27.98025, 149.14914 -27.98017, 149.10637 -27.97971, 149.10433 -27.97972, 149.10204 -27.97968, 149.09783 -27.97968, 149.09518 -27.97949, 149.09328 -27.97918, 149.07051 -27.97484, 149.06441 -27.97359, 149.06363 -27.97341, 149.06295 -27.97323, 149.06236 -27.973, 149.05864 -27.97108, 149.05163 -27.96758, 149.05111 -27.96736, 149.05071 -27.96723, 149.05035 -27.96713, 149.04905 -27.96683, 149.04708 -27.96648, 149.04423 -27.96588, 148.98753 -27.95484, 148.98652 -27.9547, 148.986 -27.95468, 148.98563 -27.9547, 148.98503 -27.95476, 148.98433 -27.9549, 148.97743 -27.95704, 148.97735 -27.95706, 148.93667 -27.9697, 148.93035 -27.97172, 148.91253 -27.97728, 148.90978 -27.97811, 148.90949 -27.97818, 148.90883 -27.9783, 148.86709 -27.9818, 148.86655 -27.98182, 148.86617 -27.9818, 148.8656 -27.98174, 148.84566 -27.9791, 148.84488 -27.97904, 148.84423 -27.97905, 148.84365 -27.97908, 148.82917 -27.98025, 148.82884 -27.98026, 148.82748 -27.9804, 148.82668 -27.98054, 148.82598 -27.98072, 148.82516 -27.981, 148.82447 -27.9813, 148.80171 -27.99294, 148.79896 -27.9944, 148.7974 -27.99518, 148.79655 -27.99555, 148.79578 -27.99586, 148.79491 -27.99608, 148.76102 -28.00159, 148.75995 -28.00171, 148.74961 -28.00236, 148.74863 -28.00244, 148.74707 -28.00252, 148.74582 -28.00265, 148.74492 -28.00277, 148.74438 -28.00287, 148.71977 -28.00659, 148.71923 -28.00664, 148.71846 -28.00665, 148.71604 -28.00647, 148.69903 -28.0049, 148.69782 -28.00482, 148.68138 -28.00398, 148.68054 -28.00389, 148.68029 -28.00384, 148.6797 -28.00368, 148.67912 -28.00349, 148.67869 -28.00329, 148.67812 -28.00299, 148.67777 -28.00279, 148.67741 -28.0026, 148.67701 -28.00237, 148.66088 -27.99356, 148.66054 -27.99342, 148.66027 -27.99333, 148.65986 -27.99322, 148.65966 -27.99318, 148.65938 -27.99314, 148.65888 -27.99304, 148.6587 -27.99298, 148.65838 -27.99285, 148.65817 -27.99275, 148.65782 -27.99255, 148.65728 -27.99299, 148.65703 -27.99318, 148.65648 -27.99353, 148.65549 -27.99407, 148.65361 -27.99502, 148.65307 -27.99531, 148.65029 -27.99672, 148.63914 -28.00267, 148.63847 -28.00306, 148.62665 -28.00957, 148.62269 -28.01182, 148.62249 -28.01192, 148.60909 -28.0195, 148.60871 -28.01975, 148.6083 -28.02007, 148.60742 -28.02093, 148.60581 -28.02262, 148.605 -28.02344, 148.60456 -28.02385, 148.60409 -28.02423, 148.60389 -28.02438, 148.60352 -28.02463, 148.60314 -28.02487, 148.6012 -28.02591, 148.59598 -28.02862, 148.59446 -28.02938, 148.59445 -28.0294, 148.59444 -28.0294, 148.59442 -28.02942, 148.59374 -28.02981, 148.58184 -28.03602, 148.58175 -28.03606, 148.58008 -28.0369, 148.57995 -28.03695, 148.5798 -28.03699, 148.57975 -28.03704, 148.57833 -28.03816, 148.57827 -28.03822, 148.57758 -28.03875, 148.57756 -28.03877, 148.57743 -28.03886, 148.57124 -28.04372, 148.57278 -28.04529, 148.56944 -28.04787, 148.56927 -28.04802, 148.56903 -28.04835, 148.56836 -28.04991, 148.56741 -28.05226, 148.56658 -28.05692, 148.56646 -28.05701, 148.56642 -28.05703, 148.56632 -28.05703, 148.56611 -28.05699, 148.56494 -28.05685, 148.56481 -28.05691, 148.56478 -28.05694, 148.56477 -28.05697, 148.56474 -28.05703, 148.56468 -28.05734, 148.56465 -28.05756, 148.56461 -28.05771, 148.56454 -28.05787, 148.56461 -28.05771, 148.56465 -28.05756, 148.56468 -28.05734, 148.56474 -28.05703, 148.56477 -28.05697, 148.56478 -28.05694, 148.56481 -28.05691, 148.56494 -28.05685, 148.56611 -28.05699, 148.56632 -28.05703, 148.56642 -28.05703, 148.56646 -28.05701, 148.56658 -28.05692, 148.56741 -28.05226, 148.56836 -28.04991, 148.56903 -28.04835, 148.56927 -28.04802, 148.56944 -28.04787, 148.57631 -28.04253, 148.57806 -28.04113, 148.57983 -28.03976, 148.58133 -28.03864, 148.58163 -28.03846, 148.5817 -28.0384, 148.58181 -28.03853, 148.58184 -28.03856, 148.58185 -28.03858, 148.58185 -28.03862, 148.58311 -28.03996, 148.58585 -28.04265, 148.58667 -28.04221)\"\n                        ]\n                    },\n                    \"travelMethods\": [\n                        \"WALK\"\n                    ],\n                    \"routeType\": \"RETURN\",\n                    \"trailDistance\": \"534.10\",\n                    \"trailDuration\": \"10.30\",\n                    \"trailNumber\": \"Pre assigned trail name and or number\",\n                    \"difficulty\": {\n                        \"grade\": \"GRADE2\",\n                        \"comment\": \"No bushwalking experience required. The track is a hardened or compacted surface and may have a gentle hill section or se4ctions and occasional steps walks not greater than 10 km.\"\n                    },\n                    \"activities\": [\n                        \"BOAT\",\n                        \"SCENICDRIVE\",\n                        \"WALK\"\n                    ],\n                    \"facilities\": [\n                        \"BAR\",\n                        \"CAFE\",\n                        \"CAMP\",\n                        \"CARAVAN\",\n                        \"CARPARK\",\n                        \"COACHPARK\",\n                        \"CONVFAC\",\n                        \"FOOD\",\n                        \"PARENTROOM\",\n                        \"PICNIC\",\n                        \"PUBLICTEL\",\n                        \"PUBTOILATT\",\n                        \"RESTAURANT\"\n                    ]\n                },\n                {\n                    \"category\": \"TRAIL\",\n                    \"index\": \"2\",\n                    \"name\": \"St George to Cunnamulla\",\n                    \"description\": \"Day 2: As you travel west along the Adventure Way, see the changing landscapes from cattle country to sheep country. Call into the tiny town of Bollon and take a stroll along the 1.2 kilometre creek-side walkway and keep an eye out for koalas, echidnas and emus.\\n\\n Arrive in Cunnamulla, step back in time in the Artesian Time Tunnel and hear the story of the Cunnamulla Fella. Early afternoon head out to the natural sand hills for some exciting sandboarding thrills and spills. Alternatively, you can hire a kayak for a relaxing paddle on the Warrego River.\",\n                    \"media\": [\n                        {\n                            \"content\": \"https://assets.atdw-online.com.au/images/a510c2c7741dcaa1fd67c4ee6975cc2c.jpeg?rect=193,0,3079,2309&w=2048&h=1536\",\n                            \"metadata\": {\n                                \"altText\": \"Cunnamulla Fella\",\n                                \"caption\": \"Cunnamulla Fella\",\n                                \"copyright\": \"Tourism and Events Queensland\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        },\n                        {\n                            \"content\": \"https://assets.atdw-online.com.au/images/d5ec29ab551117ff5acdce86eed803df.jpeg?rect=191,0,3080,2310&w=2048&h=1536\",\n                            \"metadata\": {\n                                \"altText\": \"Driving Cunnamulla\",\n                                \"caption\": \"Driving Cunnamulla\",\n                                \"copyright\": \"Tourism and Events Queensland\",\n                                \"photographer\": \"David Brabyn\"\n                            }\n                        }\n                    ],\n                    \"videos\": [\n                        {\n                            \"content\": \"https://www.youtube.com/watch?v=LpgoeCpxU1M\"\n                        },\n                        {\n                            \"content\": \"https://vimeo.com/scientifantastic/goldcoast\"\n                        }\n                    ],\n                    \"startLocation\": {\n                        \"type\": \"NOORGADDR\",\n                        \"addrLine1\": \"114 Saint Georges Terrace\",\n                        \"city_suburb\": \"Saint George\",\n                        \"state\": \"QLD\",\n                        \"postcode\": \"4487\",\n                        \"country\": \"Australia\",\n                        \"geoCodeLocation\": {\n                            \"latitude\": -28.036626,\n                            \"longitude\": 148.577142\n                        }\n                    },\n                    \"endLocation\": {\n                        \"type\": \"DIFFTOSTART\",\n                        \"addrLine1\": \"Jane Street\",\n                        \"city_suburb\": \"Cunnamulla\",\n                        \"state\": \"QLD\",\n                        \"postcode\": \"4490\",\n                        \"country\": \"Australia\",\n                        \"geoCodeLocation\": {\n                            \"latitude\": -28.0422699,\n                            \"longitude\": 148.5867085\n                        }\n                    },\n                    \"route\": {\n                        \"standard\": [\n                            \"LINESTRING (148.58667 -28.04221, 148.58585 -28.04265, 148.58311 -28.03996, 148.58185 -28.03862, 148.58163 -28.03846, 148.58074 -28.03755, 148.58008 -28.0369, 148.57995 -28.03695, 148.5798 -28.03699, 148.57975 -28.03704, 148.57833 -28.03816, 148.57827 -28.03822, 148.57758 -28.03875, 148.57756 -28.03877, 148.57743 -28.03886, 148.57124 -28.04372, 148.57006 -28.04463, 148.56986 -28.04476, 148.56955 -28.0449, 148.56934 -28.04492, 148.56914 -28.04492, 148.56887 -28.04489, 148.56865 -28.04483, 148.56844 -28.04474, 148.56784 -28.04436, 148.56744 -28.04408, 148.56409 -28.04195, 148.56122 -28.04036, 148.55979 -28.0396, 148.55933 -28.03933, 148.559 -28.0391, 148.55839 -28.03862, 148.55794 -28.03818, 148.55775 -28.03801, 148.55749 -28.0377, 148.55699 -28.03704, 148.55627 -28.03604, 148.55586 -28.03552, 148.55571 -28.03536, 148.55539 -28.03504, 148.555 -28.03468, 148.55454 -28.03432, 148.55443 -28.03424, 148.55395 -28.03392, 148.55313 -28.03342, 148.5528 -28.03323, 148.55172 -28.03258, 148.55101 -28.03223, 148.55069 -28.03209, 148.55033 -28.03196, 148.54981 -28.03179, 148.54891 -28.03158, 148.54803 -28.03142, 148.54439 -28.0307, 148.54387 -28.03061, 148.54336 -28.03054, 148.53796 -28.02991, 148.53512 -28.0296, 148.53406 -28.02947, 148.52849 -28.02886, 148.52561 -28.02852, 148.52091 -28.02801, 148.51567 -28.02756, 148.51348 -28.02739, 148.51288 -28.02733, 148.51155 -28.02723, 148.50445 -28.02663, 148.50259 -28.02649, 148.48319 -28.02486, 148.48256 -28.02486, 148.48192 -28.0249, 148.48149 -28.02495, 148.48078 -28.02506, 148.4717 -28.02737, 148.47142 -28.02743, 148.47077 -28.02754, 148.47012 -28.02761, 148.46969 -28.02763, 148.46892 -28.02763, 148.46855 -28.02761, 148.4679 -28.02755, 148.46388 -28.02723, 148.46291 -28.02714, 148.43686 -28.02498, 148.43564 -28.02489, 148.43466 -28.0248, 148.4326 -28.02464, 148.43053 -28.02445, 148.43006 -28.02438, 148.42926 -28.02419, 148.42876 -28.02404, 148.42839 -28.02391, 148.42809 -28.02379, 148.42746 -28.02352, 148.42695 -28.02325, 148.42569 -28.02251, 148.42508 -28.02217, 148.42353 -28.02125, 148.42274 -28.0208, 148.41819 -28.01814, 148.41576 -28.01667, 148.41182 -28.0142, 148.391 -28.00155, 148.39061 -28.0013, 148.38938 -28.00058, 148.38849 -28.00015, 148.3883 -28.00008, 148.38788 -27.99991, 148.38763 -27.99982, 148.38709 -27.99966, 148.38672 -27.99956, 148.38621 -27.99944, 148.38479 -27.99919, 148.37972 -27.99838, 148.3795 -27.99834, 148.37843 -27.99818, 148.37378 -27.99741, 148.3733 -27.9973, 148.37214 -27.997, 148.3591 -27.99327, 148.35866 -27.99311, 148.35767 -27.99267, 148.33956 -27.98241, 148.33934 -27.98231, 148.33912 -27.98222, 148.33688 -27.98125, 148.33546 -27.98068, 148.33497 -27.98043, 148.32426 -27.97585, 148.31404 -27.97136, 148.2994 -27.965, 148.29925 -27.96493, 148.2977 -27.96426, 148.29728 -27.96409, 148.2968 -27.96392, 148.2963 -27.96377, 148.29595 -27.96368, 148.29572 -27.96363, 148.29506 -27.96351, 148.29425 -27.96343, 148.29393 -27.96341, 148.28438 -27.96346, 148.28038 -27.96352, 148.2759 -27.96355, 148.27572 -27.96356, 148.2702 -27.96359, 148.23753 -27.96396, 148.237 -27.96398, 148.20881 -27.96432, 148.20556 -27.96439, 148.18027 -27.96477, 148.17206 -27.96496, 148.16879 -27.96497, 148.16301 -27.96504, 148.15542 -27.9652, 148.15373 -27.96522, 148.15209 -27.96518, 148.15032 -27.96508, 148.14634 -27.96473, 148.13234 -27.96378, 148.11909 -27.96283, 148.11121 -27.96237, 148.10871 -27.96226, 148.10679 -27.96209, 148.10501 -27.96197, 148.10353 -27.96184, 148.09012 -27.961, 148.06959 -27.95959, 148.06811 -27.95951, 148.06713 -27.9595, 148.06565 -27.95964, 148.06476 -27.9598, 148.06395 -27.96004, 148.063 -27.96034, 148.06201 -27.96075, 148.06116 -27.96121, 148.06041 -27.96153, 148.05585 -27.96377, 148.05517 -27.96414, 148.05298 -27.96518, 148.05113 -27.96609, 148.04861 -27.9673, 148.04669 -27.96817, 148.04127 -27.97049, 148.03879 -27.97149, 148.03672 -27.97225, 148.03559 -27.97268, 148.03208 -27.97391, 148.03011 -27.97455, 148.0285 -27.97504, 148.02669 -27.97565, 148.02346 -27.97657, 148.02159 -27.97708, 148.01921 -27.97764, 148.01811 -27.97796, 148.01641 -27.97839, 148.01048 -27.9797, 148.00346 -27.98089, 148.0015 -27.98119, 147.99867 -27.98157, 147.99504 -27.98201, 147.99296 -27.9822, 147.98917 -27.9825, 147.98723 -27.98263, 147.98409 -27.98279, 147.97897 -27.98289, 147.97597 -27.98286, 147.9704 -27.98276, 147.96597 -27.98256, 147.96289 -27.98233, 147.95857 -27.98192, 147.95475 -27.98148, 147.9515 -27.98107, 147.95045 -27.98096, 147.9463 -27.9804, 147.94172 -27.97973, 147.93516 -27.97868, 147.93189 -27.97809, 147.93085 -27.97788, 147.92974 -27.97768, 147.9282 -27.97738, 147.92312 -27.97634, 147.91985 -27.97564, 147.91854 -27.97533, 147.91529 -27.9746, 147.91409 -27.9743, 147.91257 -27.97394, 147.91221 -27.97384, 147.912 -27.9738, 147.91121 -27.97359, 147.91034 -27.97338, 147.90339 -27.97161, 147.90234 -27.97136, 147.90204 -27.9713, 147.90082 -27.97101, 147.90054 -27.97095, 147.9003 -27.97088, 147.89942 -27.97068, 147.89872 -27.97051, 147.89675 -27.97008, 147.89618 -27.96994, 147.89255 -27.96915, 147.88894 -27.96841, 147.88604 -27.96785, 147.88528 -27.96769, 147.88453 -27.96755, 147.88375 -27.96742, 147.88302 -27.96727, 147.88104 -27.96691, 147.87551 -27.96597, 147.87213 -27.96543, 147.86774 -27.96479, 147.86199 -27.96402, 147.85723 -27.96345, 147.85522 -27.96323, 147.8516 -27.96289, 147.84984 -27.96275, 147.8473 -27.96259, 147.84531 -27.96249, 147.84324 -27.96242, 147.84214 -27.96237, 147.839 -27.96231, 147.83613 -27.96231, 147.83556 -27.96232, 147.8348 -27.96232, 147.83344 -27.96234, 147.82962 -27.96247, 147.82829 -27.96253, 147.82732 -27.96259, 147.82658 -27.96265, 147.82548 -27.96271, 147.82279 -27.96292, 147.8208 -27.9631, 147.81811 -27.96338, 147.81369 -27.96388, 147.80946 -27.96442, 147.80886 -27.96451, 147.8081 -27.96461, 147.80303 -27.96535, 147.80118 -27.96565, 147.80062 -27.96573, 147.79678 -27.96638, 147.79567 -27.96658, 147.79492 -27.9667, 147.79442 -27.9668, 147.79336 -27.96698, 147.79059 -27.96748, 147.78798 -27.96793, 147.78329 -27.9687, 147.78294 -27.96875, 147.78038 -27.96916, 147.77995 -27.96922, 147.77963 -27.96928, 147.77915 -27.96935, 147.77862 -27.96944, 147.77611 -27.96981, 147.77565 -27.96989, 147.77413 -27.97009, 147.77376 -27.97015, 147.77236 -27.97034, 147.77183 -27.9704, 147.77068 -27.97055, 147.76966 -27.97067, 147.76815 -27.97083, 147.76758 -27.9709, 147.76429 -27.97122, 147.76175 -27.97143, 147.75892 -27.97162, 147.75758 -27.97169, 147.75715 -27.97172, 147.75658 -27.97174, 147.75624 -27.97176, 147.75275 -27.9719, 147.75116 -27.97194, 147.75074 -27.97194, 147.7491 -27.97197, 147.74887 -27.97198, 147.7453 -27.97199, 147.74448 -27.97197, 147.7438 -27.97197, 147.74353 -27.97196, 147.74312 -27.97196, 147.74264 -27.97194, 147.74138 -27.97192, 147.73608 -27.97177, 147.73411 -27.97169, 147.73368 -27.97168, 147.73218 -27.9716, 147.73166 -27.97158, 147.72425 -27.97117, 147.72391 -27.97116, 147.72174 -27.97105, 147.72111 -27.97103, 147.71921 -27.97092, 147.71705 -27.97087, 147.71557 -27.97082, 147.71226 -27.97077, 147.70567 -27.9708, 147.7033 -27.97085, 147.69929 -27.97098, 147.69725 -27.97107, 147.69411 -27.97129, 147.69288 -27.97134, 147.6852 -27.97218, 147.68258 -27.97253, 147.67838 -27.97315, 147.67013 -27.97472, 147.66482 -27.97595, 147.66354 -27.97629, 147.6611 -27.97699, 147.65775 -27.97787, 147.65382 -27.97911, 147.65118 -27.97999, 147.64953 -27.98058, 147.64682 -27.98152, 147.6449 -27.98226, 147.64329 -27.98294, 147.63972 -27.98441, 147.63658 -27.98578, 147.63415 -27.98691, 147.63063 -27.98861, 147.62496 -27.99158, 147.62121 -27.99374, 147.61777 -27.99581, 147.61596 -27.99695, 147.61155 -27.99986, 147.61033 -28.0006, 147.60828 -28.0018, 147.60722 -28.00238, 147.60507 -28.00344, 147.60281 -28.00448, 147.60131 -28.00513, 147.60009 -28.00563, 147.59719 -28.00664, 147.59553 -28.00717, 147.59349 -28.00775, 147.59228 -28.00812, 147.59199 -28.0082, 147.59184 -28.00825, 147.59161 -28.00831, 147.59111 -28.00846, 147.58882 -28.00906, 147.58049 -28.0111, 147.57949 -28.01136, 147.57553 -28.01232, 147.57505 -28.01245, 147.57437 -28.01261, 147.55712 -28.01689, 147.55603 -28.01715, 147.55262 -28.01801, 147.55164 -28.01824, 147.52491 -28.02488, 147.5239 -28.0251, 147.48654 -28.03136, 147.48582 -28.03149, 147.4855 -28.03156, 147.48504 -28.03169, 147.48439 -28.0319, 147.48387 -28.03203, 147.48359 -28.03207, 147.48349 -28.03209, 147.48325 -28.03211, 147.48264 -28.03211, 147.48222 -28.03208, 147.48218 -28.0321, 147.48217 -28.0321, 147.48214 -28.03211, 147.48205 -28.03211, 147.48193 -28.03209, 147.48161 -28.03205, 147.48133 -28.03203, 147.4803 -28.03193, 147.47996 -28.03189, 147.47984 -28.03188, 147.47922 -28.0318, 147.47763 -28.03162, 147.4775 -28.0316, 147.47707 -28.03156, 147.47387 -28.03118, 147.47382 -28.03117, 147.47308 -28.03106, 147.4728 -28.03103, 147.47179 -28.0309, 147.47065 -28.03073, 147.47047 -28.03071, 147.47035 -28.03069, 147.47031 -28.03069, 147.47028 -28.03068, 147.47026 -28.03066, 147.47023 -28.03065, 147.46873 -28.03048, 147.45094 -28.02831, 147.43968 -28.027, 147.43711 -28.02668, 147.41265 -28.02337, 147.41104 -28.02317, 147.40962 -28.02301, 147.39771 -28.02177, 147.37899 -28.01992, 147.37743 -28.01978, 147.37657 -28.01968, 147.36581 -28.01861, 147.36473 -28.01848, 147.36386 -28.01834, 147.36308 -28.01817, 147.36201 -28.01788, 147.36101 -28.01753, 147.36041 -28.01727, 147.35919 -28.01667, 147.35819 -28.01607, 147.34893 -28.00948, 147.34778 -28.00869, 147.34645 -28.00775, 147.34553 -28.00705, 147.34497 -28.00659, 147.34398 -28.00568, 147.34345 -28.00524, 147.34287 -28.00482, 147.34234 -28.0045, 147.34189 -28.00425, 147.34092 -28.00384, 147.34035 -28.00365, 147.33996 -28.00354, 147.33942 -28.00342, 147.33897 -28.00334, 147.33843 -28.00327, 147.33806 -28.00324, 147.33731 -28.00322, 147.33686 -28.00323, 147.33633 -28.00328, 147.33589 -28.00333, 147.33261 -28.00396, 147.33138 -28.00418, 147.33081 -28.00426, 147.3304 -28.0043, 147.32988 -28.00433, 147.32894 -28.00433, 147.32849 -28.00431, 147.32652 -28.00415, 147.31115 -28.00276, 147.30724 -28.00237, 147.28227 -28.00016, 147.2734 -27.99934, 147.26716 -27.99883, 147.25422 -27.99764, 147.23281 -27.99594, 147.22381 -27.9951, 147.21017 -27.99376, 147.20443 -27.99332, 147.19462 -27.99251, 147.19395 -27.99247, 147.19387 -27.99246, 147.1934 -27.99243, 147.15279 -27.98924, 147.15094 -27.98908, 147.14958 -27.989, 147.10675 -27.98703, 147.10619 -27.98699, 147.08131 -27.98588, 147.0808 -27.98585, 147.07447 -27.98558, 147.07402 -27.98557, 147.07332 -27.98557, 147.07184 -27.98564, 147.07104 -27.98572, 147.07009 -27.98585, 147.06803 -27.9862, 147.06736 -27.98627, 147.0665 -27.98631, 147.06572 -27.9863, 147.06499 -27.98625, 147.06439 -27.98619, 147.0639 -27.98611, 147.06318 -27.98597, 147.0614 -27.98555, 147.06014 -27.98531, 147.05921 -27.98515, 147.0584 -27.98509, 147.03762 -27.98444, 147.00953 -27.9837, 146.99225 -27.983, 146.9908 -27.98288, 146.97778 -27.9823, 146.97142 -27.98232, 146.94317 -27.98316, 146.94038 -27.98313, 146.92214 -27.98265, 146.92129 -27.98268, 146.91963 -27.98263, 146.91892 -27.98262, 146.91111 -27.98241, 146.90711 -27.98237, 146.90459 -27.98244, 146.90185 -27.98256, 146.89997 -27.98268, 146.85534 -27.98613, 146.85302 -27.98638, 146.85046 -27.98668, 146.84519 -27.98757, 146.84132 -27.98836, 146.83839 -27.98907, 146.83502 -27.98999, 146.8341 -27.99026, 146.81531 -27.99608, 146.81207 -27.99706, 146.81128 -27.99721, 146.81101 -27.99725, 146.81014 -27.99731, 146.80946 -27.99731, 146.809 -27.99728, 146.80849 -27.9972, 146.80799 -27.9971, 146.80386 -27.99616, 146.80317 -27.99603, 146.80172 -27.99579, 146.80024 -27.99564, 146.79115 -27.99529, 146.78917 -27.99518, 146.78575 -27.99481, 146.768 -27.99257, 146.76533 -27.99232, 146.74981 -27.99167, 146.7484 -27.99166, 146.74126 -27.9918, 146.74038 -27.9918, 146.70328 -27.99252, 146.6855 -27.99301, 146.6793 -27.99325, 146.67281 -27.99361, 146.66932 -27.99375, 146.6631 -27.99394, 146.63676 -27.99463, 146.62474 -27.99482, 146.61079 -27.99499, 146.60416 -27.99511, 146.6026 -27.99519, 146.58714 -27.99654, 146.58613 -27.99661, 146.58503 -27.99664, 146.56291 -27.99593, 146.56185 -27.99586, 146.55987 -27.99583, 146.55917 -27.99584, 146.55669 -27.99603, 146.53265 -27.99819, 146.52575 -27.99891, 146.52173 -27.99936, 146.51967 -27.99953, 146.5125 -28.00033, 146.51026 -28.0006, 146.50959 -28.0007, 146.50745 -28.00113, 146.50339 -28.00202, 146.50219 -28.00219, 146.50104 -28.00231, 146.48553 -28.00313, 146.48189 -28.00324, 146.47006 -28.00385, 146.46858 -28.00391, 146.46774 -28.0039, 146.46691 -28.00385, 146.4661 -28.00374, 146.46534 -28.00362, 146.46144 -28.00289, 146.45505 -28.00164, 146.45443 -28.00156, 146.45317 -28.00146, 146.4527 -28.00145, 146.45219 -28.00145, 146.45154 -28.00147, 146.45003 -28.00157, 146.44829 -28.00172, 146.44245 -28.00217, 146.43828 -28.00253, 146.43768 -28.00257, 146.43436 -28.00285, 146.43365 -28.0029, 146.43096 -28.00314, 146.43038 -28.00318, 146.42652 -28.00351, 146.42596 -28.00355, 146.42531 -28.00361, 146.4239 -28.00372, 146.4213 -28.00395, 146.41851 -28.00417, 146.41802 -28.00422, 146.41727 -28.00428, 146.41707 -28.00429, 146.41515 -28.00445, 146.41431 -28.00453, 146.41255 -28.00467, 146.41122 -28.00474, 146.41063 -28.00475, 146.41007 -28.00477, 146.40963 -28.00477, 146.40912 -28.00478, 146.40835 -28.00478, 146.40671 -28.00481, 146.39733 -28.00489, 146.39406 -28.00494, 146.39288 -28.00494, 146.39052 -28.00497, 146.38931 -28.00497, 146.38507 -28.00502, 146.38427 -28.00502, 146.36322 -28.00527, 146.3622 -28.00523, 146.36131 -28.00516, 146.35784 -28.00471, 146.35638 -28.0045, 146.34747 -28.00332, 146.34638 -28.0032, 146.3453 -28.00319, 146.34366 -28.00321, 146.33078 -28.00378, 146.32953 -28.00385, 146.3279 -28.00392, 146.32626 -28.00397, 146.32352 -28.0039, 146.2993 -28.00288, 146.29916 -28.00288, 146.2923 -28.00249, 146.29096 -28.00236, 146.28417 -28.00176, 146.28097 -28.00145, 146.28022 -28.00134, 146.27983 -28.00126, 146.27919 -28.0011, 146.27876 -28.00098, 146.27816 -28.00079, 146.27746 -28.0005, 146.27686 -28.00023, 146.27658 -28.00009, 146.27622 -27.9999, 146.27587 -27.9997, 146.26924 -27.99548, 146.26859 -27.99501, 146.26763 -27.99448, 146.26606 -27.99369, 146.26516 -27.99327, 146.26366 -27.99263, 146.25491 -27.98899, 146.25457 -27.98884, 146.25369 -27.98848, 146.25272 -27.98806, 146.2334 -27.97994, 146.22896 -27.97811, 146.22847 -27.97789, 146.22775 -27.97762, 146.22655 -27.9772, 146.22515 -27.97676, 146.2242 -27.97649, 146.22333 -27.97626, 146.21579 -27.97458, 146.21461 -27.97433, 146.17569 -27.96573, 146.16533 -27.96348, 146.16444 -27.9633, 146.16268 -27.96291, 146.16203 -27.9628, 146.16101 -27.96269, 146.16052 -27.96266, 146.15985 -27.96264, 146.15833 -27.96267, 146.15773 -27.96271, 146.15715 -27.96279, 146.15637 -27.96292, 146.15595 -27.963, 146.15524 -27.96317, 146.15437 -27.96341, 146.15341 -27.96374, 146.15264 -27.96406, 146.14669 -27.96675, 146.14545 -27.96733, 146.1442 -27.96786, 146.13895 -27.97025, 146.13832 -27.97055, 146.13815 -27.97062, 146.13013 -27.97425, 146.13007 -27.97428, 146.11526 -27.98097, 146.10078 -27.98678, 146.09893 -27.9875, 146.09794 -27.98784, 146.09636 -27.98836, 146.09434 -27.98893, 146.09269 -27.98942, 146.06958 -27.99609, 146.06792 -27.99659, 146.06641 -27.9971, 146.02582 -28.01291, 146.02489 -28.01325, 146.02412 -28.01351, 146.02292 -28.01389, 146.02228 -28.01408, 146.021 -28.01442, 146.0203 -28.01459, 146.01815 -28.01503, 146.01666 -28.01526, 146.01197 -28.01589, 146.00956 -28.01625, 146.00819 -28.01651, 146.00673 -28.01683, 146.0044 -28.01748, 145.96722 -28.02913, 145.96629 -28.02945, 145.96548 -28.02978, 145.96448 -28.03023, 145.96313 -28.03104, 145.95045 -28.04004, 145.9497 -28.04044, 145.94833 -28.04101, 145.94691 -28.0414, 145.93477 -28.04373, 145.92467 -28.04541, 145.91272 -28.04748, 145.89219 -28.0504, 145.86919 -28.05358, 145.82214 -28.06073, 145.81019 -28.06259, 145.80104 -28.06408, 145.80011 -28.06422, 145.79856 -28.06448, 145.79502 -28.06501, 145.78276 -28.06674, 145.77865 -28.06716, 145.77566 -28.06749, 145.77402 -28.06764, 145.76519 -28.06857, 145.76409 -28.06864, 145.76263 -28.06869, 145.76008 -28.06872, 145.7588 -28.06871, 145.74782 -28.06885, 145.74483 -28.06886, 145.74098 -28.06892, 145.74023 -28.06895, 145.73961 -28.06903, 145.73891 -28.06921, 145.73861 -28.06931, 145.73824 -28.06946, 145.73798 -28.0696, 145.73722 -28.07007, 145.73687 -28.07036, 145.73655 -28.07066, 145.73627 -28.07095, 145.73607 -28.0712, 145.73598 -28.07135, 145.73554 -28.07116, 145.73438 -28.07062, 145.73359 -28.07029, 145.73302 -28.07008, 145.73262 -28.06996, 145.73191 -28.06979, 145.73132 -28.06969, 145.73101 -28.06965, 145.73067 -28.06962, 145.73035 -28.0696, 145.72966 -28.0696, 145.72884 -28.06965, 145.72504 -28.07, 145.72402 -28.07008, 145.72355 -28.07013, 145.71111 -28.07126, 145.70973 -28.0714, 145.70752 -28.0716, 145.7067 -28.07165, 145.70604 -28.07165, 145.70528 -28.0716, 145.7052 -28.07159, 145.70433 -28.07144, 145.70429 -28.07143, 145.70356 -28.07129, 145.70347 -28.07128, 145.70275 -28.07114, 145.70245 -28.07109, 145.70172 -28.07094, 145.69944 -28.07055, 145.6963 -28.06995, 145.68881 -28.06857, 145.68859 -28.06952, 145.68824 -28.07095, 145.68706 -28.07598)\"\n                        ]\n                    },\n                    \"travelMethods\": [\n                        \"4X4\",\n                        \"CAR\",\n                        \"CARAVAN\",\n                        \"4WD\"\n                    ],\n                    \"routeType\": \"CIRCUIT\",\n                    \"trailDistance\": \"293\",\n                    \"difficulty\": {\n                        \"grade\": \"GRADE1\",\n                        \"comment\": \"No bushwalking experience required. Flat even surface with no steps or steep sections. Suitable for wheelchair users who have asomeone to assist them. Walks no greater than 5 km.\"\n                    },\n                    \"activities\": [\n                        \"CAMP\",\n                        \"SCENICDRIVE\",\n                        \"WALK\"\n                    ],\n                    \"facilities\": [\n                        \"BAR\",\n                        \"CAFE\",\n                        \"CAMP\",\n                        \"CARAVAN\",\n                        \"CARPARK\",\n                        \"COACHPARK\",\n                        \"CONVFAC\",\n                        \"FOOD\",\n                        \"PARENTROOM\",\n                        \"PICNIC\",\n                        \"PUBLICTEL\",\n                        \"PUBTOILATT\",\n                        \"RESTAURANT\"\n                    ]\n                }\n            ]\n        }\n    }\n]"},"url":"http://{{staging}}/api/listings/contributions?apikey={{key}}","description":"<h4 id=\"category-description\">Category description:</h4>\n<p>Journeys can include a series of routes and waypoints. May include walking trails, scenic drives and suggested itineraries.</p>\n","urlObject":{"protocol":"http","path":["api","listings","contributions"],"host":["{{staging}}"],"query":[{"key":"apikey","value":"{{key}}"}],"variable":[]}},"response":[],"_postman_id":"e196d1e3-2f05-7504-d92b-ece72d4e8e4e"}],"id":"a163cfd9-028f-40ba-bd1f-81179c86b9f5","description":"<p>The following categories are applicable for Admin, STO and VIC users which are determined by the Contribution API key: </p>\n<ol>\n<li>Destination Information</li>\n<li>Information Service</li>\n<li>Journey</li>\n</ol>\n<p>Users with Contribution API key having the entitlement set to 'STANDARD' are anot allowed to contribute the above listing categories.</p>\n<p>Please contact ATDW Support Team at <a href=\"mailto:support@atdw.com.au\">support@atdw.com.au</a> for more information.</p>\n","event":[{"listen":"prerequest","script":{"id":"569e39cf-729c-4980-a9c5-0829c9499a6f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aa04e39b-40bb-494c-a5e5-e43ae061cfba","type":"text/javascript","exec":[""]}}],"_postman_id":"a163cfd9-028f-40ba-bd1f-81179c86b9f5"},{"name":"Release Notes","item":[],"id":"5fe9d722-5194-4bf7-b70a-8c80fbdbb0e0","description":"<p><strong>10 December 2019 - Patch Release #45</strong>   <br /></p>\n<ul>\n<li>Introduction of Deals and Offers. Click <a href=\"https://developer.atdw.com.au/ATDWO-content-dealsandoffer.html\">here</a> for more information on the content standards.</li>\n</ul>\n<p><strong>27 August 2019 - Patch Release #42</strong>   <br /></p>\n<ul>\n<li>Maximum allowed characters for Accommodation capacity (both product-level and service-level) has been increased to 4 characters. </li>\n<li>Functionality to request to disable listings. Click <a href=\"https://documenter.getpostman.com/view/14889/6YtzGQp?version=latest#5cd5f591-7914-493f-a6bb-fe42c65d1496\">here</a> for implementation guide.</li>\n</ul>\n<p><strong>27 March 2019 - Patch Release #37</strong>   <br /></p>\n<ul>\n<li>Introduction of two new social media fields 'Weibo' and 'WeChat' within the 'external systems' </li>\n<li>Removal of Google Plus from within the social media as a result of Google shutting down Google Plus accounts.   <br /></li>\n</ul>\n<p><strong>16 December 2018 - Patch Release #34</strong>   <br /></p>\n<ul>\n<li>Introduction of two new classifications (serviceTypes) for Hire category</li>\n<li>New structure for 'International Reach' (admin-only field) for Attraction and Event category   <br /></li>\n</ul>\n<p><strong>28 November 2018 - Patch Release #32</strong>    <br /></p>\n<ul>\n<li>Introduction of <code>rooms</code> and <code>capacity</code> field for Accommodation category. Please note these fields are mandatory.    <br /></li>\n</ul>\n<p><strong>3 October 2018 - Patch Release #31</strong>   <br /></p>\n<ul>\n<li>Introduction of Activity attributes for Tour Service (admin-only field)   <br /></li>\n</ul>\n<p><strong>30 May 2018 - Patch Release #27</strong>   <br /></p>\n<ul>\n<li>New content structure for <code>Accessibility</code> field. Click <a href=\"https://developer.atdw.com.au/ATDWO-content-accessibility.html\">here</a> for more details on the content structure   <br /></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"95dba60c-dcdb-457f-8a56-b571e653f71e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a296ca14-8a71-40b6-ba83-c7d28fd06ee8","type":"text/javascript","exec":[""]}}],"_postman_id":"5fe9d722-5194-4bf7-b70a-8c80fbdbb0e0"},{"name":"Error Reference","item":[],"id":"6a374b10-59b6-4f1b-9d16-348c8604aae8","description":"<h2 id=\"errors\">Errors:</h2>\n<p>Contribution API uses conventional HTTP response code to indicate the success or failure of an API request.</p>\n<p>Following is the generic list of errors returned by CAPI:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Error Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200 - Ok</td>\n<td>Everything worked as expected</td>\n</tr>\n<tr>\n<td>400 - Bad Request</td>\n<td>The request was unacceptable, often due to missing a required parameter.</td>\n</tr>\n<tr>\n<td>401 – Unauthorized</td>\n<td>No valid API key provided.</td>\n</tr>\n<tr>\n<td>402 – Request Failed</td>\n<td>The parameters were valid but the request failed.</td>\n</tr>\n<tr>\n<td>404 – Not Found</td>\n<td>The requested resource doesn’t exist.</td>\n</tr>\n<tr>\n<td>429 – Too Many Requests</td>\n<td>Too many requests hit the API too quickly.</td>\n</tr>\n<tr>\n<td>500, 502, 503 – Server Errors</td>\n<td>Something went wrong on ATDW’s end (These are rare).</td>\n</tr>\n<tr>\n<td>504 – Gateway Error</td>\n<td>The response took longer than expected. However, the request is being processed in the background. Please check your account on the <a href=\"https://www.atdw-online.com.au\">web application</a> after some time to verify if the contributions have been successfull. To prevent the 504 Gateway error, please split your request into smaller batches of 2-3 listings per batch. Contribute listings with 10-15 seconds pause between each batch.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"guide-for-errors-within-response-body-for-individual-listings\">Guide for errors within response body for individual listings:</h4>\n<p>Although overall response code might be 2xx indicating response successfully received from ATDW server, please refer to the \"errors\" fields withinin the response body of each listing object for more details on the errors encountered during create and/or update process. Please see below an example error in the response body for a specific listing object:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> \"errors\": {\n            \"message\": \"Validation failed\",\n            \"error\": {\n                \"message\": \"You're nearly there\",\n                \"stack\": \"Error: You're nearly there...\",\n                \"additionalStatus\": [\n                    {\n                        \"message\": \"Please add at least 1 image and at max 10 images\",\n                        \"longDescription\": \"listing.: AssertionError: ^^Please add at least 1 image and at max 10 images^^: expected { Object (UID, uploadedThroughBulk, ...) } to have a property 'images'\"\n                    },\n                    {\n                        \"message\": \"Please select valid memberships\",\n                        \"longDescription\": \"listing.memberships.0: AssertionError: ^^Please select valid memberships^^: expected 'MUSEUMAUST' to be part of enumeration 'AAA,AACB,AIA,ABTA,ACC,AGLTA,AHA,ATEC,DNSWBOA,BBFNSW,BIG4,CIA,CCIA,CMCA,FAMPARK,HAA,MEA,NATRUST,NSWBC,PCA,QTIC,RTO,EAA,TTP,TAA,TCA,WAITOC,WWIA,YHA'\"\n                    },\n                ],\n                \"statusCode\": 400,\n                \"status\": 400\n            }\n        },\n        \"status\": 400\n    }\n</code></pre><br />\n\n<p>Although the \"additionalStatus\" displays the detailed error message which is self explanatory, there are few error message that are system generated. Please see below examples of the error message and its description for reference:  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Message in the Response</th>\n<th>Description of the Error Message</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Cannot read property 'indexOf' of undefined</td>\n<td><ul> <li>User does not have contribution permission.</li> <li>User does not own the listing being edited.</li>  <li>User no longer have access to edit the listing due to listing status is either in Disabled (or) Pending Disabled status.</li> <li>Users with Standard entitlement trying to update admin-only fields including 'External System'.</li> </ul></td>\n</tr>\n<tr>\n<td>Cannot read property 'forEach' of undefined</td>\n<td>If this error occurs when updating existing listings, please try supplying unique UID or arrayId values to see if this resolves the error.</td>\n</tr>\n<tr>\n<td>Cannot read property 'reduce' of undefined</td>\n<td>This could be due to the mandatory photo (media) is missing. Please supply at least 1 photo of dimension 2048 x 1536 px that is less than 10 MB of file size.</td>\n</tr>\n<tr>\n<td>Cannot read property length' of undefined</td>\n<td>This could be due to the content exceeding the maximum allowed limit. E.g. \"From\" or \"To\" price exceeding the maximum  allowed limit of max 5 number and max 2 decimal numbers.</td>\n</tr>\n<tr>\n<td>{field name}.toLowerCase is not a function</td>\n<td>Please specify the value of the field in the correct format i.e., string, number, boolean. Refer to the sample request for the correct field format.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If you come across any other error messages or require more information, please contact <a href=\"mailto:support@atdw.com.au\">ATDW</a> for more information. </p>\n","event":[{"listen":"prerequest","script":{"id":"6d6250ec-20d4-4715-a15a-2d968026abef","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6394bebd-b1bb-4609-8998-b29e94ebdf63","type":"text/javascript","exec":[""]}}],"_postman_id":"6a374b10-59b6-4f1b-9d16-348c8604aae8"},{"name":"FAQ","item":[],"id":"4487b6ef-e217-4c16-aee8-33ae0610b2dc","description":"<p>Frequently asked questions: </p>\n<ol>\n<li>Can I create multiple listings in a single Contribution API request?</li>\n</ol>\n<ul>\n<li>Yes, Contribution API is a bulk create/update tool that can be used to create multiple listings including multiple services in a single request. <br /></li>\n</ul>\n<ol>\n<li>How many listings can I create in a single CAPI request?</li>\n</ol>\n<ul>\n<li>It depends on the listing category and number of images per listings. Categories that does not have service data (Attraction, Event, Food &amp; Drink and General Service) can contain 50 listings approximately in a single request. Categories with service data (Accommodation, Hire, Tour, Transport and Journey-admin), may range depending on the number of services. It is recommended to create or update listings in batches of 5 to 10 listings per batch with a interval of 15-20 seconds pause between each batch. <br /></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"452b597d-758b-4f21-8ee9-88d93fa1efa0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1cdb7069-d89a-40bc-bc96-2c0b8a882a22","type":"text/javascript","exec":[""]}}],"_postman_id":"4487b6ef-e217-4c16-aee8-33ae0610b2dc"}],"event":[{"listen":"prerequest","script":{"id":"d85edeb1-00bc-4821-a5c7-f22bed504657","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"683cf8cf-9337-4ce1-b16f-27543816f52a","type":"text/javascript","exec":[""]}}]}