{"info":{"_postman_id":"b73fd96e-a268-4a9b-b97c-49a0073bd678","name":"ETG Order API V3 public","description":"<html><head></head><body><p>This documentation contains a general overview of the Emerging Travel Group API Metasearch Program.</p>\n<p>Before starting to use the API, the respective agreement should be signed. To know more about the contract please contact by <strong><a href=\"mailto:metasearch@emergingtravel.com\">metasearch@emergingtravel.com</a></strong>.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>The <code>HotelRates API</code> allows receiving offers from ETG company to show availability and prices on the Metasearch platform. The Availability request is made to get price and availability. The request can include one to many hotels. The response contains rates and availability of the hotel(s) included in the request.</p>\n<p>The <code>Orders API</code> allows receiving detailed information about bookings that were made by users of metasearch. The request can include either a range of dates when a booking was made or check-out or a list of bookings ids. If you want to receive order information in another way it is possible to implement metasearch pixel to our site\\back-end. For details please contact our tech team via email: <strong><a href=\"mailto:metasearch-support@emergingtravel.com\">metasearch-support@emergingtravel.com</a></strong></p>\n<p>The <code>Hotel Feed</code> allows receiving hotel catalog for matching and extending partner catalog with our properties. The hotel catalog includes hotel name, address, coordinates and etc.</p>\n<h1 id=\"general-requirements\">General Requirements</h1>\n<h2 id=\"technical-requirements\">Technical Requirements</h2>\n<p>All API requests to ETG are sent as an <code>HTTP POST or GET request</code>.\nAll responses must conform to the JSON specification and be sent with the HTTP Content-Type header set to application/JSON.</p>\n<p>All responses must use <code>UTF-8 encoding</code>.</p>\n<h2 id=\"optional-fields\">Optional Fields</h2>\n<p>Fields that are marked as '[Optional]' do not need to be included in your requests. When you do not have a value for an optional field, it should be omitted entirely. Do not include the field with an empty string or other value.</p>\n<h1 id=\"authorization-to-etg-apis\">Authorization to ETG API's</h1>\n<p>Emerging Travel Group Metasearch API uses API key authorization.</p>\n<p>API key looks like <code>key_id:key</code>, where:</p>\n<table>\n<tbody>\n<tr>\n<td>key_id </td>\n<td>API key id </td>\n</tr>\n<tr>\n<td>key </td>\n<td>API key token</td>\n</tr>\n</tbody>\n</table>\n\n\n<p>You may have several production keys, e.g. to book properties across different markets and brands.</p>\n<p>The required authorization method is HTTP <code>Basic Authentication</code> (Basic Auth).</p>\n<p>It is essential to keep in mind that every API-key endpoint and partner support a limited number of requests. To discuss changes to this limit, please contact your account manager.</p>\n<h1 id=\"integration-guideline\">Integration Guideline</h1>\n<ol>\n<li>Contact with account-manager via email <strong><a href=\"mailto:metasearch@emergingtravel.com\">metasearch@emergingtravel.com</a></strong></li>\n<li>Sign a contract with ETG</li>\n<li>Receive API key authorization from your account-manager</li>\n<li>Implement and match Hotel Static feed</li>\n<li>Implement HotelRates API</li>\n<li>For booking tracking you can use our Orders API or we can implement your tracking pixel to our back-end to track bookings</li>\n</ol>\n<h1 id=\"contacts\">Contacts</h1>\n<ul>\n<li><strong><a href=\"mailto:metasearch@emergingtravel.com\">metasearch@emergingtravel.com</a></strong> - to contact with account manager</li>\n<li><strong><a href=\"mailto:metasearch-support@emergingtravel.com\">metasearch-support@emergingtravel.com</a></strong> - contact with tech team</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"General Requirements","slug":"general-requirements"},{"content":"Authorization to ETG API's","slug":"authorization-to-etg-apis"},{"content":"Integration Guideline","slug":"integration-guideline"},{"content":"Contacts","slug":"contacts"}],"owner":"1065017","collectionId":"b73fd96e-a268-4a9b-b97c-49a0073bd678","publishedId":"2sB34bL3VV","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-07-03T10:41:35.000Z"},"item":[{"name":"ETG API's","item":[{"name":"HotelRates","id":"67b0b6b7-5a9e-4c8e-a890-799af05382d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"ids\":[\"8526976\"],\r\n\"checkin\":\"2021-02-17\",\r\n\"checkout\":\"2021-02-18\",\r\n\"adults\":2,\r\n\"children\": [14],\r\n\"lang\":\"en\",\r\n\"currency\":\"USD\",\r\n\"format\":\"json\",\r\n\"market\":\"us\",\r\n}\r\n"},"url":"https://dapi.worldota.net/api/affiliate/v3/hotel/rates","description":"<h2>Request</h2>\n\n<table><tbody><tr><th>Name</th><th>Type</th><th>Descriprion</th><th>Required</th></tr><tr><td><div>format</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Response format. json or xml (Default - json)</div><div><div><div><div></div></div></div><div></div></div></td><td><div>False</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ids</div><div><div><div><div></div></div></div><div></div></div></td><td><div>array of strings</div><div><div><div><div></div></div></div><div></div></div></td><td><div>List of partner hotel identifiers.</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>True</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>adults</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number of adults.</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>True</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>children</div><div><div><div><div></div></div></div><div></div></div></td><td><div>array of integers</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ages of each children in room.</div><div><div><div><div></div></div></div><div></div></div></td><td><div>False</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>checkin</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Check-in date in format YYYY-MM-DD.</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>True</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>checkout</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Check-out date in format YYYY-MM-DD.</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>True</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>currency</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><a href=\"https://en.wikipedia.org/wiki/ISO_4217\">**ISO 4217**</a> currency code. All prices, taxes, fees, and discount amounts will be returned in this requested currency.</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>True</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>lang</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Language code (see <a href=\"#supported_lang\">**Supported languages**</a> ), which identifies the corresponding language and POS.</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>True</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>market</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">**ISO 3166-1 alpha-2**</a> country code corresponding to the user making this request.</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>True</b></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h2>Response</h2>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>result</td>\n<td><a href=\"#result\"><b>Result</b></a></td>\n<td>Empty if errors occured.</td>\n</tr>\n<tr>\n<td>error</td>\n<td><a href=\"#error\"><b>Error</b></a> object</td>\n<td>Non-empty if some errors occured.</td>\n</tr>\n</tbody>\n</table>\n</div><p>*if response format is xml, all data will be in &lt; root &gt; tag</p>\n<h3>Result</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hotels</td>\n<td>array of <a href=\"#hotel\"><b>Hotel</b></a> objects</td>\n<td>Array of Hotel objects, that have at least one rate available. Can be empty.</td>\n</tr>\n<tr>\n<td>found_hotels</td>\n<td>integer</td>\n<td>Number of hotels found.</td>\n</tr>\n<tr>\n<td>total_hotels</td>\n<td>integer</td>\n<td>Number of hotels requested.</td>\n</tr>\n</tbody>\n</table>\n</div><h3>ERROR</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Could be one of:  <br /><strong>ERROR_AUTH</strong> (invalid id/key pair)  <br /><strong>ERROR_RATELIMIT</strong> (too many requests)  <br /><strong>ERROR_INVALID_REQUEST</strong> (invalid body, parameters, parameter values, etc., more info in error.message)  <br /><strong>ERROR_INTERNAL</strong> (sometig goes wrong inside our services)</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Description of error.</td>\n</tr>\n</tbody>\n</table>\n</div><h3>Hotel</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>Requested hotel id.</td>\n</tr>\n<tr>\n<td>rates</td>\n<td>array of <a href=\"#rate\"><b>Rate</b></a> objects</td>\n<td>Available rates for hotel. Cannot be empty.</td>\n</tr>\n</tbody>\n</table>\n</div><h3>Rate</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>availability_hash</td>\n<td>string</td>\n<td>Availability hash for room, used in deeplink for further landings.</td>\n</tr>\n<tr>\n<td>available_rooms</td>\n<td>integer</td>\n<td>Number of available rooms of this type.</td>\n</tr>\n<tr>\n<td>bed_places</td>\n<td><a href=\"#bed-places\"><b>BedPlaces</b></a> object</td>\n<td>Beds configuration for rate.</td>\n</tr>\n<tr>\n<td>bed_types</td>\n<td>array of <a href=\"#bedding\"><b>Bedding</b></a> objects</td>\n<td>Additional information about the bed type. The value of this object gives additional description for the bed (or beds) of the room in the rate. It can return empty content.</td>\n</tr>\n<tr>\n<td>cancellation_info</td>\n<td><a href=\"#cancellation-info\"><b>CancellationInfo</b></a> object</td>\n<td>Rate cancellation rules.</td>\n</tr>\n<tr>\n<td>hotelpage</td>\n<td>string</td>\n<td>Deeplink for rate into partner's site. You must use this link for landing from your search results page.</td>\n</tr>\n<tr>\n<td>mealcode</td>\n<td>string</td>\n<td>Meal information. Can be empty or one of:  <br /><strong>RO</strong> (room only)  <br /><strong>BB</strong> (bed and breakfast)  <br /><strong>HB</strong> (half-board)  <br /><strong>FB</strong> (full-board)  <br /><strong>AI</strong> (all-inclusive)</td>\n</tr>\n<tr>\n<td>payment_options</td>\n<td><a href=\"#payment-option\"><b>PaymentOptions</b></a> object</td>\n<td>Payment configuration for rate.</td>\n</tr>\n<tr>\n<td>rate_currency</td>\n<td>string</td>\n<td>Price currency for rate.</td>\n</tr>\n<tr>\n<td>rate_price</td>\n<td>string</td>\n<td>Rate price.</td>\n</tr>\n<tr>\n<td>room_description</td>\n<td>string</td>\n<td>Description for rate.</td>\n</tr>\n<tr>\n<td>room_group_id</td>\n<td>integer</td>\n<td>Type of the hotel's room; room_group_id can be used to get extra information about the room from the hotel`s static information (room images, description etc.).</td>\n</tr>\n<tr>\n<td>room_name</td>\n<td>string</td>\n<td>Name of room rate.</td>\n</tr>\n<tr>\n<td>room_type_id</td>\n<td>string</td>\n<td>List of hashtags for rate, splitted with space.</td>\n</tr>\n<tr>\n<td>value_adds</td>\n<td>array of <a href=\"#valueadd\"><b>ValueAdd</b></a> objects</td>\n<td>List of value adds and amenities for rate.</td>\n</tr>\n<tr>\n<td>&lt; PARTNER &gt;_taxes</td>\n<td>Object</td>\n<td>Taxes object with partner-specific name and fields. Can be empty.</td>\n</tr>\n</tbody>\n</table>\n</div><h3>BedPlaces</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>child_cot_count</td>\n<td>integer</td>\n<td>Number of child cots.</td>\n</tr>\n<tr>\n<td>extra_count</td>\n<td>integer</td>\n<td>Number of extra beds.</td>\n</tr>\n<tr>\n<td>main_count</td>\n<td>integer</td>\n<td>Main number of beds.</td>\n</tr>\n<tr>\n<td>shared_with_children_count</td>\n<td>integer</td>\n<td>Number of beds, that can be shared with children.</td>\n</tr>\n</tbody>\n</table>\n</div><h3>Bedding</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>string</td>\n<td>Unique ID for bed type.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Description of bed type.</td>\n</tr>\n</tbody>\n</table>\n</div><h3>CancellationInfo</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>free_cancellation_before</td>\n<td>string</td>\n<td>Date-time before free cancellation in format YYYY-MM-DDTHH:MM:SS (UTC). Can be empty.</td>\n</tr>\n<tr>\n<td>refundable</td>\n<td>boolean</td>\n<td>true if rate is refundable, otherwise false.</td>\n</tr>\n</tbody>\n</table>\n</div><h3>PaymentOptions</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>payment_types</td>\n<td>array of <a href=\"#payment-type\"><b>PaymentType</b></a> objects</td>\n<td>Payment types for rate.</td>\n</tr>\n</tbody>\n</table>\n</div><h3>PaymentType</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>amount</td>\n<td>string</td>\n<td>Amount of payment type.</td>\n</tr>\n<tr>\n<td>currency_code</td>\n<td>string</td>\n<td>Currency code of amount.</td>\n</tr>\n<tr>\n<td>is_need_credit_card_data</td>\n<td>boolean</td>\n<td>Is CC data required for payment or not.</td>\n</tr>\n<tr>\n<td>is_need_cvc</td>\n<td>boolean</td>\n<td>Is CC CVC required or not.</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Time of payment - now (payment at time of booking) or hotel (payment at time of stay).</td>\n</tr>\n</tbody>\n</table>\n</div><h3>ValueAdd</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>Value-add title.</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Value-add description.</td>\n</tr>\n<tr>\n<td>code</td>\n<td>string</td>\n<td>Unique string code for value-add.</td>\n</tr>\n<tr>\n<td>uid</td>\n<td>integer</td>\n<td>Unique number code for value-add.</td>\n</tr>\n</tbody>\n</table>\n</div><h3>TAXES_OBJECT</h3>\n\n<p>This object is specific for each partner please contact tech team</p>\n<h3>Supported languages</h3>\n\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Lang Code</th>\n<th>Name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ru</td>\n<td>Russian</td>\n</tr>\n<tr>\n<td>en</td>\n<td>English</td>\n</tr>\n<tr>\n<td>de</td>\n<td>German</td>\n</tr>\n<tr>\n<td>es</td>\n<td>Spain</td>\n</tr>\n<tr>\n<td>it</td>\n<td>Italian</td>\n</tr>\n<tr>\n<td>fr</td>\n<td>French</td>\n</tr>\n<tr>\n<td>pl</td>\n<td>Polish</td>\n</tr>\n<tr>\n<td>tr</td>\n<td>Turkish</td>\n</tr>\n<tr>\n<td>bg</td>\n<td>Bulgarian</td>\n</tr>\n<tr>\n<td>hu</td>\n<td>Hungarian</td>\n</tr>\n<tr>\n<td>el</td>\n<td>Greek</td>\n</tr>\n<tr>\n<td>ro</td>\n<td>Romanian</td>\n</tr>\n<tr>\n<td>ar</td>\n<td>Arabic</td>\n</tr>\n<tr>\n<td>sr</td>\n<td>Serbian</td>\n</tr>\n<tr>\n<td>sq</td>\n<td>Albanian</td>\n</tr>\n<tr>\n<td>pt</td>\n<td>Portuguese (Brazil)</td>\n</tr>\n<tr>\n<td>pt_PT</td>\n<td>Portuguese (Portugal)</td>\n</tr>\n<tr>\n<td>zh_CN</td>\n<td>Chinese (China)</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","affiliate","v3","hotel","rates"],"host":["dapi","worldota","net"],"query":[],"variable":[]}},"response":[{"id":"16d6a937-2a79-4750-a1c9-a8bac0e94aed","name":"HotelRates","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"ids\":[\"8526976\"],\r\n\"checkin\":\"2021-02-17\",\r\n\"checkout\":\"2021-02-18\",\r\n\"adults\":2,\r\n\"children\": [14],\r\n\"lang\":\"en\",\r\n\"currency\":\"USD\",\r\n\"format\":\"json\",\r\n\"market\":\"us\",\r\n}\r\n"},"url":"https://dapi.worldota.net/api/affiliate/v3/hotel/rates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Jan 2021 19:15:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Api_version","value":"3"},{"key":"Brand","value":"zenhotels"},{"key":"Consumer","value":"metasearch"},{"key":"Contract","value":"hometogo.affiliate.19af"},{"key":"Endpoint","value":"api_affiliate_v3_hotel_rates"},{"key":"Market","value":"en-us"},{"key":"Partner","value":"hometogo"},{"key":"Version","value":"b257532"},{"key":"Www-Authenticate","value":"Basic realm=\"Restricted\""},{"key":"X-Api-Metric","value":"partner_slug=hometogo,contract_slug=hometogo.affiliate.19af,api_key_id=4025"},{"key":"X-Web","value":"partner-dapi3.node.sl.ostrovok.in-web"},{"key":"Request-Id","value":"2673500644fe4cdea3f288009aa6ab43"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"07e6de89c60000c3cf3b9a8000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=WrWvWlA%2BB%2BbrXSe%2FYKYYLXOMYhJLdk88LXEUTdqy0QkPMCq8KqtESy%2BwxxGVoMUhtgmD3kURQkgFp3rgwHcKmiqDe4iFjR28wMmE%2F77HEMgrGg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6184cd22db3dc3cf-LED"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": null,\n    \"result\": {\n        \"hotels\": [\n            {\n                \"id\": \"8526976\",\n                \"rates\": [\n                    {\n                        \"availability_hash\": \"s-13b0071f-e5d6-56d0-938b-fc5e989b563d\",\n                        \"available_rooms\": 20,\n                        \"bed_places\": {\n                            \"child_cot_count\": 0,\n                            \"extra_count\": 0,\n                            \"main_count\": 3,\n                            \"shared_with_children_count\": 0\n                        },\n                        \"bed_types\": [\n                            \"nobedding\"\n                        ],\n                        \"cancellation_info\": {\n                            \"free_cancellation_before\": \"2021-02-16T04:59:00\",\n                            \"refundable\": true\n                        },\n                        \"hotelpage\": \"https://www.zenhotels.com/go/rooms/test_hotel/?cur=USD&dates=17.02.2021-18.02.2021&guests=2and14&lang=en&partner_data=zrttxGDdeLdSPom2SeSC4nEEdNtCIUUP__kc0hrXKRqmuOYgdObMaxPa3BA3r3uk-xj04X3foT0EyDxApUctMk_kh1_P2XLGOSk-hqbPLqweJqD5z4N6HrqyqvO8gcDuEEWXMIr549LGtbqd&partner_slug=hometogo.affiliate.19af&request_id=&room=s-13b0071f-e5d6-56d0-938b-fc5e989b563d&scroll=prices&utm_campaign=en-us&utm_medium=cpa-metasearch&utm_source=hometogo\",\n                        \"mealcode\": \"BB\",\n                        \"payment_options\": {\n                            \"payment_types\": [\n                                {\n                                    \"amount\": \"226.00\",\n                                    \"currency_code\": \"USD\",\n                                    \"is_need_credit_card_data\": true,\n                                    \"is_need_cvc\": true,\n                                    \"type\": \"now\"\n                                }\n                            ]\n                        },\n                        \"rate_currency\": \"USD\",\n                        \"rate_price\": \"226.00\",\n                        \"room_description\": \"\",\n                        \"room_group_id\": 22,\n                        \"room_type_id\": \"#non-smoking #private-bathroom #villa #window\",\n                        \"room_name\": \"Villa\",\n                        \"value_adds\": [\n                            {\n                                \"code\": \"has_meal\",\n                                \"description\": \"Continental breakfast included\",\n                                \"title\": \"Continental breakfast included\",\n                                \"uid\": 45\n                            }\n                        ]\n                         {TAXES_OBJECT} # specific for each partner \n                    },\n                    {\n                        \"availability_hash\": \"s-62fdb3f5-c50d-5ad8-8024-eddd4a79b49b\",\n                        \"available_rooms\": 20,\n                        \"bed_places\": {\n                            \"child_cot_count\": 0,\n                            \"extra_count\": 0,\n                            \"main_count\": 3,\n                            \"shared_with_children_count\": 0\n                        },\n                        \"bed_types\": [\n                            \"nobedding\"\n                        ],\n                        \"cancellation_info\": {\n                            \"free_cancellation_before\": \"2021-02-16T04:59:00\",\n                            \"refundable\": true\n                        },\n                        \"hotelpage\": \"https://www.zenhotels.com/go/rooms/test_hotel/?cur=USD&dates=17.02.2021-18.02.2021&guests=2and14&lang=en&partner_data=w15hjPQNCWiHnIuFw3GRqlBBo6DvpMmpPSathfgfnV7uGQ1-2e-ZZ4AJkqIQPKe3SBoNWb7RmY69sFPRGRH97kJDqAu8wwWQH8fb26Wg-icHljLzlcH5IHJZmgu4bGqgLIE8wTKPrPJL&partner_slug=hometogo.affiliate.19af&request_id=&room=s-62fdb3f5-c50d-5ad8-8024-eddd4a79b49b&scroll=prices&utm_campaign=en-us&utm_medium=cpa-metasearch&utm_source=hometogo\",\n                        \"mealcode\": \"BB\",\n                        \"payment_options\": {\n                            \"payment_types\": [\n                                {\n                                    \"amount\": \"20000.00\",\n                                    \"currency_code\": \"RUB\",\n                                    \"is_need_credit_card_data\": false,\n                                    \"is_need_cvc\": false,\n                                    \"type\": \"hotel\"\n                                }\n                            ]\n                        },\n                        \"rate_currency\": \"USD\",\n                        \"rate_price\": \"266.00\",\n                        \"room_description\": \"\",\n                        \"room_group_id\": 22,\n                        \"room_type_id\": \"#non-smoking #private-bathroom #villa #window\",\n                        \"room_name\": \"Villa\",\n                        \"value_adds\": [\n                            {\n                                \"code\": \"has_meal\",\n                                \"description\": \"Continental breakfast included\",\n                                \"title\": \"Continental breakfast included\",\n                                \"uid\": 45\n                            }\n                        ]\n                        {TAXES_OBJECT} # specific for each partner \n                    }\n                ]\n            }\n        ],\n        \"found_hotels\": 1,\n        \"total_hotels\": 1\n    }\n}"}],"_postman_id":"67b0b6b7-5a9e-4c8e-a890-799af05382d4"},{"name":"Orders","id":"114843e9-8de1-4058-bc36-73c33caaab8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://dapi.worldota.net/api/partner/orders/?limit=2&page=10&created_from=2017-02-01&created_to=2018-02-10","description":"<p>Receive a list of orders for the partner_slug related to the <strong>API_KEY_ID</strong> from basic HTTP authorization.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>page</td>\n<td>number</td>\n<td>Page to show. Default is 1.</td>\n<td>false</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>number</td>\n<td>Total number of orders to show per page. Default is 100. The maximum is 10000.</td>\n<td>false</td>\n</tr>\n<tr>\n<td>lang</td>\n<td>string</td>\n<td>ru or en. Default is en.</td>\n<td>false</td>\n</tr>\n<tr>\n<td>created_from</td>\n<td>string in YYYY-MM-DD format</td>\n<td>Get orders with the created date after(including) this date.</td>\n<td>false</td>\n</tr>\n<tr>\n<td>created_to</td>\n<td>string in YYYY-MM-DD format</td>\n<td>Get orders with the created date before(not including) this date.</td>\n<td>false</td>\n</tr>\n<tr>\n<td>payment_due_from</td>\n<td>string in YYYY-MM-DD format</td>\n<td>Get orders with payment due after(including) this date.</td>\n<td></td>\n</tr>\n<tr>\n<td>Only completed orders will be fetched if this filter exists.</td>\n<td>false</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>payment_due_to</td>\n<td>string in YYYY-MM-DD format</td>\n<td>Get orders with payment due before(not including) this date.</td>\n<td></td>\n</tr>\n<tr>\n<td>Only completed orders will be fetched if this filter exists.</td>\n<td>false</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>checkout_from</td>\n<td>string in YYYY-MM-DD format</td>\n<td>Get orders with checkout date after(including) this date.</td>\n<td>false</td>\n</tr>\n<tr>\n<td>checkout_to</td>\n<td>string in YYYY-MM-DD format</td>\n<td>Get orders with checkout date before(not including) this date.</td>\n<td>false</td>\n</tr>\n<tr>\n<td>order_ids</td>\n<td>string as comma-joined list</td>\n<td>List of order ids, e.g. order_ids=123456,654321,789789</td>\n<td>false</td>\n</tr>\n<tr>\n<td>partner_order_ids</td>\n<td>string as comma-joined list</td>\n<td>List of partner order ids, e.g. partner_order_ids=123456,654321,789789</td>\n<td>false</td>\n</tr>\n<tr>\n<td>partner_commission_wo_taxes</td>\n<td>numeric</td>\n<td>Partner commission without taxes</td>\n<td>false</td>\n</tr>\n<tr>\n<td>payment_due</td>\n<td>string in YYYY-MM-DD format</td>\n<td>Reconciliation date of bookings</td>\n<td>true</td>\n</tr>\n<tr>\n<td>penalty</td>\n<td>numeric</td>\n<td>If there are any penalties for cancellation of the booking</td>\n<td>false</td>\n</tr>\n<tr>\n<td>reconcile_status</td>\n<td>boolean</td>\n<td>The need for reconciliation</td>\n<td>true</td>\n</tr>\n<tr>\n<td>updated_from</td>\n<td>string in YYYY-MM-DD format</td>\n<td>Get orders with modified date after(including) this date.</td>\n<td>false</td>\n</tr>\n<tr>\n<td>updated_to</td>\n<td>string in YYYY-MM-DD format</td>\n<td>Get orders with modified date before(not including) this date.</td>\n<td>false</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["api","partner","orders",""],"host":["dapi","worldota","net"],"query":[{"key":"limit","value":"2"},{"key":"page","value":"10"},{"key":"created_from","value":"2017-02-01"},{"key":"created_to","value":"2018-02-10"}],"variable":[]}},"response":[{"id":"b3236d81-b366-47b6-a856-539d02d20be2","name":"Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://dapi.worldota.net/api/partner/orders/?limit=2&page=10&created_from=2017-02-01&created_to=2018-02-10","protocol":"https","host":["dapi","worldota","net"],"path":["api","partner","orders",""],"query":[{"key":"limit","value":"2"},{"key":"page","value":"10"},{"key":"created_from","value":"2017-02-01"},{"key":"created_to","value":"2018-02-10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Jan 2021 19:12:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Brand","value":"zenhotels"},{"key":"Consumer","value":"metasearch"},{"key":"Contract","value":"hometogo.affiliate.19af"},{"key":"Partner","value":"hometogo"},{"key":"Version","value":"b257532"},{"key":"Www-Authenticate","value":"Basic realm=\"Restricted\""},{"key":"X-Api-Metric","value":"partner_slug=hometogo,contract_slug=hometogo.affiliate.19af,api_key_id=4025"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Web","value":"partner-dadmin-web2.node.sl.ostrovok.in-web"},{"key":"X-Web","value":"partner-dapi3.node.sl.ostrovok.in-web"},{"key":"Request-Id","value":"ca999261e6d374ede7c1daa0eb2bb56d"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"cf-request-id","value":"07e6dbee730000c3cf513b1000000001"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report?s=YnUuTtEVvOdTJXNem9gQRAXwkWWaNr5gJq3sgZxdkJTPuP20EUl2IDTYatWi7sXbKdTGXcHo%2BTjlP6%2BsQ11fi%2BHMV9t8A0TwQNCgWnkhHoEOog%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"max_age\":604800,\"report_to\":\"cf-nel\"}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"6184c8f71c5dc3cf-LED"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 699,\n    \"limit\": 2,\n    \"orders\": [\n        {\n            \"amount\": \"4269.02\",\n            \"amount_in_order_currency\": \"90.52\",\n            \"amount_refunded\": \"0.00\",\n            \"cancelled_at\": \"2017-10-19\",\n            \"checkin_date\": \"2017-09-17\",\n            \"checkout_date\": \"2017-09-18\",\n            \"city\": \"Shannonville\",\n            \"contract_slug\": \"example\",\n            \"country\": \"Canada\",\n            \"created_at\": \"2017-09-17T18:37:06.485Z\",\n            \"currency\": \"RUB\",\n            \"host\": \"www.zenhotels.com\",\n            \"hotel_id\": \"canadas_best_value_inn_4\",\n            \"hotel_master_id\": \"7759386\",\n            \"hotel_name\": \"Travelers Inn\",\n            \"order_currency\": \"CAD\",\n            \"order_id\": 12345,\n            \"partner_commission\": \"0.00\",\n            \"partner_commission_wo_taxes\": \"0.00\",\n            \"partner_order_id\": \"4321\",\n            \"partner_original_referer\": \"https://www.example.com/hotel/54156a166316b?arrival=2017-10-08&bedrooms=1&duration=1&id=218dbe1fb5967f2c%40d&persons=2&pricetype=perNight\",\n            \"partner_original_url\": \"https://www.zenhotels.com/rooms/canadas_best_value_inn_4/?cur=USD&dates=08.10.2017-09.10.2017&from=canadas_best_value_inn_4.70.USD.c2953a47.h-56a791ef-dab1-4ffa-939d-e74333d4d468&guests=2&htgclid=74J5DM3F&lang=en&partner_extra=74J5DM3F&partner_slug=example&request_id=34554331a18078066002f3807c1302d4&room=s-96843776-7767-59c2-ae01-bb855977be56&scroll=prices&session=766012e0-e9bb-110c-a197-4ec25db73d00&utm_campaign=us&utm_distil=en-us&utm_medium=cpa-metasearch&utm_source=example&utm_term=74J5DM3F&partner_extra_cookie=74J5DM3F\",\n            \"payment_due\": \"2017-11-01\",\n            \"penalty\": \"0.00\",\n            \"provider_order_id\": \"292340517\",\n            \"reconcile_status\": 1,\n            \"region_id\": 6292102,\n            \"source\": \"site\",\n            \"status\": \"noshow\"\n        },\n        {\n            \"amount\": \"34577.57\",\n            \"amount_in_order_currency\": \"601.00\",\n            \"amount_refunded\": \"0.00\",\n            \"cancelled_at\": \"2017-10-07\",\n            \"checkin_date\": \"2017-10-06\",\n            \"checkout_date\": \"2017-10-09\",\n            \"city\": \"New York\",\n            \"contract_slug\": \"example\",\n            \"country\": \"United States of America\",\n            \"created_at\": \"2017-09-17T21:11:42.510Z\",\n            \"currency\": \"RUB\",\n            \"host\": \"www.zenhotels.com\",\n            \"hotel_id\": \"fit_hotel\",\n            \"hotel_master_id\": \"7801134\",\n            \"hotel_name\": \"Central Park West Hostel\",\n            \"order_currency\": \"USD\",\n            \"order_id\": 210653424,\n            \"partner_commission\": \"0.00\",\n            \"partner_commission_wo_taxes\": \"0.00\",\n            \"partner_order_id\": \"example\",\n            \"partner_original_referer\": \"https://example/acs-cmb;jsessionid=AC8E64221CE22BF30D8741A78528CE94.w-node4\",\n            \"partner_original_url\": \"https://www.zenhotels.com/orders/status/8c582fb4-c6e0-4573-a060-30a623f28517/?extraService=no&partner_extra_cookie=QPKKHSP3\",\n            \"payment_due\": \"2017-12-01\",\n            \"penalty\": \"0.00\",\n            \"provider_order_id\": \"23400253\",\n            \"reconcile_status\": 1,\n            \"region_id\": 2621,\n            \"source\": \"site\",\n            \"status\": \"cancelled\"\n        }\n    ],\n    \"page\": 10\n}"}],"_postman_id":"114843e9-8de1-4058-bc36-73c33caaab8b"}],"id":"88f6a44b-cf0b-4f46-a162-b85ad1bc1c72","_postman_id":"88f6a44b-cf0b-4f46-a162-b85ad1bc1c72","description":""}],"event":[{"listen":"prerequest","script":{"id":"6d682224-d255-40b7-9941-819659e7be04","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"83a4aace-bb2b-45a7-a2d4-5b7a8d1d8b79","type":"text/javascript","exec":[""]}}]}