diff --git a/postman-collections/oracle-hospitality-property.postman_collection.json b/postman-collections/oracle-hospitality-property.postman_collection.json index fd90547..32cc701 100644 --- a/postman-collections/oracle-hospitality-property.postman_collection.json +++ b/postman-collections/oracle-hospitality-property.postman_collection.json @@ -36,28 +36,12 @@ "request": { "auth": { "type": "basic", - "basic": [ - { - "key": "password", - "value": "{{CLIENT_SECRET}}", - "type": "string" - }, - { - "key": "username", - "value": "{{CLIENT_ID}}", - "type": "string" - }, - { - "key": "saveHelperData", - "value": true, - "type": "boolean" - }, - { - "key": "showPassword", - "value": false, - "type": "boolean" - } - ] + "basic": { + "password": "{{CLIENT_SECRET}}", + "username": "{{CLIENT_ID}}", + "saveHelperData": true, + "showPassword": false + } }, "method": "POST", "header": [ @@ -93,17 +77,7 @@ } ] }, - "url": { - "raw": "{{HostName}}/oauth/v1/tokens", - "host": [ - "{{HostName}}" - ], - "path": [ - "oauth", - "v1", - "tokens" - ] - } + "url": "{{HostName}}/oauth/v1/tokens" }, "response": [] } @@ -123,13 +97,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -282,13 +252,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -310,20 +276,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ars/v0/hotels/{{HotelId}}/accounts/{{AccountId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ars", - "v0", - "hotels", - "{{HotelId}}", - "accounts", - "{{AccountId}}" - ] - } + "url": "{{HostName}}/ars/v1/hotels/{{HotelId}}/accounts/{{AccountId}}" }, "response": [] }, @@ -335,13 +288,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -363,19 +312,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ars/v0/hotels/{{HotelId}}/agingCycles", - "host": [ - "{{HostName}}" - ], - "path": [ - "ars", - "v0", - "hotels", - "{{HotelId}}", - "agingCycles" - ] - } + "url": "{{HostName}}/ars/v1/hotels/{{HotelId}}/agingCycles" }, "response": [] }, @@ -387,13 +324,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -415,22 +348,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ars/v0/hotels/{{HotelId}}/transactions/{{TransactionId}}/creditcard/payments", - "host": [ - "{{HostName}}" - ], - "path": [ - "ars", - "v0", - "hotels", - "{{HotelId}}", - "transactions", - "{{TransactionId}}", - "creditcard", - "payments" - ] - } + "url": "{{HostName}}/ars/v1/hotels/{{HotelId}}/transactions/{{TransactionId}}/creditcard/payments" }, "response": [] }, @@ -442,13 +360,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -471,7 +385,7 @@ } }, "url": { - "raw": "{{HostName}}/ars/v0/arTransactions?hotelIds={{HotelId}}&endDate=2021-08-09&startDate=2021-08-09", + "raw": "{{HostName}}/ars/v1/arTransactions?hotelIds={{HotelId}}&endDate=2021-08-09&startDate=2021-08-09", "host": [ "{{HostName}}" ], @@ -506,13 +420,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -535,7 +445,7 @@ } }, "url": { - "raw": "{{HostName}}/ars/v0/invoicePayments/accounts/{{CompanyId}}?printed=true&inclZeroBalance=true&offset=0&inclDetails=true&unBilled=false", + "raw": "{{HostName}}/ars/v1/invoicePayments/accounts/{{CompanyId}}?printed=true&inclZeroBalance=true&offset=0&inclDetails=true&unBilled=false", "host": [ "{{HostName}}" ], @@ -686,13 +596,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -714,19 +620,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ars/v0/profiles/{{ProfileId}}/aging", - "host": [ - "{{HostName}}" - ], - "path": [ - "ars", - "v0", - "profiles", - "{{ProfileId}}", - "aging" - ] - } + "url": "{{HostName}}/ars/v1/profiles/{{ProfileId}}/aging" }, "response": [] }, @@ -738,13 +632,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -767,7 +657,7 @@ } }, "url": { - "raw": "{{HostName}}/ars/v0/accountReminders?accounts=170411", + "raw": "{{HostName}}/ars/v1/accountReminders?accounts=170411", "host": [ "{{HostName}}" ], @@ -804,13 +694,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -832,19 +718,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ars/v0/accounts/{{AccountId}}/remindersHistory", - "host": [ - "{{HostName}}" - ], - "path": [ - "ars", - "v0", - "accounts", - "{{AccountId}}", - "remindersHistory" - ] - } + "url": "{{HostName}}/ars/v1/accounts/{{AccountId}}/remindersHistory" }, "response": [] }, @@ -853,13 +727,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -881,19 +751,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ars/v1/hotels/{{HotelId}}/accounts", - "host": [ - "{{HostName}}" - ], - "path": [ - "ars", - "v1", - "hotels", - "{{HotelId}}", - "accounts" - ] - } + "url": "{{HostName}}/ars/v1/hotels/{{HotelId}}/accounts" }, "response": [] }, @@ -902,13 +760,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -938,23 +792,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ars/v0/hotels/{{HotelId}}/profiles/{{ProfileId}}/accounts/{{AccountId}}/payments", - "host": [ - "{{HostName}}" - ], - "path": [ - "ars", - "v0", - "hotels", - "{{HotelId}}", - "profiles", - "{{ProfileId}}", - "accounts", - "{{AccountId}}", - "payments" - ] - } + "url": "{{HostName}}/ars/v1/hotels/{{HotelId}}/profiles/{{ProfileId}}/accounts/{{AccountId}}/payments" }, "response": [] }, @@ -963,13 +801,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -999,23 +833,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ars/v0/hotels/{{HotelId}}/profiles/{{ProfileId}}/accounts/{{AccountId}}/payments", - "host": [ - "{{HostName}}" - ], - "path": [ - "ars", - "v0", - "hotels", - "{{HotelId}}", - "profiles", - "{{ProfileId}}", - "accounts", - "{{AccountId}}", - "payments" - ] - } + "url": "{{HostName}}/ars/v1/hotels/{{HotelId}}/profiles/{{ProfileId}}/accounts/{{AccountId}}/payments" }, "response": [] }, @@ -1024,13 +842,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -1052,22 +866,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ars/v0/hotels/{{HotelId}}/accounts/{{AccountId}}/arCreditCard/transfer", - "host": [ - "{{HostName}}" - ], - "path": [ - "ars", - "v0", - "hotels", - "{{HotelId}}", - "accounts", - "{{AccountId}}", - "arCreditCard", - "transfer" - ] - } + "url": "{{HostName}}/ars/v1/hotels/{{HotelId}}/accounts/{{AccountId}}/arCreditCard/transfer" }, "response": [] } @@ -1102,13 +901,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -1206,13 +1001,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -1272,13 +1063,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -1323,13 +1110,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -1344,21 +1127,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/act/v0/hotels/{{HotelId}}/activities/{{ActivityId}}/attachments", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "v0", - "hotels", - "{{HotelId}}", - "activities", - "{{ActivityId}}", - "attachments" - ] - }, + "url": "{{HostName}}/act/v1/hotels/{{HotelId}}/activities/{{ActivityId}}/attachments", "description": "You can use this API when you want to view the attachments on an existing activity." }, "response": [] @@ -1368,13 +1137,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -1390,7 +1155,7 @@ } ], "url": { - "raw": "{{HostName}}/act/v0/hotels/{{HotelId}}/activityLog?fromDate=2021-09-26&offset=0&toDate=2021-09-26&limit=25&activityGroup=REP_ACTIVITY&activityType=CREATE+ACTIVITY", + "raw": "{{HostName}}/act/v1/hotels/{{HotelId}}/activityLog?fromDate=2021-09-26&offset=0&toDate=2021-09-26&limit=25&activityGroup=REP_ACTIVITY&activityType=CREATE+ACTIVITY", "host": [ "{{HostName}}" ], @@ -1441,13 +1206,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -1462,33 +1223,72 @@ "value": "{{HotelId}}" } ], + "url": "{{HostName}}/act/v1/activities/{{ActivityId}}" + }, + "response": [] + }, + { + "name": "get Activities Statistics", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "value": "{{HotelId}}", + "type": "text" + } + ], "url": { - "raw": "{{HostName}}/act/v0/activities/{{ActivityId}}", + "raw": "{{HostName}}/act/v1/hotels/{{HotelId}}/activities/statistics?reportStartDate=2020-12-01&activityTypeCodes=MEETING", "host": [ "{{HostName}}" ], "path": [ "act", "v0", + "hotels", + "{{HotelId}}", "activities", - "{{ActivityId}}" + "statistics" + ], + "query": [ + { + "key": "reportStartDate", + "value": "2020-12-01" + }, + { + "key": "activityTypeCodes", + "value": "MEETING" + }, + { + "key": "ownerCodeList", + "value": "", + "disabled": true + } ] } }, "response": [] }, { - "name": "get Activities Statistics", + "name": "get Emails", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -1504,65 +1304,7 @@ } ], "url": { - "raw": "{{HostName}}/act/v0/hotels/{{HotelId}}/activities/statistics?reportStartDate=2020-12-01&activityTypeCodes=MEETING", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "v0", - "hotels", - "{{HotelId}}", - "activities", - "statistics" - ], - "query": [ - { - "key": "reportStartDate", - "value": "2020-12-01" - }, - { - "key": "activityTypeCodes", - "value": "MEETING" - }, - { - "key": "ownerCodeList", - "value": "", - "disabled": true - } - ] - } - }, - "response": [] - }, - { - "name": "get Emails", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "value": "{{HotelId}}", - "type": "text" - } - ], - "url": { - "raw": "{{HostName}}/act/v0/activities/emails?emailSubject=test&startDate=2022-11-01&endDate=2022-12-31", + "raw": "{{HostName}}/act/v1/activities/emails?emailSubject=test&startDate=2022-11-01&endDate=2022-12-31", "host": [ "{{HostName}}" ], @@ -1596,13 +1338,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -1617,19 +1355,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/act/v0/hotels/{{HotelId}}/recentlyAccessedActivities", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "v0", - "hotels", - "{{HotelId}}", - "recentlyAccessedActivities" - ] - } + "url": "{{HostName}}/act/v1/hotels/{{HotelId}}/recentlyAccessedActivities" }, "response": [] }, @@ -1650,13 +1376,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -1680,19 +1402,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/v1/hotels/{{HotelId}}/activities", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "v1", - "hotels", - "{{HotelId}}", - "activities" - ] - }, + "url": "{{HostName}}/act/v1/hotels/{{HotelId}}/activities", "description": "Use postActivities to create a new activity for a hotel. You would need to know the types of Activities a hotel accepts, such as Appointments, TODO. Use ListOfValues API's to find the available types at a hotel." }, "response": [] @@ -1713,13 +1423,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -1743,21 +1449,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/v0/hotels/{{HotelId}}/activities/{{ActivityId}}/linkedActivities", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "v0", - "hotels", - "{{HotelId}}", - "activities", - "{{ActivityId}}", - "linkedActivities" - ] - } + "url": "{{HostName}}/act/v1/hotels/{{HotelId}}/activities/{{ActivityId}}/linkedActivities" }, "response": [] }, @@ -1766,13 +1458,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -1801,21 +1489,7 @@ "mode": "raw", "raw": "{\r\n \"activitiesInformation\": [\r\n {\r\n \"activityDetail\": {\r\n \"status\": {\r\n \"completed\": true,\r\n \"completedOn\": \"2021-03-18 12:01:00.0\"\r\n },\r\n \"notes\": \"completing it\",\r\n \"activityResult\": \"24\"\r\n }\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/act/v1/hotels/{{HotelId}}/activities/{{ActivityId}}/activityCompletion", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "v1", - "hotels", - "{{HotelId}}", - "activities", - "{{ActivityId}}", - "activityCompletion" - ] - }, + "url": "{{HostName}}/act/v1/hotels/{{HotelId}}/activities/{{ActivityId}}/activityCompletion", "description": "Use this API to mark one Activity as completed in 1 request. You must know the OPERA Activity ID for this API." }, "response": [] @@ -1825,13 +1499,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -1860,18 +1530,7 @@ "mode": "raw", "raw": "{\r\n \"activitiesInformation\": [\r\n {\r\n \"activityId\": {\r\n \"id\": \"{{ActivityId}}\"\r\n },\r\n \"activityDetail\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"status\": {\r\n \"completed\": true,\r\n \"completedOn\": \"2020-03-12 12:01:00.0\"\r\n },\r\n \"notes\": \"completing notes\",\r\n \"activityResult\": \"24\"\r\n }\r\n },\r\n {\r\n \"activityId\": {\r\n \"id\": \"250387\"\r\n },\r\n \"activityDetail\": {\r\n \"hotelId\": \"{{HotelId2}}\",\r\n \"status\": {\r\n \"completed\": true,\r\n \"completedOn\": \"2020-03-12 12:01:00.0\"\r\n },\r\n \"notes\": \"completing from POSTMAN\",\r\n \"activityResult\": \"25\"\r\n }\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/act/v1/activities/activitiesCompletion", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "v1", - "activities", - "activitiesCompletion" - ] - }, + "url": "{{HostName}}/act/v1/activities/activitiesCompletion", "description": "Use this API to mark multiple Activities as completed in 1 request. You must know the OPERA Activity ID's for this API." }, "response": [] @@ -1881,13 +1540,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -1911,20 +1566,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/v1/hotels/{{HotelId}}/activities/{{ActivityId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "v1", - "hotels", - "{{HotelId}}", - "activities", - "{{ActivityId}}" - ] - }, + "url": "{{HostName}}/act/v1/hotels/{{HotelId}}/activities/{{ActivityId}}", "description": "Use this to update an existing Activity for a hotel. You must know the OPERA Activity ID for this API." }, "response": [] @@ -1934,13 +1576,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -1955,20 +1593,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/act/v1/hotels/{{HotelId}}/activities/{{ActivityId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "v1", - "hotels", - "{{HotelId}}", - "activities", - "{{ActivityId}}" - ] - }, + "url": "{{HostName}}/act/v1/hotels/{{HotelId}}/activities/{{ActivityId}}", "description": "If you want to delete an activity, use this API. You must know the activity ID for the request." }, "response": [] @@ -1978,13 +1603,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -1999,22 +1620,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/act/v0/hotels/{{HotelId}}/activities/{{ActivityId}}/attachments/{{AttachmentId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "v0", - "hotels", - "{{HotelId}}", - "activities", - "{{ActivityId}}", - "attachments", - "{{AttachmentId}}" - ] - }, + "url": "{{HostName}}/act/v1/hotels/{{HotelId}}/activities/{{ActivityId}}/attachments/{{AttachmentId}}", "description": "Use this operation to delete an attachment that is on an existing activity." }, "response": [] @@ -2024,13 +1630,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -2045,18 +1647,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/act/v0/activities/{{ActivityId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "v0", - "activities", - "{{ActivityId}}" - ] - } + "url": "{{HostName}}/act/v1/activities/{{ActivityId}}" }, "response": [] }, @@ -2065,13 +1656,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -2156,13 +1743,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -2178,7 +1761,7 @@ } ], "url": { - "raw": "{{HostName}}/act/config/v0/activityResults?fetchInactive=false", + "raw": "{{HostName}}/act/config/v1/activityResults?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -2213,13 +1796,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -2243,18 +1822,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/activityResults", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "activityResults" - ] - } + "url": "{{HostName}}/act/config/v1/activityResults" }, "response": [] }, @@ -2263,13 +1831,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -2293,19 +1857,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/activityResults/{{ActivityResultCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "activityResults", - "{{ActivityResultCode}}" - ] - } + "url": "{{HostName}}/act/config/v1/activityResults/{{ActivityResultCode}}" }, "response": [] }, @@ -2314,13 +1866,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -2344,19 +1892,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/activityResults/{{ActivityResultCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "activityResults", - "{{ActivityResultCode}}" - ] - } + "url": "{{HostName}}/act/config/v1/activityResults/{{ActivityResultCode}}" }, "response": [] } @@ -2370,13 +1906,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -2392,7 +1924,7 @@ } ], "url": { - "raw": "{{HostName}}/act/config/v0/hotels/{{HotelId}}/activityTypes?limit=100", + "raw": "{{HostName}}/act/config/v1/hotels/{{HotelId}}/activityTypes?limit=100", "host": [ "{{HostName}}" ], @@ -2435,13 +1967,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -2465,20 +1993,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/hotels/{{HotelId}}/activityTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "hotels", - "{{HotelId}}", - "activityTypes" - ] - }, + "url": "{{HostName}}/act/config/v1/hotels/{{HotelId}}/activityTypes", "description": "Activities Types define the various actions you might take when creating Activities and ToDos. Activity Types are also referenced in Configuring Trace Definitions configured to automate the creation of Activities." }, "response": [] @@ -2488,13 +2003,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -2518,21 +2029,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/hotels/{{HotelId}}/activityTypes/{{ActivityTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "hotels", - "{{HotelId}}", - "activityTypes", - "{{ActivityTypeCode}}" - ] - } + "url": "{{HostName}}/act/config/v1/hotels/{{HotelId}}/activityTypes/{{ActivityTypeCode}}" }, "response": [] }, @@ -2541,13 +2038,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -2562,21 +2055,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/act/config/v0/hotels/{{HotelId}}/activityTypes/{{ActivityTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "hotels", - "{{HotelId}}", - "activityTypes", - "{{ActivityTypeCode}}" - ] - }, + "url": "{{HostName}}/act/config/v1/hotels/{{HotelId}}/activityTypes/{{ActivityTypeCode}}", "description": "This will delete an Activity Type Code from the properties configuration." }, "response": [] @@ -2586,13 +2065,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -2616,20 +2091,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/copyActivityTypes/sourceHotel/{{HotelId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "copyActivityTypes", - "sourceHotel", - "{{HotelId}}" - ] - } + "url": "{{HostName}}/act/config/v1/copyActivityTypes/sourceHotel/{{HotelId}}" }, "response": [] } @@ -2643,13 +2105,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -2665,7 +2123,7 @@ } ], "url": { - "raw": "{{HostName}}/act/config/v0/autoTraceCodes?autoTraceGroups=Activities", + "raw": "{{HostName}}/act/config/v1/autoTraceCodes?autoTraceGroups=Activities", "host": [ "{{HostName}}" ], @@ -2691,13 +2149,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -2721,18 +2175,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/autoTraceCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "autoTraceCodes" - ] - }, + "url": "{{HostName}}/act/config/v1/autoTraceCodes", "description": "Activities can be auto-created through the setup of Activity Trace Codes and auto trace rules, which use rules and conditions to determine when an Activity should be created - this can be when a data is created or when existing data is updated or deleted." }, "response": [] @@ -2742,13 +2185,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -2772,19 +2211,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/autoTraceCodes/{{AutoTraceCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "autoTraceCodes", - "{{AutoTraceCode}}" - ] - } + "url": "{{HostName}}/act/config/v1/autoTraceCodes/{{AutoTraceCode}}" }, "response": [] }, @@ -2793,13 +2220,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -2823,19 +2246,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/autoTraceCodes/{{AutoTraceCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "autoTraceCodes", - "{{AutoTraceCode}}" - ] - } + "url": "{{HostName}}/act/config/v1/autoTraceCodes/{{AutoTraceCode}}" }, "response": [] } @@ -2849,13 +2260,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -2871,7 +2278,7 @@ } ], "url": { - "raw": "{{HostName}}/act/config/v0/hotels/{{HotelId}}/autoTraceDefinitions?limit=10", + "raw": "{{HostName}}/act/config/v1/hotels/{{HotelId}}/autoTraceDefinitions?limit=10", "host": [ "{{HostName}}" ], @@ -2904,13 +2311,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -2934,20 +2337,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/copyAutoTraceDefinitions/sourceHotel/{{HotelId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "copyAutoTraceDefinitions", - "sourceHotel", - "{{HotelId}}" - ] - } + "url": "{{HostName}}/act/config/v1/copyAutoTraceDefinitions/sourceHotel/{{HotelId}}" }, "response": [] }, @@ -2956,13 +2346,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -2986,20 +2372,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/hotels/{{HotelId}}/autoTraceDefinitions", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "hotels", - "{{HotelId}}", - "autoTraceDefinitions" - ] - } + "url": "{{HostName}}/act/config/v1/hotels/{{HotelId}}/autoTraceDefinitions" }, "response": [] }, @@ -3008,13 +2381,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -3038,21 +2407,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/hotels/{{HotelId}}/autoTraceDefinitions/{{AutoTraceDefinitionId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "hotels", - "{{HotelId}}", - "autoTraceDefinitions", - "{{AutoTraceDefinitionId}}" - ] - } + "url": "{{HostName}}/act/config/v1/hotels/{{HotelId}}/autoTraceDefinitions/{{AutoTraceDefinitionId}}" }, "response": [] }, @@ -3061,13 +2416,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -3091,19 +2442,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/autoTraceDefinitions/{{AutoTraceDefinitionId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "autoTraceDefinitions", - "{{AutoTraceDefinitionId}}" - ] - } + "url": "{{HostName}}/act/config/v1/autoTraceDefinitions/{{AutoTraceDefinitionId}}" }, "response": [] } @@ -3117,13 +2456,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -3138,20 +2473,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/act/config/v0/hotels/{{HotelId}}/autoTraceOwnerAssignments", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "hotels", - "{{HotelId}}", - "autoTraceOwnerAssignments" - ] - }, + "url": "{{HostName}}/act/config/v1/hotels/{{HotelId}}/autoTraceOwnerAssignments", "description": "This operation will provide a list of all configured Auto Trace Owner Mappings for a specified property." }, "response": [] @@ -3161,13 +2483,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -3191,20 +2509,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/hotels/{{HotelId}}/autoTraceOwnerAssignments", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "hotels", - "{{HotelId}}", - "autoTraceOwnerAssignments" - ] - } + "url": "{{HostName}}/act/config/v1/hotels/{{HotelId}}/autoTraceOwnerAssignments" }, "response": [] }, @@ -3213,13 +2518,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -3243,21 +2544,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/hotels/{{HotelId}}/autoTraceOwnerAssignments/{{AutoTraceOwnerAssignmentId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "hotels", - "{{HotelId}}", - "autoTraceOwnerAssignments", - "{{AutoTraceOwnerAssignmentId}}" - ] - } + "url": "{{HostName}}/act/config/v1/hotels/{{HotelId}}/autoTraceOwnerAssignments/{{AutoTraceOwnerAssignmentId}}" }, "response": [] }, @@ -3266,13 +2553,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -3296,19 +2579,7 @@ } } }, - "url": { - "raw": "{{HostName}}/act/config/v0/autoTraceOwnerAssignments/{{AutoTraceOwnerAssignmentId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "act", - "config", - "v0", - "autoTraceOwnerAssignments", - "{{AutoTraceOwnerAssignmentId}}" - ] - } + "url": "{{HostName}}/act/config/v1/autoTraceOwnerAssignments/{{AutoTraceOwnerAssignmentId}}" }, "response": [] } @@ -3348,13 +2619,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -3385,7 +2652,7 @@ } }, "url": { - "raw": "{{HostName}}/par/v0/hotels/{{HotelId}}/analyzeRateAvailability?ratePlanCode={{RatePlanCode}}&roomType={{RoomTypeCode}}&startDate=2021-04-07", + "raw": "{{HostName}}/par/v1/hotels/{{HotelId}}/analyzeRateAvailability?ratePlanCode={{RatePlanCode}}&roomType={{RoomTypeCode}}&startDate=2021-04-07", "host": [ "{{HostName}}" ], @@ -3447,13 +2714,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -3484,7 +2747,7 @@ } }, "url": { - "raw": "{{HostName}}/par/v0/hotels/{{HotelId}}/availability/alternate?ratePlanCode={{RatePlanCode}}&startDate=2021-06-01&endDate=2021-06-03&roomType={{RoomTypeCode}}&adults=1", + "raw": "{{HostName}}/par/v1/hotels/{{HotelId}}/availability/alternate?ratePlanCode={{RatePlanCode}}&startDate=2021-06-01&endDate=2021-06-03&roomType={{RoomTypeCode}}&adults=1", "host": [ "{{HostName}}" ], @@ -3530,13 +2793,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -3566,20 +2825,7 @@ } } }, - "url": { - "raw": "{{HostName}}/par/v0/hotels/{{HotelId}}/rates/{{RatePlanCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "par", - "v0", - "hotels", - "{{HotelId}}", - "rates", - "{{RatePlanCode}}" - ] - }, + "url": "{{HostName}}/par/v1/hotels/{{HotelId}}/rates/{{RatePlanCode}}", "description": "Fetch the Rate Plan Information by specifying the rate code in the request." }, "response": [] @@ -3592,13 +2838,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -3629,7 +2871,7 @@ } }, "url": { - "raw": "{{HostName}}/par/v0/hotels/{{HotelId}}/rates?ratePlanCodeList={{RatePlanCode}}", + "raw": "{{HostName}}/par/v1/hotels/{{HotelId}}/rates?ratePlanCodeList={{RatePlanCode}}", "host": [ "{{HostName}}" ], @@ -3658,13 +2900,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -3695,7 +2933,7 @@ } }, "url": { - "raw": "{{HostName}}/par/v0/hotels/{{HotelId}}/availableUpsells?numberOfRooms=1&ratePlanCode=BARBB&roomType=SUP&startDate=2021-03-22&endDate=2021-03-23&fixedRate=false&reservationStatus=Reserved&rateDate=2021-03-22&requiredAmount=90&adults=1&profileId={{ProfileId}}&reservationId={{ReservationId}}", + "raw": "{{HostName}}/par/v1/hotels/{{HotelId}}/availableUpsells?numberOfRooms=1&ratePlanCode=BARBB&roomType=SUP&startDate=2021-03-22&endDate=2021-03-23&fixedRate=false&reservationStatus=Reserved&rateDate=2021-03-22&requiredAmount=90&adults=1&profileId={{ProfileId}}&reservationId={{ReservationId}}", "host": [ "{{HostName}}" ], @@ -3803,13 +3041,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -4055,13 +3289,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -4302,13 +3532,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -4551,13 +3777,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -4782,13 +4004,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -4819,7 +4037,7 @@ } }, "url": { - "raw": "{{HostName}}/par/v0/availability?hotelIds=JET&roomStayStartDate=2022-03-01&roomStayEndDate=2022-03-05&roomStayQuantity=1&adults=1&bucket5Count=0&roomTypeInfo=true&initialRatePlanSet=false&reservationProfileType=Company&attachedProfileId={{CompanyId}}&ratePlanInfo=true&limit=5&redeemAwards=false", + "raw": "{{HostName}}/par/v1/availability?hotelIds=JET&roomStayStartDate=2022-03-01&roomStayEndDate=2022-03-05&roomStayQuantity=1&adults=1&bucket5Count=0&roomTypeInfo=true&initialRatePlanSet=false&reservationProfileType=Company&attachedProfileId={{CompanyId}}&ratePlanInfo=true&limit=5&redeemAwards=false", "host": [ "{{HostName}}" ], @@ -4894,13 +4112,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -4923,7 +4137,7 @@ } }, "url": { - "raw": "{{HostName}}/par/v0/hotels?startDate=2022-08-07&endDate=2022-10-08&hotelId={{HotelId}}&adults=1&rateCategory=&rateClass=&ratePlanCode=&roomType=&feature=", + "raw": "{{HostName}}/par/v1/hotels?startDate=2022-08-07&endDate=2022-10-08&hotelId={{HotelId}}&adults=1&rateCategory=&rateClass=&ratePlanCode=&roomType=&feature=", "host": [ "{{HostName}}" ], @@ -4983,13 +4197,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -5020,7 +4230,7 @@ } }, "url": { - "raw": "{{HostName}}/par/v0/hotels/{{HotelId}}/hurdles?hurdleDate=2021-08-01", + "raw": "{{HostName}}/par/v1/hotels/{{HotelId}}/hurdles?hurdleDate=2021-08-01", "host": [ "{{HostName}}" ], @@ -5059,13 +4269,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -5161,13 +4367,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -5235,13 +4437,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -5272,7 +4470,7 @@ } }, "url": { - "raw": "{{HostName}}/par/v0/hotels/{{HotelId}}/restrictionsHistory?date=2021-03-21", + "raw": "{{HostName}}/par/v1/hotels/{{HotelId}}/restrictionsHistory?date=2021-03-21", "host": [ "{{HostName}}" ], @@ -5308,13 +4506,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -5344,19 +4538,7 @@ } } }, - "url": { - "raw": "{{HostName}}/par/v0/hotels/{{HotelId}}/restrictions", - "host": [ - "{{HostName}}" - ], - "path": [ - "par", - "v0", - "hotels", - "{{HotelId}}", - "restrictions" - ] - } + "url": "{{HostName}}/par/v1/hotels/{{HotelId}}/restrictions" }, "response": [] }, @@ -5365,13 +4547,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -5401,19 +4579,7 @@ } } }, - "url": { - "raw": "{{HostName}}/par/v0/hotels/{{HotelId}}/restrictions", - "host": [ - "{{HostName}}" - ], - "path": [ - "par", - "v0", - "hotels", - "{{HotelId}}", - "restrictions" - ] - }, + "url": "{{HostName}}/par/v1/hotels/{{HotelId}}/restrictions", "description": "This operation will remove ALL restrictions that exist for the specified date." }, "response": [] @@ -5423,13 +4589,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -5442,20 +4604,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/par/v0/hotels/{{HotelId}}/restrictions/{{RestrictionId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "par", - "v0", - "hotels", - "{{HotelId}}", - "restrictions", - "{{RestrictionId}}" - ] - } + "url": "{{HostName}}/par/v1/hotels/{{HotelId}}/restrictions/{{RestrictionId}}" }, "response": [] } @@ -5493,13 +4642,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -5529,19 +4674,7 @@ } } }, - "url": { - "raw": "{{HostName}}/bof/v1/hotels/{{HotelId}}/businessDate", - "host": [ - "{{HostName}}" - ], - "path": [ - "bof", - "v1", - "hotels", - "{{HotelId}}", - "businessDate" - ] - } + "url": "{{HostName}}/bof/v1/hotels/{{HotelId}}/businessDate" }, "response": [] } @@ -5579,13 +4712,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -5599,7 +4728,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/restrictions?startDate=2021-06-15&endDate=2021-06-16&hotelId={{HotelId}}", + "raw": "{{HostName}}/blk/v1/blocks/{{BlockId}}/restrictions?startDate=2021-06-15&endDate=2021-06-16&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -5654,13 +4783,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -5682,19 +4807,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/restrictions", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "blocks", - "{{BlockId}}", - "restrictions" - ] - } + "url": "{{HostName}}/blk/v1/blocks/{{BlockId}}/restrictions" }, "response": [] } @@ -5708,13 +4821,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -5787,13 +4896,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -5881,13 +4986,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -5909,21 +5010,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/allocation", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}", - "allocation" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/allocation" }, "response": [] }, @@ -5944,13 +5031,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -5972,23 +5055,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/allocation/roomTypes/ECO", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}", - "allocation", - "roomTypes", - "ECO" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/allocation/roomTypes/ECO" }, "response": [] }, @@ -6009,13 +5076,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -6037,21 +5100,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/allocationRange", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}", - "allocationRange" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/allocationRange" }, "response": [] }, @@ -6071,13 +5120,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -6099,17 +5144,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/blockWash", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "blockWash" - ] - } + "url": "{{HostName}}/blk/v1/blockWash" }, "response": [] }, @@ -6129,13 +5164,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -6157,17 +5188,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/blockWash", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "blockWash" - ] - } + "url": "{{HostName}}/blk/v1/blockWash" }, "response": [] } @@ -6181,13 +5202,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -6201,7 +5218,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/statusActivityLog?offset=0&hotelId={{HotelId}}", + "raw": "{{HostName}}/blk/v1/blocks/{{BlockId}}/statusActivityLog?offset=0&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -6231,13 +5248,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -6251,7 +5264,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blocks/status?currentStatus=TEN&hotelId={{HotelId}}&includeCateringStatus=true", + "raw": "{{HostName}}/blk/v1/blocks/status?currentStatus=TEN&hotelId={{HotelId}}&includeCateringStatus=true", "host": [ "{{HostName}}" ], @@ -6284,13 +5297,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -6312,21 +5321,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/status", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}", - "status" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/status" }, "response": [] }, @@ -6335,13 +5330,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -6363,21 +5354,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/status", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}", - "status" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/status" }, "response": [] }, @@ -6386,13 +5363,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -6414,21 +5387,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/status", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}", - "status" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/status" }, "response": [] } @@ -6453,13 +5412,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -6482,7 +5437,7 @@ } }, "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}", + "raw": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}", "host": [ "{{HostName}}" ], @@ -6514,13 +5469,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -6542,20 +5493,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}" }, "response": [] }, @@ -6575,13 +5513,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -6603,20 +5537,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}" }, "response": [] } @@ -6627,13 +5548,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -6701,13 +5618,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -6721,7 +5634,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blockActivityLog?hotelId={{HotelId}}&activityParamsFromDate=2021-06-30&activityParamsToDate=2021-08-13&moduleParamsParameterName=ALLOTMENT_ID&moduleParamsParameterValue={{BlockId}}&activityGroup=REP_BLOCK&activityType=BLOCK+RESTRICTIONS", + "raw": "{{HostName}}/blk/v1/blockActivityLog?hotelId={{HotelId}}&activityParamsFromDate=2021-06-30&activityParamsToDate=2021-08-13&moduleParamsParameterName=ALLOTMENT_ID&moduleParamsParameterValue={{BlockId}}&activityGroup=REP_BLOCK&activityType=BLOCK+RESTRICTIONS", "host": [ "{{HostName}}" ], @@ -6780,13 +5693,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -6800,7 +5709,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/attachments?hotelId={{HotelId}}", + "raw": "{{HostName}}/blk/v1/blocks/{{BlockId}}/attachments?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -6826,13 +5735,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -6846,7 +5751,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/availability?rooms=1&roomTypeCount=1&children=0&nights=1&adults=1&fetchAllocatedRoomType=Available&arrivalDate=2021-01-17", + "raw": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/availability?rooms=1&roomTypeCount=1&children=0&nights=1&adults=1&fetchAllocatedRoomType=Available&arrivalDate=2021-01-17", "host": [ "{{HostName}}" ], @@ -6923,13 +5828,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -6943,7 +5844,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blocks/dailyStatistics?limit=10&offset=1&hotelId={{HotelId}}&start=2021-10-01&end=2021-10-31", + "raw": "{{HostName}}/blk/v1/blocks/dailyStatistics?limit=10&offset=1&hotelId={{HotelId}}&start=2021-10-01&end=2021-10-31", "host": [ "{{HostName}}" ], @@ -6984,13 +5885,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7004,7 +5901,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/owners?hotelId={{HotelId}}", + "raw": "{{HostName}}/blk/v1/blocks/{{BlockId}}/owners?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -7031,13 +5928,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7051,7 +5944,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/postingMaster/reservations", + "raw": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/postingMaster/reservations", "host": [ "{{HostName}}" ], @@ -7081,13 +5974,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7101,7 +5990,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/allocationRange?genericRoomType=true", + "raw": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/allocationRange?genericRoomType=true", "host": [ "{{HostName}}" ], @@ -7129,13 +6018,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7149,7 +6034,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/reservations", + "raw": "{{HostName}}/blk/v1/blocks/{{BlockId}}/reservations", "host": [ "{{HostName}}" ], @@ -7186,13 +6071,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7205,19 +6086,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/blk/v1/blocks/{{BlockId}}/revenueActivityLog", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v1", - "blocks", - "{{BlockId}}", - "revenueActivityLog" - ] - } + "url": "{{HostName}}/blk/v1/blocks/{{BlockId}}/revenueActivityLog" }, "response": [] }, @@ -7226,13 +6095,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7248,7 +6113,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/roomsStatus?hotelId={{HotelId}}", + "raw": "{{HostName}}/blk/v1/blocks/{{BlockId}}/roomsStatus?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -7274,13 +6139,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7294,7 +6155,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/roomTypes?fetchAllocatedRoomTypes=false&startDate=2021-03-15&endDate=2021-03-16&hotelId={{HotelId}}&fetchGenericRoomTypes=true", + "raw": "{{HostName}}/blk/v1/blocks/{{BlockId}}/roomTypes?fetchAllocatedRoomTypes=false&startDate=2021-03-15&endDate=2021-03-16&hotelId={{HotelId}}&fetchGenericRoomTypes=true", "host": [ "{{HostName}}" ], @@ -7336,13 +6197,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7356,7 +6213,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blocks/statistics?reportStartDate=2021-07-16&statisticalCode=ArrivalsTotal&statisticalCode=InHouseBlocksTotal&reportCode=BlockArrivals&blockStatusCode=ACT&blockStatusCode=CXL&blockStatusCode=INQ&blockStatusCode=LOS&blockStatusCode=PRO&blockStatusCode=RGT&blockStatusCode=TEN&blockStatusCode=TEST&blockStatusCode=WLS&hotelId={{HotelId}}", + "raw": "{{HostName}}/blk/v1/blocks/statistics?reportStartDate=2021-07-16&statisticalCode=ArrivalsTotal&statisticalCode=InHouseBlocksTotal&reportCode=BlockArrivals&blockStatusCode=ACT&blockStatusCode=CXL&blockStatusCode=INQ&blockStatusCode=LOS&blockStatusCode=PRO&blockStatusCode=RGT&blockStatusCode=TEN&blockStatusCode=TEST&blockStatusCode=WLS&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -7433,13 +6290,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7453,7 +6306,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/statistics?hotelId={{HotelId}}&startDate=2021-08-01&numberOfDays=7&statisticsInstructions=Contract&statisticsInstructions=Initial&statisticsInstructions=Actual&statisticsInstructions=Pickup&statisticsInstructions=Available&statisticsInstructions=Rates&statisticsInstructions=ROOMREVENUE", + "raw": "{{HostName}}/blk/v1/blocks/{{BlockId}}/statistics?hotelId={{HotelId}}&startDate=2021-08-01&numberOfDays=7&statisticsInstructions=Contract&statisticsInstructions=Initial&statisticsInstructions=Actual&statisticsInstructions=Pickup&statisticsInstructions=Available&statisticsInstructions=Rates&statisticsInstructions=ROOMREVENUE", "host": [ "{{HostName}}" ], @@ -7526,13 +6379,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7546,7 +6395,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blockWash?blockId={{BlockId}}&genericRoomType=false&hotelId={{HotelId}}&blockIdType=Block", + "raw": "{{HostName}}/blk/v1/blockWash?blockId={{BlockId}}&genericRoomType=false&hotelId={{HotelId}}&blockIdType=Block", "host": [ "{{HostName}}" ], @@ -7582,13 +6431,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7602,7 +6447,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/washSchedules?hotelId={{HotelId}}", + "raw": "{{HostName}}/blk/v1/blocks/{{BlockId}}/washSchedules?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -7628,13 +6473,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7648,7 +6489,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/defaultBlockCode?blockName=Oracle&hotelId={{HotelId}}&blockCodeTemplate=AAAAAAMMYY&startDate=2021-08-20", + "raw": "{{HostName}}/blk/v1/defaultBlockCode?blockName=Oracle&hotelId={{HotelId}}&blockCodeTemplate=AAAAAAMMYY&startDate=2021-08-20", "host": [ "{{HostName}}" ], @@ -7684,13 +6525,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7704,7 +6541,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/inventoryToBorrow?hotelId={{HotelId}}&blockId={{BlockId}}&startDate=2021-08-01&endDate=2021-08-01&requiredRooms=2&borrowDate=2021-08-01", + "raw": "{{HostName}}/blk/v1/inventoryToBorrow?hotelId={{HotelId}}&blockId={{BlockId}}&startDate=2021-08-01&endDate=2021-08-01&requiredRooms=2&borrowDate=2021-08-01", "host": [ "{{HostName}}" ], @@ -7748,13 +6585,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7767,17 +6600,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/blk/v0/recentlyAccessedBlocks", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "recentlyAccessedBlocks" - ] - } + "url": "{{HostName}}/blk/v1/recentlyAccessedBlocks" }, "response": [] }, @@ -7786,13 +6609,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7806,7 +6625,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/salesAllowances?ceilingId=1", + "raw": "{{HostName}}/blk/v1/salesAllowances?ceilingId=1", "host": [ "{{HostName}}" ], @@ -7830,13 +6649,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -7850,7 +6665,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/tracesByDateRange?hotelIds={{HotelId}}&beginDate=2021-08-10&endDate=2021-08-20", + "raw": "{{HostName}}/blk/v1/hotels/{{HotelId}}/tracesByDateRange?hotelIds={{HotelId}}&beginDate=2021-08-10&endDate=2021-08-20", "host": [ "{{HostName}}" ], @@ -7895,13 +6710,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -7923,19 +6734,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{SourceBlockId}}/copy", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "blocks", - "{{SourceBlockId}}", - "copy" - ] - }, + "url": "{{HostName}}/blk/v1/blocks/{{SourceBlockId}}/copy", "description": "Block ID in the path and body of the request is the existing block that you are copying to create a new block." }, "response": [] @@ -7957,13 +6756,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -7985,19 +6780,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/block", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "block" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/block" }, "response": [] }, @@ -8018,13 +6801,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -8046,19 +6825,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/block", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "block" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/block" }, "response": [ { @@ -8084,19 +6851,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/block", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "block" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/block" }, "status": "Created", "code": 201, @@ -8192,13 +6947,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -8220,21 +6971,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/postingMaster", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}", - "postingMaster" - ] - }, + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/postingMaster", "description": "Use this operation to create the posting master Reservation. This is required before any guests can make a reservation against a block. Posting Master reservations are typically used for Billing (various sales charges can be posted to this PM reservation) and Rooming Lists (the Posting Master reservation is used as a template for reservations created via rooming list)." }, "response": [] @@ -8244,13 +6981,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -8276,19 +7009,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/roomingList", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "blocks", - "{{BlockId}}", - "roomingList" - ] - } + "url": "{{HostName}}/blk/v1/blocks/{{BlockId}}/roomingList" }, "response": [] }, @@ -8297,13 +7018,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -8329,21 +7046,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/subBlocks", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}", - "subBlocks" - ] - }, + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/subBlocks", "description": "Master Block must already exist" }, "response": [] @@ -8353,13 +7056,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -8381,22 +7080,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/rate/override", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}", - "rate", - "override" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/rate/override" }, "response": [] }, @@ -8416,13 +7100,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -8444,21 +7124,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/shifts", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}", - "shifts" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/shifts" }, "response": [] }, @@ -8467,13 +7133,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -8495,19 +7157,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/restrictions", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "blocks", - "{{BlockId}}", - "restrictions" - ] - } + "url": "{{HostName}}/blk/v1/blocks/{{BlockId}}/restrictions" }, "response": [] }, @@ -8516,13 +7166,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -8544,19 +7190,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/roomTypeOrder", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "blocks", - "{{BlockId}}", - "roomTypeOrder" - ] - } + "url": "{{HostName}}/blk/v1/blocks/{{BlockId}}/roomTypeOrder" }, "response": [] }, @@ -8565,13 +7199,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -8584,20 +7214,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/blk/v0/hotels/{{HotelId}}/blocks/{{BlockId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}" - ] - } + "url": "{{HostName}}/blk/v1/hotels/{{HotelId}}/blocks/{{BlockId}}" }, "response": [] }, @@ -8617,13 +7234,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -8645,20 +7258,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/v0/blocks/{{BlockId}}/attachments/{{AttachId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "v0", - "blocks", - "{{BlockId}}", - "attachments", - "{{AttachId}}" - ] - }, + "url": "{{HostName}}/blk/v1/blocks/{{BlockId}}/attachments/{{AttachId}}", "description": "Block ID in the path and body of the request is the existing block that you are copying to create a new block." }, "response": [] @@ -8668,13 +7268,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -8757,13 +7353,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -8804,13 +7396,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -8834,18 +7422,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/blockCancellationReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockCancellationReasons" - ] - } + "url": "{{HostName}}/blk/config/v1/blockCancellationReasons" }, "response": [] }, @@ -8854,13 +7431,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -8884,19 +7457,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/blockCancellationReasons/{{BlockCancellationReasonsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockCancellationReasons", - "{{BlockCancellationReasonsId}}" - ] - } + "url": "{{HostName}}/blk/config/v1/blockCancellationReasons/{{BlockCancellationReasonsId}}" }, "response": [] }, @@ -8905,13 +7466,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -8926,19 +7483,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/blk/config/v0/blockCancellationReasons/{{BlockCancellationReasonsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockCancellationReasons", - "{{BlockCancellationReasonsId}}" - ] - } + "url": "{{HostName}}/blk/config/v1/blockCancellationReasons/{{BlockCancellationReasonsId}}" }, "response": [] } @@ -8952,13 +7497,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -8999,13 +7540,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -9029,18 +7566,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/destinationCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "destinationCodes" - ] - } + "url": "{{HostName}}/blk/config/v1/destinationCodes" }, "response": [] }, @@ -9049,13 +7575,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -9079,19 +7601,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/destinationCodes/{{DestinationCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "destinationCodes", - "{{DestinationCodesId}}" - ] - } + "url": "{{HostName}}/blk/config/v1/destinationCodes/{{DestinationCodesId}}" }, "response": [] }, @@ -9100,13 +7610,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -9122,7 +7628,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/config/v0/destinationCodes/{{DestinationCodesId}}?blockCancellationReasonsCodes=RATE", + "raw": "{{HostName}}/blk/config/v1/destinationCodes/{{DestinationCodesId}}?blockCancellationReasonsCodes=RATE", "host": [ "{{HostName}}" ], @@ -9153,13 +7659,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -9200,13 +7702,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -9230,18 +7728,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/blockLostBookingCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockLostBookingCodes" - ] - } + "url": "{{HostName}}/blk/config/v1/blockLostBookingCodes" }, "response": [] }, @@ -9250,13 +7737,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -9280,19 +7763,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/blockLostBookingCodes/{{BlockLostBookingCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockLostBookingCodes", - "{{BlockLostBookingCodesId}}" - ] - } + "url": "{{HostName}}/blk/config/v1/blockLostBookingCodes/{{BlockLostBookingCodesId}}" }, "response": [] }, @@ -9301,13 +7772,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -9331,19 +7798,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/blockLostBookingCodes/{{BlockLostBookingCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockLostBookingCodes", - "{{BlockLostBookingCodesId}}" - ] - } + "url": "{{HostName}}/blk/config/v1/blockLostBookingCodes/{{BlockLostBookingCodesId}}" }, "response": [] } @@ -9357,13 +7812,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -9404,13 +7855,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -9434,18 +7881,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/blockRateOverrideReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockRateOverrideReasons" - ] - } + "url": "{{HostName}}/blk/config/v1/blockRateOverrideReasons" }, "response": [] }, @@ -9454,13 +7890,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -9484,19 +7916,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/blockRateOverrideReasons/{{BlockRateOverrideReasonsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockRateOverrideReasons", - "{{BlockRateOverrideReasonsId}}" - ] - } + "url": "{{HostName}}/blk/config/v1/blockRateOverrideReasons/{{BlockRateOverrideReasonsId}}" }, "response": [] }, @@ -9505,13 +7925,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -9526,19 +7942,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/blk/config/v0/blockRateOverrideReasons/{{BlockRateOverrideReasonsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockRateOverrideReasons", - "{{BlockRateOverrideReasonsId}}" - ] - } + "url": "{{HostName}}/blk/config/v1/blockRateOverrideReasons/{{BlockRateOverrideReasonsId}}" }, "response": [] } @@ -9552,13 +7956,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -9599,13 +7999,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -9629,18 +8025,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/reservationMethods", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "reservationMethods" - ] - } + "url": "{{HostName}}/blk/config/v1/reservationMethods" }, "response": [] }, @@ -9649,13 +8034,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -9679,19 +8060,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/reservationMethods/{{ReservationMethodsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "reservationMethods", - "{{ReservationMethodsId}}" - ] - } + "url": "{{HostName}}/blk/config/v1/reservationMethods/{{ReservationMethodsId}}" }, "response": [] }, @@ -9700,13 +8069,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -9722,7 +8087,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/config/v0/reservationMethods/{{ReservationMethodsId}}?reservationMethodsCodes={{ReservationMethodsId}}", + "raw": "{{HostName}}/blk/config/v1/reservationMethods/{{ReservationMethodsId}}?reservationMethodsCodes={{ReservationMethodsId}}", "host": [ "{{HostName}}" ], @@ -9753,13 +8118,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -9800,13 +8161,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -9830,18 +8187,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/blockRefusedReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockRefusedReasons" - ] - } + "url": "{{HostName}}/blk/config/v1/blockRefusedReasons" }, "response": [] }, @@ -9850,13 +8196,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -9880,19 +8222,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/blockRefusedReasons/{{BlockRefusedReasonsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockRefusedReasons", - "{{BlockRefusedReasonsId}}" - ] - } + "url": "{{HostName}}/blk/config/v1/blockRefusedReasons/{{BlockRefusedReasonsId}}" }, "response": [] }, @@ -9901,13 +8231,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -9923,7 +8249,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/config/v0/blockRefusedReasons/{{BlockRefusedReasonsId}}?blockRefusedReasonsCodes={{BlockRefusedReasonsId}}", + "raw": "{{HostName}}/blk/config/v1/blockRefusedReasons/{{BlockRefusedReasonsId}}?blockRefusedReasonsCodes={{BlockRefusedReasonsId}}", "host": [ "{{HostName}}" ], @@ -9954,13 +8280,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -9976,7 +8298,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/config/v0/hotels/{{HotelId}}/blockSalesAllowance?startDateRange=2021-01-01&endDateRange=2021-06-31", + "raw": "{{HostName}}/blk/config/v1/hotels/{{HotelId}}/blockSalesAllowance?startDateRange=2021-01-01&endDateRange=2021-06-31", "host": [ "{{HostName}}" ], @@ -10007,13 +8329,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -10037,20 +8355,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/hotels/{{HotelId}}/blockSalesAllowanceRange", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "hotels", - "{{HotelId}}", - "blockSalesAllowanceRange" - ] - }, + "url": "{{HostName}}/blk/config/v1/hotels/{{HotelId}}/blockSalesAllowanceRange", "description": "Set the sales allowance for blocks at a property." }, "response": [] @@ -10060,13 +8365,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -10091,7 +8392,7 @@ } }, "url": { - "raw": "{{HostName}}/blk/config/v0/hotels/{{HotelId}}/blockSalesAllowanceRange?startDate=2021-07-08&endDate=2021-08-08&sunday=true&saturday=true&tuesday=true&friday=true&thursday=true&wednesday=true&monday=true", + "raw": "{{HostName}}/blk/config/v1/hotels/{{HotelId}}/blockSalesAllowanceRange?startDate=2021-07-08&endDate=2021-08-08&sunday=true&saturday=true&tuesday=true&friday=true&thursday=true&wednesday=true&monday=true", "host": [ "{{HostName}}" ], @@ -10155,13 +8456,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -10176,18 +8473,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/blk/config/v1/blockStatusCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v1", - "blockStatusCodes" - ] - } + "url": "{{HostName}}/blk/config/v1/blockStatusCodes" }, "response": [] }, @@ -10196,13 +8482,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -10217,19 +8499,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/blk/config/v0/blockStatusCodes/nextStatusCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockStatusCodes", - "nextStatusCodes" - ] - } + "url": "{{HostName}}/blk/config/v1/blockStatusCodes/nextStatusCodes" }, "response": [] }, @@ -10238,13 +8508,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -10268,19 +8534,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/blockStatusCodes/{{BlockStatusCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockStatusCodes", - "{{BlockStatusCode}}" - ] - } + "url": "{{HostName}}/blk/config/v1/blockStatusCodes/{{BlockStatusCode}}" }, "response": [] }, @@ -10289,13 +8543,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -10319,20 +8569,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/blockStatusCodes/{{SrcBlockStatusCode}}/nextStatusCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockStatusCodes", - "{{SrcBlockStatusCode}}", - "nextStatusCodes" - ] - } + "url": "{{HostName}}/blk/config/v1/blockStatusCodes/{{SrcBlockStatusCode}}/nextStatusCodes" }, "response": [] }, @@ -10341,13 +8578,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -10371,18 +8604,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/blockStatusCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockStatusCodes" - ] - } + "url": "{{HostName}}/blk/config/v1/blockStatusCodes" }, "response": [] }, @@ -10391,13 +8613,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -10412,19 +8630,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/blk/config/v0/blockStatusCodes/{{BlockStatusCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "blockStatusCodes", - "{{BlockStatusCode}}" - ] - } + "url": "{{HostName}}/blk/config/v1/blockStatusCodes/{{BlockStatusCode}}" }, "response": [] } @@ -10458,13 +8664,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -10479,20 +8681,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/blk/config/v0/hotels/{{HotelId}}/washSchedules", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "hotels", - "{{HotelId}}", - "washSchedules" - ] - } + "url": "{{HostName}}/blk/config/v1/hotels/{{HotelId}}/washSchedules" }, "response": [] }, @@ -10501,13 +8690,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -10531,21 +8716,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/hotels/{{HotelId}}/washSchedules/{{WashScheduleCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "hotels", - "{{HotelId}}", - "washSchedules", - "{{WashScheduleCode}}" - ] - } + "url": "{{HostName}}/blk/config/v1/hotels/{{HotelId}}/washSchedules/{{WashScheduleCode}}" }, "response": [] }, @@ -10554,13 +8725,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -10584,21 +8751,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/hotels/{{HotelId}}/washSchedules/{{WashScheduleCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "hotels", - "{{HotelId}}", - "washSchedules", - "{{WashScheduleCode}}" - ] - } + "url": "{{HostName}}/blk/config/v1/hotels/{{HotelId}}/washSchedules/{{WashScheduleCode}}" }, "response": [] } @@ -10612,13 +8765,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -10634,7 +8783,7 @@ } ], "url": { - "raw": "{{HostName}}/blk/config/v0/hotels/{{HotelId}}/salesManagers/{{SalesManagerId}}/salesManagerGoals?offset=1&future=true&fetchInstructions=GroupRoomsWithCatering ", + "raw": "{{HostName}}/blk/config/v1/hotels/{{HotelId}}/salesManagers/{{SalesManagerId}}/salesManagerGoals?offset=1&future=true&fetchInstructions=GroupRoomsWithCatering ", "host": [ "{{HostName}}" ], @@ -10671,13 +8820,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -10701,22 +8846,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/hotels/{{HotelId}}/salesManagers/{{SalesManagerId}}/salesManagerGoals", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "hotels", - "{{HotelId}}", - "salesManagers", - "{{SalesManagerId}}", - "salesManagerGoals" - ] - } + "url": "{{HostName}}/blk/config/v1/hotels/{{HotelId}}/salesManagers/{{SalesManagerId}}/salesManagerGoals" }, "response": [] }, @@ -10725,13 +8855,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -10755,23 +8881,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/config/v0/hotels/{{HotelId}}/salesManagers/{{SalesManagerId}}/salesManagerGoals/{{SalesGoalId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "hotels", - "{{HotelId}}", - "salesManagers", - "{{SalesManagerId}}", - "salesManagerGoals", - "{{SalesGoalId}}" - ] - } + "url": "{{HostName}}/blk/config/v1/hotels/{{HotelId}}/salesManagers/{{SalesManagerId}}/salesManagerGoals/{{SalesGoalId}}" }, "response": [] }, @@ -10780,13 +8890,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -10801,21 +8907,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/blk/config/v0/salesManagers/{{SalesManagerId}}/salesManagerGoals/{{SalesGoalId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "config", - "v0", - "salesManagers", - "{{SalesManagerId}}", - "salesManagerGoals", - "{{SalesGoalId}}" - ] - } + "url": "{{HostName}}/blk/config/v1/salesManagers/{{SalesManagerId}}/salesManagerGoals/{{SalesGoalId}}" }, "response": [] } @@ -10855,13 +8947,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -10891,21 +8979,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/depositPayments", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "depositPayments" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/depositPayments" }, "response": [] }, @@ -10917,13 +8991,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -10954,7 +9024,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/advancePaymentBalance", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/advancePaymentBalance", "host": [ "{{HostName}}" ], @@ -10991,13 +9061,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11028,7 +9094,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/authorizationHistory?includeRefunds=true&includeFailures=false&includePayments=true&folioView=1&type=Reservation&includeAuthorizations=false", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/authorizationHistory?includeRefunds=true&includeFailures=false&includePayments=true&folioView=1&type=Reservation&includeAuthorizations=false", "host": [ "{{HostName}}" ], @@ -11084,13 +9150,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11121,7 +9183,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/bedTax?arrival=2021-08-01", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/bedTax?arrival=2021-08-01", "host": [ "{{HostName}}" ], @@ -11150,13 +9212,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11187,7 +9245,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/routingInstructionCodes?includeTransactionCodes=true&includeBillingInstructions=true&includeCompInstructions=true&idContext=OPERA&type=Reservation", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/routingInstructionCodes?includeTransactionCodes=true&includeBillingInstructions=true&includeCompInstructions=true&idContext=OPERA&type=Reservation", "host": [ "{{HostName}}" ], @@ -11232,13 +9290,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11268,21 +9322,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/cashiers/{{CashierId}}/locks", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "cashiers", - "{{CashierId}}", - "locks" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/cashiers/{{CashierId}}/locks" }, "response": [] }, @@ -11294,13 +9334,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11330,21 +9366,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/cashiers/{{CashierId}}/closureList", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "cashiers", - "{{CashierId}}", - "closureList" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/cashiers/{{CashierId}}/closureList" }, "response": [] }, @@ -11356,13 +9378,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11393,7 +9411,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/cashierReportPostings?cashierId=4&requestType=Cash&hotelId={{HotelId}}", + "raw": "{{HostName}}/csh/v1/cashierReportPostings?cashierId=4&requestType=Cash&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -11428,13 +9446,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11464,21 +9478,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/cashiers/{{CashierId}}/transactions", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "cashiers", - "{{CashierId}}", - "transactions" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/cashiers/{{CashierId}}/transactions" }, "response": [] }, @@ -11490,13 +9490,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11526,20 +9522,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/check/{{CheckNumber}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "check", - "{{CheckNumber}}" - ] - }, + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/check/{{CheckNumber}}", "description": "Fetch the check details for a given posting posted through the POS" }, "response": [] @@ -11552,13 +9535,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11589,7 +9568,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/compRoutingInstructions?compRoutingStatuses=Request", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/compRoutingInstructions?compRoutingStatuses=Request", "host": [ "{{HostName}}" ], @@ -11635,13 +9614,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11672,7 +9647,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/depositFolio?fetchInstructions=ProjectedRevenue", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/depositFolio?fetchInstructions=ProjectedRevenue", "host": [ "{{HostName}}" ], @@ -11701,13 +9676,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11771,13 +9742,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11808,7 +9775,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/depositMaturity?cashierId=4&idContext=OPERA&type=Reservation", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/depositMaturity?cashierId=4&idContext=OPERA&type=Reservation", "host": [ "{{HostName}}" ], @@ -11847,13 +9814,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -11884,7 +9847,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/depositTransactions?includeGenerates=false&transactionNo=4000", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/depositTransactions?includeGenerates=false&transactionNo=4000", "host": [ "{{HostName}}" ], @@ -11917,13 +9880,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -12003,13 +9962,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -12040,7 +9995,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/folios?folioWindowNo=1&limit=50&fetchInstructions=Postings&fetchInstructions=Totalbalance&fetchInstructions=Transactioncodes&fetchInstructions=Windowbalances", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/folios?folioWindowNo=1&limit=50&fetchInstructions=Postings&fetchInstructions=Totalbalance&fetchInstructions=Transactioncodes&fetchInstructions=Windowbalances", "host": [ "{{HostName}}" ], @@ -12126,13 +10081,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -12162,19 +10113,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/folioHistory", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "folioHistory" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/folioHistory" }, "response": [] }, @@ -12186,13 +10125,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -12223,7 +10158,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/transactionDetails?transactionNo=1001514596&includeGenerates=true", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/transactionDetails?transactionNo=1001514596&includeGenerates=true", "host": [ "{{HostName}}" ], @@ -12256,13 +10191,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -12293,7 +10224,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/folioTypes", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/folioTypes", "host": [ "{{HostName}}" ], @@ -12323,13 +10254,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -12359,19 +10286,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/folioPrinters", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "folioPrinters" - ] - }, + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/folioPrinters", "description": "A" }, "response": [] @@ -12384,13 +10299,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -12420,19 +10331,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/folioTypeNames", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "folioTypeNames" - ] - }, + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/folioTypeNames", "description": "A" }, "response": [] @@ -12445,13 +10344,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -12658,13 +10553,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -12735,13 +10626,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -12772,7 +10659,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/postingDates/date/postingSummary?postingDate=2021-07-03&cashierId=4", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/postingDates/date/postingSummary?postingDate=2021-07-03&cashierId=4", "host": [ "{{HostName}}" ], @@ -12827,13 +10714,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -12864,7 +10747,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/receiptHistory?name=Smith", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/receiptHistory?name=Smith", "host": [ "{{HostName}}" ], @@ -12920,13 +10803,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -12957,7 +10836,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/packageOptions", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/packageOptions", "host": [ "{{HostName}}" ], @@ -12994,13 +10873,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -13031,7 +10906,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/revenueBuckets?idContext=OPERA&type=Reservation", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/revenueBuckets?idContext=OPERA&type=Reservation", "host": [ "{{HostName}}" ], @@ -13066,13 +10941,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -13103,7 +10974,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/roundingDifference?event=CheckOut&folioWindowNo=1&cashierId=4&hotelId={{HotelId}}&id=", + "raw": "{{HostName}}/csh/v1/roundingDifference?event=CheckOut&folioWindowNo=1&cashierId=4&hotelId={{HotelId}}&id=", "host": [ "{{HostName}}" ], @@ -13177,13 +11048,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -13214,7 +11081,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/routingInstructions?idContext=OPERA", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/routingInstructions?idContext=OPERA", "host": [ "{{HostName}}" ], @@ -13245,13 +11112,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -13381,13 +11244,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -13417,21 +11276,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/folios", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "folios" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/folios" }, "response": [] }, @@ -13440,13 +11285,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -13476,21 +11317,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/charges", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "charges" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/charges" }, "response": [] }, @@ -13499,13 +11326,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -13535,21 +11358,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/payments", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "payments" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/payments" }, "response": [] }, @@ -13558,13 +11367,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -13594,21 +11399,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/payments", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "payments" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/payments" }, "response": [] }, @@ -13617,13 +11408,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -13653,21 +11440,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkOuts", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "checkOuts" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkOuts" }, "response": [] }, @@ -13676,13 +11449,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -13712,19 +11481,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/creditBill", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "creditBill" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/creditBill" }, "response": [] }, @@ -13733,13 +11490,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -13769,21 +11522,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/depositPayments", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "depositPayments" - ] - }, + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/depositPayments", "description": "There are a number of ways to use this operation. Posting to the policy would have the policyId section and if a standalone deposit it would not. This operation does have the ability to use a credit card too. There's the ability to use the card that already exists on the reservation and furthermore, the ability to send it in with amount and approval code to specify a deposit has been taken outside of OPERA Cloud application." }, "response": [] @@ -13793,13 +11532,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -13829,21 +11564,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/depositFolios", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "depositFolios" - ] - }, + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/depositFolios", "description": "There are a number of ways to use this operation. Posting to the policy would have the policyId section and if a standalone deposit it would not. This operation does have the ability to use a credit card too. There's the ability to use the card that already exists on the reservation and furthermore, the ability to send it in with amount and approval code to specify a deposit has been taken outside of OPERA Cloud application." }, "response": [] @@ -13853,13 +11574,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -13889,21 +11606,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/fixedCharges", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "fixedCharges" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/fixedCharges" }, "response": [] }, @@ -13912,13 +11615,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -13948,19 +11647,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/passerBySale", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "passerBySale" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/passerBySale" }, "response": [] }, @@ -13969,13 +11656,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -14005,21 +11688,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/transactions/{{TransactionId}}/reversePayments", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "transactions", - "{{TransactionId}}", - "reversePayments" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/transactions/{{TransactionId}}/reversePayments" }, "response": [] }, @@ -14028,13 +11697,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -14064,22 +11729,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/routingInstructions/change", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "routingInstructions", - "change" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/routingInstructions/change" }, "response": [] }, @@ -14088,13 +11738,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -14124,22 +11770,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/routingInstructions/create", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "routingInstructions", - "create" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/routingInstructions/create" }, "response": [] }, @@ -14148,13 +11779,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -14184,22 +11811,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkOuts/reinstate", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "checkOuts", - "reinstate" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkOuts/reinstate" }, "response": [] }, @@ -14208,13 +11820,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -14244,21 +11852,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/transferTransactions", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "transferTransactions" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/transferTransactions" }, "response": [] }, @@ -14267,13 +11861,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -14304,7 +11894,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/bedTax/{{taxRegistraitionNo}}?HotelId={{HotelId}}", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/bedTax/{{taxRegistraitionNo}}?HotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -14331,13 +11921,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -14367,21 +11953,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/cashiers/{{CashierId}}/locks", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "cashiers", - "{{CashierId}}", - "locks" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/cashiers/{{CashierId}}/locks" }, "response": [] }, @@ -14390,13 +11962,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -14426,20 +11994,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/cashierslock/{{LockId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "cashierslock", - "{{LockId}}" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/cashierslock/{{LockId}}" }, "response": [] }, @@ -14448,13 +12003,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -14485,7 +12036,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/fixedCharges?fixedChargeID=13770", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/fixedCharges?fixedChargeID=13770", "host": [ "{{HostName}}" ], @@ -14513,13 +12064,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -14549,22 +12096,7 @@ } } }, - "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/packageAllowance/links", - "host": [ - "{{HostName}}" - ], - "path": [ - "csh", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "packageAllowance", - "links" - ] - } + "url": "{{HostName}}/csh/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/packageAllowance/links" }, "response": [] }, @@ -14573,13 +12105,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -14610,7 +12138,7 @@ } }, "url": { - "raw": "{{HostName}}/csh/v0/hotels/{{HotelId}}/check/{{CheckNumber}}/charges?cashierId=1&reservationId={{ReservationId}}¤cyCode=USD&amount=100", + "raw": "{{HostName}}/csh/v1/hotels/{{HotelId}}/check/{{CheckNumber}}/charges?cashierId=1&reservationId={{ReservationId}}¤cyCode=USD&amount=100", "host": [ "{{HostName}}" ], @@ -14682,13 +12210,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -14718,19 +12242,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/amenities/mapping", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "amenities", - "mapping" - ] - } + "url": "{{HostName}}/chl/v1/channels/amenities/mapping" }, "response": [] }, @@ -14739,13 +12251,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -14775,18 +12283,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/amenities", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "amenities" - ] - } + "url": "{{HostName}}/chl/v1/channels/amenities" }, "response": [] }, @@ -14795,13 +12292,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -14831,18 +12324,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/amenities", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "amenities" - ] - } + "url": "{{HostName}}/chl/v1/channels/amenities" }, "response": [] }, @@ -14851,13 +12333,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -14888,7 +12366,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/amenities?amenityGroup=RoomFeatures&systemSubType=WEB&systemName=Website Channel&systemCode=DOC&systemType=CHANNEL&externalSystemCode=DOC&description=Website Channel&localSystemCode=100", + "raw": "{{HostName}}/chl/v1/channels/amenities?amenityGroup=RoomFeatures&systemSubType=WEB&systemName=Website Channel&systemCode=DOC&systemType=CHANNEL&externalSystemCode=DOC&description=Website Channel&localSystemCode=100", "host": [ "{{HostName}}" ], @@ -14949,13 +12427,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -14985,18 +12459,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}" }, "response": [] }, @@ -15005,13 +12468,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -15041,17 +12500,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels" - ] - } + "url": "{{HostName}}/chl/v1/channels" }, "response": [] }, @@ -15060,13 +12509,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -15096,17 +12541,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels" - ] - } + "url": "{{HostName}}/chl/v1/channels" }, "response": [] }, @@ -15118,13 +12553,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -15154,17 +12585,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels" - ] - } + "url": "{{HostName}}/chl/v1/channels" }, "response": [] } @@ -15181,13 +12602,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -15218,7 +12635,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/cardType/mappings?includeInactive=false&offset=0&hotelIds={{HotelId}}&bookingChannelCodes=DOC", + "raw": "{{HostName}}/chl/v1/channels/cardType/mappings?includeInactive=false&offset=0&hotelIds={{HotelId}}&bookingChannelCodes=DOC", "host": [ "{{HostName}}" ], @@ -15276,13 +12693,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -15312,8 +12725,90 @@ } } }, + "url": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channels/{{ChannelCode}}/cardType/{{CardTypeCode}}" + }, + "response": [] + }, + { + "name": "put Channel Card Type Mapping", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "PUT", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"channelCardTypeMapping\": {\r\n \"newChannelCardType\": \"AX\",\r\n \"inactiveDate\": \"2023-06-30\",\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"bookingChannelCode\": \"DOC\",\r\n \"cardType\": \"AX\"\r\n }\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channels/{{ChannelCode}}/cardType/{{CardTypeCode}}" + }, + "response": [] + }, + { + "name": "delete Channel Card Type Mapping", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "DELETE", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channels/{{ChannelCode}}/cardType/{{CardTypeCode}}", + "raw": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channels/{{ChannelCode}}/cardType/{{CardTypeCode}}?channelCardType={{CardTypeCode}}", "host": [ "{{HostName}}" ], @@ -15326,23 +12821,71 @@ "{{ChannelCode}}", "cardType", "{{CardTypeCode}}" + ], + "query": [ + { + "key": "channelCardType", + "value": "{{CardTypeCode}}" + } ] } }, "response": [] - }, + } + ] + }, + { + "name": "Channel Carriers", + "item": [ { - "name": "put Channel Card Type Mapping", + "name": "post Channel Carriers", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "POST", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"carriers\": {\r\n \"carrier\": [\r\n {\r\n \"carrierCode\": {\r\n \"code\": \"DOC\"\r\n },\r\n \"merchant\": false,\r\n \"inactive\": false\r\n }\r\n ],\r\n \"bookingChannelCode\": \"DOC\"\r\n }\r\n}", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/subChannels" + }, + "response": [] + }, + { + "name": "put Channel Carriers", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -15365,44 +12908,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"channelCardTypeMapping\": {\r\n \"newChannelCardType\": \"AX\",\r\n \"inactiveDate\": \"2023-06-30\",\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"bookingChannelCode\": \"DOC\",\r\n \"cardType\": \"AX\"\r\n }\r\n}", + "raw": "{\r\n \"carriers\": {\r\n \"carrier\": [\r\n {\r\n \"carrierCode\": {\r\n \"code\": \"DOC\"\r\n },\r\n \"merchant\": false,\r\n \"inactive\": false\r\n }\r\n ],\r\n \"bookingChannelCode\": \"DOC\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channels/{{ChannelCode}}/cardType/{{CardTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "hotels", - "{{HotelId}}", - "channels", - "{{ChannelCode}}", - "cardType", - "{{CardTypeCode}}" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/subChannels" }, "response": [] }, { - "name": "delete Channel Card Type Mapping", + "name": "delete Channel Carriers", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -15433,24 +12957,24 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channels/{{ChannelCode}}/cardType/{{CardTypeCode}}?channelCardType={{CardTypeCode}}", + "raw": "{{HostName}}/chl/v1/channels/subChannels?bookingChannelCodes=DOC&carriers=DOC", "host": [ "{{HostName}}" ], "path": [ "chl", "v0", - "hotels", - "{{HotelId}}", "channels", - "{{ChannelCode}}", - "cardType", - "{{CardTypeCode}}" + "subChannels" ], "query": [ { - "key": "channelCardType", - "value": "{{CardTypeCode}}" + "key": "bookingChannelCodes", + "value": "DOC" + }, + { + "key": "carriers", + "value": "DOC" } ] } @@ -15460,20 +12984,16 @@ ] }, { - "name": "Channel Carriers", + "name": "Channel Errors", "item": [ { - "name": "post Channel Carriers", + "name": "post Channel Errors", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -15496,41 +13016,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"carriers\": {\r\n \"carrier\": [\r\n {\r\n \"carrierCode\": {\r\n \"code\": \"DOC\"\r\n },\r\n \"merchant\": false,\r\n \"inactive\": false\r\n }\r\n ],\r\n \"bookingChannelCode\": \"DOC\"\r\n }\r\n}", + "raw": "{\r\n \"errors\": {\r\n \"error\": [\r\n {\r\n \"errorCode\": \"ALT_NAME_TRANSLATION_NOT_SUPPORTED\",\r\n \"errorDescription\": \"Alternate name translation functionality is not supported.\",\r\n \"errorPrefix\": \"SYS\",\r\n \"errorSuffix\": \"81\",\r\n \"bookingResponse\": \"Unconfirmed\",\r\n \"dateRange\": {\r\n \"startDate\": \"2021-02-03\"\r\n },\r\n \"manualProcess\": true\r\n }\r\n ],\r\n \"bookingChannelCode\": \"DOC\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/subChannels", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "subChannels" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/errorCodes" }, "response": [] }, { - "name": "put Channel Carriers", + "name": "put Channel Errors", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -15553,41 +13057,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"carriers\": {\r\n \"carrier\": [\r\n {\r\n \"carrierCode\": {\r\n \"code\": \"DOC\"\r\n },\r\n \"merchant\": false,\r\n \"inactive\": false\r\n }\r\n ],\r\n \"bookingChannelCode\": \"DOC\"\r\n }\r\n}", + "raw": "{\r\n \"errors\": {\r\n \"error\": [\r\n {\r\n \"errorCode\": \"ALT_NAME_TRANSLATION_NOT_SUPPORTED\",\r\n \"errorDescription\": \"Alternate name translation functionality is not supported.\",\r\n \"errorPrefix\": \"SYS\",\r\n \"errorSuffix\": \"81\",\r\n \"bookingResponse\": \"Unconfirmed\",\r\n \"dateRange\": {\r\n \"startDate\": \"2021-02-26\"\r\n },\r\n \"manualProcess\": true\r\n }\r\n ],\r\n \"bookingChannelCode\": \"DOC\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/subChannels", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "subChannels" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/errorCodes" }, "response": [] }, { - "name": "delete Channel Carriers", + "name": "delete Channel Errors", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -15618,7 +13106,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/subChannels?bookingChannelCodes=DOC&carriers=DOC", + "raw": "{{HostName}}/chl/v1/channels/errorCodes?bookingChannelCode={{ChannelCode}}&error=ALT_NAME_TRANSLATION_NOT_SUPPORTED", "host": [ "{{HostName}}" ], @@ -15626,16 +13114,16 @@ "chl", "v0", "channels", - "subChannels" + "errorCodes" ], "query": [ { - "key": "bookingChannelCodes", - "value": "DOC" + "key": "bookingChannelCode", + "value": "{{ChannelCode}}" }, { - "key": "carriers", - "value": "DOC" + "key": "error", + "value": "ALT_NAME_TRANSLATION_NOT_SUPPORTED" } ] } @@ -15645,20 +13133,16 @@ ] }, { - "name": "Channel Errors", + "name": "Channel Guarantee Code Mapping", "item": [ { - "name": "post Channel Errors", + "name": "post Channel Guarantee Code Mapping", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -15681,41 +13165,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"errors\": {\r\n \"error\": [\r\n {\r\n \"errorCode\": \"ALT_NAME_TRANSLATION_NOT_SUPPORTED\",\r\n \"errorDescription\": \"Alternate name translation functionality is not supported.\",\r\n \"errorPrefix\": \"SYS\",\r\n \"errorSuffix\": \"81\",\r\n \"bookingResponse\": \"Unconfirmed\",\r\n \"dateRange\": {\r\n \"startDate\": \"2021-02-03\"\r\n },\r\n \"manualProcess\": true\r\n }\r\n ],\r\n \"bookingChannelCode\": \"DOC\"\r\n }\r\n}", + "raw": "{\r\n \"channelGuaranteeCodeMapping\": {\r\n \"newChannelGuaranteeCode\": \"4PM\",\r\n \"paymentType\": \"CASH\",\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"bookingChannelCode\": \"DOC\",\r\n \"guaranteeCode\": \"4PM\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/errorCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "errorCodes" - ] - } + "url": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channels/{{ChannelCode}}/guarantees/{{GuaranteeCode}}" }, "response": [] }, { - "name": "put Channel Errors", + "name": "put Channel Guarantee Code Mapping", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -15738,41 +13206,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"errors\": {\r\n \"error\": [\r\n {\r\n \"errorCode\": \"ALT_NAME_TRANSLATION_NOT_SUPPORTED\",\r\n \"errorDescription\": \"Alternate name translation functionality is not supported.\",\r\n \"errorPrefix\": \"SYS\",\r\n \"errorSuffix\": \"81\",\r\n \"bookingResponse\": \"Unconfirmed\",\r\n \"dateRange\": {\r\n \"startDate\": \"2021-02-26\"\r\n },\r\n \"manualProcess\": true\r\n }\r\n ],\r\n \"bookingChannelCode\": \"DOC\"\r\n }\r\n}", + "raw": "{\r\n \"channelGuaranteeCodeMapping\": {\r\n \"newChannelGuaranteeCode\": \"4PM\",\r\n \"paymentType\": \"CASH\",\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"bookingChannelCode\": \"DOC\",\r\n \"guaranteeCode\": \"4PM\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/errorCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "errorCodes" - ] - } + "url": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channels/{{ChannelCode}}/guarantees/{{GuaranteeCode}}" }, "response": [] }, { - "name": "delete Channel Errors", + "name": "delete Channel Guarantee Code Mapping", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -15802,48 +13254,67 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/errorCodes?bookingChannelCode={{ChannelCode}}&error=ALT_NAME_TRANSLATION_NOT_SUPPORTED", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "errorCodes" - ], - "query": [ - { - "key": "bookingChannelCode", - "value": "{{ChannelCode}}" - }, - { - "key": "error", - "value": "ALT_NAME_TRANSLATION_NOT_SUPPORTED" - } - ] - } + "url": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channels/{{ChannelCode}}/guarantees/{{GuaranteeCode}}" }, "response": [] } ] }, { - "name": "Channel Guarantee Code Mapping", + "name": "Channel Hotel Letters", "item": [ { - "name": "post Channel Guarantee Code Mapping", + "name": "get Channel Hotel Letters", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/chl/v1/channels/confirmationLetters" + }, + "response": [] + }, + { + "name": "post Channel Hotel Letters", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -15866,44 +13337,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"channelGuaranteeCodeMapping\": {\r\n \"newChannelGuaranteeCode\": \"4PM\",\r\n \"paymentType\": \"CASH\",\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"bookingChannelCode\": \"DOC\",\r\n \"guaranteeCode\": \"4PM\"\r\n }\r\n}", + "raw": "{\r\n \"channelHotelLetters\": [\r\n {\r\n \"letterName\": \"aman_guest_confirmation\",\r\n \"bookingChannel\": {\r\n \"code\": \"DOC\",\r\n \"description\": \"New Channel\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"letterType\": \"Confirmation\",\r\n \"language\": \"E\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channels/{{ChannelCode}}/guarantees/{{GuaranteeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "hotels", - "{{HotelId}}", - "channels", - "{{ChannelCode}}", - "guarantees", - "{{GuaranteeCode}}" - ] - } + "url": "{{HostName}}/chl/v1/channels/confirmationLetters" }, "response": [] }, { - "name": "put Channel Guarantee Code Mapping", + "name": "put Channel Hotel Letters", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -15926,44 +13378,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"channelGuaranteeCodeMapping\": {\r\n \"newChannelGuaranteeCode\": \"4PM\",\r\n \"paymentType\": \"CASH\",\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"bookingChannelCode\": \"DOC\",\r\n \"guaranteeCode\": \"4PM\"\r\n }\r\n}", + "raw": "{\r\n \"channelHotelLetters\": [\r\n {\r\n \"letterName\": \"confirmation_letter\",\r\n \"bookingChannel\": {\r\n \"code\": \"DOC\",\r\n \"description\": \"DOC\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"letterType\": \"Confirmation\",\r\n \"language\": \"E\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channels/{{ChannelCode}}/guarantees/{{GuaranteeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "hotels", - "{{HotelId}}", - "channels", - "{{ChannelCode}}", - "guarantees", - "{{GuaranteeCode}}" - ] - } + "url": "{{HostName}}/chl/v1/channels/confirmationLetters" }, "response": [] }, { - "name": "delete Channel Guarantee Code Mapping", + "name": "delete Channel Hotel Letters", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -15994,19 +13427,41 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channels/{{ChannelCode}}/guarantees/{{GuaranteeCode}}", + "raw": "{{HostName}}/chl/v1/channels/confirmationLetters?code=DOC&code1=E&description=Channel description&hotelId={{HotelId}}&letterType=Confirmation&description1=English", "host": [ "{{HostName}}" ], "path": [ "chl", "v0", - "hotels", - "{{HotelId}}", "channels", - "{{ChannelCode}}", - "guarantees", - "{{GuaranteeCode}}" + "confirmationLetters" + ], + "query": [ + { + "key": "code", + "value": "DOC" + }, + { + "key": "code1", + "value": "E" + }, + { + "key": "description", + "value": "Channel description" + }, + { + "key": "hotelId", + "value": "{{HotelId}}" + }, + { + "key": "letterType", + "value": "Confirmation" + }, + { + "key": "description1", + "value": "English" + } ] } }, @@ -16015,23 +13470,19 @@ ] }, { - "name": "Channel Hotel Letters", + "name": "Channel Marketing Text", "item": [ { - "name": "get Channel Hotel Letters", + "name": "get Channel Marketing Text", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -16062,7 +13513,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/confirmationLetters", + "raw": "{{HostName}}/chl/v1/channels/marketingText?includeInactive=false&fetchInstructions=Marketingtext", "host": [ "{{HostName}}" ], @@ -16070,24 +13521,31 @@ "chl", "v0", "channels", - "confirmationLetters" + "marketingText" + ], + "query": [ + { + "key": "includeInactive", + "value": "false" + }, + { + "key": "fetchInstructions", + "value": "Marketingtext", + "description": "\"Marketingtext\", \"Amenity\", \"Carrier\", \"Currency\", \"Error\", \"Guarantee\", \"Ratecategory\" " + } ] } }, "response": [] }, { - "name": "post Channel Hotel Letters", + "name": "post Channel Marketing Text", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -16110,40 +13568,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"channelHotelLetters\": [\r\n {\r\n \"letterName\": \"aman_guest_confirmation\",\r\n \"bookingChannel\": {\r\n \"code\": \"DOC\",\r\n \"description\": \"New Channel\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"letterType\": \"Confirmation\",\r\n \"language\": \"E\"\r\n }\r\n ]\r\n}", + "raw": "{\r\n \"createChannelMarketingTexts\": [\r\n {\r\n \"newHotelCode\": \"{{HotelId}}\",\r\n \"newTransactionType\": \"GUDPCN\",\r\n \"newPolicyType\": \"CANCEL POLICY\",\r\n \"newPolicyDetail\": \"GUARANTEE\",\r\n \"newBeginDate\": \"2021-07-08\",\r\n \"marketingText\": \"Channel marketing cancel policy can go here\",\r\n \"globalTextYN\": false,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"bookingChannelCode\": \"DOC\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/confirmationLetters", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "confirmationLetters" - ] - } + "url": "{{HostName}}/chl/v1/channels/marketingText" }, "response": [] }, { - "name": "put Channel Hotel Letters", + "name": "put Channel Marketing Text", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -16166,40 +13609,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"channelHotelLetters\": [\r\n {\r\n \"letterName\": \"confirmation_letter\",\r\n \"bookingChannel\": {\r\n \"code\": \"DOC\",\r\n \"description\": \"DOC\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"letterType\": \"Confirmation\",\r\n \"language\": \"E\"\r\n }\r\n ]\r\n}", + "raw": "{\r\n \"changeChannelMarketingTexts\": [\r\n {\r\n \"newHotelCode\": \"{{HotelId}}\",\r\n \"newTransactionType\": \"GUDPCN\",\r\n \"newPolicyType\": \"CANCEL POLICY\",\r\n \"newPolicyDetail\": \"GUARANTEE\",\r\n \"newBeginDate\": \"2021-08-08\",\r\n \"marketingText\": \"Channel marketing cancel policy can go here\",\r\n \"transactionType\": \"GUDPCN\",\r\n \"policyType\": \"CANCEL POLICY\",\r\n \"policyDetail\": \"GUARANTEE\",\r\n \"beginDate\": \"2021-07-08\",\r\n \"globalTextYN\": false,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"bookingChannelCode\": \"DOC\"\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/confirmationLetters", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "confirmationLetters" - ] - } + "url": "{{HostName}}/chl/v1/channels/marketingText" }, "response": [] }, { - "name": "delete Channel Hotel Letters", + "name": "delete Channel Marketing Text", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -16230,276 +13658,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/confirmationLetters?code=DOC&code1=E&description=Channel description&hotelId={{HotelId}}&letterType=Confirmation&description1=English", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "confirmationLetters" - ], - "query": [ - { - "key": "code", - "value": "DOC" - }, - { - "key": "code1", - "value": "E" - }, - { - "key": "description", - "value": "Channel description" - }, - { - "key": "hotelId", - "value": "{{HotelId}}" - }, - { - "key": "letterType", - "value": "Confirmation" - }, - { - "key": "description1", - "value": "English" - } - ] - } - }, - "response": [] - } - ] - }, - { - "name": "Channel Marketing Text", - "item": [ - { - "name": "get Channel Marketing Text", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/marketingText?includeInactive=false&fetchInstructions=Marketingtext", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "marketingText" - ], - "query": [ - { - "key": "includeInactive", - "value": "false" - }, - { - "key": "fetchInstructions", - "value": "Marketingtext", - "description": "\"Marketingtext\", \"Amenity\", \"Carrier\", \"Currency\", \"Error\", \"Guarantee\", \"Ratecategory\" " - } - ] - } - }, - "response": [] - }, - { - "name": "post Channel Marketing Text", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "POST", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"createChannelMarketingTexts\": [\r\n {\r\n \"newHotelCode\": \"{{HotelId}}\",\r\n \"newTransactionType\": \"GUDPCN\",\r\n \"newPolicyType\": \"CANCEL POLICY\",\r\n \"newPolicyDetail\": \"GUARANTEE\",\r\n \"newBeginDate\": \"2021-07-08\",\r\n \"marketingText\": \"Channel marketing cancel policy can go here\",\r\n \"globalTextYN\": false,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"bookingChannelCode\": \"DOC\"\r\n }\r\n ]\r\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/marketingText", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "marketingText" - ] - } - }, - "response": [] - }, - { - "name": "put Channel Marketing Text", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "PUT", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"changeChannelMarketingTexts\": [\r\n {\r\n \"newHotelCode\": \"{{HotelId}}\",\r\n \"newTransactionType\": \"GUDPCN\",\r\n \"newPolicyType\": \"CANCEL POLICY\",\r\n \"newPolicyDetail\": \"GUARANTEE\",\r\n \"newBeginDate\": \"2021-08-08\",\r\n \"marketingText\": \"Channel marketing cancel policy can go here\",\r\n \"transactionType\": \"GUDPCN\",\r\n \"policyType\": \"CANCEL POLICY\",\r\n \"policyDetail\": \"GUARANTEE\",\r\n \"beginDate\": \"2021-07-08\",\r\n \"globalTextYN\": false,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"bookingChannelCode\": \"DOC\"\r\n }\r\n ]\r\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/marketingText", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "marketingText" - ] - } - }, - "response": [] - }, - { - "name": "delete Channel Marketing Text", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "DELETE", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/marketingText?transactionType=GUDPCN&beginDate=2021-08-08&policyDetail=GUARANTEE&policyType=CANCEL+POLICY&hotelId={{HotelId}}&bookingChannelCode=DOC", + "raw": "{{HostName}}/chl/v1/channels/marketingText?transactionType=GUDPCN&beginDate=2021-08-08&policyDetail=GUARANTEE&policyType=CANCEL+POLICY&hotelId={{HotelId}}&bookingChannelCode=DOC", "host": [ "{{HostName}}" ], @@ -16552,13 +13711,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -16589,7 +13744,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/negotiatedRates?hotelId={{HotelId}}&bookingChannelCode=OWS", + "raw": "{{HostName}}/chl/v1/channels/negotiatedRates?hotelId={{HotelId}}&bookingChannelCode=OWS", "host": [ "{{HostName}}" ], @@ -16618,13 +13773,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -16654,18 +13805,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/negotiatedRates", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "negotiatedRates" - ] - } + "url": "{{HostName}}/chl/v1/channels/negotiatedRates" }, "response": [] }, @@ -16674,13 +13814,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -16710,18 +13846,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/negotiatedRates", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "negotiatedRates" - ] - } + "url": "{{HostName}}/chl/v1/channels/negotiatedRates" }, "response": [] }, @@ -16730,13 +13855,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -16767,7 +13888,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/negotiatedRates?channelRatePlanCode=COR1&accessCode=9897&start=2021-06-09&end=2022-06-15&hotelId={{HotelId}}&type=Profile&idContext=OPERA&id=409609&type=CorporateId&idContext=OPERA&id=409609&bookingChannelCode=DOC", + "raw": "{{HostName}}/chl/v1/channels/negotiatedRates?channelRatePlanCode=COR1&accessCode=9897&start=2021-06-09&end=2022-06-15&hotelId={{HotelId}}&type=Profile&idContext=OPERA&id=409609&type=CorporateId&idContext=OPERA&id=409609&bookingChannelCode=DOC", "host": [ "{{HostName}}" ], @@ -16844,13 +13965,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -16880,21 +13997,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channels/{{ChannelCode}}/parameters", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "hotels", - "{{HotelId}}", - "channels", - "{{ChannelCode}}", - "parameters" - ] - } + "url": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channels/{{ChannelCode}}/parameters" }, "response": [] }, @@ -16903,13 +14006,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -16939,19 +14038,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/parameters", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "parameters" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/parameters" }, "response": [] } @@ -16965,13 +14052,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -17001,19 +14084,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/rateCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "rateCategories" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/rateCategories" }, "response": [] }, @@ -17022,13 +14093,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -17058,19 +14125,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/rateCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "rateCategories" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/rateCategories" }, "response": [] }, @@ -17079,13 +14134,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -17116,7 +14167,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/rateCategories?rateCategories=GOVT&bookingChannelCodes=DOC", + "raw": "{{HostName}}/chl/v1/channels/rateCategories?rateCategories=GOVT&bookingChannelCodes=DOC", "host": [ "{{HostName}}" ], @@ -17150,13 +14201,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -17186,19 +14233,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/rateLevels", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "rateLevels" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/rateLevels" }, "response": [] }, @@ -17207,13 +14242,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -17243,19 +14274,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/rateLevels", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "rateLevels" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/rateLevels" }, "response": [] }, @@ -17264,13 +14283,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -17301,7 +14316,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/rateLevels?bookingChannelCodes=DOC&rateLevels=BAR", + "raw": "{{HostName}}/chl/v1/channels/rateLevels?bookingChannelCodes=DOC&rateLevels=BAR", "host": [ "{{HostName}}" ], @@ -17338,13 +14353,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -17374,18 +14385,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/rates", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "rates" - ] - } + "url": "{{HostName}}/chl/v1/channels/rates" }, "response": [] }, @@ -17394,13 +14394,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -17430,18 +14426,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/rates", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "rates" - ] - } + "url": "{{HostName}}/chl/v1/channels/rates" }, "response": [] }, @@ -17450,13 +14435,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -17487,7 +14468,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/rates?channelRatePlanCode=RACK&hotelId={{HotelId}}&ratePlanCode=RACK&bookingChannelCode=DOC", + "raw": "{{HostName}}/chl/v1/channels/rates?channelRatePlanCode=RACK&hotelId={{HotelId}}&ratePlanCode=RACK&bookingChannelCode=DOC", "host": [ "{{HostName}}" ], @@ -17532,13 +14513,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -17568,21 +14545,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/rates/{{RatePlanCode}}/globalDescription", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "hotels", - "{{HotelId}}", - "rates", - "{{RatePlanCode}}", - "globalDescription" - ] - } + "url": "{{HostName}}/chl/v1/hotels/{{HotelId}}/rates/{{RatePlanCode}}/globalDescription" }, "response": [] }, @@ -17594,13 +14557,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -17631,7 +14590,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/rates/globalDescriptions?globalDescriptionType=RoomType", + "raw": "{{HostName}}/chl/v1/channels/rates/globalDescriptions?globalDescriptionType=RoomType", "host": [ "{{HostName}}" ], @@ -17658,13 +14617,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -17694,19 +14649,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/rates/globalDescriptions", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "rates", - "globalDescriptions" - ] - } + "url": "{{HostName}}/chl/v1/channels/rates/globalDescriptions" }, "response": [] }, @@ -17715,13 +14658,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -17751,19 +14690,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/rates/globalDescriptions", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "rates", - "globalDescriptions" - ] - } + "url": "{{HostName}}/chl/v1/channels/rates/globalDescriptions" }, "response": [] }, @@ -17772,13 +14699,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -17808,21 +14731,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/rates/{{ChannelRateCode}}/globalDescription", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "rates", - "{{ChannelRateCode}}", - "globalDescription" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/rates/{{ChannelRateCode}}/globalDescription" }, "response": [] }, @@ -17831,13 +14740,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -17868,7 +14773,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/rates/globalDescriptions?code=RACK&globalDescType=RatePlan&hotelId={{HotelId}}", + "raw": "{{HostName}}/chl/v1/channels/rates/globalDescriptions?code=RACK&globalDescType=RatePlan&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -17910,13 +14815,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -17947,7 +14848,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/rooms/globalDescriptions?globalDescriptionType=RoomType", + "raw": "{{HostName}}/chl/v1/channels/rooms/globalDescriptions?globalDescriptionType=RoomType", "host": [ "{{HostName}}" ], @@ -17974,13 +14875,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -18010,19 +14907,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/rooms/globalDescriptions", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "rooms", - "globalDescriptions" - ] - } + "url": "{{HostName}}/chl/v1/channels/rooms/globalDescriptions" }, "response": [] }, @@ -18031,13 +14916,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -18067,19 +14948,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/rooms/globalDescriptions", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "rooms", - "globalDescriptions" - ] - } + "url": "{{HostName}}/chl/v1/channels/rooms/globalDescriptions" }, "response": [] }, @@ -18088,13 +14957,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -18124,19 +14989,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/rooms/globalDescription", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "rooms", - "globalDescription" - ] - } + "url": "{{HostName}}/chl/v1/channels/rooms/globalDescription" }, "response": [] }, @@ -18145,13 +14998,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -18182,7 +15031,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/rooms/globalDescriptions?code1=SUP&globalDescType=RoomType&hotelId={{HotelId}}", + "raw": "{{HostName}}/chl/v1/channels/rooms/globalDescriptions?code1=SUP&globalDescType=RoomType&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -18224,13 +15073,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -18260,20 +15105,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/rooms/mapping", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "hotels", - "{{HotelId}}", - "rooms", - "mapping" - ] - } + "url": "{{HostName}}/chl/v1/hotels/{{HotelId}}/rooms/mapping" }, "response": [] }, @@ -18282,13 +15114,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -18318,18 +15146,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/rooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "rooms" - ] - } + "url": "{{HostName}}/chl/v1/channels/rooms" }, "response": [] }, @@ -18338,13 +15155,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -18374,22 +15187,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channels/{{ChannelCode}}/rooms/{{RoomTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "hotels", - "{{HotelId}}", - "channels", - "{{ChannelCode}}", - "rooms", - "{{RoomTypeCode}}" - ] - } + "url": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channels/{{ChannelCode}}/rooms/{{RoomTypeCode}}" }, "response": [] }, @@ -18398,13 +15196,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -18435,7 +15229,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channels/{{ChannelCode}}/rooms/{{RoomTypeCode}}?beginDate=2021-06-02&channelRoomType=SUP", + "raw": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channels/{{ChannelCode}}/rooms/{{RoomTypeCode}}?beginDate=2021-06-02&channelRoomType=SUP", "host": [ "{{HostName}}" ], @@ -18493,13 +15287,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -18529,19 +15319,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/roomTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "roomTypes" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/roomTypes" }, "response": [] }, @@ -18550,13 +15328,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -18586,19 +15360,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/roomTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "roomTypes" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/roomTypes" }, "response": [] }, @@ -18607,13 +15369,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -18635,7 +15393,7 @@ } ], "url": { - "raw": "{{HostName}}/chl/v0/channels/roomTypes?roomTypes=SUP&bookingChannelCodes=DOC", + "raw": "{{HostName}}/chl/v1/channels/roomTypes?roomTypes=SUP&bookingChannelCodes=DOC", "host": [ "{{HostName}}" ], @@ -18672,13 +15430,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -18709,7 +15463,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/cardTypes/mapping?includeInactive=false&offset=0&systemType=CHANNEL", + "raw": "{{HostName}}/chl/v1/channels/cardTypes/mapping?includeInactive=false&offset=0&systemType=CHANNEL", "host": [ "{{HostName}}" ], @@ -18743,13 +15497,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -18779,18 +15529,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/cardTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "cardTypes" - ] - } + "url": "{{HostName}}/chl/v1/channels/cardTypes" }, "response": [] }, @@ -18799,13 +15538,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -18835,18 +15570,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/cardTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "cardTypes" - ] - } + "url": "{{HostName}}/chl/v1/channels/cardTypes" }, "response": [] }, @@ -18855,13 +15579,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -18892,7 +15612,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/cardTypes?systemSubType=WEB&systemName=WEBSITEDOC&systemCode=DOC&systemType=CHANNEL&externalSystemCode=AX&localSystemCode=AX&startDate=2021-09-07", + "raw": "{{HostName}}/chl/v1/channels/cardTypes?systemSubType=WEB&systemName=WEBSITEDOC&systemCode=DOC&systemType=CHANNEL&externalSystemCode=AX&localSystemCode=AX&startDate=2021-09-07", "host": [ "{{HostName}}" ], @@ -18949,13 +15669,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -18985,19 +15701,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/currencies/mapping", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "currencies", - "mapping" - ] - } + "url": "{{HostName}}/chl/v1/channels/currencies/mapping" }, "response": [] }, @@ -19006,13 +15710,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -19042,18 +15742,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/currencies", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "currencies" - ] - } + "url": "{{HostName}}/chl/v1/channels/currencies" }, "response": [] }, @@ -19062,13 +15751,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -19098,18 +15783,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/currencies", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "currencies" - ] - } + "url": "{{HostName}}/chl/v1/channels/currencies" }, "response": [] }, @@ -19118,13 +15792,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -19155,7 +15825,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/currencies?lanyonDecimalPosition=0&systemSubType=WEB&systemName=WEBSITEDOC&systemCode=DOC&channelDecimalPosition=2&systemType=CHANNEL&externalSystemCode=AUD&localSystemCode=AUD&startDate=2021-06-23", + "raw": "{{HostName}}/chl/v1/channels/currencies?lanyonDecimalPosition=0&systemSubType=WEB&systemName=WEBSITEDOC&systemCode=DOC&channelDecimalPosition=2&systemType=CHANNEL&externalSystemCode=AUD&localSystemCode=AUD&startDate=2021-06-23", "host": [ "{{HostName}}" ], @@ -19220,13 +15890,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -19256,18 +15922,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/distributionTemplates", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "distributionTemplates" - ] - } + "url": "{{HostName}}/chl/v1/channels/distributionTemplates" }, "response": [] }, @@ -19276,13 +15931,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -19312,18 +15963,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/distributionTemplates", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "distributionTemplates" - ] - } + "url": "{{HostName}}/chl/v1/channels/distributionTemplates" }, "response": [] }, @@ -19332,13 +15972,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -19368,18 +16004,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/distributionTemplates", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "distributionTemplates" - ] - } + "url": "{{HostName}}/chl/v1/channels/distributionTemplates" }, "response": [] }, @@ -19388,13 +16013,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -19425,7 +16046,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/distributionTemplates?code=DOC&hotelId={{HotelId}}", + "raw": "{{HostName}}/chl/v1/channels/distributionTemplates?code=DOC&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -19462,13 +16083,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -19499,7 +16116,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/guarantees/mapping?includeInactive=false&offset=0&systemType=CHANNEL", + "raw": "{{HostName}}/chl/v1/channels/guarantees/mapping?includeInactive=false&offset=0&systemType=CHANNEL", "host": [ "{{HostName}}" ], @@ -19533,13 +16150,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -19569,18 +16182,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/guarantees", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "guarantees" - ] - } + "url": "{{HostName}}/chl/v1/channels/guarantees" }, "response": [] }, @@ -19589,13 +16191,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -19625,18 +16223,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/guarantees", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "guarantees" - ] - } + "url": "{{HostName}}/chl/v1/channels/guarantees" }, "response": [] }, @@ -19645,13 +16232,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -19682,7 +16265,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/guarantees?systemSubType=WEB&systemName=WEBSITEDOC&systemCode=DOC&systemType=CHANNEL&externalSystemCode=CC&startDate=2021-06-23&requirementCode=CREDIT_CARD", + "raw": "{{HostName}}/chl/v1/channels/guarantees?systemSubType=WEB&systemName=WEBSITEDOC&systemCode=DOC&systemType=CHANNEL&externalSystemCode=CC&startDate=2021-06-23&requirementCode=CREDIT_CARD", "host": [ "{{HostName}}" ], @@ -19739,13 +16322,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -19775,19 +16354,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/hotels/mapping", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "hotels", - "mapping" - ] - } + "url": "{{HostName}}/chl/v1/channels/hotels/mapping" }, "response": [] }, @@ -19796,13 +16363,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -19832,18 +16395,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/hotels", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "hotels" - ] - } + "url": "{{HostName}}/chl/v1/channels/hotels" }, "response": [] }, @@ -19852,13 +16404,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -19888,18 +16436,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/hotels", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "hotels" - ] - } + "url": "{{HostName}}/chl/v1/channels/hotels" }, "response": [] }, @@ -19908,13 +16445,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -19945,7 +16478,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/hotels?systemSubType=WEB&systemName=WEBSITEDOC&systemCode=DOC&systemType=CHANNEL&externalSystemCode=SAND01&startDate=2021-06-23&localSystemCode=SAND01&chainCode=OHIPSB", + "raw": "{{HostName}}/chl/v1/channels/hotels?systemSubType=WEB&systemName=WEBSITEDOC&systemCode=DOC&systemType=CHANNEL&externalSystemCode=SAND01&startDate=2021-06-23&localSystemCode=SAND01&chainCode=OHIPSB", "host": [ "{{HostName}}" ], @@ -20003,13 +16536,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -20040,7 +16569,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channel/sellLimits?fromDate=2021-03-10&bookingChannelCode=OWS", + "raw": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channel/sellLimits?fromDate=2021-03-10&bookingChannelCode=OWS", "host": [ "{{HostName}}" ], @@ -20079,13 +16608,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -20115,21 +16640,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/rooms/{{RoomType}}/globalDescription", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "hotels", - "{{HotelId}}", - "rooms", - "{{RoomType}}", - "globalDescription" - ] - } + "url": "{{HostName}}/chl/v1/hotels/{{HotelId}}/rooms/{{RoomType}}/globalDescription" }, "response": [] }, @@ -20141,13 +16652,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -20177,19 +16684,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/accounts/{{AccountProfileId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "accounts", - "{{AccountProfileId}}" - ] - } + "url": "{{HostName}}/chl/v1/channels/accounts/{{AccountProfileId}}" }, "response": [] }, @@ -20201,13 +16696,53 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/chl/v1/channels/billingStatements" + }, + "response": [] + }, + { + "name": "get Channel Inventory Snapshot", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -20238,35 +16773,38 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/channels/billingStatements", + "raw": "{{HostName}}/chl/v1/hotels/{{HotelId}}/inventorySnapshot?fromDate=2021-05-01", "host": [ "{{HostName}}" ], "path": [ "chl", "v0", - "channels", - "billingStatements" + "hotels", + "{{HotelId}}", + "inventorySnapshot" + ], + "query": [ + { + "key": "fromDate", + "value": "2021-05-01" + } ] } }, "response": [] }, { - "name": "get Channel Inventory Snapshot", + "name": "get Channel Inventory Snapshot By Room Type", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -20297,7 +16835,7 @@ } }, "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/inventorySnapshot?fromDate=2021-05-01", + "raw": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channels/{{ChannelCode}}/rooms/{{RoomTypeCode}}/inventorySnapshot?fromDate=2021-05-01&snapshotLeve=BookingChannel", "host": [ "{{HostName}}" ], @@ -20306,12 +16844,21 @@ "v0", "hotels", "{{HotelId}}", + "channels", + "{{ChannelCode}}", + "rooms", + "{{RoomTypeCode}}", "inventorySnapshot" ], "query": [ { "key": "fromDate", "value": "2021-05-01" + }, + { + "key": "snapshotLeve", + "value": "BookingChannel", + "description": "OR ChannelRoomType" } ] } @@ -20319,20 +16866,16 @@ "response": [] }, { - "name": "get Channel Inventory Snapshot By Room Type", + "name": "get Channel Rate Room Seq", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -20362,94 +16905,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channels/{{ChannelCode}}/rooms/{{RoomTypeCode}}/inventorySnapshot?fromDate=2021-05-01&snapshotLeve=BookingChannel", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "hotels", - "{{HotelId}}", - "channels", - "{{ChannelCode}}", - "rooms", - "{{RoomTypeCode}}", - "inventorySnapshot" - ], - "query": [ - { - "key": "fromDate", - "value": "2021-05-01" - }, - { - "key": "snapshotLeve", - "value": "BookingChannel", - "description": "OR ChannelRoomType" - } - ] - } - }, - "response": [] - }, - { - "name": "get Channel Rate Room Seq", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/{{ChannelCode}}/rateRoomSequences", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "{{ChannelCode}}", - "rateRoomSequences" - ] - } + "url": "{{HostName}}/chl/v1/channels/{{ChannelCode}}/rateRoomSequences" }, "response": [] }, @@ -20461,13 +16917,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -20497,22 +16949,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channels/{{ChannelCode}}/rooms/{{RoomTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "hotels", - "{{HotelId}}", - "channels", - "{{ChannelCode}}", - "rooms", - "{{RoomTypeCode}}" - ] - } + "url": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channels/{{ChannelCode}}/rooms/{{RoomTypeCode}}" }, "response": [] }, @@ -20524,13 +16961,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -20560,20 +16993,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/hotels/{{HotelId}}/channels/totalPricing", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "hotels", - "{{HotelId}}", - "channels", - "totalPricing" - ] - } + "url": "{{HostName}}/chl/v1/hotels/{{HotelId}}/channels/totalPricing" }, "response": [] }, @@ -20582,13 +17002,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -20618,19 +17034,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/availability/publish", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "availability", - "publish" - ] - } + "url": "{{HostName}}/chl/v1/channels/availability/publish" }, "response": [] }, @@ -20639,13 +17043,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -20675,19 +17075,7 @@ } } }, - "url": { - "raw": "{{HostName}}/chl/v0/channels/restrictions/publish", - "host": [ - "{{HostName}}" - ], - "path": [ - "chl", - "v0", - "channels", - "restrictions", - "publish" - ] - } + "url": "{{HostName}}/chl/v1/channels/restrictions/publish" }, "response": [] } @@ -20725,13 +17113,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -20778,13 +17162,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -20814,22 +17194,7 @@ } } }, - "url": { - "raw": "{{HostName}}/med/config/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/customizedLetter", - "host": [ - "{{HostName}}" - ], - "path": [ - "med", - "config", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "customizedLetter" - ] - } + "url": "{{HostName}}/med/config/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/customizedLetter" }, "response": [] } @@ -20843,13 +17208,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -20901,13 +17262,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -20937,18 +17294,7 @@ } } }, - "url": { - "raw": "{{HostName}}/med/config/v1/fileAttachments", - "host": [ - "{{HostName}}" - ], - "path": [ - "med", - "config", - "v1", - "fileAttachments" - ] - } + "url": "{{HostName}}/med/config/v1/fileAttachments" }, "response": [] } @@ -20959,13 +17305,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -20980,19 +17322,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/med/config/v1/emailFile/{{emailId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "med", - "config", - "v1", - "emailFile", - "{{emailId}}" - ] - }, + "url": "{{HostName}}/med/config/v1/emailFile/{{emailId}}", "description": "Use this API with OSEM, to retrieve email Blob File Stored in File Storage Schema. It is used in Profiles to fetch Email and Open in an end user's mail client. The email ID is retrieved from getActivitues/emails response." }, "response": [] @@ -21002,13 +17332,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -21084,13 +17410,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -21167,13 +17489,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -21197,19 +17515,7 @@ } } }, - "url": { - "raw": "{{HostName}}/med/config/v1/folioReports/email", - "host": [ - "{{HostName}}" - ], - "path": [ - "med", - "config", - "v1", - "folioReports", - "email" - ] - }, + "url": "{{HostName}}/med/config/v1/folioReports/email", "description": "This operation triggers emailing the folio (pdf) for a specific reservation to the email provided in the request body." }, "response": [] @@ -21247,13 +17553,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -21371,13 +17673,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -21407,19 +17705,7 @@ } } }, - "url": { - "raw": "{{HostName}}/cms/v1/hotels/{{HotelId}}/trackItems", - "host": [ - "{{HostName}}" - ], - "path": [ - "cms", - "v1", - "hotels", - "{{HotelId}}", - "trackItems" - ] - } + "url": "{{HostName}}/cms/v1/hotels/{{HotelId}}/trackItems" }, "response": [] }, @@ -21428,13 +17714,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -21464,19 +17746,7 @@ } } }, - "url": { - "raw": "{{HostName}}/cms/v1/hotels/{{HotelId}}/trackItems", - "host": [ - "{{HostName}}" - ], - "path": [ - "cms", - "v1", - "hotels", - "{{HotelId}}", - "trackItems" - ] - } + "url": "{{HostName}}/cms/v1/hotels/{{HotelId}}/trackItems" }, "response": [] }, @@ -21485,13 +17755,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -21521,19 +17787,7 @@ } } }, - "url": { - "raw": "{{HostName}}/cms/v1/hotels/{{HotelId}}/trackItems", - "host": [ - "{{HostName}}" - ], - "path": [ - "cms", - "v1", - "hotels", - "{{HotelId}}", - "trackItems" - ] - } + "url": "{{HostName}}/cms/v1/hotels/{{HotelId}}/trackItems" }, "response": [] } @@ -21550,13 +17804,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -21586,21 +17836,7 @@ } } }, - "url": { - "raw": "{{HostName}}/dvm/v0/externalSystems/{{ExtSystemCode}}/hotels/{{OperaHotelId}}/convertedValues", - "host": [ - "{{HostName}}" - ], - "path": [ - "dvm", - "v0", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{OperaHotelId}}", - "convertedValues" - ] - } + "url": "{{HostName}}/dvm/v1/externalSystems/{{ExtSystemCode}}/hotels/{{OperaHotelId}}/convertedValues" }, "response": [] }, @@ -21612,13 +17848,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -21648,21 +17880,7 @@ } } }, - "url": { - "raw": "{{HostName}}/dvm/v0/externalSystems/{{ExtSystemCode}}/hotels/{{ExternalHotelId}}/defaultValues", - "host": [ - "{{HostName}}" - ], - "path": [ - "dvm", - "v0", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{ExternalHotelId}}", - "defaultValues" - ] - } + "url": "{{HostName}}/dvm/v1/externalSystems/{{ExtSystemCode}}/hotels/{{ExternalHotelId}}/defaultValues" }, "response": [] }, @@ -21674,13 +17892,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -21710,21 +17924,7 @@ } } }, - "url": { - "raw": "{{HostName}}/dvm/v0/externalSystems/{{ExtSystemCode}}/hotels/{{ExternalHotelId}}/conversions", - "host": [ - "{{HostName}}" - ], - "path": [ - "dvm", - "v0", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{ExternalHotelId}}", - "conversions" - ] - } + "url": "{{HostName}}/dvm/v1/externalSystems/{{ExtSystemCode}}/hotels/{{ExternalHotelId}}/conversions" }, "response": [] } @@ -21744,13 +17944,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -21781,7 +17977,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/amenities?fetchInactive=false", + "raw": "{{HostName}}/ent/config/v1/amenities?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -21806,13 +18002,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -21842,18 +18034,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/amenities", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "amenities" - ] - } + "url": "{{HostName}}/ent/config/v1/amenities" }, "response": [] }, @@ -21862,13 +18043,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -21898,19 +18075,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/amenities/{{FeatureCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "amenities", - "{{FeatureCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/amenities/{{FeatureCode}}" }, "response": [] }, @@ -21919,13 +18084,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -21955,19 +18116,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/amenities/{{FeatureCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "amenities", - "{{FeatureCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/amenities/{{FeatureCode}}" }, "response": [] } @@ -22001,13 +18150,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -22022,20 +18167,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/amenities", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v1", - "hotels", - "{{HotelId}}", - "amenities" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/amenities" }, "response": [] }, @@ -22044,13 +18176,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -22074,20 +18202,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/amenities", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v1", - "hotels", - "{{HotelId}}", - "amenities" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/amenities" }, "response": [] }, @@ -22096,13 +18211,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -22126,21 +18237,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/amenities/{{FeatureCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "amenities", - "{{FeatureCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/amenities/{{FeatureCode}}" }, "response": [] }, @@ -22149,13 +18246,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -22179,21 +18272,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/amenities/{{FeatureCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "amenities", - "{{FeatureCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/amenities/{{FeatureCode}}" }, "response": [] } @@ -22230,13 +18309,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -22292,13 +18367,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -22329,7 +18400,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/roomAmenities", + "raw": "{{HostName}}/ent/config/v1/roomAmenities", "host": [ "{{HostName}}" ], @@ -22355,13 +18426,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -22391,19 +18458,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/roomAmenities/{{RoomAmenitiesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "roomAmenities", - "{{RoomAmenitiesId}}" - ] - } + "url": "{{HostName}}/ent/config/v1/roomAmenities/{{RoomAmenitiesId}}" }, "response": [] }, @@ -22412,13 +18467,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -22449,7 +18500,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/roomAmenities/{{RoomAmenitiesId}}?roomAmenitiesCodes=FAN", + "raw": "{{HostName}}/ent/config/v1/roomAmenities/{{RoomAmenitiesId}}?roomAmenitiesCodes=FAN", "host": [ "{{HostName}}" ], @@ -22483,13 +18534,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -22550,13 +18597,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -22586,18 +18629,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/attractionClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "attractionClasses" - ] - } + "url": "{{HostName}}/ent/config/v1/attractionClasses" }, "response": [] }, @@ -22606,13 +18638,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -22642,19 +18670,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/attractionClasses/{{AttractionClassCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "attractionClasses", - "{{AttractionClassCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/attractionClasses/{{AttractionClassCode}}" }, "response": [] }, @@ -22663,13 +18679,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -22699,19 +18711,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/attractionClasses/{{AttractionClassCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "attractionClasses", - "{{AttractionClassCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/attractionClasses/{{AttractionClassCode}}" }, "response": [] } @@ -22725,13 +18725,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -22746,18 +18742,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/attractions", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "attractions" - ] - } + "url": "{{HostName}}/ent/config/v1/attractions" }, "response": [] }, @@ -22766,13 +18751,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -22796,18 +18777,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/attractions", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "attractions" - ] - } + "url": "{{HostName}}/ent/config/v1/attractions" }, "response": [] }, @@ -22816,13 +18786,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -22846,19 +18812,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/attractions/{{AttractionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "attractions", - "{{AttractionCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/attractions/{{AttractionCode}}" }, "response": [] }, @@ -22867,13 +18821,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -22903,19 +18853,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/attractions/{{AttractionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "attractions", - "{{AttractionCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/attractions/{{AttractionCode}}" }, "response": [] } @@ -22929,13 +18867,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -22978,13 +18912,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -23008,20 +18938,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/attractions", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v1", - "hotels", - "{{HotelId}}", - "attractions" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/attractions" }, "response": [] }, @@ -23030,13 +18947,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -23060,21 +18973,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/attractions/{{AttractionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "attractions", - "{{AttractionCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/attractions/{{AttractionCode}}" }, "response": [] }, @@ -23083,13 +18982,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -23113,21 +19008,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/attractions/{{AttractionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "attractions", - "{{AttractionCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/attractions/{{AttractionCode}}" }, "response": [] } @@ -23141,13 +19022,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -23162,18 +19039,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/airports", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "airports" - ] - } + "url": "{{HostName}}/ent/config/v1/airports" }, "response": [] }, @@ -23182,13 +19048,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -23212,18 +19074,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/airports", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "airports" - ] - } + "url": "{{HostName}}/ent/config/v1/airports" }, "response": [] }, @@ -23232,13 +19083,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -23262,19 +19109,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/airports/{{AirportCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "airports", - "{{AirportCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/airports/{{AirportCode}}" }, "response": [] }, @@ -23283,13 +19118,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -23304,19 +19135,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/airports/{{AirportCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "airports", - "{{AirportCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/airports/{{AirportCode}}" }, "response": [] } @@ -23333,13 +19152,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -23369,20 +19184,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/airports", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v1", - "hotels", - "{{HotelId}}", - "airports" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/airports" }, "response": [] }, @@ -23391,13 +19193,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -23427,20 +19225,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/airports", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "airports" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/airports" }, "response": [] }, @@ -23449,13 +19234,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -23485,21 +19266,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/airports/{{AirportCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "airports", - "{{AirportCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/airports/{{AirportCode}}" }, "response": [] }, @@ -23508,13 +19275,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -23544,21 +19307,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/airports/{{AirportCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "airports", - "{{AirportCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/airports/{{AirportCode}}" }, "response": [] } @@ -23575,13 +19324,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -23642,13 +19387,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -23679,7 +19420,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/brandCodes", + "raw": "{{HostName}}/ent/config/v1/brandCodes", "host": [ "{{HostName}}" ], @@ -23705,13 +19446,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -23742,7 +19479,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/brandCodes/{{BrandCode}}", + "raw": "{{HostName}}/ent/config/v1/brandCodes/{{BrandCode}}", "host": [ "{{HostName}}" ], @@ -23769,13 +19506,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -23806,7 +19539,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/brandCodes/{{BrandCode}}", + "raw": "{{HostName}}/ent/config/v1/brandCodes/{{BrandCode}}", "host": [ "{{HostName}}" ], @@ -23838,13 +19571,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -23887,13 +19616,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -23917,20 +19642,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/creditcardTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "creditcardTypes" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/creditcardTypes" }, "response": [] }, @@ -23939,13 +19651,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -23969,20 +19677,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/creditcardTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "creditcardTypes" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/creditcardTypes" }, "response": [] }, @@ -23991,13 +19686,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -24013,7 +19704,7 @@ } ], "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/creditcardTypes?creditCardTypesCode=N6", + "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/creditcardTypes?creditCardTypesCode=N6", "host": [ "{{HostName}}" ], @@ -24048,13 +19739,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -24110,13 +19797,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -24146,18 +19829,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/communicationMethodsEntDetails", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "communicationMethodsEntDetails" - ] - } + "url": "{{HostName}}/ent/config/v1/communicationMethodsEntDetails" }, "response": [] }, @@ -24166,13 +19838,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -24202,19 +19870,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/communicationMethodsEntDetails/{{CommunicationMethodsEntDetailsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "communicationMethodsEntDetails", - "{{CommunicationMethodsEntDetailsId}}" - ] - } + "url": "{{HostName}}/ent/config/v1/communicationMethodsEntDetails/{{CommunicationMethodsEntDetailsId}}" }, "response": [] }, @@ -24223,13 +19879,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -24259,19 +19911,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/communicationMethodsEntDetails/{{CommunicationMethodsEntDetailsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "communicationMethodsEntDetails", - "{{CommunicationMethodsEntDetailsId}}" - ] - } + "url": "{{HostName}}/ent/config/v1/communicationMethodsEntDetails/{{CommunicationMethodsEntDetailsId}}" }, "response": [] } @@ -24288,13 +19928,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -24325,7 +19961,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/corporateBusinessUnits?fetchInactive=false", + "raw": "{{HostName}}/ent/config/v1/corporateBusinessUnits?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -24350,13 +19986,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -24386,18 +20018,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/corporateBusinessUnits", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "corporateBusinessUnits" - ] - } + "url": "{{HostName}}/ent/config/v1/corporateBusinessUnits" }, "response": [] }, @@ -24406,13 +20027,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -24442,19 +20059,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/corporateBusinessUnits/{{BusinessUnitCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "corporateBusinessUnits", - "{{BusinessUnitCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/corporateBusinessUnits/{{BusinessUnitCode}}" }, "response": [] }, @@ -24463,13 +20068,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -24499,19 +20100,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/corporateBusinessUnits/{{BusinessUnitCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "corporateBusinessUnits", - "{{BusinessUnitCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/corporateBusinessUnits/{{BusinessUnitCode}}" }, "response": [] } @@ -24528,13 +20117,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -24590,13 +20175,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -24626,18 +20207,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/corporateDepartmentCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "corporateDepartmentCodes" - ] - } + "url": "{{HostName}}/ent/config/v1/corporateDepartmentCodes" }, "response": [] }, @@ -24646,13 +20216,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -24682,19 +20248,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/corporateDepartmentCodes/{{DepartmentCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "corporateDepartmentCodes", - "{{DepartmentCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/corporateDepartmentCodes/{{DepartmentCode}}" }, "response": [] }, @@ -24703,13 +20257,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -24739,19 +20289,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/corporateDepartmentCodes/{{DepartmentCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "corporateDepartmentCodes", - "{{DepartmentCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/corporateDepartmentCodes/{{DepartmentCode}}" }, "response": [] } @@ -24768,13 +20306,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -24830,13 +20364,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -24866,18 +20396,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/corporateDivisions", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "corporateDivisions" - ] - } + "url": "{{HostName}}/ent/config/v1/corporateDivisions" }, "response": [] }, @@ -24886,13 +20405,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -24922,19 +20437,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/corporateDivisions/{{DivisionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "corporateDivisions", - "{{DivisionCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/corporateDivisions/{{DivisionCode}}" }, "response": [] }, @@ -24943,13 +20446,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -24979,19 +20478,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/corporateDivisions/{{DivisionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "corporateDivisions", - "{{DivisionCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/corporateDivisions/{{DivisionCode}}" }, "response": [] } @@ -25008,13 +20495,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -25070,13 +20553,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -25106,18 +20585,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/corporateOperatingUnits", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "corporateOperatingUnits" - ] - } + "url": "{{HostName}}/ent/config/v1/corporateOperatingUnits" }, "response": [] }, @@ -25126,13 +20594,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -25162,19 +20626,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/corporateOperatingUnits/{{OperatingUnitCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "corporateOperatingUnits", - "{{OperatingUnitCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/corporateOperatingUnits/{{OperatingUnitCode}}" }, "response": [] }, @@ -25183,13 +20635,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -25219,19 +20667,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/corporateOperatingUnits/{{OperatingUnitCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "corporateOperatingUnits", - "{{OperatingUnitCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/corporateOperatingUnits/{{OperatingUnitCode}}" }, "response": [] } @@ -25248,13 +20684,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -25316,13 +20748,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -25352,19 +20780,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/countries/guestTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "countries", - "guestTypes" - ] - } + "url": "{{HostName}}/ent/config/v1/countries/guestTypes" }, "response": [] }, @@ -25373,13 +20789,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -25409,20 +20821,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/countries/guestTypes/{{GuestTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "countries", - "guestTypes", - "{{GuestTypeCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/countries/guestTypes/{{GuestTypeCode}}" }, "response": [] }, @@ -25431,13 +20830,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -25467,20 +20862,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/countries/guestTypes/{{GuestTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "countries", - "guestTypes", - "{{GuestTypeCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/countries/guestTypes/{{GuestTypeCode}}" }, "response": [] } @@ -25497,13 +20879,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -25564,13 +20942,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -25601,7 +20975,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/countryMainGroups", + "raw": "{{HostName}}/ent/config/v1/countryMainGroups", "host": [ "{{HostName}}" ], @@ -25627,13 +21001,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -25664,7 +21034,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/countryMainGroups/{{GroupCode}}", + "raw": "{{HostName}}/ent/config/v1/countryMainGroups/{{GroupCode}}", "host": [ "{{HostName}}" ], @@ -25691,13 +21061,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -25728,7 +21094,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/countryMainGroups/{{GroupCode}}", + "raw": "{{HostName}}/ent/config/v1/countryMainGroups/{{GroupCode}}", "host": [ "{{HostName}}" ], @@ -25760,13 +21126,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -25807,13 +21169,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -25837,18 +21195,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/departments", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "departments" - ] - } + "url": "{{HostName}}/ent/config/v1/departments" }, "response": [] }, @@ -25857,13 +21204,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -25887,19 +21230,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/departments/{{DepartmentCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "departments", - "{{DepartmentCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/departments/{{DepartmentCode}}" }, "response": [] }, @@ -25908,13 +21239,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -25938,19 +21265,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/departments/{{DepartmentCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "departments", - "{{DepartmentCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/departments/{{DepartmentCode}}" }, "response": [] } @@ -25967,13 +21282,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -26029,13 +21340,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -26065,18 +21372,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotelCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotelCategories" - ] - } + "url": "{{HostName}}/ent/config/v1/hotelCategories" }, "response": [] }, @@ -26085,13 +21381,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -26121,19 +21413,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotelCategories/{{CategoryCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotelCategories", - "{{CategoryCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotelCategories/{{CategoryCode}}" }, "response": [] }, @@ -26142,13 +21422,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -26178,19 +21454,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotelCategories/{{CategoryCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotelCategories", - "{{CategoryCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotelCategories/{{CategoryCode}}" }, "response": [] } @@ -26204,13 +21468,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -26226,7 +21486,7 @@ } ], "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}?fetchInstructions=Contacts", + "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}?fetchInstructions=Contacts", "host": [ "{{HostName}}" ], @@ -26252,13 +21512,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -26282,20 +21538,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/contacts", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "contacts" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/contacts" }, "response": [] }, @@ -26304,13 +21547,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -26334,21 +21573,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/contacts/{{ContactId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "contacts", - "{{ContactId}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/contacts/{{ContactId}}" }, "response": [] }, @@ -26357,13 +21582,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -26378,21 +21599,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/contacts/{{ContactId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "contacts", - "{{ContactId}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/contacts/{{ContactId}}" }, "response": [] } @@ -26406,13 +21613,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -26427,20 +21630,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/dayTypeCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "dayTypeCodes" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/dayTypeCodes" }, "response": [] }, @@ -26449,13 +21639,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -26479,20 +21665,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/dayTypeCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "dayTypeCodes" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/dayTypeCodes" }, "response": [] }, @@ -26501,13 +21674,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -26531,20 +21700,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/dayTypeCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "dayTypeCodes" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/dayTypeCodes" }, "response": [] }, @@ -26553,13 +21709,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -26584,7 +21736,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/dayTypeCodes?hotelIds=HOLIDAY", + "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/dayTypeCodes?hotelIds=HOLIDAY", "host": [ "{{HostName}}" ], @@ -26616,13 +21768,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -26638,7 +21786,7 @@ } ], "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}?fetchInstructions=Notes", + "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}?fetchInstructions=Notes", "host": [ "{{HostName}}" ], @@ -26664,13 +21812,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -26694,20 +21838,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/notes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "notes" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/notes" }, "response": [] }, @@ -26716,13 +21847,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -26746,21 +21873,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/notes/{{NoteCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "notes", - "{{NoteCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/notes/{{NoteCode}}" }, "response": [] }, @@ -26769,13 +21882,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -26790,19 +21899,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/notes/{{NoteCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "notes", - "{{NoteCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/notes/{{NoteCode}}" }, "response": [] } @@ -26839,13 +21936,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -26876,7 +21969,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}?fetchInstructions=Raterange", + "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}?fetchInstructions=Raterange", "host": [ "{{HostName}}" ], @@ -26902,13 +21995,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -26938,20 +22027,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/rateRanges", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "rateRanges" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/rateRanges" }, "response": [] }, @@ -26960,13 +22036,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -26996,20 +22068,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/rateRanges", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "rateRanges" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/rateRanges" }, "response": [] }, @@ -27018,13 +22077,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -27055,7 +22110,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/rateRanges?startDate=2022-10-12&endDate=2022-10-31", + "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/rateRanges?startDate=2022-10-12&endDate=2022-10-31", "host": [ "{{HostName}}" ], @@ -27099,13 +22154,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -27136,7 +22187,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}?fetchInstructions=Dining", + "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}?fetchInstructions=Dining", "host": [ "{{HostName}}" ], @@ -27162,13 +22213,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -27198,20 +22245,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/restaurants", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "restaurants" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/restaurants" }, "response": [] }, @@ -27220,13 +22254,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -27256,21 +22286,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/restaurants/{{RestaurantCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "restaurants", - "{{RestaurantCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/restaurants/{{RestaurantCode}}" }, "response": [] }, @@ -27279,13 +22295,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -27315,21 +22327,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/restaurants/{{RestaurantCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "restaurants", - "{{RestaurantCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/restaurants/{{RestaurantCode}}" }, "response": [] } @@ -27346,13 +22344,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -27382,20 +22376,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/jobTitles", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "jobTitles" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/jobTitles" }, "response": [] }, @@ -27404,13 +22385,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -27440,20 +22417,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/jobTitles", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "jobTitles" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/jobTitles" }, "response": [] }, @@ -27462,13 +22426,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -27498,21 +22458,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/jobTitles/{{JobTitleCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "jobTitles", - "{{JobTitleCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/jobTitles/{{JobTitleCode}}" }, "response": [] }, @@ -27521,13 +22467,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -27557,21 +22499,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/jobTitles/{{JobTitleCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "jobTitles", - "{{JobTitleCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/jobTitles/{{JobTitleCode}}" }, "response": [] } @@ -27588,13 +22516,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -27650,13 +22574,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -27686,18 +22606,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/languages", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "languages" - ] - } + "url": "{{HostName}}/ent/config/v1/languages" }, "response": [] }, @@ -27706,13 +22615,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -27742,19 +22647,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/languages/{{LanguageCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "languages", - "{{LanguageCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/languages/{{LanguageCode}}" }, "response": [] }, @@ -27763,13 +22656,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -27799,19 +22688,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/languages/{{LanguageCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "languages", - "{{LanguageCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/languages/{{LanguageCode}}" }, "response": [] } @@ -27828,13 +22705,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -27864,20 +22737,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/marketingCities", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "marketingCities" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/marketingCities" }, "response": [] }, @@ -27886,13 +22746,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -27922,20 +22778,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/marketingCities", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "marketingCities" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/marketingCities" }, "response": [] }, @@ -27944,13 +22787,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -27980,21 +22819,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/marketingCities/{{CityCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "marketingCities", - "{{CityCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/marketingCities/{{CityCode}}" }, "response": [] }, @@ -28003,13 +22828,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -28040,7 +22861,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/marketingCities/{{CityCode}}?regionCode={{CityCode}}", + "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/marketingCities/{{CityCode}}?regionCode={{CityCode}}", "host": [ "{{HostName}}" ], @@ -28076,13 +22897,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -28113,7 +22930,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/marketingRegions?fetchInactive=true", + "raw": "{{HostName}}/ent/config/v1/marketingRegions?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -28138,13 +22955,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -28174,18 +22987,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/marketingRegions", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "marketingRegions" - ] - } + "url": "{{HostName}}/ent/config/v1/marketingRegions" }, "response": [] }, @@ -28194,13 +22996,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -28230,19 +23028,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/marketingRegions/{{MarketingRegionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "marketingRegions", - "{{MarketingRegionCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/marketingRegions/{{MarketingRegionCode}}" }, "response": [] }, @@ -28251,13 +23037,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -28287,19 +23069,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/marketingRegions/{{MarketingRegionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "marketingRegions", - "{{MarketingRegionCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/marketingRegions/{{MarketingRegionCode}}" }, "response": [] } @@ -28316,13 +23086,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -28353,7 +23119,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/noteTypes?codes={{HotelId}}&includeInactive=false&includeDepartmentDetails=true¬eGroup=AGENDA", + "raw": "{{HostName}}/ent/config/v1/noteTypes?codes={{HotelId}}&includeInactive=false&includeDepartmentDetails=true¬eGroup=AGENDA", "host": [ "{{HostName}}" ], @@ -28390,13 +23156,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -28426,18 +23188,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/noteTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "noteTypes" - ] - } + "url": "{{HostName}}/ent/config/v1/noteTypes" }, "response": [] }, @@ -28446,13 +23197,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -28482,19 +23229,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/noteTypes/{{NoteTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "noteTypes", - "{{NoteTypeCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/noteTypes/{{NoteTypeCode}}" }, "response": [] }, @@ -28503,13 +23238,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -28539,19 +23270,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/noteTypes/{{NoteTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "noteTypes", - "{{NoteTypeCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/noteTypes/{{NoteTypeCode}}" }, "response": [] } @@ -28565,13 +23284,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -28587,7 +23302,7 @@ } ], "url": { - "raw": "{{HostName}}/ent/config/v0/propertyTypes?fetchInactive=false", + "raw": "{{HostName}}/ent/config/v1/propertyTypes?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -28617,13 +23332,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -28647,18 +23358,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/propertyTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "propertyTypes" - ] - } + "url": "{{HostName}}/ent/config/v1/propertyTypes" }, "response": [] }, @@ -28667,13 +23367,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -28697,19 +23393,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/propertyTypes/{{PropertyTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "propertyTypes", - "{{PropertyTypeCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/propertyTypes/{{PropertyTypeCode}}" }, "response": [] }, @@ -28718,13 +23402,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -28740,7 +23420,7 @@ } ], "url": { - "raw": "{{HostName}}/ent/config/v0/propertyTypes/{{PropertyTypeCode}}?propertyTypesCodes=RESORT5", + "raw": "{{HostName}}/ent/config/v1/propertyTypes/{{PropertyTypeCode}}?propertyTypesCodes=RESORT5", "host": [ "{{HostName}}" ], @@ -28774,13 +23454,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -28811,7 +23487,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/propertyDetailsCategories?fetchInactive=true", + "raw": "{{HostName}}/ent/config/v1/propertyDetailsCategories?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -28836,13 +23512,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -28872,18 +23544,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/propertyDetailsCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "propertyDetailsCategories" - ] - } + "url": "{{HostName}}/ent/config/v1/propertyDetailsCategories" }, "response": [] }, @@ -28892,13 +23553,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -28928,19 +23585,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/propertyDetailsCategories/{{CategoryCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "propertyDetailsCategories", - "{{CategoryCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/propertyDetailsCategories/{{CategoryCode}}" }, "response": [] }, @@ -28949,13 +23594,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -28985,19 +23626,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/propertyDetailsCategories/{{CategoryCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "propertyDetailsCategories", - "{{CategoryCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/propertyDetailsCategories/{{CategoryCode}}" }, "response": [] } @@ -29014,13 +23643,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -29051,7 +23676,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/regionCode?fetchInactive=true", + "raw": "{{HostName}}/ent/config/v1/regionCode?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -29076,13 +23701,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -29112,18 +23733,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/regionCode", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "regionCode" - ] - } + "url": "{{HostName}}/ent/config/v1/regionCode" }, "response": [] }, @@ -29132,13 +23742,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -29168,19 +23774,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/regionCode/{{RegionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "regionCode", - "{{RegionCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/regionCode/{{RegionCode}}" }, "response": [] }, @@ -29189,13 +23783,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -29225,19 +23815,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/regionCode/{{RegionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "regionCode", - "{{RegionCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/regionCode/{{RegionCode}}" }, "response": [] } @@ -29251,13 +23829,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -29272,20 +23846,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/telephoneBookCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "telephoneBookCategories" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/telephoneBookCategories" }, "response": [] }, @@ -29294,13 +23855,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -29324,20 +23881,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/telephoneBookCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "telephoneBookCategories" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/telephoneBookCategories" }, "response": [] }, @@ -29346,13 +23890,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -29376,21 +23916,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/telephoneBookCategories/{{CategoryCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "telephoneBookCategories", - "{{CategoryCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/telephoneBookCategories/{{CategoryCode}}" }, "response": [] }, @@ -29399,13 +23925,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -29430,7 +23952,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/telephoneBookCategories/{{CategoryCode}}?telephoneCategoriesCode={{CategoryCode}}", + "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/telephoneBookCategories/{{CategoryCode}}?telephoneCategoriesCode={{CategoryCode}}", "host": [ "{{HostName}}" ], @@ -29463,13 +23985,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -29484,20 +24002,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/telephoneBookEntries", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "telephoneBookEntries" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/telephoneBookEntries" }, "response": [] }, @@ -29506,13 +24011,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -29536,20 +24037,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/telephoneBookEntries", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "telephoneBookEntries" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/telephoneBookEntries" }, "response": [] }, @@ -29558,13 +24046,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -29588,21 +24072,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/telephoneBookEntries/{{EntryId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "telephoneBookEntries", - "{{EntryId}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/telephoneBookEntries/{{EntryId}}" }, "response": [] }, @@ -29611,13 +24081,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -29632,21 +24098,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/telephoneBookEntries/{{EntryId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "telephoneBookEntries", - "{{EntryId}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/telephoneBookEntries/{{EntryId}}" }, "response": [] } @@ -29663,13 +24115,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -29725,13 +24173,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -29761,18 +24205,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/templateCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "templateCodes" - ] - } + "url": "{{HostName}}/ent/config/v1/templateCodes" }, "response": [] }, @@ -29781,13 +24214,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -29817,19 +24246,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/templateCodes/{{Code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "templateCodes", - "{{Code}}" - ] - } + "url": "{{HostName}}/ent/config/v1/templateCodes/{{Code}}" }, "response": [] }, @@ -29838,13 +24255,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -29874,19 +24287,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/templateCodes/{{Code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "templateCodes", - "{{Code}}" - ] - } + "url": "{{HostName}}/ent/config/v1/templateCodes/{{Code}}" }, "response": [] } @@ -29900,13 +24301,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -29921,18 +24318,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/countries", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "countries" - ] - } + "url": "{{HostName}}/ent/config/v1/countries" }, "response": [] }, @@ -29941,13 +24327,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -29971,18 +24353,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/countries", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "countries" - ] - } + "url": "{{HostName}}/ent/config/v1/countries" }, "response": [] }, @@ -29991,13 +24362,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -30021,19 +24388,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/countries/{{CountryCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "countries", - "{{CountryCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/countries/{{CountryCode}}" }, "response": [] }, @@ -30042,13 +24397,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -30072,19 +24423,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/countries/{{CountryCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "countries", - "{{CountryCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/countries/{{CountryCode}}" }, "response": [] } @@ -30101,13 +24440,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -30138,7 +24473,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/dayTypeCodes?fetchInactive=false", + "raw": "{{HostName}}/ent/config/v1/dayTypeCodes?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -30163,13 +24498,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -30199,18 +24530,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/dayTypeCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "dayTypeCodes" - ] - } + "url": "{{HostName}}/ent/config/v1/dayTypeCodes" }, "response": [] }, @@ -30219,13 +24539,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -30255,18 +24571,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/dayTypeCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "dayTypeCodes" - ] - } + "url": "{{HostName}}/ent/config/v1/dayTypeCodes" }, "response": [] }, @@ -30275,13 +24580,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -30312,7 +24613,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/dayTypeCodes?templateDayTypeCodes=HOLIDAY", + "raw": "{{HostName}}/ent/config/v1/dayTypeCodes?templateDayTypeCodes=HOLIDAY", "host": [ "{{HostName}}" ], @@ -30345,13 +24646,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -30381,18 +24678,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotelDetails", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotelDetails" - ] - } + "url": "{{HostName}}/ent/config/v1/hotelDetails" }, "response": [] }, @@ -30401,13 +24687,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -30437,18 +24719,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotelDetails", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotelDetails" - ] - } + "url": "{{HostName}}/ent/config/v1/hotelDetails" }, "response": [] }, @@ -30457,13 +24728,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -30493,18 +24760,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotelDetails", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotelDetails" - ] - } + "url": "{{HostName}}/ent/config/v1/hotelDetails" }, "response": [] }, @@ -30513,13 +24769,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -30550,7 +24802,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/hotelDetails?templateHotelDetailCode=RES&templateHotelDetailCategory=GENERAL", + "raw": "{{HostName}}/ent/config/v1/hotelDetails?templateHotelDetailCode=RES&templateHotelDetailCategory=GENERAL", "host": [ "{{HostName}}" ], @@ -30587,13 +24839,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -30623,18 +24871,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v1/jobTitles", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v1", - "jobTitles" - ] - } + "url": "{{HostName}}/ent/config/v1/jobTitles" }, "response": [] }, @@ -30643,13 +24880,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -30679,18 +24912,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/jobTitles", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "jobTitles" - ] - } + "url": "{{HostName}}/ent/config/v1/jobTitles" }, "response": [] }, @@ -30699,13 +24921,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -30735,19 +24953,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/jobTitles/{{JobTitleCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "jobTitles", - "{{JobTitleCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/jobTitles/{{JobTitleCode}}" }, "response": [] }, @@ -30756,13 +24962,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -30792,19 +24994,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/jobTitles/{{JobTitleCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "jobTitles", - "{{JobTitleCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/jobTitles/{{JobTitleCode}}" }, "response": [] } @@ -30821,13 +25011,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -30858,7 +25044,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/marketingCities?fetchInactive=true&marketingCitys=Sydney", + "raw": "{{HostName}}/ent/config/v1/marketingCities?fetchInactive=true&marketingCitys=Sydney", "host": [ "{{HostName}}" ], @@ -30892,13 +25078,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -30928,18 +25110,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/marketingCities", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "marketingCities" - ] - } + "url": "{{HostName}}/ent/config/v1/marketingCities" }, "response": [] }, @@ -30948,13 +25119,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -30984,19 +25151,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/marketingCities/{{CityCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "marketingCities", - "{{CityCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/marketingCities/{{CityCode}}" }, "response": [] }, @@ -31005,13 +25160,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -31041,19 +25192,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/marketingCities/{{CityCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "marketingCities", - "{{CityCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/marketingCities/{{CityCode}}" }, "response": [] } @@ -31067,13 +25206,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -31088,20 +25223,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/transportations", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v1", - "hotels", - "{{HotelId}}", - "transportations" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/transportations" }, "response": [] }, @@ -31110,13 +25232,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -31140,20 +25258,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/transportations", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v1", - "hotels", - "{{HotelId}}", - "transportations" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/transportations" }, "response": [] }, @@ -31162,13 +25267,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -31192,21 +25293,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/transportations/{{TransportationCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "transportations", - "{{TransportationCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/transportations/{{TransportationCode}}" }, "response": [] }, @@ -31215,13 +25302,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -31245,21 +25328,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/transportations/{{TransportationCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "transportations", - "{{TransportationCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/transportations/{{TransportationCode}}" }, "response": [] } @@ -31273,13 +25342,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -31294,18 +25359,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/ent/config/v1/transportations", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v1", - "transportations" - ] - } + "url": "{{HostName}}/ent/config/v1/transportations" }, "response": [] }, @@ -31314,13 +25368,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -31344,18 +25394,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/transportations", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "transportations" - ] - } + "url": "{{HostName}}/ent/config/v1/transportations" }, "response": [] }, @@ -31364,13 +25403,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -31394,19 +25429,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/transportations/{{TransportationCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "transportations", - "{{TransportationCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/transportations/{{TransportationCode}}" }, "response": [] }, @@ -31415,13 +25438,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -31436,19 +25455,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/transportations/{{TransportationCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "transportations", - "{{TransportationCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/transportations/{{TransportationCode}}" }, "response": [] } @@ -31462,13 +25469,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -31509,13 +25512,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -31539,18 +25538,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/userDefinedFieldValues", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "userDefinedFieldValues" - ] - }, + "url": "{{HostName}}/ent/config/v1/userDefinedFieldValues", "description": "Use this API to create a new User Defined Field (UDF) Value. The LOV Group and LOV Values functionality allows a property create a custom group of values to be used in a specified user defined field (UDF). This functionality provides added flexibility in allowing a site to track information or details that are specific to their business and outside of the standard fields offered in the OPERA Cloud." }, "response": [] @@ -31560,13 +25548,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -31590,19 +25574,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/userDefinedFieldValues/{{UdfValue}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "userDefinedFieldValues", - "{{UdfValue}}" - ] - } + "url": "{{HostName}}/ent/config/v1/userDefinedFieldValues/{{UdfValue}}" }, "response": [] }, @@ -31611,13 +25583,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -31642,7 +25610,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/userDefinedFieldValues/{{UdfValue}}?groupCode=UDFGP10", + "raw": "{{HostName}}/ent/config/v1/userDefinedFieldValues/{{UdfValue}}?groupCode=UDFGP10", "host": [ "{{HostName}}" ], @@ -31673,13 +25641,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -31694,18 +25658,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/ent/config/v1/userDefinedFieldGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v1", - "userDefinedFieldGroups" - ] - } + "url": "{{HostName}}/ent/config/v1/userDefinedFieldGroups" }, "response": [] }, @@ -31714,13 +25667,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -31744,18 +25693,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/userDefinedFieldGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "userDefinedFieldGroups" - ] - } + "url": "{{HostName}}/ent/config/v1/userDefinedFieldGroups" }, "response": [] }, @@ -31764,13 +25702,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -31794,19 +25728,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/userDefinedFieldGroups/{{UdfGroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "userDefinedFieldGroups", - "{{UdfGroupCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/userDefinedFieldGroups/{{UdfGroupCode}}" }, "response": [] }, @@ -31815,13 +25737,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -31845,19 +25763,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/userDefinedFieldGroups/{{UdfGroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "userDefinedFieldGroups", - "{{UdfGroupCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/userDefinedFieldGroups/{{UdfGroupCode}}" }, "response": [] } @@ -31871,13 +25777,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -31892,20 +25794,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/yieldAdjustmentCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "yieldAdjustmentCodes" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/yieldAdjustmentCodes" }, "response": [] }, @@ -31914,13 +25803,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -31940,21 +25825,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/yieldAdjustmentCodes/{{yieldAdjustmentCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "yieldAdjustmentCodes", - "{{yieldAdjustmentCode}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/yieldAdjustmentCodes/{{yieldAdjustmentCode}}" }, "response": [] } @@ -31968,13 +25839,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -31989,20 +25856,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/yieldCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "yieldCategories" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/yieldCategories" }, "response": [] }, @@ -32011,13 +25865,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -32037,21 +25887,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/yieldCategories/{{code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "yieldCategories", - "{{code}}" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/yieldCategories/{{code}}" }, "response": [] } @@ -32065,13 +25901,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -32087,7 +25919,7 @@ } ], "url": { - "raw": "{{HostName}}/ent/config/v0/yieldMarketTypes?hotelId={{HotelId}}", + "raw": "{{HostName}}/ent/config/v1/yieldMarketTypes?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -32122,13 +25954,119 @@ "request": { "auth": { "type": "bearer", - "bearer": [ + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{HostName}}/ent/config/v1/chain?includeInactive=false", + "host": [ + "{{HostName}}" + ], + "path": [ + "ent", + "config", + "v0", + "chain" + ], + "query": [ { - "key": "token", - "value": "{{Token}}", - "type": "string" + "key": "includeInactive", + "value": "false" + }, + { + "key": "wildCard", + "value": "b", + "disabled": true } ] + } + }, + "response": [] + }, + { + "name": "get Countries", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "value": "{{HotelId}}", + "type": "text" + }, + { + "key": "x-app-key", + "value": "{{AppKey}}", + "type": "text" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/countries" + }, + "response": [] + }, + { + "name": "get Currency Exchange Rates", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -32159,138 +26097,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/chain?includeInactive=false", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "chain" - ], - "query": [ - { - "key": "includeInactive", - "value": "false" - }, - { - "key": "wildCard", - "value": "b", - "disabled": true - } - ] - } - }, - "response": [] - }, - { - "name": "get Countries", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "value": "{{HotelId}}", - "type": "text" - }, - { - "key": "x-app-key", - "value": "{{AppKey}}", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/countries", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "countries" - ] - } - }, - "response": [] - }, - { - "name": "get Currency Exchange Rates", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/ent/config/v0/currencyExchangeRates?exchangeType=Posting&hotelIds={{HotelId}}¤cyCode=¤cyCodes=", + "raw": "{{HostName}}/ent/config/v1/currencyExchangeRates?exchangeType=Posting&hotelIds={{HotelId}}¤cyCode=¤cyCodes=", "host": [ "{{HostName}}" ], @@ -32332,13 +26139,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -32397,13 +26200,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -32520,13 +26319,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -32541,18 +26336,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels" }, "response": [] }, @@ -32561,13 +26345,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -32582,20 +26362,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/hotelDetails", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "hotelDetails" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/hotelDetails" }, "response": [] }, @@ -32607,13 +26374,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -32643,20 +26406,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/hotelBrochure", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "hotelBrochure" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/hotelBrochure" }, "response": [] }, @@ -32668,13 +26418,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -32705,7 +26451,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/calendar?startDate=2021-07-24&endDate=2021-08-24&fetchInstructions=Event", + "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/calendar?startDate=2021-07-24&endDate=2021-08-24&fetchInstructions=Event", "host": [ "{{HostName}}" ], @@ -32744,13 +26490,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -32781,7 +26523,7 @@ } }, "url": { - "raw": "{{HostName}}/ent/config/v0/marketingCitiesByRegion?fetchInactive=true", + "raw": "{{HostName}}/ent/config/v1/marketingCitiesByRegion?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -32809,13 +26551,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -32845,20 +26583,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/operaContext", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "hotels", - "{{HotelId}}", - "operaContext" - ] - } + "url": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/operaContext" }, "response": [] }, @@ -32867,13 +26592,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -32889,7 +26610,7 @@ } ], "url": { - "raw": "{{HostName}}/ent/config/v0/settings?parameterNameWildCard=V&hotelId={{HotelId}}", + "raw": "{{HostName}}/ent/config/v1/settings?parameterNameWildCard=V&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -32918,13 +26639,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -32948,18 +26665,7 @@ } } }, - "url": { - "raw": "{{HostName}}/ent/config/v0/dayTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "ent", - "config", - "v0", - "dayTypes" - ] - } + "url": "{{HostName}}/ent/config/v1/dayTypes" }, "response": [] } @@ -32997,13 +26703,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -33019,7 +26721,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/v0/blocks/{{BlockId}}/cateringPackages?hotelId={{HotelId}}&fetchInactive=false", + "raw": "{{HostName}}/evm/v1/blocks/{{BlockId}}/cateringPackages?hotelId={{HotelId}}&fetchInactive=false", "host": [ "{{HostName}}" ], @@ -33049,13 +26751,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -33079,19 +26777,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/v0/blocks/{{BlockId}}/cateringPackages", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "v0", - "blocks", - "{{BlockId}}", - "cateringPackages" - ] - }, + "url": "{{HostName}}/evm/v1/blocks/{{BlockId}}/cateringPackages", "description": "User getcateringPackages in Event Config module to first find available Catering Packages to use in this postCateringPackage." }, "response": [] @@ -33101,13 +26787,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -33131,21 +26813,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/v0/blocks/{{BlockId}}/cateringPackages/{{CateringPackageId}}/copy", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "v0", - "blocks", - "{{BlockId}}", - "cateringPackages", - "{{CateringPackageId}}", - "copy" - ] - } + "url": "{{HostName}}/evm/v1/blocks/{{BlockId}}/cateringPackages/{{CateringPackageId}}/copy" }, "response": [] }, @@ -33154,13 +26822,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -33184,20 +26848,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/v0/blocks/{{BlockId}}/cateringPackages/105191", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "v0", - "blocks", - "{{BlockId}}", - "cateringPackages", - "105191" - ] - } + "url": "{{HostName}}/evm/v1/blocks/{{BlockId}}/cateringPackages/105191" }, "response": [] } @@ -33211,13 +26862,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -33233,7 +26880,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/v0/hotels/{{HotelId}}/eventsResources?blockId={{BlockId}}&eventIds={{EventId}}", + "raw": "{{HostName}}/evm/v1/hotels/{{HotelId}}/eventsResources?blockId={{BlockId}}&eventIds={{EventId}}", "host": [ "{{HostName}}" ], @@ -33263,13 +26910,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -33294,7 +26937,7 @@ } }, "url": { - "raw": "{{HostName}}/evm/v0/hotels/{{HotelId}}/eventsResources", + "raw": "{{HostName}}/evm/v1/hotels/{{HotelId}}/eventsResources", "host": [ "{{HostName}}" ], @@ -33326,13 +26969,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -33348,7 +26987,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/v0/blocks/{{BlockId}}/cateringPackages/{{CateringPackageId}}/revenue?hotelId={{HotelId}}&fetchInstructions=BlockInfo&fetchInstructions=Pricing", + "raw": "{{HostName}}/evm/v1/blocks/{{BlockId}}/cateringPackages/{{CateringPackageId}}/revenue?hotelId={{HotelId}}&fetchInstructions=BlockInfo&fetchInstructions=Pricing", "host": [ "{{HostName}}" ], @@ -33384,13 +27023,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -33406,7 +27041,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/v0/cateringPackagesRevenue?cateringPackageEventId=382613&hotelId={{HotelId}}&cateringPackageRevenueType=MISC", + "raw": "{{HostName}}/evm/v1/cateringPackagesRevenue?cateringPackageEventId=382613&hotelId={{HotelId}}&cateringPackageRevenueType=MISC", "host": [ "{{HostName}}" ], @@ -33440,13 +27075,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -33462,7 +27093,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/v0/hotels/{{HotelId}}/fetchBlockPostingAccountReservations?blockId={{BlockId}}", + "raw": "{{HostName}}/evm/v1/hotels/{{HotelId}}/fetchBlockPostingAccountReservations?blockId={{BlockId}}", "host": [ "{{HostName}}" ], @@ -33491,13 +27122,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -33527,7 +27154,7 @@ } }, "url": { - "raw": "{{HostName}}/evm/v0/hotels/{{HotelId}}/cateringEventChanges?blockId={{BlockId}}&eventId={{EventId}}&offset=0&limit=20&fetchInstructions=EventChanges", + "raw": "{{HostName}}/evm/v1/hotels/{{HotelId}}/cateringEventChanges?blockId={{BlockId}}&eventId={{EventId}}&offset=0&limit=20&fetchInstructions=EventChanges", "host": [ "{{HostName}}" ], @@ -33569,13 +27196,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -33591,7 +27214,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/v0/hotels/{{HotelId}}/events/{{EventId}}/cateringEventPostings?blockId={{BlockId}}&includeSubEvents=true&blockIdContex=OPERA&blockIdType=Block", + "raw": "{{HostName}}/evm/v1/hotels/{{HotelId}}/events/{{EventId}}/cateringEventPostings?blockId={{BlockId}}&includeSubEvents=true&blockIdContex=OPERA&blockIdType=Block", "host": [ "{{HostName}}" ], @@ -33631,13 +27254,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -33695,13 +27314,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -33768,13 +27383,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -33817,13 +27428,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -33839,7 +27446,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/v0/eventcalendar?eventStartDate=2021-06-01&eventEndDate=2021-07-04&eventLabel=Booking&display=ALL&monday=true&tuesday=true&wednesday=true&thursday=true&friday=true&saturday=true&sunday=true&hotelIds={{HotelId}}&sortingBy=Name", + "raw": "{{HostName}}/evm/v1/eventcalendar?eventStartDate=2021-06-01&eventEndDate=2021-07-04&eventLabel=Booking&display=ALL&monday=true&tuesday=true&wednesday=true&thursday=true&friday=true&saturday=true&sunday=true&hotelIds={{HotelId}}&sortingBy=Name", "host": [ "{{HostName}}" ], @@ -33911,13 +27518,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -33933,7 +27536,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/v0/hotels/{{HotelId}}/functionalSpace?eventEndDate=2021-04-28&eventStartDate=2021-04-01&functionSpaceWildcard=b&functionSpaceSearchMode=Both&functionSpaceAdditionalSearchMode=Both&masterRateCode={{RatePlanCode}}&masterSetupCode=Conference", + "raw": "{{HostName}}/evm/v1/hotels/{{HotelId}}/functionalSpace?eventEndDate=2021-04-28&eventStartDate=2021-04-01&functionSpaceWildcard=b&functionSpaceSearchMode=Both&functionSpaceAdditionalSearchMode=Both&masterRateCode={{RatePlanCode}}&masterSetupCode=Conference", "host": [ "{{HostName}}" ], @@ -34013,13 +27616,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -34035,7 +27634,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/v0/hotels/{{HotelId}}/functionalSpaceEvents?functionSpaceCode=BALLROOM&startDateTime=2021-10-07+12:00:00&endDateTime=2021-10-07+12:00:00", + "raw": "{{HostName}}/evm/v1/hotels/{{HotelId}}/functionalSpaceEvents?functionSpaceCode=BALLROOM&startDateTime=2021-10-07+12:00:00&endDateTime=2021-10-07+12:00:00", "host": [ "{{HostName}}" ], @@ -34069,13 +27668,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -34091,7 +27686,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/v0/hotels/{{HotelId}}/waitListedEvents?startDateTime=2021-06-01&endDateTime=2021-08-28", + "raw": "{{HostName}}/evm/v1/hotels/{{HotelId}}/waitListedEvents?startDateTime=2021-06-01&endDateTime=2021-08-28", "host": [ "{{HostName}}" ], @@ -34133,13 +27728,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -34164,7 +27755,7 @@ } }, "url": { - "raw": "{{HostName}}/evm/v0/events", + "raw": "{{HostName}}/evm/v1/events", "host": [ "{{HostName}}" ], @@ -34201,13 +27792,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -34231,17 +27818,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/v0/events", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "v0", - "events" - ] - } + "url": "{{HostName}}/evm/v1/events" }, "response": [] }, @@ -34250,13 +27827,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -34281,7 +27854,7 @@ } }, "url": { - "raw": "{{HostName}}/evm/v0/hotels/{{HotelId}}/events/{{EventId}}", + "raw": "{{HostName}}/evm/v1/hotels/{{HotelId}}/events/{{EventId}}", "host": [ "{{HostName}}" ], @@ -34309,13 +27882,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -34340,7 +27909,7 @@ } }, "url": { - "raw": "{{HostName}}/evm/v0/hotels/{{HotelId}}/events/{{EventId}}", + "raw": "{{HostName}}/evm/v1/hotels/{{HotelId}}/events/{{EventId}}", "host": [ "{{HostName}}" ], @@ -34368,13 +27937,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -34398,19 +27963,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/v0/hotels/{{HotelId}}/waitListedEvents", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "v0", - "hotels", - "{{HotelId}}", - "waitListedEvents" - ] - } + "url": "{{HostName}}/evm/v1/hotels/{{HotelId}}/waitListedEvents" }, "response": [] }, @@ -34419,13 +27972,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -34449,20 +27998,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/v0/hotels/{{HotelId}}/events/{{EventId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "v0", - "hotels", - "{{HotelId}}", - "events", - "{{EventId}}" - ] - } + "url": "{{HostName}}/evm/v1/hotels/{{HotelId}}/events/{{EventId}}" }, "response": [] } @@ -34500,13 +28036,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -34519,20 +28051,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/cateringMenuClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "cateringMenuClasses" - ] - } + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/cateringMenuClasses" }, "response": [] }, @@ -34541,13 +28060,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -34560,20 +28075,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/evm/config/v0/menuClasses/{{MenuClassesId}}/cateringMenuClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "menuClasses", - "{{MenuClassesId}}", - "cateringMenuClasses" - ] - } + "url": "{{HostName}}/evm/config/v1/menuClasses/{{MenuClassesId}}/cateringMenuClasses" }, "response": [] }, @@ -34582,13 +28084,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -34610,18 +28108,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/cateringMenuClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "cateringMenuClasses" - ] - } + "url": "{{HostName}}/evm/config/v1/cateringMenuClasses" }, "response": [] }, @@ -34630,13 +28117,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -34658,18 +28141,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/cateringMenuClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "cateringMenuClasses" - ] - } + "url": "{{HostName}}/evm/config/v1/cateringMenuClasses" }, "response": [] } @@ -34683,13 +28155,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -34703,7 +28171,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/cateringMenuItemClasses?offset=0&includeMenuItems=true&menuTypes=Food", + "raw": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/cateringMenuItemClasses?offset=0&includeMenuItems=true&menuTypes=Food", "host": [ "{{HostName}}" ], @@ -34738,13 +28206,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -34766,18 +28230,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/cateringMenuItemClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "cateringMenuItemClasses" - ] - } + "url": "{{HostName}}/evm/config/v1/cateringMenuItemClasses" }, "response": [] }, @@ -34786,13 +28239,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -34814,19 +28263,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/cateringMenuItemClasses/{{CateringMenuItemClassesCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "cateringMenuItemClasses", - "{{CateringMenuItemClassesCode}}" - ] - } + "url": "{{HostName}}/evm/config/v1/cateringMenuItemClasses/{{CateringMenuItemClassesCode}}" }, "response": [] }, @@ -34835,13 +28272,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -34863,19 +28296,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/cateringMenuItemClasses/{{CateringMenuItemClassesCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "cateringMenuItemClasses", - "{{CateringMenuItemClassesCode}}" - ] - } + "url": "{{HostName}}/evm/config/v1/cateringMenuItemClasses/{{CateringMenuItemClassesCode}}" }, "response": [] }, @@ -34884,13 +28305,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -34912,20 +28329,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/cateringMenuItemClasses/{{CateringMenuItemClassesCode}}/copy", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "cateringMenuItemClasses", - "{{CateringMenuItemClassesCode}}", - "copy" - ] - } + "url": "{{HostName}}/evm/config/v1/cateringMenuItemClasses/{{CateringMenuItemClassesCode}}/copy" }, "response": [] } @@ -34939,13 +28343,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -34959,7 +28359,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/functionSpaceRentalCodes?fetchInactive=true", + "raw": "{{HostName}}/evm/config/v1/functionSpaceRentalCodes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -34984,13 +28384,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -35012,18 +28408,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/functionSpaceRentalCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "functionSpaceRentalCodes" - ] - } + "url": "{{HostName}}/evm/config/v1/functionSpaceRentalCodes" }, "response": [] }, @@ -35032,13 +28417,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -35060,19 +28441,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/functionSpaceRentalCodes/{{CateringRentalId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "functionSpaceRentalCodes", - "{{CateringRentalId}}" - ] - } + "url": "{{HostName}}/evm/config/v1/functionSpaceRentalCodes/{{CateringRentalId}}" }, "response": [] }, @@ -35081,13 +28450,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -35109,19 +28474,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/functionSpaceRentalCodes/{{CateringRentalId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "functionSpaceRentalCodes", - "{{CateringRentalId}}" - ] - } + "url": "{{HostName}}/evm/config/v1/functionSpaceRentalCodes/{{CateringRentalId}}" }, "response": [] } @@ -35135,13 +28488,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -35155,7 +28504,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/eventCodes", + "raw": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/eventCodes", "host": [ "{{HostName}}" ], @@ -35213,13 +28562,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -35241,20 +28586,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/eventCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "eventCodes" - ] - } + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/eventCodes" }, "response": [] }, @@ -35263,13 +28595,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -35291,20 +28619,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/eventCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "eventCodes" - ] - } + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/eventCodes" }, "response": [] } @@ -35318,13 +28633,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -35338,7 +28649,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/eventForecasts?fetchInstructions=RevenueDetails&offset=0&fetchInstructions=ForecastInfo&eventDate=2022-08-13", + "raw": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/eventForecasts?fetchInstructions=RevenueDetails&offset=0&fetchInstructions=ForecastInfo&eventDate=2022-08-13", "host": [ "{{HostName}}" ], @@ -35382,13 +28693,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -35410,18 +28717,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/eventForecasts", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "eventForecasts" - ] - } + "url": "{{HostName}}/evm/config/v1/eventForecasts" }, "response": [] }, @@ -35430,13 +28726,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -35458,18 +28750,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/eventForecasts", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "eventForecasts" - ] - } + "url": "{{HostName}}/evm/config/v1/eventForecasts" }, "response": [] } @@ -35483,13 +28764,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -35528,13 +28805,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -35556,18 +28829,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/cateringEventTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "cateringEventTypes" - ] - } + "url": "{{HostName}}/evm/config/v1/cateringEventTypes" }, "response": [] }, @@ -35576,13 +28838,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -35604,19 +28862,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/cateringEventTypes/{{EventTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "cateringEventTypes", - "{{EventTypeCode}}" - ] - } + "url": "{{HostName}}/evm/config/v1/cateringEventTypes/{{EventTypeCode}}" }, "response": [] }, @@ -35625,13 +28871,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -35653,19 +28895,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/cateringEventTypes/{{EventTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "cateringEventTypes", - "{{EventTypeCode}}" - ] - } + "url": "{{HostName}}/evm/config/v1/cateringEventTypes/{{EventTypeCode}}" }, "response": [] } @@ -35679,13 +28909,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -35698,20 +28924,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/functionSpaces", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "functionSpaces" - ] - } + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/functionSpaces" }, "response": [] }, @@ -35720,13 +28933,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -35748,20 +28957,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/functionSpaces", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "functionSpaces" - ] - } + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/functionSpaces" }, "response": [] }, @@ -35770,13 +28966,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -35798,21 +28990,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/functionSpaces/{{FunctionSpaceCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "functionSpaces", - "{{FunctionSpaceCode}}" - ] - } + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/functionSpaces/{{FunctionSpaceCode}}" }, "response": [] }, @@ -35821,13 +28999,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -35849,21 +29023,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/functionSpaces/{{FunctionSpaceCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "functionSpaces", - "{{FunctionSpaceCode}}" - ] - } + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/functionSpaces/{{FunctionSpaceCode}}" }, "response": [] } @@ -35880,13 +29040,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -35909,7 +29065,7 @@ } }, "url": { - "raw": "{{HostName}}/evm/config/v0/functionspaceLocations?hotelIds={{HotelId}}", + "raw": "{{HostName}}/evm/config/v1/functionspaceLocations?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -35934,13 +29090,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -35963,7 +29115,7 @@ } }, "url": { - "raw": "{{HostName}}/evm/config/v0/functionspaceLocations/{{FunctionSpaceLocationCode}}?hotelId={{HotelId}}", + "raw": "{{HostName}}/evm/config/v1/functionspaceLocations/{{FunctionSpaceLocationCode}}?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -35989,13 +29141,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -36017,19 +29165,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/functionspaceLocations/{{FunctionSpaceLocationCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "functionspaceLocations", - "{{FunctionSpaceLocationCode}}" - ] - } + "url": "{{HostName}}/evm/config/v1/functionspaceLocations/{{FunctionSpaceLocationCode}}" }, "response": [] }, @@ -36038,13 +29174,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -36067,7 +29199,7 @@ } }, "url": { - "raw": "{{HostName}}/evm/config/v0/functionspaceLocations/{{FunctionSpaceLocationCode}}?hotelId={{HotelId}}", + "raw": "{{HostName}}/evm/config/v1/functionspaceLocations/{{FunctionSpaceLocationCode}}?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -36098,13 +29230,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -36118,7 +29246,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/functionspaceSetupStyles?fetchInactive=false", + "raw": "{{HostName}}/evm/config/v1/functionspaceSetupStyles?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -36153,13 +29281,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -36181,18 +29305,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/functionspaceSetupStyles", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "functionspaceSetupStyles" - ] - } + "url": "{{HostName}}/evm/config/v1/functionspaceSetupStyles" }, "response": [] }, @@ -36201,13 +29314,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -36229,19 +29338,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/functionspaceSetupStyles/{{FunctionSpaceSetupStyleId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "functionspaceSetupStyles", - "{{FunctionSpaceSetupStyleId}}" - ] - } + "url": "{{HostName}}/evm/config/v1/functionspaceSetupStyles/{{FunctionSpaceSetupStyleId}}" }, "response": [] }, @@ -36250,13 +29347,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -36278,19 +29371,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/functionspaceSetupStyles/{{FunctionSpaceSetupStyleId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "functionspaceSetupStyles", - "{{FunctionSpaceSetupStyleId}}" - ] - } + "url": "{{HostName}}/evm/config/v1/functionspaceSetupStyles/{{FunctionSpaceSetupStyleId}}" }, "response": [] } @@ -36304,13 +29385,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -36324,7 +29401,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/functionSpaceTypes?wildCard=b", + "raw": "{{HostName}}/evm/config/v1/functionSpaceTypes?wildCard=b", "host": [ "{{HostName}}" ], @@ -36359,13 +29436,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -36387,18 +29460,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/functionSpaceTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "functionSpaceTypes" - ] - } + "url": "{{HostName}}/evm/config/v1/functionSpaceTypes" }, "response": [] }, @@ -36407,13 +29469,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -36435,19 +29493,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/functionSpaceTypes/{{FunctionSpaceTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "functionSpaceTypes", - "{{FunctionSpaceTypesId}}" - ] - } + "url": "{{HostName}}/evm/config/v1/functionSpaceTypes/{{FunctionSpaceTypesId}}" }, "response": [] }, @@ -36456,13 +29502,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -36484,19 +29526,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/functionSpaceTypes/{{FunctionSpaceTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "functionSpaceTypes", - "{{FunctionSpaceTypesId}}" - ] - } + "url": "{{HostName}}/evm/config/v1/functionSpaceTypes/{{FunctionSpaceTypesId}}" }, "response": [] } @@ -36510,13 +29540,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -36530,7 +29556,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/inventoryItems?usedForEvents=true&startDateTime=2021-10-02+08:00:00.0&endDateTime=2021-10-02+09:00:00.0", + "raw": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/inventoryItems?usedForEvents=true&startDateTime=2021-10-02+08:00:00.0&endDateTime=2021-10-02+09:00:00.0", "host": [ "{{HostName}}" ], @@ -36591,13 +29617,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -36619,20 +29641,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/inventoryItems", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "inventoryItems" - ] - }, + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/inventoryItems", "description": "(Resource Availability)" }, "response": [] @@ -36642,13 +29651,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -36670,21 +29675,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/inventoryItems/{{InventoryItemId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "inventoryItems", - "{{InventoryItemId}}" - ] - }, + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/inventoryItems/{{InventoryItemId}}", "description": "(Resource Availability)" }, "response": [] @@ -36694,13 +29685,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -36723,7 +29710,7 @@ } }, "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/inventoryItems/{{InventoryItemId}}?idContext=OPERA&itemIDType=ItemInventoryId", + "raw": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/inventoryItems/{{InventoryItemId}}?idContext=OPERA&itemIDType=ItemInventoryId", "host": [ "{{HostName}}" ], @@ -36761,13 +29748,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -36781,7 +29764,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/itemClasses?wildCard=b", + "raw": "{{HostName}}/evm/config/v1/itemClasses?wildCard=b", "host": [ "{{HostName}}" ], @@ -36812,13 +29795,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -36840,19 +29819,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/itemClasses/{{ItemClassesCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "itemClasses", - "{{ItemClassesCode}}" - ] - }, + "url": "{{HostName}}/evm/config/v1/itemClasses/{{ItemClassesCode}}", "description": "This API will allow you to fetch all existing Item Classes for a property. Items are categorized into logical entities called Item Classes. Item Classes assist you in filtering when selecting and grouping items on the Banquet Event Order (BEO). For example, you might have an item class for different kinds of audio visual equipment, for floral decorations, for recreational equipment, and so on." }, "response": [] @@ -36862,13 +29829,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -36890,18 +29853,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/itemClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "itemClasses" - ] - }, + "url": "{{HostName}}/evm/config/v1/itemClasses", "description": "This API will allow you to fetch all existing Item Classes for a property. Items are categorized into logical entities called Item Classes. Item Classes assist you in filtering when selecting and grouping items on the Banquet Event Order (BEO). For example, you might have an item class for different kinds of audio visual equipment, for floral decorations, for recreational equipment, and so on." }, "response": [] @@ -36916,13 +29868,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -36936,7 +29884,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/mealTypes?wildCard=b&codes=", + "raw": "{{HostName}}/evm/config/v1/mealTypes?wildCard=b&codes=", "host": [ "{{HostName}}" ], @@ -36970,13 +29918,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -36998,18 +29942,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/mealTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "mealTypes" - ] - } + "url": "{{HostName}}/evm/config/v1/mealTypes" }, "response": [] }, @@ -37018,13 +29951,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -37046,19 +29975,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/mealTypes/{{MealTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "mealTypes", - "{{MealTypesId}}" - ] - } + "url": "{{HostName}}/evm/config/v1/mealTypes/{{MealTypesId}}" }, "response": [] }, @@ -37067,13 +29984,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -37095,19 +30008,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/mealTypes/{{MealTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "mealTypes", - "{{MealTypesId}}" - ] - } + "url": "{{HostName}}/evm/config/v1/mealTypes/{{MealTypesId}}" }, "response": [] } @@ -37124,13 +30025,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -37153,7 +30050,7 @@ } }, "url": { - "raw": "{{HostName}}/evm/config/v0/revenueGroups?fetchInactive=true", + "raw": "{{HostName}}/evm/config/v1/revenueGroups?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -37178,13 +30075,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -37206,18 +30099,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/revenueGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "revenueGroups" - ] - } + "url": "{{HostName}}/evm/config/v1/revenueGroups" }, "response": [] }, @@ -37226,13 +30108,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -37254,19 +30132,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/revenueGroups/{{RevenueGroupsCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "revenueGroups", - "{{RevenueGroupsCode}}" - ] - } + "url": "{{HostName}}/evm/config/v1/revenueGroups/{{RevenueGroupsCode}}" }, "response": [] }, @@ -37275,13 +30141,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -37303,19 +30165,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/revenueGroups/{{RevenueGroupsCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "revenueGroups", - "{{RevenueGroupsCode}}" - ] - } + "url": "{{HostName}}/evm/config/v1/revenueGroups/{{RevenueGroupsCode}}" }, "response": [] } @@ -37329,13 +30179,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -37349,7 +30195,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/revenueTypes?includeRevenueTypeDetail=true&revenueGroupWildCard=BEV", + "raw": "{{HostName}}/evm/config/v1/revenueTypes?includeRevenueTypeDetail=true&revenueGroupWildCard=BEV", "host": [ "{{HostName}}" ], @@ -37393,13 +30239,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -37421,18 +30263,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/revenueTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "revenueTypes" - ] - } + "url": "{{HostName}}/evm/config/v1/revenueTypes" }, "response": [] }, @@ -37441,13 +30272,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -37469,19 +30296,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/revenueTypes/{{RevenueTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "revenueTypes", - "{{RevenueTypesId}}" - ] - } + "url": "{{HostName}}/evm/config/v1/revenueTypes/{{RevenueTypesId}}" }, "response": [] } @@ -37498,13 +30313,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -37526,20 +30337,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/roomPools", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomPools" - ] - } + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/roomPools" }, "response": [] }, @@ -37548,13 +30346,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -37578,20 +30372,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/roomPools", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomPools" - ] - } + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/roomPools" }, "response": [] }, @@ -37600,13 +30381,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -37621,21 +30398,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/roomPools/{{RoomPoolCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomPools", - "{{RoomPoolCode}}" - ] - } + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/roomPools/{{RoomPoolCode}}" }, "response": [] } @@ -37649,13 +30412,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -37669,7 +30428,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/eventCodes?includeInactive=true", + "raw": "{{HostName}}/evm/config/v1/eventCodes?includeInactive=true", "host": [ "{{HostName}}" ], @@ -37704,13 +30463,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -37732,18 +30487,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/eventCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "eventCodes" - ] - } + "url": "{{HostName}}/evm/config/v1/eventCodes" }, "response": [] }, @@ -37752,13 +30496,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -37780,18 +30520,7 @@ } } }, - "url": { - "raw": "{{HostName}}/evm/config/v0/eventCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "eventCodes" - ] - } + "url": "{{HostName}}/evm/config/v1/eventCodes" }, "response": [] } @@ -37802,13 +30531,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -37821,22 +30546,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/functionSpaces/{{FunctionSpaceCode}}/configurations", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "functionSpaces", - "{{FunctionSpaceCode}}", - "configurations" - ] - }, + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/functionSpaces/{{FunctionSpaceCode}}/configurations", "description": "get Function Space detailed Configuration for a specific space" }, "response": [] @@ -37846,13 +30556,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -37866,7 +30572,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/cateringContainers?fetchInactive=false", + "raw": "{{HostName}}/evm/config/v1/cateringContainers?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -37891,13 +30597,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -37911,7 +30613,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/cateringMenus/{{CateringMenuId}}?fetchInstructions=MenuDetails", + "raw": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/cateringMenus/{{CateringMenuId}}?fetchInstructions=MenuDetails", "host": [ "{{HostName}}" ], @@ -37939,13 +30641,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -37958,20 +30656,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/cateringMenus", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v1", - "hotels", - "{{HotelId}}", - "cateringMenus" - ] - } + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/cateringMenus" }, "response": [] }, @@ -37980,13 +30665,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -37999,20 +30680,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/cateringMenuItems", - "host": [ - "{{HostName}}" - ], - "path": [ - "evm", - "config", - "v1", - "hotels", - "{{HotelId}}", - "cateringMenuItems" - ] - } + "url": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/cateringMenuItems" }, "response": [] }, @@ -38021,13 +30689,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -38041,7 +30705,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/cateringPackages/{{CateringPackageId}}?fetchInstructions=PackageInfo", + "raw": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/cateringPackages/{{CateringPackageId}}?fetchInstructions=PackageInfo", "host": [ "{{HostName}}" ], @@ -38075,13 +30739,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -38095,7 +30755,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/cateringPackages?duration=12&startDateTime=2021-09-20&endDateTime=2021-10-06&hotelIds={{HotelId}}&fetchInstructions=PackageInfo&fetchInstructions=BlockPackageInfo&sellDate=2021-10-06&pkgTmpltType=Packages", + "raw": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/cateringPackages?duration=12&startDateTime=2021-09-20&endDateTime=2021-10-06&hotelIds={{HotelId}}&fetchInstructions=PackageInfo&fetchInstructions=BlockPackageInfo&sellDate=2021-10-06&pkgTmpltType=Packages", "host": [ "{{HostName}}" ], @@ -38160,13 +30820,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -38180,7 +30836,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/cateringPackages?hotelIds={{HotelId}}", + "raw": "{{HostName}}/evm/config/v1/cateringPackages?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -38205,13 +30861,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -38225,7 +30877,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/cateringServings?wildcard=c&fetchInactive=true", + "raw": "{{HostName}}/evm/config/v1/cateringServings?wildcard=c&fetchInactive=true", "host": [ "{{HostName}}" ], @@ -38264,13 +30916,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -38284,7 +30932,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/inventoryItems?hotelId={{HotelId}}", + "raw": "{{HostName}}/evm/config/v1/inventoryItems?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -38314,13 +30962,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -38334,7 +30978,7 @@ } ], "url": { - "raw": "{{HostName}}/evm/config/v0/hotels/{{HotelId}}/itemPools?wildCard=c&itemPoolsWildCard=c", + "raw": "{{HostName}}/evm/config/v1/hotels/{{HotelId}}/itemPools?wildCard=c&itemPoolsWildCard=c", "host": [ "{{HostName}}" ], @@ -38365,13 +31009,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -38387,7 +31027,7 @@ } ], "url": { - "raw": "{{HostName}}/ent/config/v0/parameters?parameterName=Block", + "raw": "{{HostName}}/ent/config/v1/parameters?parameterName=Block", "host": [ "{{HostName}}" ], @@ -38438,13 +31078,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -38501,13 +31137,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -38523,7 +31155,7 @@ } ], "url": { - "raw": "{{HostName}}/ent/config/v0/hotels/{{HotelId}}/exportSchedules?includeInactive=true&timeZone=+11:00&exportGroup=Miscellaneous", + "raw": "{{HostName}}/ent/config/v1/hotels/{{HotelId}}/exportSchedules?includeInactive=true&timeZone=+11:00&exportGroup=Miscellaneous", "host": [ "{{HostName}}" ], @@ -38566,13 +31198,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -38602,21 +31230,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkIns", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "checkIns" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkIns" }, "response": [] }, @@ -38625,13 +31239,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -38661,21 +31271,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/advanceCheckIns", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "advanceCheckIns" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/advanceCheckIns", "description": "To request room keys through PMS from the integrated door lock system.\r\n\r\nNB - This operation will only work in the scenario the property has an interface with a door lock system." }, "response": [] @@ -38685,13 +31281,50 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "DELETE", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkIns" + }, + "response": [] + }, + { + "name": "delete Advance CheckIn", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -38721,80 +31354,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/checkIns", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "checkIns" - ] - } - }, - "response": [] - }, - { - "name": "delete Advance CheckIn", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "DELETE", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/advanceCheckIns", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "advanceCheckIns" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/advanceCheckIns" }, "response": [] } @@ -38811,13 +31371,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -38848,7 +31404,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/dailyDocket?docketDate=2021-07-11", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/dailyDocket?docketDate=2021-07-11", "host": [ "{{HostName}}" ], @@ -38874,13 +31430,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -38910,19 +31462,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/dailyDocket", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "dailyDocket" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/dailyDocket" }, "response": [] }, @@ -38931,13 +31471,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -38967,20 +31503,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/dailyDocket/{{DocketId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "dailyDocket", - "{{DocketId}}" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/dailyDocket/{{DocketId}}" }, "response": [] } @@ -38997,13 +31520,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -39079,13 +31598,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -39194,13 +31709,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -39277,13 +31788,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -39356,13 +31863,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -39439,13 +31942,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -39547,13 +32046,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -39629,13 +32124,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -39695,13 +32186,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -39732,7 +32219,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/queuedReservations", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/queuedReservations", "host": [ "{{HostName}}" ], @@ -39934,13 +32421,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -39970,20 +32453,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/queuedReservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "queuedReservations", - "{{ReservationId}}" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/queuedReservations/{{ReservationId}}" }, "response": [] }, @@ -39992,13 +32462,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -40028,21 +32494,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/priority", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "priority" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/priority", "description": "To fetch rooms from OPERA " }, "response": [] @@ -40052,13 +32504,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -40088,20 +32536,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/queuedReservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "queuedReservations", - "{{ReservationId}}" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/queuedReservations/{{ReservationId}}" }, "response": [] } @@ -40138,13 +32573,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -40175,7 +32606,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/serviceRequests?reservationId={{ReservationId}}&reservationIdType=Reservation", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/serviceRequests?reservationId={{ReservationId}}&reservationIdType=Reservation", "host": [ "{{HostName}}" ], @@ -40206,13 +32637,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -40242,19 +32669,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/serviceRequests", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "serviceRequests" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/serviceRequests" }, "response": [] }, @@ -40263,13 +32678,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -40300,7 +32711,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/serviceRequests", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/serviceRequests", "host": [ "{{HostName}}" ], @@ -40328,13 +32739,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -40364,20 +32771,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/serviceRequests/{{ServiceRequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "serviceRequests", - "{{ServiceRequestId}}" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/serviceRequests/{{ServiceRequestId}}" }, "response": [] } @@ -40414,13 +32808,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -40451,7 +32841,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/wakeUpCalls?hotelIds={{HotelId}}&fetchPending=true&fetchNoAnswer=true&fetchCompleted=false&fetchCancelled=false", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/wakeUpCalls?hotelIds={{HotelId}}&fetchPending=true&fetchNoAnswer=true&fetchCompleted=false&fetchCancelled=false", "host": [ "{{HostName}}" ], @@ -40508,13 +32898,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -40537,7 +32923,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/wakeUpCalls", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/wakeUpCalls", "host": [ "{{HostName}}" ], @@ -40559,13 +32945,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -40587,21 +32969,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/wakeUpCalls", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "wakeUpCalls" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/wakeUpCalls" }, "response": [] }, @@ -40610,13 +32978,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -40639,7 +33003,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/wakeUpCalls?newCallTime=2021-10-07+12:00:00&id=898395&callTime=2021-10-07+12:00:00&startDate=2021-10-07", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/wakeUpCalls?newCallTime=2021-10-07+12:00:00&id=898395&callTime=2021-10-07+12:00:00&startDate=2021-10-07", "host": [ "{{HostName}}" ], @@ -40684,13 +33048,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -40721,7 +33081,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/floorPlans", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/floorPlans", "host": [ "{{HostName}}" ], @@ -40761,13 +33121,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -40798,7 +33154,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/fulfillmentActivityLogs?fromDate=2021-06-21&offset=0&toDate=2021-07-07&limit=25&activityGroup=REP_ACCTS_RECEIVABLE", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/fulfillmentActivityLogs?fromDate=2021-06-21&offset=0&toDate=2021-07-07&limit=25&activityGroup=REP_ACCTS_RECEIVABLE", "host": [ "{{HostName}}" ], @@ -40843,13 +33199,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -40930,13 +33282,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -40967,7 +33315,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/rooms?roomType=SGL&hotelRoomStatus=Inspected&hotelRoomFrontOfficeStatus=Vacant", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/rooms?roomType=SGL&hotelRoomStatus=Inspected&hotelRoomFrontOfficeStatus=Vacant", "host": [ "{{HostName}}" ], @@ -41020,13 +33368,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -41056,21 +33400,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/linked", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "linked" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/linked", "description": "To fetch rooms from OPERA " }, "response": [] @@ -41083,13 +33413,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -41120,7 +33446,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/billingReservations?offset=0&blockHotelId={{HotelId}}&searchType=InHouse&excludeNoPost=false&advanceCheckedIn=false&excludePMRooms=true&hasOpenFolio=false", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/billingReservations?offset=0&blockHotelId={{HotelId}}&searchType=InHouse&excludeNoPost=false&advanceCheckedIn=false&excludePMRooms=true&hasOpenFolio=false", "host": [ "{{HostName}}" ], @@ -41208,13 +33534,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -41245,7 +33567,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservationSummaries?searchType=Arrival", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservationSummaries?searchType=Arrival", "host": [ "{{HostName}}" ], @@ -41325,13 +33647,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -41361,19 +33679,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/authorizationReservations", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "authorizationReservations" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/authorizationReservations" }, "response": [] }, @@ -41385,13 +33691,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -41422,7 +33724,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/interfaces/{{InterfaceId}}/roomStatuses?includeLinkedReservations=true&orderType=Asc&includeBlocks=true&orderBy=Name&advanceCheckedIn=false&reservationStatus=CheckedIn&reservationStatus=DueOut&reservationStatus=InHouse", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/interfaces/{{InterfaceId}}/roomStatuses?includeLinkedReservations=true&orderType=Asc&includeBlocks=true&orderBy=Name&advanceCheckedIn=false&reservationStatus=CheckedIn&reservationStatus=DueOut&reservationStatus=InHouse", "host": [ "{{HostName}}" ], @@ -41481,13 +33783,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -41517,19 +33815,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/keyInterfaces", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "keyInterfaces" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/keyInterfaces" }, "response": [] }, @@ -41541,13 +33827,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -41577,21 +33859,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomKeys", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "roomKeys" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomKeys", "description": "To fetch any existing room key data for a reservation" }, "response": [] @@ -41604,13 +33872,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -41640,21 +33904,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomMoveHistory", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "roomMoveHistory" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomMoveHistory" }, "response": [] }, @@ -41666,13 +33916,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -41743,13 +33989,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -41780,7 +34022,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/roomKeysDetails?encoderTerminal=&encoderId=&encoderIdContex=&encoderIdType=", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/roomKeysDetails?encoderTerminal=&encoderId=&encoderIdContex=&encoderIdType=", "host": [ "{{HostName}}" ], @@ -41821,13 +34063,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -41857,21 +34095,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/verifyCheckIns", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "verifyCheckIns" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/verifyCheckIns" }, "response": [] }, @@ -41880,13 +34104,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -41916,20 +34136,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/autoRoomAssignments", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "autoRoomAssignments" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/autoRoomAssignments" }, "response": [] }, @@ -41938,13 +34145,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -41974,19 +34177,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/dailyDocket", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "dailyDocket" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/dailyDocket" }, "response": [] }, @@ -41995,13 +34186,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -42031,20 +34218,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/rooms/onHold", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "rooms", - "onHold" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/rooms/onHold", "description": "To request room keys through PMS from the integrated door lock system.\r\n\r\nNB - This operation will only work in the scenario the property has an interface with a door lock system." }, "response": [] @@ -42054,13 +34228,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -42090,20 +34260,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/massCheckIns", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "massCheckIns" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/massCheckIns", "description": "The target room is in the path and the original room is in the body" }, "response": [] @@ -42113,13 +34270,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -42149,20 +34302,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/massAdvanceCheckIns", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "massAdvanceCheckIns" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/massAdvanceCheckIns", "description": "The target room is in the path and the original room is in the body" }, "response": [] @@ -42172,13 +34312,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -42208,21 +34344,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomAssignments", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "roomAssignments" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomAssignments", "description": "Use this API to add/assign a room number to a guests reservation. This is required before they can check into the property." }, "response": [] @@ -42232,13 +34354,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -42268,21 +34386,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomKeys", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "roomKeys" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomKeys", "description": "To request room keys through PMS from the integrated door lock system.\r\n\r\nNB - This operation will only work in the scenario the property has an interface with a door lock system." }, "response": [] @@ -42292,13 +34396,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -42328,20 +34428,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/rooms/onHold", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "rooms", - "onHold" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/rooms/onHold", "description": "To request room keys through PMS from the integrated door lock system.\r\n\r\nNB - This operation will only work in the scenario the property has an interface with a door lock system." }, "response": [] @@ -42351,13 +34438,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -42388,7 +34471,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/rooms?hotelId={{HotelId}}&reservationId={{ReservationId}}", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/rooms?hotelId={{HotelId}}&reservationId={{ReservationId}}", "host": [ "{{HostName}}" ], @@ -42420,13 +34503,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -42456,22 +34535,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/textMessages/QueueReservation", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "textMessages", - "QueueReservation" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/textMessages/QueueReservation", "description": "The target room is in the path and the original room is in the body" }, "response": [] @@ -42481,13 +34545,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -42517,23 +34577,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/rooms/{{RoomId}}/roomMoves", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "rooms", - "{{RoomId}}", - "roomMoves" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/rooms/{{RoomId}}/roomMoves", "description": "The target room is in the path and the original room is in the body" }, "response": [] @@ -42543,13 +34587,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -42579,19 +34619,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/batchReservationAuthorizations", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "batchReservationAuthorizations" - ] - }, + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/batchReservationAuthorizations", "description": "It is expected the external system would do a get authorizationReservations first and have all the reservations that need authorizing. And with that data populate this put operation." }, "response": [] @@ -42601,13 +34629,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -42638,7 +34662,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/autoRoomAssignments?idContext=OPERA&id={{ReservationId}}&type=Reservation&offset=0&includeDepartureRooms=false&useAssociatedProfilePreferences=false&smokingPreference=Y", + "raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/autoRoomAssignments?idContext=OPERA&id={{ReservationId}}&type=Reservation&offset=0&includeDepartureRooms=false&useAssociatedProfilePreferences=false&smokingPreference=Y", "host": [ "{{HostName}}" ], @@ -42690,13 +34714,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -42726,21 +34746,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomKeys", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "roomKeys" - ] - } + "url": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/roomKeys" }, "response": [] }, @@ -42752,13 +34758,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -42849,13 +34851,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -42885,20 +34883,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/ARAccountTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "ARAccountTypes" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/ARAccountTypes" }, "response": [] }, @@ -42907,13 +34892,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -42943,18 +34924,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/accountTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "accountTypes" - ] - } + "url": "{{HostName}}/fof/config/v1/accountTypes" }, "response": [] }, @@ -42963,13 +34933,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -42999,18 +34965,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/accountTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "accountTypes" - ] - } + "url": "{{HostName}}/fof/config/v1/accountTypes" }, "response": [] }, @@ -43019,13 +34974,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -43056,7 +35007,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/accountTypes?accountTypes=ACCT1&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/accountTypes?accountTypes=ACCT1&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -43093,13 +35044,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -43130,7 +35077,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/flaggedReasons?propertyCodes={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/flaggedReasons?propertyCodes={{HotelId}}", "host": [ "{{HostName}}" ], @@ -43170,13 +35117,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -43206,18 +35149,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/flaggedReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "flaggedReasons" - ] - } + "url": "{{HostName}}/fof/config/v1/flaggedReasons" }, "response": [] }, @@ -43226,13 +35158,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -43262,18 +35190,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/flaggedReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "flaggedReasons" - ] - } + "url": "{{HostName}}/fof/config/v1/flaggedReasons" }, "response": [] }, @@ -43282,13 +35199,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -43319,7 +35232,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/flaggedReasons?codes=12345&hotelIds={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/flaggedReasons?codes=12345&hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -43353,13 +35266,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -43375,7 +35284,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/articles?includeInactive=false", + "raw": "{{HostName}}/fof/config/v1/articles?includeInactive=false", "host": [ "{{HostName}}" ], @@ -43403,13 +35312,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -43433,18 +35338,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/articles", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "articles" - ] - } + "url": "{{HostName}}/fof/config/v1/articles" }, "response": [] }, @@ -43453,13 +35347,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -43483,18 +35373,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/articles", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "articles" - ] - } + "url": "{{HostName}}/fof/config/v1/articles" }, "response": [] } @@ -43508,13 +35387,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -43530,7 +35405,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/authorizationConfigRules?hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/authorizationConfigRules?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -43555,13 +35430,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -43585,18 +35456,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/authorizationConfigRule", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "authorizationConfigRule" - ] - } + "url": "{{HostName}}/fof/config/v1/authorizationConfigRule" }, "response": [] }, @@ -43605,13 +35465,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -43635,18 +35491,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/authorizationConfigRule", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "authorizationConfigRule" - ] - } + "url": "{{HostName}}/fof/config/v1/authorizationConfigRule" }, "response": [] }, @@ -43655,13 +35500,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -43681,7 +35522,7 @@ "raw": "" }, "url": { - "raw": "{{HostName}}/fof/config/v0/authorizationConfigRule?hotelId={{HotelId}}&roomType=Property", + "raw": "{{HostName}}/fof/config/v1/authorizationConfigRule?hotelId={{HotelId}}&roomType=Property", "host": [ "{{HostName}}" ], @@ -43715,13 +35556,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -43737,7 +35574,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/authorizerGroups?hotelIds={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/authorizerGroups?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -43772,13 +35609,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -43802,18 +35635,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/authorizerGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "authorizerGroups" - ] - } + "url": "{{HostName}}/fof/config/v1/authorizerGroups" }, "response": [] }, @@ -43822,13 +35644,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -43852,18 +35670,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/authorizerGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "authorizerGroups" - ] - } + "url": "{{HostName}}/fof/config/v1/authorizerGroups" }, "response": [] }, @@ -43872,13 +35679,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -43894,7 +35697,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/authorizerGroups?authorizerGroup=TEST1&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/authorizerGroups?authorizerGroup=TEST1&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -43928,13 +35731,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -43950,7 +35749,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/autoFolioSettlementTypes?fetchInactive=false", + "raw": "{{HostName}}/fof/config/v1/autoFolioSettlementTypes?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -43975,13 +35774,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -44005,18 +35800,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/autoFolioSettlementTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "autoFolioSettlementTypes" - ] - } + "url": "{{HostName}}/fof/config/v1/autoFolioSettlementTypes" }, "response": [] }, @@ -44025,13 +35809,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -44055,19 +35835,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/autoFolioSettlementTypes/{{Code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "autoFolioSettlementTypes", - "{{Code}}" - ] - } + "url": "{{HostName}}/fof/config/v1/autoFolioSettlementTypes/{{Code}}" }, "response": [] }, @@ -44076,13 +35844,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -44106,19 +35870,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/autoFolioSettlementTypes/{{Code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "autoFolioSettlementTypes", - "{{Code}}" - ] - } + "url": "{{HostName}}/fof/config/v1/autoFolioSettlementTypes/{{Code}}" }, "response": [] } @@ -44152,13 +35904,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -44174,7 +35922,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/cashierDetails/cashiers", + "raw": "{{HostName}}/fof/config/v1/cashierDetails/cashiers", "host": [ "{{HostName}}" ], @@ -44211,13 +35959,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -44241,18 +35985,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/cashiers", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "cashiers" - ] - } + "url": "{{HostName}}/fof/config/v1/cashiers" }, "response": [] }, @@ -44261,13 +35994,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -44291,18 +36020,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/cashiers", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "cashiers" - ] - } + "url": "{{HostName}}/fof/config/v1/cashiers" }, "response": [] }, @@ -44311,13 +36029,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -44332,19 +36046,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/fof/config/v0/cashiers/nextAvailable", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "cashiers", - "nextAvailable" - ] - } + "url": "{{HostName}}/fof/config/v1/cashiers/nextAvailable" }, "response": [] } @@ -44361,13 +36063,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -44398,7 +36096,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/cashierShifts/dropLocations", + "raw": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/cashierShifts/dropLocations", "host": [ "{{HostName}}" ], @@ -44427,13 +36125,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -44463,21 +36157,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/cashierShifts/dropLocations", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "cashierShifts", - "dropLocations" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/cashierShifts/dropLocations" }, "response": [] }, @@ -44486,13 +36166,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -44522,22 +36198,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/cashierShifts/dropLocations/{{DropLocationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "cashierShifts", - "dropLocations", - "{{DropLocationId}}" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/cashierShifts/dropLocations/{{DropLocationId}}" }, "response": [] }, @@ -44546,13 +36207,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -44582,22 +36239,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/cashierShifts/dropLocations/{{DropLocationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "cashierShifts", - "dropLocations", - "{{DropLocationId}}" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/cashierShifts/dropLocations/{{DropLocationId}}" }, "response": [] } @@ -44611,13 +36253,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -44633,7 +36271,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/commissionCode/{{CommissionCode}}", + "raw": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/commissionCode/{{CommissionCode}}", "host": [ "{{HostName}}" ], @@ -44662,13 +36300,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -44684,7 +36318,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/commissionCodes?hotelIds={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/commissionCodes?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -44714,13 +36348,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -44744,18 +36374,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/commissionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "commissionCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/commissionCodes" }, "response": [] }, @@ -44764,13 +36383,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -44794,18 +36409,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/commissionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "commissionCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/commissionCodes" }, "response": [] }, @@ -44814,13 +36418,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -44836,7 +36436,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/commissionCodes?hotelIds={{HotelId}}&commissionCodes=8PCT", + "raw": "{{HostName}}/fof/config/v1/commissionCodes?hotelIds={{HotelId}}&commissionCodes=8PCT", "host": [ "{{HostName}}" ], @@ -44873,13 +36473,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -44910,7 +36506,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/compBucket/redemption", + "raw": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/compBucket/redemption", "host": [ "{{HostName}}" ], @@ -44945,13 +36541,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -44967,7 +36559,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/configBankAccounts?hotels={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/configBankAccounts?hotels={{HotelId}}", "host": [ "{{HostName}}" ], @@ -44997,13 +36589,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -45027,18 +36615,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/configBankAccounts", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "configBankAccounts" - ] - } + "url": "{{HostName}}/fof/config/v1/configBankAccounts" }, "response": [] }, @@ -45047,13 +36624,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -45069,7 +36642,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/configBankAccounts?bankAccountID=54586&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/configBankAccounts?bankAccountID=54586&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -45103,13 +36676,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -45125,7 +36694,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/currencyExchangeServiceTaxes?hotelIds={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/currencyExchangeServiceTaxes?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -45150,13 +36719,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -45180,18 +36745,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/currencyExchangeServiceTaxes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "currencyExchangeServiceTaxes" - ] - } + "url": "{{HostName}}/fof/config/v1/currencyExchangeServiceTaxes" }, "response": [] }, @@ -45200,13 +36754,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -45230,18 +36780,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/currencyExchangeServiceTaxes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "currencyExchangeServiceTaxes" - ] - } + "url": "{{HostName}}/fof/config/v1/currencyExchangeServiceTaxes" }, "response": [] }, @@ -45250,13 +36789,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -45272,7 +36807,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/currencyExchangeServiceTaxes?currencyExchangeServiceTaxCode=R2&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/currencyExchangeServiceTaxes?currencyExchangeServiceTaxCode=R2&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -45306,13 +36841,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -45328,7 +36859,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/customTaxTypes?fetchInactive=false", + "raw": "{{HostName}}/fof/config/v1/customTaxTypes?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -45353,13 +36884,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -45383,18 +36910,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/customTaxTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "customTaxTypes" - ] - } + "url": "{{HostName}}/fof/config/v1/customTaxTypes" }, "response": [] }, @@ -45403,13 +36919,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -45433,19 +36945,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/customTaxTypes/{{TaxTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "customTaxTypes", - "{{TaxTypeCode}}" - ] - } + "url": "{{HostName}}/fof/config/v1/customTaxTypes/{{TaxTypeCode}}" }, "response": [] }, @@ -45454,13 +36954,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -45479,19 +36975,7 @@ "mode": "raw", "raw": "" }, - "url": { - "raw": "{{HostName}}/fof/config/v0/customTaxTypes/{{TaxTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "customTaxTypes", - "{{TaxTypeCode}}" - ] - } + "url": "{{HostName}}/fof/config/v1/customTaxTypes/{{TaxTypeCode}}" }, "response": [] } @@ -45505,13 +36989,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -45527,7 +37007,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/dailyPlanCodes?hotels={{HotelId}}&includeTransactionCodes=true", + "raw": "{{HostName}}/fof/config/v1/dailyPlanCodes?hotels={{HotelId}}&includeTransactionCodes=true", "host": [ "{{HostName}}" ], @@ -45556,13 +37036,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -45586,18 +37062,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/dailyPlanCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "dailyPlanCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/dailyPlanCodes" }, "response": [] } @@ -45634,13 +37099,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -45671,7 +37132,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/exchangeRates?exchangeTypes=Cash", + "raw": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/exchangeRates?exchangeTypes=Cash", "host": [ "{{HostName}}" ], @@ -45700,13 +37161,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -45730,19 +37187,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/exchangeRates/set", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "exchangeRates", - "set" - ] - } + "url": "{{HostName}}/fof/config/v1/exchangeRates/set" }, "response": [] }, @@ -45751,13 +37196,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -45781,18 +37222,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/exchangeRates", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "exchangeRates" - ] - } + "url": "{{HostName}}/fof/config/v1/exchangeRates" }, "response": [] } @@ -45806,13 +37236,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -45828,7 +37254,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/expenseArrangementCodes?hotels={{HotelId}}&includeTransactionCodes=true", + "raw": "{{HostName}}/fof/config/v1/expenseArrangementCodes?hotels={{HotelId}}&includeTransactionCodes=true", "host": [ "{{HostName}}" ], @@ -45857,13 +37283,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -45887,18 +37309,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/expenseArrangementCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "expenseArrangementCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/expenseArrangementCodes" }, "response": [] }, @@ -45907,13 +37318,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -45937,18 +37344,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/expenseArrangementCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "expenseArrangementCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/expenseArrangementCodes" }, "response": [] }, @@ -45957,13 +37353,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -45979,7 +37371,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/expenseArrangementCodes?code=11&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/expenseArrangementCodes?code=11&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -46013,13 +37405,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -46043,18 +37431,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalFolioParameters", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "fiscalFolioParameters" - ] - } + "url": "{{HostName}}/fof/config/v1/fiscalFolioParameters" }, "response": [] }, @@ -46063,13 +37440,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -46085,7 +37458,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalFolioParameters?code=FLIP_ASSOCIATED_FISCAL_BILL_DATE&partner=GENERIC&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/fiscalFolioParameters?code=FLIP_ASSOCIATED_FISCAL_BILL_DATE&partner=GENERIC&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -46118,13 +37491,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -46140,7 +37509,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalFolioParameters?internal=false&hotels={{HotelId}}&wildcard=t", + "raw": "{{HostName}}/fof/config/v1/fiscalFolioParameters?internal=false&hotels={{HotelId}}&wildcard=t", "host": [ "{{HostName}}" ], @@ -46183,13 +37552,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -46205,7 +37570,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalGuestTypes?fetchInactive=false", + "raw": "{{HostName}}/fof/config/v1/fiscalGuestTypes?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -46230,13 +37595,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -46260,18 +37621,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalGuestTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "fiscalGuestTypes" - ] - } + "url": "{{HostName}}/fof/config/v1/fiscalGuestTypes" }, "response": [] }, @@ -46280,13 +37630,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -46310,19 +37656,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalGuestTypes/{{FiscalGuestTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "fiscalGuestTypes", - "{{FiscalGuestTypeCode}}" - ] - } + "url": "{{HostName}}/fof/config/v1/fiscalGuestTypes/{{FiscalGuestTypeCode}}" }, "response": [] }, @@ -46331,13 +37665,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -46352,19 +37682,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalGuestTypes/{{FiscalGuestTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "fiscalGuestTypes", - "{{FiscalGuestTypeCode}}" - ] - } + "url": "{{HostName}}/fof/config/v1/fiscalGuestTypes/{{FiscalGuestTypeCode}}" }, "response": [] } @@ -46378,13 +37696,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -46400,7 +37714,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalPeriods?periodType=Calendar&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/fiscalPeriods?periodType=Calendar&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -46429,13 +37743,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -46459,18 +37769,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalPeriods", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "fiscalPeriods" - ] - } + "url": "{{HostName}}/fof/config/v1/fiscalPeriods" }, "response": [] }, @@ -46479,13 +37778,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -46509,18 +37804,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalPeriods", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "fiscalPeriods" - ] - } + "url": "{{HostName}}/fof/config/v1/fiscalPeriods" }, "response": [] }, @@ -46529,13 +37813,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -46551,7 +37831,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalPeriods?hotelId={{HotelId}}&startDate=1992-09-01&yearId=-1", + "raw": "{{HostName}}/fof/config/v1/fiscalPeriods?hotelId={{HotelId}}&startDate=1992-09-01&yearId=-1", "host": [ "{{HostName}}" ], @@ -46589,13 +37869,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -46611,7 +37887,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalYears?hotelId={{HotelId}}&yearType=Fiscal", + "raw": "{{HostName}}/fof/config/v1/fiscalYears?hotelId={{HotelId}}&yearType=Fiscal", "host": [ "{{HostName}}" ], @@ -46640,13 +37916,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -46670,18 +37942,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalYears", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "fiscalYears" - ] - } + "url": "{{HostName}}/fof/config/v1/fiscalYears" }, "response": [] }, @@ -46690,13 +37951,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -46720,18 +37977,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalYears", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "fiscalYears" - ] - } + "url": "{{HostName}}/fof/config/v1/fiscalYears" }, "response": [] }, @@ -46740,13 +37986,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -46762,7 +38004,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalYears?hotelId={{HotelId}}&yearId=1337", + "raw": "{{HostName}}/fof/config/v1/fiscalYears?hotelId={{HotelId}}&yearId=1337", "host": [ "{{HostName}}" ], @@ -46796,13 +38038,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -46818,7 +38056,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/folioArrangementCodes?hotelIds={{HotelId}}&includeTransactionCodes=true", + "raw": "{{HostName}}/fof/config/v1/folioArrangementCodes?hotelIds={{HotelId}}&includeTransactionCodes=true", "host": [ "{{HostName}}" ], @@ -46847,13 +38085,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -46877,18 +38111,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/folioArrangementCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "folioArrangementCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/folioArrangementCodes" }, "response": [] }, @@ -46897,13 +38120,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -46927,19 +38146,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/folioArrangementCodes/copy", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "folioArrangementCodes", - "copy" - ] - } + "url": "{{HostName}}/fof/config/v1/folioArrangementCodes/copy" }, "response": [] }, @@ -46948,13 +38155,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -46978,18 +38181,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/folioArrangementCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "folioArrangementCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/folioArrangementCodes" }, "response": [] }, @@ -46998,13 +38190,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -47020,7 +38208,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/folioArrangementCodes?hotelIds={{HotelId}}&code=TEST", + "raw": "{{HostName}}/fof/config/v1/folioArrangementCodes?hotelIds={{HotelId}}&code=TEST", "host": [ "{{HostName}}" ], @@ -47054,13 +38242,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -47076,7 +38260,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/folioTypeLegendMappings?legendCode=11COPY&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/folioTypeLegendMappings?legendCode=11COPY&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -47105,13 +38289,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -47135,18 +38315,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/folioTypeLegendMappings", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "folioTypeLegendMappings" - ] - } + "url": "{{HostName}}/fof/config/v1/folioTypeLegendMappings" }, "response": [] }, @@ -47155,13 +38324,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -47186,7 +38351,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/folioTypeLegendMappings", + "raw": "{{HostName}}/fof/config/v1/folioTypeLegendMappings", "host": [ "{{HostName}}" ], @@ -47227,13 +38392,174 @@ "request": { "auth": { "type": "bearer", - "bearer": [ + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "x-app-key", + "value": "{{AppKey}}", + "type": "text" + }, + { + "key": "x-hotelid", + "value": "{{HotelId}}", + "type": "text" + } + ], + "url": { + "raw": "{{HostName}}/fof/config/v1/folioTypesConfig?hotelId={{HotelId}}", + "host": [ + "{{HostName}}" + ], + "path": [ + "fof", + "config", + "v0", + "folioTypesConfig" + ], + "query": [ + { + "key": "hotelId", + "value": "{{HotelId}}" + } + ] + } + }, + "response": [] + }, + { + "name": "post Folio Types Configuration", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "POST", + "header": [ + { + "key": "x-app-key", + "value": "{{AppKey}}", + "type": "text" + }, + { + "key": "x-hotelid", + "value": "{{HotelId}}", + "type": "text" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"folioTypes\": [\r\n {\r\n \"folioReports\": [\r\n {\r\n \"reportName\": \"bbh_folio_vat_curr_v18\",\r\n \"reportGroup\": \"Guest\",\r\n \"language\": \"ES\"\r\n },\r\n {\r\n \"reportName\": \"folio_fi_basedonsample\",\r\n \"reportGroup\": \"Guest\",\r\n \"language\": \"FI\"\r\n }\r\n ],\r\n \"fiscalFolio\": false,\r\n \"sendFiscalFolio\": true,\r\n \"correctionFolio\": false,\r\n \"debitFolio\": false,\r\n \"depositFolio\": false,\r\n \"simpleFolio\": false,\r\n \"internalFolio\": false,\r\n \"aRFolio\": false,\r\n \"manualFolio\": false,\r\n \"informationFolio\": false,\r\n \"useNationality\": false,\r\n \"cityLedgerFolio\": false,\r\n \"useTaxNumber\": false,\r\n \"allowFolioCompression\": false,\r\n \"compressedFolio\": false,\r\n \"allowCreditFolio\": false,\r\n \"creditFolio\": true,\r\n \"supplementalFolio\": true,\r\n \"useOriginalFolioStayDetails\": true,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"TEST1\"\r\n }\r\n ]\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/fof/config/v1/folioTypesConfig" + }, + "response": [] + }, + { + "name": "put Folio Types Configuration", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "PUT", + "header": [ + { + "key": "x-app-key", + "value": "{{AppKey}}", + "type": "text" + }, + { + "key": "x-hotelid", + "value": "{{HotelId}}", + "type": "text" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"folioTypes\": [\r\n {\r\n \"folioReports\": [\r\n {\r\n \"reportName\": \"bbh_folio_vat_curr_v18\",\r\n \"reportGroup\": \"Guest\",\r\n \"language\": \"ES\"\r\n },\r\n {\r\n \"reportName\": \"folio_fi_basedonsample\",\r\n \"reportGroup\": \"Guest\",\r\n \"language\": \"FI\"\r\n },\r\n {\r\n \"reportName\": \"sample_folio\",\r\n \"reportGroup\": \"Guest\",\r\n \"language\": \"E\"\r\n },\r\n {\r\n \"reportName\": \"sample_folio\",\r\n \"reportGroup\": \"PostIt\",\r\n \"language\": \"E\"\r\n }\r\n ],\r\n \"fiscalFolio\": false,\r\n \"sendFiscalFolio\": true,\r\n \"correctionFolio\": false,\r\n \"debitFolio\": false,\r\n \"depositFolio\": false,\r\n \"simpleFolio\": false,\r\n \"internalFolio\": false,\r\n \"aRFolio\": false,\r\n \"manualFolio\": false,\r\n \"informationFolio\": false,\r\n \"useNationality\": false,\r\n \"cityLedgerFolio\": false,\r\n \"useTaxNumber\": false,\r\n \"allowFolioCompression\": false,\r\n \"compressedFolio\": false,\r\n \"allowCreditFolio\": false,\r\n \"creditFolio\": true,\r\n \"supplementalFolio\": false,\r\n \"useOriginalFolioStayDetails\": true,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"TEST1\"\r\n }\r\n ]\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/fof/config/v1/folioTypesConfig" + }, + "response": [] + }, + { + "name": "delete Folio Types Configuration", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "DELETE", + "header": [ + { + "key": "x-app-key", + "value": "{{AppKey}}", + "type": "text" + }, + { + "key": "x-hotelid", + "value": "{{HotelId}}", + "type": "text" + } + ], + "url": { + "raw": "{{HostName}}/fof/config/v1/folioTypesConfig?code=TEST1&hotelId={{HotelId}}", + "host": [ + "{{HostName}}" + ], + "path": [ + "fof", + "config", + "v0", + "folioTypesConfig" + ], + "query": [ + { + "key": "code", + "value": "TEST1" + }, { - "key": "token", - "value": "{{Token}}", - "type": "string" + "key": "hotelId", + "value": "{{HotelId}}" } ] + } + }, + "response": [] + } + ] + }, + { + "name": "Foreign Currencies", + "item": [ + { + "name": "get Foreign Currencies", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -47249,210 +38575,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/folioTypesConfig?hotelId={{HotelId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "folioTypesConfig" - ], - "query": [ - { - "key": "hotelId", - "value": "{{HotelId}}" - } - ] - } - }, - "response": [] - }, - { - "name": "post Folio Types Configuration", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "POST", - "header": [ - { - "key": "x-app-key", - "value": "{{AppKey}}", - "type": "text" - }, - { - "key": "x-hotelid", - "value": "{{HotelId}}", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"folioTypes\": [\r\n {\r\n \"folioReports\": [\r\n {\r\n \"reportName\": \"bbh_folio_vat_curr_v18\",\r\n \"reportGroup\": \"Guest\",\r\n \"language\": \"ES\"\r\n },\r\n {\r\n \"reportName\": \"folio_fi_basedonsample\",\r\n \"reportGroup\": \"Guest\",\r\n \"language\": \"FI\"\r\n }\r\n ],\r\n \"fiscalFolio\": false,\r\n \"sendFiscalFolio\": true,\r\n \"correctionFolio\": false,\r\n \"debitFolio\": false,\r\n \"depositFolio\": false,\r\n \"simpleFolio\": false,\r\n \"internalFolio\": false,\r\n \"aRFolio\": false,\r\n \"manualFolio\": false,\r\n \"informationFolio\": false,\r\n \"useNationality\": false,\r\n \"cityLedgerFolio\": false,\r\n \"useTaxNumber\": false,\r\n \"allowFolioCompression\": false,\r\n \"compressedFolio\": false,\r\n \"allowCreditFolio\": false,\r\n \"creditFolio\": true,\r\n \"supplementalFolio\": true,\r\n \"useOriginalFolioStayDetails\": true,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"TEST1\"\r\n }\r\n ]\r\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/fof/config/v0/folioTypesConfig", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "folioTypesConfig" - ] - } - }, - "response": [] - }, - { - "name": "put Folio Types Configuration", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "PUT", - "header": [ - { - "key": "x-app-key", - "value": "{{AppKey}}", - "type": "text" - }, - { - "key": "x-hotelid", - "value": "{{HotelId}}", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"folioTypes\": [\r\n {\r\n \"folioReports\": [\r\n {\r\n \"reportName\": \"bbh_folio_vat_curr_v18\",\r\n \"reportGroup\": \"Guest\",\r\n \"language\": \"ES\"\r\n },\r\n {\r\n \"reportName\": \"folio_fi_basedonsample\",\r\n \"reportGroup\": \"Guest\",\r\n \"language\": \"FI\"\r\n },\r\n {\r\n \"reportName\": \"sample_folio\",\r\n \"reportGroup\": \"Guest\",\r\n \"language\": \"E\"\r\n },\r\n {\r\n \"reportName\": \"sample_folio\",\r\n \"reportGroup\": \"PostIt\",\r\n \"language\": \"E\"\r\n }\r\n ],\r\n \"fiscalFolio\": false,\r\n \"sendFiscalFolio\": true,\r\n \"correctionFolio\": false,\r\n \"debitFolio\": false,\r\n \"depositFolio\": false,\r\n \"simpleFolio\": false,\r\n \"internalFolio\": false,\r\n \"aRFolio\": false,\r\n \"manualFolio\": false,\r\n \"informationFolio\": false,\r\n \"useNationality\": false,\r\n \"cityLedgerFolio\": false,\r\n \"useTaxNumber\": false,\r\n \"allowFolioCompression\": false,\r\n \"compressedFolio\": false,\r\n \"allowCreditFolio\": false,\r\n \"creditFolio\": true,\r\n \"supplementalFolio\": false,\r\n \"useOriginalFolioStayDetails\": true,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"TEST1\"\r\n }\r\n ]\r\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/fof/config/v0/folioTypesConfig", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "folioTypesConfig" - ] - } - }, - "response": [] - }, - { - "name": "delete Folio Types Configuration", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "DELETE", - "header": [ - { - "key": "x-app-key", - "value": "{{AppKey}}", - "type": "text" - }, - { - "key": "x-hotelid", - "value": "{{HotelId}}", - "type": "text" - } - ], - "url": { - "raw": "{{HostName}}/fof/config/v0/folioTypesConfig?code=TEST1&hotelId={{HotelId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "folioTypesConfig" - ], - "query": [ - { - "key": "code", - "value": "TEST1" - }, - { - "key": "hotelId", - "value": "{{HotelId}}" - } - ] - } - }, - "response": [] - } - ] - }, - { - "name": "Foreign Currencies", - "item": [ - { - "name": "get Foreign Currencies", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "x-app-key", - "value": "{{AppKey}}", - "type": "text" - }, - { - "key": "x-hotelid", - "value": "{{HotelId}}", - "type": "text" - } - ], - "url": { - "raw": "{{HostName}}/fof/config/v0/foreignCurrencies?includeInactive=false", + "raw": "{{HostName}}/fof/config/v1/foreignCurrencies?includeInactive=false", "host": [ "{{HostName}}" ], @@ -47487,13 +38610,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -47517,18 +38636,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/foreignCurrencies", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "foreignCurrencies" - ] - } + "url": "{{HostName}}/fof/config/v1/foreignCurrencies" }, "response": [] }, @@ -47537,13 +38645,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -47567,18 +38671,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/foreignCurrencies", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "foreignCurrencies" - ] - } + "url": "{{HostName}}/fof/config/v1/foreignCurrencies" }, "response": [] }, @@ -47587,13 +38680,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -47609,7 +38698,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/foreignCurrencies?currencyCodes=ABC", + "raw": "{{HostName}}/fof/config/v1/foreignCurrencies?currencyCodes=ABC", "host": [ "{{HostName}}" ], @@ -47639,13 +38728,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -47661,7 +38746,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/groupArrangementCodes?includeTransactionCodes=true", + "raw": "{{HostName}}/fof/config/v1/groupArrangementCodes?includeTransactionCodes=true", "host": [ "{{HostName}}" ], @@ -47686,13 +38771,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -47716,18 +38797,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/groupArrangementCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "groupArrangementCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/groupArrangementCodes" }, "response": [] }, @@ -47736,13 +38806,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -47766,18 +38832,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/groupArrangementCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "groupArrangementCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/groupArrangementCodes" }, "response": [] }, @@ -47786,13 +38841,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -47816,19 +38867,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/groupArrangementCodes/copy", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "groupArrangementCodes", - "copy" - ] - } + "url": "{{HostName}}/fof/config/v1/groupArrangementCodes/copy" }, "response": [] }, @@ -47837,13 +38876,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -47864,7 +38899,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/groupArrangementCodes?code=10&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/groupArrangementCodes?code=10&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -47901,13 +38936,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -47938,7 +38969,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/hotelAdjustmentCodes?hotelIds={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/hotelAdjustmentCodes?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -47963,13 +38994,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -47999,18 +39026,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotelAdjustmentCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotelAdjustmentCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/hotelAdjustmentCodes" }, "response": [] }, @@ -48019,13 +39035,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -48055,18 +39067,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotelAdjustmentCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotelAdjustmentCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/hotelAdjustmentCodes" }, "response": [] }, @@ -48075,13 +39076,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -48112,7 +39109,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/hotelAdjustmentCodes?hotelIds={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/hotelAdjustmentCodes?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -48145,13 +39142,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -48182,7 +39175,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/hotelPaymentMethods?hoteld={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/hotelPaymentMethods?hoteld={{HotelId}}", "host": [ "{{HostName}}" ], @@ -48222,13 +39215,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -48252,18 +39241,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotelPaymentMethods", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotelPaymentMethods" - ] - }, + "url": "{{HostName}}/fof/config/v1/hotelPaymentMethods", "description": "The transaction code used in the request body for this operation must not be a transaction code associated with any other existing Payment Method. It also must be a payment type transaction code." }, "response": [] @@ -48273,13 +39251,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -48303,18 +39277,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotelPaymentMethods", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotelPaymentMethods" - ] - } + "url": "{{HostName}}/fof/config/v1/hotelPaymentMethods" }, "response": [] } @@ -48328,13 +39291,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -48350,7 +39309,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/hotelTaxTypes?hotels={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/hotelTaxTypes?hotels={{HotelId}}", "host": [ "{{HostName}}" ], @@ -48375,13 +39334,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -48405,18 +39360,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotelTaxTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotelTaxTypes" - ] - } + "url": "{{HostName}}/fof/config/v1/hotelTaxTypes" }, "response": [] }, @@ -48425,13 +39369,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -48455,18 +39395,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotelTaxTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotelTaxTypes" - ] - } + "url": "{{HostName}}/fof/config/v1/hotelTaxTypes" }, "response": [] }, @@ -48475,13 +39404,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -48497,7 +39422,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/hotelTaxTypes?taxTypeCode=TEST&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/hotelTaxTypes?taxTypeCode=TEST&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -48531,13 +39456,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -48553,7 +39474,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/noShowPostingRules?hotels={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/noShowPostingRules?hotels={{HotelId}}", "host": [ "{{HostName}}" ], @@ -48578,13 +39499,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -48608,18 +39525,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/noShowPostingRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "noShowPostingRules" - ] - } + "url": "{{HostName}}/fof/config/v1/noShowPostingRules" }, "response": [] }, @@ -48628,13 +39534,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -48658,18 +39560,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/noShowPostingRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "noShowPostingRules" - ] - } + "url": "{{HostName}}/fof/config/v1/noShowPostingRules" }, "response": [] }, @@ -48678,13 +39569,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -48700,7 +39587,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/noShowPostingRules?sourceCode=WEB&reservationType=OFFER&hotelId={{HotelId}}&postingRule=FirstNight", + "raw": "{{HostName}}/fof/config/v1/noShowPostingRules?sourceCode=WEB&reservationType=OFFER&hotelId={{HotelId}}&postingRule=FirstNight", "host": [ "{{HostName}}" ], @@ -48742,13 +39629,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -48764,7 +39647,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/numberDescriptions?fetchInactive=true", + "raw": "{{HostName}}/fof/config/v1/numberDescriptions?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -48789,13 +39672,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -48819,18 +39698,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/numberDescriptions", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "numberDescriptions" - ] - } + "url": "{{HostName}}/fof/config/v1/numberDescriptions" }, "response": [] } @@ -48844,13 +39712,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -48866,7 +39730,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/packageArrangementCodes?includeInactive=false", + "raw": "{{HostName}}/fof/config/v1/packageArrangementCodes?includeInactive=false", "host": [ "{{HostName}}" ], @@ -48891,13 +39755,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -48921,18 +39781,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/packageArrangementCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "packageArrangementCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/packageArrangementCodes" }, "response": [] }, @@ -48941,13 +39790,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -48971,18 +39816,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/packageArrangementCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "packageArrangementCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/packageArrangementCodes" }, "response": [] }, @@ -48991,13 +39825,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -49021,19 +39851,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/packageArrangementCodes/copy", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "packageArrangementCodes", - "copy" - ] - } + "url": "{{HostName}}/fof/config/v1/packageArrangementCodes/copy" }, "response": [] }, @@ -49042,13 +39860,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -49064,7 +39878,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/groupArrangementCodes?code=TEST2&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/groupArrangementCodes?code=TEST2&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -49101,13 +39915,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -49138,7 +39948,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/revenueBucketCodes?wildCard=d", + "raw": "{{HostName}}/fof/config/v1/revenueBucketCodes?wildCard=d", "host": [ "{{HostName}}" ], @@ -49173,13 +39983,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -49195,7 +40001,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/revenueBucketCodes?code=TEST1&revenueBucketType=BILLING&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/revenueBucketCodes?code=TEST1&revenueBucketType=BILLING&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -49233,13 +40039,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -49255,7 +40057,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/revenueBucketTypes?hotelIds={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/revenueBucketTypes?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -49280,13 +40082,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -49310,18 +40108,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/revenueBucketTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "revenueBucketTypes" - ] - } + "url": "{{HostName}}/fof/config/v1/revenueBucketTypes" }, "response": [] }, @@ -49330,13 +40117,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -49360,18 +40143,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/revenueBucketTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "revenueBucketTypes" - ] - } + "url": "{{HostName}}/fof/config/v1/revenueBucketTypes" }, "response": [] }, @@ -49380,13 +40152,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -49402,7 +40170,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/revenueBucketTypes?code=TEST1&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/revenueBucketTypes?code=TEST1&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -49436,13 +40204,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -49458,7 +40222,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/revenueTypeMapping?hotelIds={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/revenueTypeMapping?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -49483,13 +40247,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -49513,18 +40273,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/revenueTypeMapping", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "revenueTypeMapping" - ] - } + "url": "{{HostName}}/fof/config/v1/revenueTypeMapping" }, "response": [] }, @@ -49533,13 +40282,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -49563,18 +40308,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/revenueTypeMapping", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "revenueTypeMapping" - ] - } + "url": "{{HostName}}/fof/config/v1/revenueTypeMapping" }, "response": [] }, @@ -49583,13 +40317,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -49605,7 +40335,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/revenueTypeMapping?idContext=OPERA&serviceCharge=25&serviceChargeCalulationMethod=NET&serviceChargeTrxCode=1000&cateringOnly=Both&revenueType=WINE&revenueTypeMappingID=2516&hotelId={{HotelId}}&transactionCode=1051&type=RevenueTypeTransaction", + "raw": "{{HostName}}/fof/config/v1/revenueTypeMapping?idContext=OPERA&serviceCharge=25&serviceChargeCalulationMethod=NET&serviceChargeTrxCode=1000&cateringOnly=Both&revenueType=WINE&revenueTypeMappingID=2516&hotelId={{HotelId}}&transactionCode=1051&type=RevenueTypeTransaction", "host": [ "{{HostName}}" ], @@ -49674,13 +40404,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -49711,7 +40437,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/routingInstructions?hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/routingInstructions?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -49746,13 +40472,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -49782,18 +40504,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/routingInstructions", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "routingInstructions" - ] - } + "url": "{{HostName}}/fof/config/v1/routingInstructions" }, "response": [] }, @@ -49802,13 +40513,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -49838,18 +40545,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/routingInstructions", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "routingInstructions" - ] - } + "url": "{{HostName}}/fof/config/v1/routingInstructions" }, "response": [] }, @@ -49858,13 +40554,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -49888,19 +40580,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/routingInstructions/copy", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "routingInstructions", - "copy" - ] - } + "url": "{{HostName}}/fof/config/v1/routingInstructions/copy" }, "response": [] }, @@ -49909,13 +40589,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -49946,7 +40622,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/routingInstructions?code=ROUTECODE&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/routingInstructions?code=ROUTECODE&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -49983,13 +40659,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -50020,7 +40692,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/stopProcessingReasons?fetchInactive=false", + "raw": "{{HostName}}/fof/config/v1/stopProcessingReasons?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -50050,13 +40722,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -50086,18 +40754,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/stopProcessingReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "stopProcessingReasons" - ] - } + "url": "{{HostName}}/fof/config/v1/stopProcessingReasons" }, "response": [] }, @@ -50106,13 +40763,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -50142,18 +40795,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/stopProcessingReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "stopProcessingReasons" - ] - } + "url": "{{HostName}}/fof/config/v1/stopProcessingReasons" }, "response": [] }, @@ -50162,13 +40804,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -50199,7 +40837,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/stopProcessingReasons?codes=CMP", + "raw": "{{HostName}}/fof/config/v1/stopProcessingReasons?codes=CMP", "host": [ "{{HostName}}" ], @@ -50229,13 +40867,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -50251,7 +40885,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/taxCategories?fetchInactive=false", + "raw": "{{HostName}}/fof/config/v1/taxCategories?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -50276,13 +40910,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -50306,18 +40936,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/taxCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "taxCategories" - ] - } + "url": "{{HostName}}/fof/config/v1/taxCategories" }, "response": [] }, @@ -50326,13 +40945,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -50356,19 +40971,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/taxCategories/{{TaxCategoryCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "taxCategories", - "{{TaxCategoryCode}}" - ] - } + "url": "{{HostName}}/fof/config/v1/taxCategories/{{TaxCategoryCode}}" }, "response": [] }, @@ -50377,13 +40980,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -50407,19 +41006,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/taxCategories/{{TaxCategoryCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "taxCategories", - "{{TaxCategoryCode}}" - ] - } + "url": "{{HostName}}/fof/config/v1/taxCategories/{{TaxCategoryCode}}" }, "response": [] } @@ -50436,13 +41023,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -50473,7 +41056,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/taxOffices?fetchInactive=false", + "raw": "{{HostName}}/fof/config/v1/taxOffices?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -50498,13 +41081,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -50534,18 +41113,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/taxOffices", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "taxOffices" - ] - } + "url": "{{HostName}}/fof/config/v1/taxOffices" }, "response": [] }, @@ -50554,13 +41122,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -50590,19 +41154,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/taxOffices/{{TaxOfficeId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "taxOffices", - "{{TaxOfficeId}}" - ] - } + "url": "{{HostName}}/fof/config/v1/taxOffices/{{TaxOfficeId}}" }, "response": [] }, @@ -50611,13 +41163,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -50647,19 +41195,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/taxOffices/{{TaxOfficeId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "taxOffices", - "{{TaxOfficeId}}" - ] - } + "url": "{{HostName}}/fof/config/v1/taxOffices/{{TaxOfficeId}}" }, "response": [] } @@ -50676,13 +41212,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -50713,7 +41245,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/trackItActions?showInactive=false", + "raw": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/trackItActions?showInactive=false", "host": [ "{{HostName}}" ], @@ -50740,13 +41272,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -50776,20 +41304,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/trackItActions", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "trackItActions" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/trackItActions" }, "response": [] }, @@ -50798,13 +41313,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -50834,21 +41345,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/trackItActions/{{ActionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "trackItActions", - "{{ActionCode}}" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/trackItActions/{{ActionCode}}" }, "response": [] }, @@ -50857,13 +41354,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -50893,21 +41386,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/trackItActions/{{ActionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "trackItActions", - "{{ActionCode}}" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/trackItActions/{{ActionCode}}" }, "response": [] } @@ -50924,13 +41403,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -50960,20 +41435,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/trackItLocations", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "trackItLocations" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/trackItLocations" }, "response": [] }, @@ -50982,13 +41444,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -51018,20 +41476,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/trackItLocations", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "trackItLocations" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/trackItLocations" }, "response": [] }, @@ -51040,13 +41485,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -51076,21 +41517,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/trackItLocations/{{LocationCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "trackItLocations", - "{{LocationCode}}" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/trackItLocations/{{LocationCode}}" }, "response": [] }, @@ -51099,13 +41526,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -51135,21 +41558,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/trackItLocations/{{LocationCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "trackItLocations", - "{{LocationCode}}" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/trackItLocations/{{LocationCode}}" }, "response": [] } @@ -51166,13 +41575,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -51202,20 +41607,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/trackItTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "trackItTypes" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/trackItTypes" }, "response": [] }, @@ -51224,13 +41616,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -51260,20 +41648,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/trackItTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "trackItTypes" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/trackItTypes" }, "response": [] }, @@ -51282,13 +41657,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -51318,21 +41689,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/trackItTypes/{{TypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "trackItTypes", - "{{TypeCode}}" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/trackItTypes/{{TypeCode}}" }, "response": [] }, @@ -51341,13 +41698,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -51377,21 +41730,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/trackItTypes/{{TypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "trackItTypes", - "{{TypeCode}}" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/trackItTypes/{{TypeCode}}" }, "response": [] } @@ -51408,13 +41747,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -51445,7 +41780,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/cashierShifts/dropLocations?fetchInactive=false", + "raw": "{{HostName}}/fof/config/v1/cashierShifts/dropLocations?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -51472,13 +41807,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -51508,19 +41839,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/cashierShifts/dropLocations", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "cashierShifts", - "dropLocations" - ] - }, + "url": "{{HostName}}/fof/config/v1/cashierShifts/dropLocations", "description": "Get Template Cashier Shift Drop Locations" }, "response": [] @@ -51530,13 +41849,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -51566,20 +41881,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/cashierShifts/dropLocations/{{DropLocationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "cashierShifts", - "dropLocations", - "{{DropLocationId}}" - ] - }, + "url": "{{HostName}}/fof/config/v1/cashierShifts/dropLocations/{{DropLocationId}}", "description": "Get Template Cashier Shift Drop Locations" }, "response": [] @@ -51589,13 +41891,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -51625,20 +41923,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/cashierShifts/dropLocations/{{DropLocationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "cashierShifts", - "dropLocations", - "{{DropLocationId}}" - ] - }, + "url": "{{HostName}}/fof/config/v1/cashierShifts/dropLocations/{{DropLocationId}}", "description": "Get Template Cashier Shift Drop Locations" }, "response": [] @@ -51653,13 +41938,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -51675,7 +41956,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/templateTransactionCodes?compTransactionCodes=false", + "raw": "{{HostName}}/fof/config/v1/templateTransactionCodes?compTransactionCodes=false", "host": [ "{{HostName}}" ], @@ -51705,13 +41986,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -51735,18 +42012,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/templateTransactionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "templateTransactionCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/templateTransactionCodes" }, "response": [] }, @@ -51755,13 +42021,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -51785,18 +42047,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/templateTransactionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "templateTransactionCodes" - ] - } + "url": "{{HostName}}/fof/config/v1/templateTransactionCodes" }, "response": [] }, @@ -51805,13 +42056,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -51827,7 +42074,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/templateTransactionCodes?transactionCodes=9100", + "raw": "{{HostName}}/fof/config/v1/templateTransactionCodes?transactionCodes=9100", "host": [ "{{HostName}}" ], @@ -51857,13 +42104,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -51879,7 +42122,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/templateTransactionGroups?includeInactive=false", + "raw": "{{HostName}}/fof/config/v1/templateTransactionGroups?includeInactive=false", "host": [ "{{HostName}}" ], @@ -51909,13 +42152,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -51939,18 +42178,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/templateTransactionGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "templateTransactionGroups" - ] - } + "url": "{{HostName}}/fof/config/v1/templateTransactionGroups" }, "response": [] }, @@ -51959,13 +42187,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -51981,7 +42205,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/templateTransactionGroups?templateTransactionCodes=NIR2", + "raw": "{{HostName}}/fof/config/v1/templateTransactionGroups?templateTransactionCodes=NIR2", "host": [ "{{HostName}}" ], @@ -52011,13 +42235,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -52033,7 +42253,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/templateTransactionSubGroups", + "raw": "{{HostName}}/fof/config/v1/templateTransactionSubGroups", "host": [ "{{HostName}}" ], @@ -52059,13 +42279,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -52089,18 +42305,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/templateTransactionSubGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "templateTransactionSubGroups" - ] - } + "url": "{{HostName}}/fof/config/v1/templateTransactionSubGroups" }, "response": [] }, @@ -52109,13 +42314,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -52139,18 +42340,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/templateTransactionSubGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "templateTransactionSubGroups" - ] - } + "url": "{{HostName}}/fof/config/v1/templateTransactionSubGroups" }, "response": [] }, @@ -52159,13 +42349,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -52190,7 +42376,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/templateTransactionSubGroups?subgroup=SUB1&group=TAX", + "raw": "{{HostName}}/fof/config/v1/templateTransactionSubGroups?subgroup=SUB1&group=TAX", "host": [ "{{HostName}}" ], @@ -52227,13 +42413,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -52264,7 +42446,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/transactionDiversionRules?hotelIds={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/transactionDiversionRules?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -52324,13 +42506,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -52354,18 +42532,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/transactionDiversionRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "transactionDiversionRules" - ] - } + "url": "{{HostName}}/fof/config/v1/transactionDiversionRules" }, "response": [] }, @@ -52374,13 +42541,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -52404,18 +42567,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/transactionDiversionRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "transactionDiversionRules" - ] - } + "url": "{{HostName}}/fof/config/v1/transactionDiversionRules" }, "response": [] }, @@ -52424,13 +42576,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -52454,19 +42602,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/transactionDiversionRules/remove", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "transactionDiversionRules", - "remove" - ] - } + "url": "{{HostName}}/fof/config/v1/transactionDiversionRules/remove" }, "response": [] } @@ -52480,13 +42616,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -52502,7 +42634,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/transactionGroups?hotels={{HotelId}}&transactionGroupType=Revenue", + "raw": "{{HostName}}/fof/config/v1/transactionGroups?hotels={{HotelId}}&transactionGroupType=Revenue", "host": [ "{{HostName}}" ], @@ -52532,13 +42664,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -52562,18 +42690,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/transactionGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "transactionGroups" - ] - } + "url": "{{HostName}}/fof/config/v1/transactionGroups" }, "response": [] }, @@ -52582,13 +42699,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -52612,18 +42725,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/transactionGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "transactionGroups" - ] - } + "url": "{{HostName}}/fof/config/v1/transactionGroups" }, "response": [] }, @@ -52632,13 +42734,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -52654,7 +42752,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/transactionGroups?code=DRINKS&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/transactionGroups?code=DRINKS&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -52688,13 +42786,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -52710,7 +42804,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/transactionSubGroups?hotels={{HotelId}}&transactionGroupCodes=ROOM", + "raw": "{{HostName}}/fof/config/v1/transactionSubGroups?hotels={{HotelId}}&transactionGroupCodes=ROOM", "host": [ "{{HostName}}" ], @@ -52744,13 +42838,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -52774,18 +42864,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/transactionSubGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "transactionSubGroups" - ] - } + "url": "{{HostName}}/fof/config/v1/transactionSubGroups" }, "response": [] }, @@ -52794,13 +42873,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -52824,18 +42899,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/transactionSubGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "transactionSubGroups" - ] - } + "url": "{{HostName}}/fof/config/v1/transactionSubGroups" }, "response": [] }, @@ -52844,13 +42908,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -52874,19 +42934,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/transactionSubGroups/copy", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "transactionSubGroups", - "copy" - ] - } + "url": "{{HostName}}/fof/config/v1/transactionSubGroups/copy" }, "response": [] }, @@ -52895,13 +42943,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -52917,7 +42961,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/transactionSubGroups?subgroup=12TC&hotelId={{HotelId}}&group=ROOM", + "raw": "{{HostName}}/fof/config/v1/transactionSubGroups?subgroup=12TC&hotelId={{HotelId}}&group=ROOM", "host": [ "{{HostName}}" ], @@ -52955,13 +42999,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -52991,22 +43031,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/transactionCodes/{{TransactionCode}}/chargeSimulations", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "transactionCodes", - "{{TransactionCode}}", - "chargeSimulations" - ] - } + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/transactionCodes/{{TransactionCode}}/chargeSimulations" }, "response": [] }, @@ -53015,13 +43040,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -53037,7 +43058,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/fiscalRegions?fetchInactive=false", + "raw": "{{HostName}}/fof/config/v1/fiscalRegions?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -53065,13 +43086,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -53102,7 +43119,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/budgetForecast?hotelId={{HotelId}}&year=2021&marketSegmentNights=true&marketSegmentActual=true", + "raw": "{{HostName}}/fof/config/v1/budgetForecast?hotelId={{HotelId}}&year=2021&marketSegmentNights=true&marketSegmentActual=true", "host": [ "{{HostName}}" ], @@ -53352,13 +43369,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -53388,18 +43401,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/cardReaderDelimiters", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "cardReaderDelimiters" - ] - }, + "url": "{{HostName}}/fof/config/v1/cardReaderDelimiters", "description": "Get Template Cashier Shift Drop Locations" }, "response": [] @@ -53409,13 +43411,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -53431,7 +43429,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/creditCards/readerDevices?fetchInactive=false", + "raw": "{{HostName}}/fof/config/v1/creditCards/readerDevices?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -53460,13 +43458,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -53546,13 +43540,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -53583,7 +43573,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/compAuthorizers?includeInactiveAuthorizers=false&lastName=", + "raw": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/compAuthorizers?includeInactiveAuthorizers=false&lastName=", "host": [ "{{HostName}}" ], @@ -53638,13 +43628,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -53675,7 +43661,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/compTypes", + "raw": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/compTypes", "host": [ "{{HostName}}" ], @@ -53707,13 +43693,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -53744,7 +43726,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/collectingAgentTaxes?hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/collectingAgentTaxes?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -53775,13 +43757,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -53797,7 +43775,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/contractBillingInstructions?fetchInactive=false", + "raw": "{{HostName}}/fof/config/v1/contractBillingInstructions?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -53825,13 +43803,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -53861,18 +43835,7 @@ } } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/currencyExchangeServiceTaxes", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "currencyExchangeServiceTaxes" - ] - } + "url": "{{HostName}}/fof/config/v1/currencyExchangeServiceTaxes" }, "response": [] }, @@ -53884,13 +43847,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -53921,7 +43880,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/defaultPaymentMethodRules?transactionCode=1000&paymentMethods=CASH", + "raw": "{{HostName}}/fof/config/v1/defaultPaymentMethodRules?transactionCode=1000&paymentMethods=CASH", "host": [ "{{HostName}}" ], @@ -53968,13 +43927,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54005,7 +43960,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/exchangeRates?exchangeTypes=Cash", + "raw": "{{HostName}}/fof/config/v1/exchangeRates?exchangeTypes=Cash", "host": [ "{{HostName}}" ], @@ -54032,13 +43987,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54054,7 +44005,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/folioPrintQueues?fetchInactive=false&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/folioPrintQueues?fetchInactive=false&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -54091,13 +44042,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54156,13 +44103,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54178,7 +44121,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/guiNumberRules?hotelIds={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/guiNumberRules?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -54206,13 +44149,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54243,7 +44182,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/taxBrackets?hotels={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/taxBrackets?hotels={{HotelId}}", "host": [ "{{HostName}}" ], @@ -54276,13 +44215,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54339,13 +44274,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54361,7 +44292,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/templateTransactionSubGroups?includeInactive=false", + "raw": "{{HostName}}/fof/config/v1/templateTransactionSubGroups?includeInactive=false", "host": [ "{{HostName}}" ], @@ -54389,13 +44320,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54426,7 +44353,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/transactionArrangementCodes?transactionCodes=1000&hotelId={{HotelId}}", + "raw": "{{HostName}}/fof/config/v1/transactionArrangementCodes?transactionCodes=1000&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -54458,75 +44385,54 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "value": "{{HotelId}}", - "type": "text" - }, - { - "key": "x-app-key", - "value": "{{AppKey}}", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "value": "{{HotelId}}", + "type": "text" + }, + { + "key": "x-app-key", + "value": "{{AppKey}}", + "type": "text" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/transactionCodeAccessRoles" + }, + "response": [] + }, + { + "name": "get Transaction Codes", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" } }, - "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/transactionCodeAccessRoles", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "hotels", - "{{HotelId}}", - "transactionCodeAccessRoles" - ] - } - }, - "response": [] - }, - { - "name": "get Transaction Codes", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, "method": "GET", "header": [ { @@ -54556,7 +44462,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/transactionCodes?hotels={{HotelId}}&transactionGroupCodes=PAY", + "raw": "{{HostName}}/fof/config/v1/transactionCodes?hotels={{HotelId}}&transactionGroupCodes=PAY", "host": [ "{{HostName}}" ], @@ -54613,13 +44519,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54650,7 +44552,7 @@ } }, "url": { - "raw": "{{HostName}}/fof/config/v0/hotels/{{HotelId}}/transactionCodes/{{TransactionCode}}/hotelTransactionCode?fetchInstructions=Header", + "raw": "{{HostName}}/fof/config/v1/hotels/{{HotelId}}/transactionCodes/{{TransactionCode}}/hotelTransactionCode?fetchInstructions=Header", "host": [ "{{HostName}}" ], @@ -54680,13 +44582,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54701,18 +44599,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/fof/config/v0/vaultInformation", - "host": [ - "{{HostName}}" - ], - "path": [ - "fof", - "config", - "v0", - "vaultInformation" - ] - } + "url": "{{HostName}}/fof/config/v1/vaultInformation" }, "response": [] }, @@ -54721,13 +44608,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54743,7 +44626,7 @@ } ], "url": { - "raw": "{{HostName}}/fof/config/v0/creditCardTypes/validate?reservationID=&paymentMethod=&cardHolderName=", + "raw": "{{HostName}}/fof/config/v1/creditCardTypes/validate?reservationID=&paymentMethod=&cardHolderName=", "host": [ "{{HostName}}" ], @@ -54809,13 +44692,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54846,7 +44725,7 @@ } }, "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingNotes?reservationIdType=Reservation&reservationIdContext=OPERA", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingNotes?reservationIdType=Reservation&reservationIdContext=OPERA", "host": [ "{{HostName}}" ], @@ -54878,13 +44757,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -54906,21 +44781,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingNotes", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "houseKeepingNotes" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingNotes" }, "response": [] } @@ -54937,13 +44798,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -54974,7 +44831,7 @@ } }, "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/attendants/houseKeepingTasks?scheduleStartDate=2021-09-01&scheduleEndDate=2021-09-02", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/attendants/houseKeepingTasks?scheduleStartDate=2021-09-01&scheduleEndDate=2021-09-02", "host": [ "{{HostName}}" ], @@ -55005,13 +44862,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -55033,22 +44886,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/attendants/{{AttendantId}}/schedules/houseKeepingTasks", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "attendants", - "{{AttendantId}}", - "schedules", - "houseKeepingTasks" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/attendants/{{AttendantId}}/schedules/houseKeepingTasks" }, "response": [] }, @@ -55057,13 +44895,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -55094,7 +44928,7 @@ } }, "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/attendants/houseKeepingTasks?scheduleDate=2022-06-26&attendantId=BS", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/attendants/houseKeepingTasks?scheduleDate=2022-06-26&attendantId=BS", "host": [ "{{HostName}}" ], @@ -55130,13 +44964,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -55279,13 +45109,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -55335,13 +45161,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -55479,13 +45301,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -55536,13 +45354,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -55568,20 +45382,7 @@ "mode": "raw", "raw": "{\n \"roomList\": [\n {\n \"roomId\": \"502\"\n }\n ],\n \"housekeepingStatus\": \"Vacant\",\n \"housekeepingRoomStatus\": \"Inspected\"\n}" }, - "url": { - "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/status", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v1", - "hotels", - "{{HotelId}}", - "rooms", - "status" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/status" }, "response": [] }, @@ -55590,13 +45391,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -55622,20 +45419,7 @@ "mode": "raw", "raw": "{\n \"roomList\": [\n {\n \"roomId\": \"402\"\n },\n {\n \"roomId\": \"404\"\n }\n ],\n \"housekeepingStatus\": \"Vacant\",\n \"housekeepingRoomStatus\": \"Clean\"\n}" }, - "url": { - "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/status", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v1", - "hotels", - "{{HotelId}}", - "rooms", - "status" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/status" }, "response": [] } @@ -55649,13 +45433,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -55702,13 +45482,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -55738,20 +45514,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/outOfOrderRooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v1", - "hotels", - "{{HotelId}}", - "rooms", - "outOfOrderRooms" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/outOfOrderRooms" }, "response": [] }, @@ -55760,13 +45523,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -55796,20 +45555,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/outOfOrderRooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v1", - "hotels", - "{{HotelId}}", - "rooms", - "outOfOrderRooms" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/outOfOrderRooms" }, "response": [] } @@ -55823,13 +45569,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -55876,13 +45618,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -55912,20 +45650,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/outOfServiceRooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v1", - "hotels", - "{{HotelId}}", - "rooms", - "outOfServiceRooms" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/outOfServiceRooms" }, "response": [] }, @@ -55934,13 +45659,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -55970,20 +45691,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/outOfServiceRooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v1", - "hotels", - "{{HotelId}}", - "rooms", - "outOfServiceRooms" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/outOfServiceRooms" }, "response": [] } @@ -55997,13 +45705,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -56017,7 +45721,7 @@ } ], "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/rooms/maintenances?roomMaintenanceStatus=All", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/maintenances?roomMaintenanceStatus=All", "host": [ "{{HostName}}" ], @@ -56044,13 +45748,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -56072,21 +45772,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/rooms/maintenanceCodes/{{MaintenanceCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "rooms", - "maintenanceCodes", - "{{MaintenanceCode}}" - ] - }, + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/maintenanceCodes/{{MaintenanceCode}}", "description": "Use this API to create a maintenances for a specific room - such as Air Conditioning needs fixing. You can find the available Room maintenance codes from the operation in ListOfValues module - LOV getMaintenanceCodes." }, "response": [] @@ -56096,13 +45782,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56124,22 +45806,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/rooms/{{RoomId}}/maintenances/{{maintenanceId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "rooms", - "{{RoomId}}", - "maintenances", - "{{maintenanceId}}" - ] - }, + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/{{RoomId}}/maintenances/{{maintenanceId}}", "description": "Use this API to change the maintenances for rooms. Use get Room Maintenance operation to find the Room MaintenanceId for this request." }, "response": [] @@ -56149,13 +45816,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56177,21 +45840,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/maintenances/{{MainteananceId}}/resolve", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "maintenances", - "{{MainteananceId}}", - "resolve" - ] - }, + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}/resolve", "description": "use this operation to mark a Room Maintenance as resolved. You will find the RoomMaintenanceId for the body of this request, from the get request - getRoomMaintenances." }, "response": [] @@ -56201,13 +45850,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -56220,20 +45865,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/maintenances/{{MainteananceId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "maintenances", - "{{MainteananceId}}" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}" }, "response": [] }, @@ -56242,13 +45874,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56270,21 +45898,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/maintenances/{{MainteananceId}}/unResolve", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "maintenances", - "{{MainteananceId}}", - "unResolve" - ] - }, + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}/unResolve", "description": "Use this operation to mark a Room Maintenance as unresolved." }, "response": [] @@ -56299,13 +45913,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56327,21 +45937,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/taskSheets/{{TaskSheetNumber}}/start", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "taskSheets", - "{{TaskSheetNumber}}", - "start" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/taskSheets/{{TaskSheetNumber}}/start" }, "response": [] }, @@ -56350,13 +45946,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56378,21 +45970,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/taskSheets/{{TaskSheetNumber}}/end", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "taskSheets", - "{{TaskSheetNumber}}", - "end" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/taskSheets/{{TaskSheetNumber}}/end" }, "response": [] } @@ -56406,13 +45984,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56434,23 +46008,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/rooms/{{RoomId}}/sheets/{{SheetNumber}}/start", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "rooms", - "{{RoomId}}", - "sheets", - "{{SheetNumber}}", - "start" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/{{RoomId}}/sheets/{{SheetNumber}}/start" }, "response": [] }, @@ -56459,13 +46017,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56487,23 +46041,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/rooms/{{RoomId}}/sheets/{{SheetNumber}}/complete", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "rooms", - "{{RoomId}}", - "sheets", - "{{SheetNumber}}", - "complete" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/{{RoomId}}/sheets/{{SheetNumber}}/complete" }, "response": [] }, @@ -56512,13 +46050,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56540,22 +46074,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/rooms/{{RoomId}}/sheets/{{SheetNumber}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "rooms", - "{{RoomId}}", - "sheets", - "{{SheetNumber}}" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/{{RoomId}}/sheets/{{SheetNumber}}" }, "response": [] }, @@ -56564,13 +46083,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56592,23 +46107,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/rooms/{{RoomId}}/sheets/{{SheetNumber}}/skip", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "rooms", - "{{RoomId}}", - "sheets", - "{{SheetNumber}}", - "skip" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/{{RoomId}}/sheets/{{SheetNumber}}/skip" }, "response": [] }, @@ -56617,13 +46116,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56645,19 +46140,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/moveTaskRooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "moveTaskRooms" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/moveTaskRooms" }, "response": [] } @@ -56671,13 +46154,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -56699,19 +46178,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/autoTaskSheets", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "autoTaskSheets" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/autoTaskSheets" }, "response": [] }, @@ -56720,13 +46187,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -56748,21 +46211,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/taskSheets/{{toTaskSequenceNo}}/merge", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "taskSheets", - "{{toTaskSequenceNo}}", - "merge" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/taskSheets/{{toTaskSequenceNo}}/merge" }, "response": [] }, @@ -56771,13 +46220,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -56799,19 +46244,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/taskSheets", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "taskSheets" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/taskSheets" }, "response": [] }, @@ -56820,13 +46253,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56848,21 +46277,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/taskSheets/{{SheetNumber}}/lock", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "taskSheets", - "{{SheetNumber}}", - "lock" - ] - }, + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/taskSheets/{{SheetNumber}}/lock", "description": "Use getHouseKeepingTasks to find the Task sequence No for the body of this request." }, "response": [] @@ -56872,13 +46287,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56900,19 +46311,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/taskSheets", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "taskSheets" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/taskSheets" }, "response": [] }, @@ -56921,13 +46320,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56949,20 +46344,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/taskSheets/rooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "taskSheets", - "rooms" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/taskSheets/rooms" }, "response": [] }, @@ -56971,13 +46353,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -56999,21 +46377,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/taskSheets/{{SheetNumber}}/unlock", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "taskSheets", - "{{SheetNumber}}", - "unlock" - ] - }, + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/taskSheets/{{SheetNumber}}/unlock", "description": "Use getHouseKeepingTasks to find the Task sequence No for the body of this request." }, "response": [] @@ -57023,13 +46387,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -57052,7 +46412,7 @@ } }, "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/taskSheets?date=2021-07-09&sheetNumber=1&taskCodes=TURNDOWN'", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/taskSheets?date=2021-07-09&sheetNumber=1&taskCodes=TURNDOWN'", "host": [ "{{HostName}}" ], @@ -57086,13 +46446,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -57115,7 +46471,7 @@ } }, "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/taskSheets/rooms?date=2021-08-12&sheetNumber=1&taskCodes=FS&roomId=100", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/taskSheets/rooms?date=2021-08-12&sheetNumber=1&taskCodes=FS&roomId=100", "host": [ "{{HostName}}" ], @@ -57160,13 +46516,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -57180,7 +46532,7 @@ } ], "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/taskSheetTemplates", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/taskSheetTemplates", "host": [ "{{HostName}}" ], @@ -57207,13 +46559,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -57227,7 +46575,7 @@ } ], "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/taskSheetTemplates/{{TaskSheetTemplateCode}}", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/taskSheetTemplates/{{TaskSheetTemplateCode}}", "host": [ "{{HostName}}" ], @@ -57263,13 +46611,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -57292,7 +46636,7 @@ } }, "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules?beginDate=2022-04-10&endDate=2022-04-11&fetchInstructions=HousekeepingInstructions", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules?beginDate=2022-04-10&endDate=2022-04-11&fetchInstructions=HousekeepingInstructions", "host": [ "{{HostName}}" ], @@ -57339,13 +46683,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -57367,22 +46707,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules/reset", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "houseKeepingTaskSchedules", - "reset" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules/reset" }, "response": [] }, @@ -57391,13 +46716,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -57419,22 +46740,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules/shift", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "houseKeepingTaskSchedules", - "shift" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules/shift" }, "response": [] }, @@ -57443,13 +46749,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -57472,7 +46774,7 @@ } }, "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules?facilityCodesDescription=Toiletries&facilityCodes=TOIL&endDate=2021-06-29+15:00:00.0&cycleStartDay=0&roomId=S118&roomId=S118&facilityTaskDescription=Light+Touch+Up&facilityTaskDescription=Light+Touch+Up&facilityTaskPriority=8&facilityTaskPriority=8&frequency=1000&frequency=1000&facilityCodesQuantity=2&taskDate=2022-06-27&taskDate=2022-06-28&facilityTaskCode=LT&facilityTaskCode=LT&stayPeriod=EntireStay&stayPeriod=EntireStay&startDate=2022-06-25&roomType=STDK&roomType=STDK", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules?facilityCodesDescription=Toiletries&facilityCodes=TOIL&endDate=2021-06-29+15:00:00.0&cycleStartDay=0&roomId=S118&roomId=S118&facilityTaskDescription=Light+Touch+Up&facilityTaskDescription=Light+Touch+Up&facilityTaskPriority=8&facilityTaskPriority=8&frequency=1000&frequency=1000&facilityCodesQuantity=2&taskDate=2022-06-27&taskDate=2022-06-28&facilityTaskCode=LT&facilityTaskCode=LT&stayPeriod=EntireStay&stayPeriod=EntireStay&startDate=2022-06-25&roomType=STDK&roomType=STDK", "host": [ "{{HostName}}" ], @@ -57589,13 +46891,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -57689,13 +46987,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -57709,7 +47003,7 @@ } ], "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/houseKeepingtasks?taskCodesBreakOutIdContext=OPERA&includeTaskSheetDetails=true&generateCleaningSequence=false&attendantInRoomOnly=false&housekeepingRoomStatus=Clean&housekeepingRoomStatus=Inspected&housekeepingRoomStatus=OutOfService&housekeepingRoomStatus=OutOfOrder&housekeepingRoomStatus=Dirty&housekeepingRoomStatus=Pickup&includeTaskSheetsSummary=true&taskDate=2016-07-08&sortByCleaningSequence=false&taskCodesBreakOutId=24482&taskSheetNumber=1&taskCodesBreakOutIdType=TaskCodesBreakOutId&roomStatusToChange=OutOfOrder&roomStatusToChange=OutOfService&roomStatusToChange=Clean&roomStatusToChange=Pickup&roomStatusToChange=Dirty&roomStatusToChange=Inspected&includeReservationInfo=true", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/houseKeepingtasks?taskCodesBreakOutIdContext=OPERA&includeTaskSheetDetails=true&generateCleaningSequence=false&attendantInRoomOnly=false&housekeepingRoomStatus=Clean&housekeepingRoomStatus=Inspected&housekeepingRoomStatus=OutOfService&housekeepingRoomStatus=OutOfOrder&housekeepingRoomStatus=Dirty&housekeepingRoomStatus=Pickup&includeTaskSheetsSummary=true&taskDate=2016-07-08&sortByCleaningSequence=false&taskCodesBreakOutId=24482&taskSheetNumber=1&taskCodesBreakOutIdType=TaskCodesBreakOutId&roomStatusToChange=OutOfOrder&roomStatusToChange=OutOfService&roomStatusToChange=Clean&roomStatusToChange=Pickup&roomStatusToChange=Dirty&roomStatusToChange=Inspected&includeReservationInfo=true", "host": [ "{{HostName}}" ], @@ -57828,13 +47122,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -57850,7 +47140,7 @@ } ], "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/forecastTaskSchedules?startDate=2021-04-02&endDate=2021-04-04", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/forecastTaskSchedules?startDate=2021-04-02&endDate=2021-04-04", "host": [ "{{HostName}}" ], @@ -57895,13 +47185,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -57915,7 +47201,7 @@ } ], "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/conditions?fromRoomNumber=100&toRoomNumber=150", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/conditions?fromRoomNumber=100&toRoomNumber=150", "host": [ "{{HostName}}" ], @@ -57975,13 +47261,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -57995,7 +47277,7 @@ } ], "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/sheets/{{SheetNumber}}?taskDate=2021-08-12&taskCodes=FS&roomStatusToChange=OutOfOrder&roomStatusToChange=OutOfService&roomStatusToChange=Clean&roomStatusToChange=Pickup&roomStatusToChange=Dirty&roomStatusToChange=Inspected", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/sheets/{{SheetNumber}}?taskDate=2021-08-12&taskCodes=FS&roomStatusToChange=OutOfOrder&roomStatusToChange=OutOfService&roomStatusToChange=Clean&roomStatusToChange=Pickup&roomStatusToChange=Dirty&roomStatusToChange=Inspected", "host": [ "{{HostName}}" ], @@ -58055,13 +47337,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -58083,21 +47361,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "houseKeepingTaskSchedules" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules" }, "response": [] }, @@ -58106,13 +47370,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -58134,21 +47394,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "houseKeepingTaskSchedules" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/houseKeepingTaskSchedules" }, "response": [] }, @@ -58157,13 +47403,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -58185,19 +47427,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/serviceRequests", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "serviceRequests" - ] - } + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/serviceRequests" }, "response": [] }, @@ -58206,13 +47436,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -58234,21 +47460,7 @@ } } }, - "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/rooms/{{RoomId}}/cleaningPriority", - "host": [ - "{{HostName}}" - ], - "path": [ - "hsk", - "v0", - "hotels", - "{{HotelId}}", - "rooms", - "{{RoomId}}", - "cleaningPriority" - ] - }, + "url": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/{{RoomId}}/cleaningPriority", "description": "Use getHouseKeepingTasks to find the Task sequence No for the body of this request." }, "response": [] @@ -58258,13 +47470,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -58287,7 +47495,7 @@ } }, "url": { - "raw": "{{HostName}}/hsk/v0/hotels/{{HotelId}}/rooms/cleaningPriority?roomId=322", + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/cleaningPriority?roomId=322", "host": [ "{{HostName}}" ], @@ -58344,13 +47552,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -58414,13 +47618,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -58508,13 +47708,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -58578,13 +47774,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -58614,22 +47806,7 @@ } } }, - "url": { - "raw": "{{HostName}}/int/config/v1/interfaces/{{InterfaceId}}/databases/{DatabaseId}}}/availableResorts", - "host": [ - "{{HostName}}" - ], - "path": [ - "int", - "config", - "v1", - "interfaces", - "{{InterfaceId}}", - "databases", - "{DatabaseId}}}", - "availableResorts" - ] - } + "url": "{{HostName}}/int/config/v1/interfaces/{{InterfaceId}}/databases/{DatabaseId}}}/availableResorts" }, "response": [] }, @@ -58641,13 +47818,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -58711,99 +47884,10 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } + "bearer": { + "token": "{{Token}}" } }, - "url": { - "raw": "{{HostName}}/int/config/v1/interfaceRights?hotelId={{HotelId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "int", - "config", - "v1", - "interfaceRights" - ], - "query": [ - { - "key": "hotelId", - "value": "{{HotelId}}" - }, - { - "key": "id", - "value": "", - "disabled": true - }, - { - "key": "idExtension", - "value": "", - "disabled": true - }, - { - "key": "idContext", - "value": "", - "disabled": true - }, - { - "key": "type", - "value": "", - "disabled": true - } - ] - } - }, - "response": [] - }, - { - "name": "get Publishers", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, "method": "GET", "header": [ { @@ -58833,7 +47917,7 @@ } }, "url": { - "raw": "{{HostName}}/int/config/v1/externalSystems/{{ExternalSystemCode}}/hotels/{{HotelId}}/publishers", + "raw": "{{HostName}}/int/config/v1/interfaceRights?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -58841,31 +47925,93 @@ "int", "config", "v1", - "externalSystems", - "{{ExternalSystemCode}}", - "hotels", - "{{HotelId}}", - "publishers" + "interfaceRights" + ], + "query": [ + { + "key": "hotelId", + "value": "{{HotelId}}" + }, + { + "key": "id", + "value": "", + "disabled": true + }, + { + "key": "idExtension", + "value": "", + "disabled": true + }, + { + "key": "idContext", + "value": "", + "disabled": true + }, + { + "key": "type", + "value": "", + "disabled": true + } ] } }, "response": [] }, { - "name": "get Template Device Locations", + "name": "get Publishers", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/int/config/v1/externalSystems/{{ExternalSystemCode}}/hotels/{{HotelId}}/publishers" + }, + "response": [] + }, + { + "name": "get Template Device Locations", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -58925,13 +48071,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -58987,13 +48129,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -59070,13 +48208,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -59188,13 +48322,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -59560,13 +48690,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -59908,13 +49034,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -59993,13 +49115,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -60078,13 +49196,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -60163,13 +49277,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -60248,13 +49358,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -60580,159 +49686,151 @@ "request": { "auth": { "type": "bearer", - "bearer": [ + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{HostName}}/inv/v1/hotels/{{HotelId}}/inventoryStatistics?dateRangeEnd=2021-04-02&reportCode=RoomsAvailabilitySummary&dateRangeStart=2021-04-02¶meterName=HouseOccPercYN¶meterName=HouseOccupancyYN¶meterName=HouseTentRoomsYN¶meterName=GroupBy¶meterName=DeductRoomsYN¶meterName=CancelledYN¶meterName=HouseRoomsSoldYN¶meterName=RoomAvailRoomsYN¶meterName=HouseAvailRoomsYN¶meterValue=Y¶meterValue=Y¶meterValue=Y¶meterValue=RoomClass¶meterValue=N¶meterValue=Y¶meterValue=Y¶meterValue=Y¶meterValue=Y", + "host": [ + "{{HostName}}" + ], + "path": [ + "inv", + "v1", + "hotels", + "{{HotelId}}", + "inventoryStatistics" + ], + "query": [ + { + "key": "dateRangeEnd", + "value": "2021-04-02" + }, + { + "key": "reportCode", + "value": "RoomsAvailabilitySummary" + }, + { + "key": "dateRangeStart", + "value": "2021-04-02" + }, + { + "key": "parameterName", + "value": "HouseOccPercYN" + }, + { + "key": "parameterName", + "value": "HouseOccupancyYN" + }, + { + "key": "parameterName", + "value": "HouseTentRoomsYN" + }, + { + "key": "parameterName", + "value": "GroupBy" + }, + { + "key": "parameterName", + "value": "DeductRoomsYN" + }, + { + "key": "parameterName", + "value": "CancelledYN" + }, + { + "key": "parameterName", + "value": "HouseRoomsSoldYN" + }, + { + "key": "parameterName", + "value": "RoomAvailRoomsYN" + }, + { + "key": "parameterName", + "value": "HouseAvailRoomsYN" + }, + { + "key": "parameterValue", + "value": "Y" + }, + { + "key": "parameterValue", + "value": "Y" + }, + { + "key": "parameterValue", + "value": "Y" + }, + { + "key": "parameterValue", + "value": "RoomClass" + }, + { + "key": "parameterValue", + "value": "N" + }, + { + "key": "parameterValue", + "value": "Y" + }, + { + "key": "parameterValue", + "value": "Y" + }, + { + "key": "parameterValue", + "value": "Y" + }, { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/inv/v1/hotels/{{HotelId}}/inventoryStatistics?dateRangeEnd=2021-04-02&reportCode=RoomsAvailabilitySummary&dateRangeStart=2021-04-02¶meterName=HouseOccPercYN¶meterName=HouseOccupancyYN¶meterName=HouseTentRoomsYN¶meterName=GroupBy¶meterName=DeductRoomsYN¶meterName=CancelledYN¶meterName=HouseRoomsSoldYN¶meterName=RoomAvailRoomsYN¶meterName=HouseAvailRoomsYN¶meterValue=Y¶meterValue=Y¶meterValue=Y¶meterValue=RoomClass¶meterValue=N¶meterValue=Y¶meterValue=Y¶meterValue=Y¶meterValue=Y", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "v1", - "hotels", - "{{HotelId}}", - "inventoryStatistics" - ], - "query": [ - { - "key": "dateRangeEnd", - "value": "2021-04-02" - }, - { - "key": "reportCode", - "value": "RoomsAvailabilitySummary" - }, - { - "key": "dateRangeStart", - "value": "2021-04-02" - }, - { - "key": "parameterName", - "value": "HouseOccPercYN" - }, - { - "key": "parameterName", - "value": "HouseOccupancyYN" - }, - { - "key": "parameterName", - "value": "HouseTentRoomsYN" - }, - { - "key": "parameterName", - "value": "GroupBy" - }, - { - "key": "parameterName", - "value": "DeductRoomsYN" - }, - { - "key": "parameterName", - "value": "CancelledYN" - }, - { - "key": "parameterName", - "value": "HouseRoomsSoldYN" - }, - { - "key": "parameterName", - "value": "RoomAvailRoomsYN" - }, - { - "key": "parameterName", - "value": "HouseAvailRoomsYN" - }, - { - "key": "parameterValue", - "value": "Y" - }, - { - "key": "parameterValue", - "value": "Y" - }, - { - "key": "parameterValue", - "value": "Y" - }, - { - "key": "parameterValue", - "value": "RoomClass" - }, - { - "key": "parameterValue", - "value": "N" - }, - { - "key": "parameterValue", - "value": "Y" - }, - { - "key": "parameterValue", - "value": "Y" - }, - { - "key": "parameterValue", - "value": "Y" - }, - { - "key": "parameterValue", - "value": "Y" - } - ] - } - }, - "response": [] - }, - { - "name": "get Inventory Statistics -> with roomtype list", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "key": "parameterValue", + "value": "Y" } ] + } + }, + "response": [] + }, + { + "name": "get Inventory Statistics -> with roomtype list", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -61045,13 +50143,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -61082,7 +50176,7 @@ } }, "url": { - "raw": "{{HostName}}/inv/v0/hotels/{{HotelId}}/itemInventory?sellInEvent=false&startDate=2021-04-03&endDate=2021-04-07&welcomeOffer=false&SellInReservation=true", + "raw": "{{HostName}}/inv/v1/hotels/{{HotelId}}/itemInventory?sellInEvent=false&startDate=2021-04-03&endDate=2021-04-07&welcomeOffer=false&SellInReservation=true", "host": [ "{{HostName}}" ], @@ -61143,13 +50237,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -61180,7 +50270,7 @@ } }, "url": { - "raw": "{{HostName}}/inv/v0/hotels/{{HotelId}}/itemInventory?sellInEvent=false&endDate=2021-08-20&welcomeOffer=false&SellInReservation=true&startDate=2021-08-16", + "raw": "{{HostName}}/inv/v1/hotels/{{HotelId}}/itemInventory?sellInEvent=false&endDate=2021-08-20&welcomeOffer=false&SellInReservation=true&startDate=2021-08-16", "host": [ "{{HostName}}" ], @@ -61223,13 +50313,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -61259,19 +50345,7 @@ } } }, - "url": { - "raw": "{{HostName}}/inv/v0/hotels/{{HotelId}}/itemInventoryHold", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "v0", - "hotels", - "{{HotelId}}", - "itemInventoryHold" - ] - } + "url": "{{HostName}}/inv/v1/hotels/{{HotelId}}/itemInventoryHold" }, "response": [] }, @@ -61280,13 +50354,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -61310,17 +50380,7 @@ } } }, - "url": { - "raw": "{{HostName}}/inv/v0/releasedItemInventory", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "v0", - "releasedItemInventory" - ] - }, + "url": "{{HostName}}/inv/v1/releasedItemInventory", "description": "This API will release item inventory that has been held." }, "response": [] @@ -61335,13 +50395,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -61372,7 +50428,7 @@ } }, "url": { - "raw": "{{HostName}}/inv/v0/hotels/{{HotelId}}/blockInventoryStatistics?includeOverbooking=true&includeTentativeInventory=false&limit=20&offset=1&startDateRange=2021-04-02&endDateRange=2021-04-02&summarySortByCode=Status&detailSortByCode=BlockAccount", + "raw": "{{HostName}}/inv/v1/hotels/{{HotelId}}/blockInventoryStatistics?includeOverbooking=true&includeTentativeInventory=false&limit=20&offset=1&startDateRange=2021-04-02&endDateRange=2021-04-02&summarySortByCode=Status&detailSortByCode=BlockAccount", "host": [ "{{HostName}}" ], @@ -61440,13 +50496,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -61538,13 +50590,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -61568,17 +50616,7 @@ } } }, - "url": { - "raw": "{{HostName}}/inv/v0/releasedItemInventory", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "v0", - "releasedItemInventory" - ] - }, + "url": "{{HostName}}/inv/v1/releasedItemInventory", "description": "This API will release item inventory that has been held." }, "response": [] @@ -61588,13 +50626,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -61624,19 +50658,7 @@ } } }, - "url": { - "raw": "{{HostName}}/inv/v0/hotels/{{HotelId}}/sellLimits", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "v0", - "hotels", - "{{HotelId}}", - "sellLimits" - ] - }, + "url": "{{HostName}}/inv/v1/hotels/{{HotelId}}/sellLimits", "description": "You can use this API to create sell limits in OPERA by date." }, "response": [] @@ -61646,13 +50668,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -61682,19 +50700,7 @@ } } }, - "url": { - "raw": "{{HostName}}/inv/v0/hotels/{{HotelId}}/sellLimits", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "v0", - "hotels", - "{{HotelId}}", - "sellLimits" - ] - }, + "url": "{{HostName}}/inv/v1/hotels/{{HotelId}}/sellLimits", "description": "You can use this API to create sell limits in OPERA by date." }, "response": [] @@ -61704,13 +50710,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -61740,19 +50742,7 @@ } } }, - "url": { - "raw": "{{HostName}}/inv/v0/hotels/{{HotelId}}/sellLimitsByDateRange", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "v0", - "hotels", - "{{HotelId}}", - "sellLimitsByDateRange" - ] - }, + "url": "{{HostName}}/inv/v1/hotels/{{HotelId}}/sellLimitsByDateRange", "description": "You can use this API to create sell limits in OPERA by date range." }, "response": [] @@ -61791,13 +50781,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -61837,13 +50823,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -61867,17 +50849,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lms/v0/activityLocations", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "activityLocations" - ] - } + "url": "{{HostName}}/lms/v1/activityLocations" }, "response": [] }, @@ -61889,13 +50861,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -61926,18 +50894,7 @@ "mode": "raw", "raw": "{\r\n \"activityLocations\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"REST2\",\r\n \"description\": \"Restaurant 2 Edit\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/lms/v0/activityLocations/{{ActivityLocationsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "activityLocations", - "{{ActivityLocationsId}}" - ] - } + "url": "{{HostName}}/lms/v1/activityLocations/{{ActivityLocationsId}}" }, "response": [ { @@ -61967,18 +50924,7 @@ "mode": "raw", "raw": "{\"activityLocations\": [\r\n {\"hotelId\":\"{{HotelId}}\",\r\n \"code\":\"REST2\",\r\n \"description\":\"Restaurant 2 Edit\"\r\n }\r\n]}" }, - "url": { - "raw": "{{HostName}}/lms/v0/activityLocations/REST2", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "activityLocations", - "REST2" - ] - } + "url": "{{HostName}}/lms/v1/activityLocations/REST2" }, "status": "OK", "code": 200, @@ -62075,13 +51021,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -62097,7 +51039,7 @@ } ], "url": { - "raw": "{{HostName}}/lms/v0/activityLocations/{{ActivityLocationsId}}?hotelIds={{HotelId}}", + "raw": "{{HostName}}/lms/v1/activityLocations/{{ActivityLocationsId}}?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -62127,13 +51069,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -62178,13 +51116,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -62214,17 +51148,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lms/v0/activityStatusCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "activityStatusCodes" - ] - } + "url": "{{HostName}}/lms/v1/activityStatusCodes" }, "response": [ { @@ -62258,17 +51182,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lms/v0/activityStatusCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "activityStatusCodes" - ] - } + "url": "{{HostName}}/lms/v1/activityStatusCodes" }, "status": "Created", "code": 201, @@ -62393,17 +51307,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lms/v0/activityStatusCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "activityStatusCodes" - ] - } + "url": "{{HostName}}/lms/v1/activityStatusCodes" }, "status": "Internal Server Error", "code": 500, @@ -62484,13 +51388,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -62517,18 +51417,7 @@ "mode": "raw", "raw": "{\r\n \"activityStatusCodes\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"PRO\",\r\n \"description\": \"Proposed EDIT\",\r\n \"language\": \"E\",\r\n \"priority\": \"1\",\r\n \"application\": \"EAS\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/lms/v0/activityStatusCodes/{{ActivityStatusCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "activityStatusCodes", - "{{ActivityStatusCodesId}}" - ] - } + "url": "{{HostName}}/lms/v1/activityStatusCodes/{{ActivityStatusCodesId}}" }, "response": [ { @@ -62554,18 +51443,7 @@ "mode": "raw", "raw": "{\"activityStatusCodes\":[\r\n {\"hotelId\":\"{{HotelId}}\",\r\n \"code\":\"PRO\",\r\n \"description\":\"Proposed EDIT\",\r\n \"language\":\"E\",\r\n \"priority\":\"1\",\r\n \"application\":\"EAS\"\r\n }\r\n]}" }, - "url": { - "raw": "{{HostName}}/lms/v0/activityStatusCodes/PRO", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "activityStatusCodes", - "PRO" - ] - } + "url": "{{HostName}}/lms/v1/activityStatusCodes/PRO" }, "status": "OK", "code": 200, @@ -62662,13 +51540,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -62684,7 +51558,7 @@ } ], "url": { - "raw": "{{HostName}}/lms/v0/activityStatusCodes/{{ActivityStatusCodesId}}?hotelIds={{HotelId}}", + "raw": "{{HostName}}/lms/v1/activityStatusCodes/{{ActivityStatusCodesId}}?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -62717,13 +51591,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -62778,13 +51648,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -62808,17 +51674,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lms/v0/activityTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "activityTypes" - ] - } + "url": "{{HostName}}/lms/v1/activityTypes" }, "response": [] }, @@ -62830,13 +51686,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -62867,18 +51719,7 @@ "mode": "raw", "raw": "{\r\n \"activityTypes\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"typeCode\": \"GOLF\",\r\n \"description\": \"Golf course EDIT\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/lms/v0/activityTypes/{{ActivityTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "activityTypes", - "{{ActivityTypesId}}" - ] - } + "url": "{{HostName}}/lms/v1/activityTypes/{{ActivityTypesId}}" }, "response": [ { @@ -62908,18 +51749,7 @@ "mode": "raw", "raw": "{\"activityTypes\": [\r\n {\"hotelId\":\"{{HotelId}}\",\r\n \"typeCode\":\"REST2\",\r\n \"description\":\"REST2 EDIT\"}]}" }, - "url": { - "raw": "{{HostName}}/lms/v0/activityTypes/REST2", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "activityTypes", - "REST2" - ] - } + "url": "{{HostName}}/lms/v1/activityTypes/REST2" }, "status": "OK", "code": 200, @@ -63016,13 +51846,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -63053,7 +51879,7 @@ } }, "url": { - "raw": "{{HostName}}/lms/v0/activityTypes/{{ActivityTypesId}}?hotelIds={{HotelId}}", + "raw": "{{HostName}}/lms/v1/activityTypes/{{ActivityTypesId}}?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -63080,215 +51906,179 @@ "request": { "auth": { "type": "bearer", - "bearer": [ + "bearer": { + "token": "{{Token}}" + } + }, + "method": "POST", + "header": [ + { + "key": "x-hotelid", + "value": "{{HotelId}}" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "key": "x-app-key", + "value": "{{AppKey}}" + }, + { + "key": "x-externalsystem", + "type": "text", + "value": "{{ExternalSystemCode}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"reservationId\": {\r\n \"id\": \"{{ReservationId}}\",\r\n \"type\": \"Reservation\"\r\n },\r\n \"activityTime\": {\r\n \"startDateTime\": \"2021-10-26T06:00:15.001Z\",\r\n \"endDateTime\": \"2021-10-26T07:00:00.001Z\"\r\n },\r\n \"locationText\": {\r\n \"value\": \"SPA\",\r\n \"language\": \"E\"\r\n },\r\n \"profileId\": {\r\n \"id\": \"{{ProfileId}}\",\r\n \"type\": \"Profile\"\r\n },\r\n \"description\": {\r\n \"value\": \"LOCATION NOTIF TEST\",\r\n \"language\": \"E\"\r\n },\r\n \"locationNotificationStatus\": \"Set\",\r\n \"otherLocationNotificationStatus\": \"TEST\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/lms/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/locationNotifications" + }, + "response": [ + { + "name": "LocationNotification Set RS", + "originalRequest": { + "method": "POST", + "header": [ + { + "key": "x-hotelid", + "value": "{{HotelId}}" + }, + { + "key": "Accept", + "value": "application/json" + }, + { + "key": "x-app-key", + "value": "{{AppKey}}" + }, + { + "key": "x-externalsystem", + "value": "{{ExternalSystemCode}}", + "type": "text" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"reservationId\": {\r\n \"id\": \"{{ReservationId}}\",\r\n \"type\": \"Reservation\"\r\n },\r\n \"activityTime\": {\r\n \"startDateTime\": \"2019-10-26T06:00:15.001Z\",\r\n \"endDateTime\": \"2019-10-26T07:00:00.001Z\"\r\n },\r\n \"locationText\": {\r\n \"value\": \"SPA\",\r\n \"language\": \"E\"\r\n },\r\n \"profileId\": {\r\n \"id\": \"{{ProfileId}}\",\r\n \"type\": \"Profile\"\r\n },\r\n \"description\": {\r\n \"value\": \"LOCATION NOTIF TEST\",\r\n \"language\": \"E\"\r\n },\r\n \"locationNotificationStatus\": \"Set\",\r\n \"otherLocationNotificationStatus\": \"TEST\"\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/lms/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/locationNotifications" + }, + "status": "Created", + "code": 201, + "_postman_previewlanguage": "json", + "header": [ + { + "key": "Server", + "value": "nginx" + }, + { + "key": "Date", + "value": "Tue, 24 Aug 2021 21:03:54 GMT" + }, + { + "key": "Content-Type", + "value": "application/json;charset=UTF-8" + }, + { + "key": "Content-Length", + "value": "22" + }, + { + "key": "Connection", + "value": "keep-alive" + }, + { + "key": "Keep-Alive", + "value": "timeout=10" + }, + { + "key": "Cache-Control", + "value": "no-cache, no-store" + }, { - "key": "token", - "value": "{{Token}}", - "type": "string" + "key": "X-XSS-Protection", + "value": "1; mode=block" + }, + { + "key": "X-XSS-Protection", + "value": "1; mode=block;" + }, + { + "key": "Strict-Transport-Security", + "value": "max-age=31536000 ; includeSubDomains" + }, + { + "key": "Strict-Transport-Security", + "value": "max-age=31536000; includeSubDomains" + }, + { + "key": "X-ORACLE-DMS-RID", + "value": "0" + }, + { + "key": "X-Content-Type-Options", + "value": "nosniff" + }, + { + "key": "X-Content-Type-Options", + "value": "nosniff" + }, + { + "key": "X-ORACLE-DMS-ECID", + "value": "a6978f21-af05-4b15-9f47-45ae745ce69a-000346e6" + }, + { + "key": "Content-Encoding", + "value": "gzip" + }, + { + "key": "Vary", + "value": "Accept-Encoding" + }, + { + "key": "X-Frame-Options", + "value": "DENY" + }, + { + "key": "X-Frame-Options", + "value": "DENY" + }, + { + "key": "Referrer-Policy", + "value": "no-referrer" } - ] - }, - "method": "POST", - "header": [ - { - "key": "x-hotelid", - "value": "{{HotelId}}" - }, - { - "key": "Accept", - "value": "application/json" - }, - { - "key": "x-app-key", - "value": "{{AppKey}}" - }, - { - "key": "x-externalsystem", - "type": "text", - "value": "{{ExternalSystemCode}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"reservationId\": {\r\n \"id\": \"{{ReservationId}}\",\r\n \"type\": \"Reservation\"\r\n },\r\n \"activityTime\": {\r\n \"startDateTime\": \"2021-10-26T06:00:15.001Z\",\r\n \"endDateTime\": \"2021-10-26T07:00:00.001Z\"\r\n },\r\n \"locationText\": {\r\n \"value\": \"SPA\",\r\n \"language\": \"E\"\r\n },\r\n \"profileId\": {\r\n \"id\": \"{{ProfileId}}\",\r\n \"type\": \"Profile\"\r\n },\r\n \"description\": {\r\n \"value\": \"LOCATION NOTIF TEST\",\r\n \"language\": \"E\"\r\n },\r\n \"locationNotificationStatus\": \"Set\",\r\n \"otherLocationNotificationStatus\": \"TEST\"\r\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/lms/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/locationNotifications", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "locationNotifications" - ] - } - }, - "response": [ - { - "name": "LocationNotification Set RS", - "originalRequest": { - "method": "POST", - "header": [ - { - "key": "x-hotelid", - "value": "{{HotelId}}" - }, - { - "key": "Accept", - "value": "application/json" - }, - { - "key": "x-app-key", - "value": "{{AppKey}}" - }, - { - "key": "x-externalsystem", - "value": "{{ExternalSystemCode}}", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"reservationId\": {\r\n \"id\": \"{{ReservationId}}\",\r\n \"type\": \"Reservation\"\r\n },\r\n \"activityTime\": {\r\n \"startDateTime\": \"2019-10-26T06:00:15.001Z\",\r\n \"endDateTime\": \"2019-10-26T07:00:00.001Z\"\r\n },\r\n \"locationText\": {\r\n \"value\": \"SPA\",\r\n \"language\": \"E\"\r\n },\r\n \"profileId\": {\r\n \"id\": \"{{ProfileId}}\",\r\n \"type\": \"Profile\"\r\n },\r\n \"description\": {\r\n \"value\": \"LOCATION NOTIF TEST\",\r\n \"language\": \"E\"\r\n },\r\n \"locationNotificationStatus\": \"Set\",\r\n \"otherLocationNotificationStatus\": \"TEST\"\r\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/lms/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/locationNotifications", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "locationNotifications" - ] - } - }, - "status": "Created", - "code": 201, - "_postman_previewlanguage": "json", - "header": [ - { - "key": "Server", - "value": "nginx" - }, - { - "key": "Date", - "value": "Tue, 24 Aug 2021 21:03:54 GMT" - }, - { - "key": "Content-Type", - "value": "application/json;charset=UTF-8" - }, - { - "key": "Content-Length", - "value": "22" - }, - { - "key": "Connection", - "value": "keep-alive" - }, - { - "key": "Keep-Alive", - "value": "timeout=10" - }, - { - "key": "Cache-Control", - "value": "no-cache, no-store" - }, - { - "key": "X-XSS-Protection", - "value": "1; mode=block" - }, - { - "key": "X-XSS-Protection", - "value": "1; mode=block;" - }, - { - "key": "Strict-Transport-Security", - "value": "max-age=31536000 ; includeSubDomains" - }, - { - "key": "Strict-Transport-Security", - "value": "max-age=31536000; includeSubDomains" - }, - { - "key": "X-ORACLE-DMS-RID", - "value": "0" - }, - { - "key": "X-Content-Type-Options", - "value": "nosniff" - }, - { - "key": "X-Content-Type-Options", - "value": "nosniff" - }, - { - "key": "X-ORACLE-DMS-ECID", - "value": "a6978f21-af05-4b15-9f47-45ae745ce69a-000346e6" - }, - { - "key": "Content-Encoding", - "value": "gzip" - }, - { - "key": "Vary", - "value": "Accept-Encoding" - }, - { - "key": "X-Frame-Options", - "value": "DENY" - }, - { - "key": "X-Frame-Options", - "value": "DENY" - }, - { - "key": "Referrer-Policy", - "value": "no-referrer" - } - ], - "cookie": [], - "body": "{}" - } - ] - }, - { - "name": "Clear Location Notification", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + ], + "cookie": [], + "body": "{}" + } + ] + }, + { + "name": "Clear Location Notification", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -63324,21 +52114,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lms/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/locationNotifications", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "locationNotifications" - ] - } + "url": "{{HostName}}/lms/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/locationNotifications" }, "response": [ { @@ -63373,21 +52149,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lms/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/locationNotifications", - "host": [ - "{{HostName}}" - ], - "path": [ - "lms", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "locationNotifications" - ] - } + "url": "{{HostName}}/lms/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/locationNotifications" }, "status": "Created", "code": 201, @@ -63516,13 +52278,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -63583,13 +52341,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -63666,13 +52420,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -63702,20 +52452,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/upsellRoomClassView", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "upsellRoomClassView" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/upsellRoomClassView" }, "response": [] }, @@ -63727,13 +52464,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -63763,20 +52496,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/upsellRoomTypeView", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "upsellRoomTypeView" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/upsellRoomTypeView" }, "response": [] }, @@ -63788,13 +52508,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -63863,13 +52579,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -63946,13 +52658,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64029,13 +52737,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64065,20 +52769,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/upsellRule", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "upsellRule" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/upsellRule" }, "response": [] }, @@ -64090,13 +52781,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64173,13 +52860,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64256,13 +52939,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64341,13 +53020,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64377,22 +53052,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/fromRoomTypeLabel/{{FromRoomTypeLabel}}/upsellToRoomTypeEdit", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "fromRoomTypeLabel", - "{{FromRoomTypeLabel}}", - "upsellToRoomTypeEdit" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/fromRoomTypeLabel/{{FromRoomTypeLabel}}/upsellToRoomTypeEdit" }, "response": [] }, @@ -64404,13 +53064,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64440,20 +53096,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/upsellTrxCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "upsellTrxCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/upsellTrxCodes" }, "response": [] }, @@ -64465,13 +53108,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64553,13 +53192,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64588,20 +53223,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/activities", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "activities" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/activities" }, "response": [] }, @@ -64613,13 +53235,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64648,20 +53266,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/activities", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "activities" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/activities" }, "response": [] }, @@ -64670,13 +53275,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64691,20 +53292,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/activityLocations", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "activityLocations" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/activityLocations" }, "response": [] }, @@ -64713,13 +53301,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64734,20 +53318,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/activityStatus", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "activityStatus" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/activityStatus" }, "response": [] }, @@ -64756,13 +53327,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64777,20 +53344,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/activityTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "activityTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/activityTypes" }, "response": [] }, @@ -64799,13 +53353,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64820,20 +53370,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/module/{{Module}}/actionTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "module", - "{{Module}}", - "actionTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/module/{{Module}}/actionTypes" }, "response": [] }, @@ -64845,13 +53382,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64880,20 +53413,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/errorType/{{ErrorType}}/adsEchoToken", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "errorType", - "{{ErrorType}}", - "adsEchoToken" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/errorType/{{ErrorType}}/adsEchoToken" }, "response": [] }, @@ -64902,13 +53422,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64923,20 +53439,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/errorType/{{ErrorType}}/adsStatus", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "errorType", - "{{ErrorType}}", - "adsStatus" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/errorType/{{ErrorType}}/adsStatus" }, "response": [] }, @@ -64948,13 +53451,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -64983,20 +53482,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/agentAccounts", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "agentAccounts" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/agentAccounts" }, "response": [] }, @@ -65008,13 +53494,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65043,20 +53525,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/agentSourceCities", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "agentSourceCities" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/agentSourceCities" }, "response": [] }, @@ -65068,13 +53537,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65103,20 +53568,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/agentSourceResvCities", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "agentSourceResvCities" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/agentSourceResvCities" }, "response": [] }, @@ -65128,13 +53580,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65200,13 +53648,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65268,13 +53712,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65333,13 +53773,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65369,20 +53805,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/interfaceId/{{InterfaceId}}/allRevenueTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "interfaceId", - "{{InterfaceId}}", - "allRevenueTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/interfaceId/{{InterfaceId}}/allRevenueTypes" }, "response": [] }, @@ -65394,13 +53817,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65429,20 +53848,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/alternateHotelCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "alternateHotelCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/alternateHotelCodes" }, "response": [] }, @@ -65454,13 +53860,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65522,13 +53924,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65592,13 +53990,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65662,13 +54056,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65697,20 +54087,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/arAccountTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "arAccountTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/arAccountTypes" }, "response": [] }, @@ -65722,13 +54099,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65757,20 +54130,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/arCreditCards", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "arCreditCards" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/arCreditCards" }, "response": [] }, @@ -65782,13 +54142,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65817,20 +54173,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/arrangementCode", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "arrangementCode" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/arrangementCode" }, "response": [] }, @@ -65842,13 +54185,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65877,20 +54216,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/type/{{Type}}/arrangementCodesNumber", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "type", - "{{Type}}", - "arrangementCodesNumber" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/type/{{Type}}/arrangementCodesNumber" }, "response": [] }, @@ -65902,13 +54228,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65937,20 +54259,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/articleCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "articleCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/articleCodes" }, "response": [] }, @@ -65962,13 +54271,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -65997,22 +54302,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/room/{{Room}}/assignRooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "room", - "{{Room}}", - "assignRooms" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/room/{{Room}}/assignRooms" }, "response": [] }, @@ -66024,13 +54314,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66059,20 +54345,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/attractions", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "attractions" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/attractions" }, "response": [] }, @@ -66084,13 +54357,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66119,20 +54388,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/authorizer", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "authorizer" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/authorizer" }, "response": [] }, @@ -66144,13 +54400,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66179,20 +54431,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/number/{{Number}}/autoNumberGenerator", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "number", - "{{Number}}", - "autoNumberGenerator" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/number/{{Number}}/autoNumberGenerator" }, "response": [] }, @@ -66204,13 +54443,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66239,20 +54474,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/availableScriptLanguages", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "availableScriptLanguages" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/availableScriptLanguages" }, "response": [] }, @@ -66264,13 +54486,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66299,24 +54517,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomType/{{RoomType}}/roomNumber/{{RoomNumber}}/availableRoomComponents", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomType", - "{{RoomType}}", - "roomNumber", - "{{RoomNumber}}", - "availableRoomComponents" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomType/{{RoomType}}/roomNumber/{{RoomNumber}}/availableRoomComponents" }, "response": [] }, @@ -66328,13 +54529,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66363,22 +54560,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomType/{{RoomType}}/availableRoomTypeComponents", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomType", - "{{RoomType}}", - "availableRoomTypeComponents" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomType/{{RoomType}}/availableRoomTypeComponents" }, "response": [] }, @@ -66390,13 +54572,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66425,20 +54603,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/awardCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "awardCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/awardCodes" }, "response": [] }, @@ -66450,13 +54615,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66485,20 +54646,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/awardCodesMultiHotel", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "awardCodesMultiHotel" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/awardCodesMultiHotel" }, "response": [] }, @@ -66510,13 +54658,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66545,20 +54689,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/awardMktgCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "awardMktgCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/awardMktgCodes" }, "response": [] }, @@ -66570,13 +54701,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66605,20 +54732,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/bankAccountsForReports", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "bankAccountsForReports" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/bankAccountsForReports" }, "response": [] }, @@ -66630,13 +54744,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66665,20 +54775,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/bankAccounts", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "bankAccounts" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/bankAccounts" }, "response": [] }, @@ -66690,13 +54787,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66725,20 +54818,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/banquetPrintingMethod", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "banquetPrintingMethod" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/banquetPrintingMethod" }, "response": [] }, @@ -66750,13 +54830,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66785,20 +54861,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/billingInstructions", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "billingInstructions" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/billingInstructions" }, "response": [] }, @@ -66810,13 +54873,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66845,20 +54904,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/catStatus/{{CatStatus}}/blockCatNextStatuses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "catStatus", - "{{CatStatus}}", - "blockCatNextStatuses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/catStatus/{{CatStatus}}/blockCatNextStatuses" }, "response": [] }, @@ -66870,13 +54916,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66905,24 +54947,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/beginDate/{{BeginDate}}/endDate/{{EndDate}}/blockCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "beginDate", - "{{BeginDate}}", - "endDate", - "{{EndDate}}", - "blockCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/beginDate/{{BeginDate}}/endDate/{{EndDate}}/blockCodes" }, "response": [] }, @@ -66934,13 +54959,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -66969,22 +54990,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/arrivalDate/{{ArrivalDate}}/blockCodesByArrivalDate", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "arrivalDate", - "{{ArrivalDate}}", - "blockCodesByArrivalDate" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/arrivalDate/{{ArrivalDate}}/blockCodesByArrivalDate" }, "response": [] }, @@ -66996,13 +55002,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67031,20 +55033,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/blockCodesFinOperations", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "blockCodesFinOperations" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/blockCodesFinOperations" }, "response": [] }, @@ -67056,13 +55045,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67091,20 +55076,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/blockId/{{BlockId}}/blockCurrentStatuses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "blockId", - "{{BlockId}}", - "blockCurrentStatuses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/blockId/{{BlockId}}/blockCurrentStatuses" }, "response": [] }, @@ -67116,13 +55088,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67151,20 +55119,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/blockId/{{BlockId}}/blockBookingStatuses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "blockId", - "{{BlockId}}", - "blockBookingStatuses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/blockId/{{BlockId}}/blockBookingStatuses" }, "response": [] }, @@ -67176,13 +55131,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67211,20 +55162,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/blockEvents", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "blockEvents" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/blockEvents" }, "response": [] }, @@ -67236,13 +55174,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67271,22 +55205,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/blockId/{{BlockId}}/blockEventIds", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "blockId", - "{{BlockId}}", - "blockEventIds" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/blockId/{{BlockId}}/blockEventIds" }, "response": [] }, @@ -67298,13 +55217,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67333,24 +55248,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/beginDate/{{BeginDate}}/endDate/{{EndDate}}/blockCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "beginDate", - "{{BeginDate}}", - "endDate", - "{{EndDate}}", - "blockCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/beginDate/{{BeginDate}}/endDate/{{EndDate}}/blockCodes" }, "response": [] }, @@ -67362,73 +55260,52 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/blockModeLov", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "blockModeLov" - ] - } - }, - "response": [] - }, - { - "name": "get Block New Statuses -> LOV", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + } + }, + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/blockModeLov" + }, + "response": [] + }, + { + "name": "get Block New Statuses -> LOV", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67486,13 +55363,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67560,13 +55433,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67596,20 +55465,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/blockPaymentMethods", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "blockPaymentMethods" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/blockPaymentMethods" }, "response": [] }, @@ -67621,13 +55477,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67704,13 +55556,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67739,26 +55587,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/arrival/{{Arrival}}/departure/{{Departure}}/blockId/{{BlockId}}/blockRates", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "arrival", - "{{Arrival}}", - "departure", - "{{Departure}}", - "blockId", - "{{BlockId}}", - "blockRates" - ] - }, + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/arrival/{{Arrival}}/departure/{{Departure}}/blockId/{{BlockId}}/blockRates", "description": "get Block Rate Codes (Rate Availability by date range)" }, "response": [] @@ -67771,13 +55600,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67839,13 +55664,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67874,24 +55695,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/extSystem/{{ExtSystem}}/module/{{Module}}/businessEventActionType", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "extSystem", - "{{ExtSystem}}", - "module", - "{{Module}}", - "businessEventActionType" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/extSystem/{{ExtSystem}}/module/{{Module}}/businessEventActionType" }, "response": [] }, @@ -67903,13 +55707,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -67938,26 +55738,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/module/{{Module}}/extSystem/{{ExtSystem}}/databaseId/{{DatabaseId}}/businessEventActionTypeExtDB", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "module", - "{{Module}}", - "extSystem", - "{{ExtSystem}}", - "databaseId", - "{{DatabaseId}}", - "businessEventActionTypeExtDB" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/module/{{Module}}/extSystem/{{ExtSystem}}/databaseId/{{DatabaseId}}/businessEventActionTypeExtDB" }, "response": [] }, @@ -67969,13 +55750,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68004,22 +55781,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/channel/{{Channel}}/bookingChannelRatePlans", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "channel", - "{{Channel}}", - "bookingChannelRatePlans" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/channel/{{Channel}}/bookingChannelRatePlans" }, "response": [] }, @@ -68031,13 +55793,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68066,20 +55824,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/channel/{{Channel}}/bookingChannelRoomTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "channel", - "{{Channel}}", - "bookingChannelRoomTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/channel/{{Channel}}/bookingChannelRoomTypes" }, "response": [] }, @@ -68091,13 +55836,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68126,20 +55867,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/bookingTypesIndividuals", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "bookingTypesIndividuals" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/bookingTypesIndividuals" }, "response": [] }, @@ -68151,13 +55879,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68186,20 +55910,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/budgetForecastCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "budgetForecastCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/budgetForecastCodes" }, "response": [] }, @@ -68211,13 +55922,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68246,20 +55953,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/budgetRateCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "budgetRateCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/budgetRateCodes" }, "response": [] }, @@ -68271,13 +55965,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68343,13 +56033,52 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/lov/v1/listOfValues/CancellationReasons" + }, + "response": [] + }, + { + "name": "get Campaign Activity Types LOV", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68378,36 +56107,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/CancellationReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "CancellationReasons" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/campaignActivityTypes" }, "response": [] }, { - "name": "get Campaign Activity Types LOV", + "name": "get Cash Register ID LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68436,38 +56150,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/campaignActivityTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "campaignActivityTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/cashRegisterId" }, "response": [] }, { - "name": "get Cash Register ID LOV", + "name": "get Cashier Hotels LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68496,38 +56193,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/cashRegisterId", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "cashRegisterId" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/cashierId/{{CashierId}}/cashierHotels" }, "response": [] }, { - "name": "get Cashier Hotels LOV", + "name": "get Cashiering Transaction Types LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68557,7 +56237,7 @@ } }, "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/cashierId/{{CashierId}}/cashierHotels", + "raw": "{{HostName}}/lov/v1/listOfValues/CashieringTransactionTypes?includeInactiveFlag=false", "host": [ "{{HostName}}" ], @@ -68565,29 +56245,29 @@ "lov", "v1", "listOfValues", - "cashierId", - "{{CashierId}}", - "cashierHotels" + "CashieringTransactionTypes" + ], + "query": [ + { + "key": "includeInactiveFlag", + "value": "false" + } ] } }, "response": [] }, { - "name": "get Cashiering Transaction Types LOV", + "name": "get Cat Budget Type Event Codes LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68616,42 +56296,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/CashieringTransactionTypes?includeInactiveFlag=false", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "CashieringTransactionTypes" - ], - "query": [ - { - "key": "includeInactiveFlag", - "value": "false" - } - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/catBudgetType/{{CatBudgetType}}/catBudgetTypeEventCodes" }, "response": [] }, { - "name": "get Cat Budget Type Event Codes LOV", + "name": "get Catering Codes LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68680,40 +56339,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/catBudgetType/{{CatBudgetType}}/catBudgetTypeEventCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "catBudgetType", - "{{CatBudgetType}}", - "catBudgetTypeEventCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/codeType/{{CodeType}}/cateringCodes" }, "response": [] }, { - "name": "get Catering Codes LOV", + "name": "get Catering Event Status LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68742,38 +56382,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/codeType/{{CodeType}}/cateringCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "codeType", - "{{CodeType}}", - "cateringCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/newEvent/{{NewEvent}}/waitList/{{WaitList}}/cateringEventStatus" }, "response": [] }, { - "name": "get Catering Event Status LOV", + "name": "get Catering Event Types -> LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68802,40 +56425,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/newEvent/{{NewEvent}}/waitList/{{WaitList}}/cateringEventStatus", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "newEvent", - "{{NewEvent}}", - "waitList", - "{{WaitList}}", - "cateringEventStatus" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/CateringEventTypes" }, "response": [] }, { - "name": "get Catering Event Types -> LOV", + "name": "get Catering Package Price Codes LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68864,36 +56468,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/CateringEventTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "CateringEventTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/cateringPackagePriceCodes" }, "response": [] }, { - "name": "get Catering Package Price Codes LOV", + "name": "get Catering Setup Styles LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68922,38 +56511,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/cateringPackagePriceCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "cateringPackagePriceCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/space/{{Space}}M/cateringSetupStyles" }, "response": [] }, { - "name": "get Catering Setup Styles LOV", + "name": "get Catering Status Codes LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -68982,40 +56554,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/space/{{Space}}M/cateringSetupStyles", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "space", - "{{Space}}M", - "cateringSetupStyles" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/exclusionList/{{ExclusionList}}/cateringStatusCodes" }, "response": [] }, { - "name": "get Catering Status Codes LOV", + "name": "get Channel Card Type Mapping Card Type LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69044,38 +56597,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/exclusionList/{{ExclusionList}}/cateringStatusCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "exclusionList", - "{{ExclusionList}}", - "cateringStatusCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/channelCardTypeMappingCardType" }, "response": [] }, { - "name": "get Channel Card Type Mapping Card Type LOV", + "name": "get Channel Card Type Mapping Gds Host LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69104,38 +56640,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/channelCardTypeMappingCardType", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "channelCardTypeMappingCardType" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/channelCardTypeMappingGdsHost" }, "response": [] }, { - "name": "get Channel Card Type Mapping Gds Host LOV", + "name": "get Channel Card Type Mapping Card Type LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69164,38 +56683,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/channelCardTypeMappingGdsHost", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "channelCardTypeMappingGdsHost" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/channelCardTypeMappingCardType" }, "response": [] }, { - "name": "get Channel Card Type Mapping Card Type LOV", + "name": "get Channel Config Rate Codes LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69224,38 +56726,21 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/channelCardTypeMappingCardType", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "channelCardTypeMappingCardType" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/bookingChannels/{{BookingChannelCode}}/roomType/{{RoomType}}/channelConfigRateCodes" }, "response": [] }, { - "name": "get Channel Config Rate Codes LOV", + "name": "get Chain Languages LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69284,84 +56769,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/bookingChannels/{{BookingChannelCode}}/roomType/{{RoomType}}/channelConfigRateCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "bookingChannels", - "{{BookingChannelCode}}", - "roomType", - "{{RoomType}}", - "channelConfigRateCodes" - ] - } - }, - "response": [] - }, - { - "name": "get Chain Languages LOV", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/chainCode/{{ChainCode}}/chainLanguages", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "chainCode", - "{{ChainCode}}", - "chainLanguages" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/chainCode/{{ChainCode}}/chainLanguages" }, "response": [] }, @@ -69373,13 +56781,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69408,20 +56812,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/profiles/{{ProfileId}}/claimMembershipDetails", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "profiles", - "{{ProfileId}}", - "claimMembershipDetails" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/profiles/{{ProfileId}}/claimMembershipDetails" }, "response": [] }, @@ -69433,13 +56824,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69468,20 +56855,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/commissionCode", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "commissionCode" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/commissionCode" }, "response": [] }, @@ -69493,13 +56867,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69528,20 +56898,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/commissionTxnCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "commissionTxnCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/commissionTxnCodes" }, "response": [] }, @@ -69553,13 +56910,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69623,13 +56976,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69691,13 +57040,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69759,13 +57104,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69827,13 +57168,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69897,13 +57234,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -69932,20 +57265,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/confLetterReports", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "confLetterReports" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/confLetterReports" }, "response": [] }, @@ -69957,13 +57277,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70021,13 +57337,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70089,13 +57401,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70159,13 +57467,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70195,20 +57499,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/decimal/{{Decimal}}/currencyFormats", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "decimal", - "{{Decimal}}", - "currencyFormats" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/decimal/{{Decimal}}/currencyFormats" }, "response": [] }, @@ -70220,13 +57511,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70288,13 +57575,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70377,13 +57660,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70447,13 +57726,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70515,13 +57790,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70583,13 +57854,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70618,18 +57885,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/DiscountReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "DiscountReasons" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/DiscountReasons" }, "response": [] }, @@ -70641,13 +57897,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70676,20 +57928,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/entityName/{{EntityName}}/eCertificateGroupEntity", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "entityName", - "{{EntityName}}", - "eCertificateGroupEntity" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/entityName/{{EntityName}}/eCertificateGroupEntity" }, "response": [] }, @@ -70701,13 +57940,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70736,20 +57971,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/eCoupon", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "eCoupon" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/eCoupon" }, "response": [] }, @@ -70761,13 +57983,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70796,20 +58014,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/ecouponResvRoom", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "ecouponResvRoom" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/ecouponResvRoom" }, "response": [] }, @@ -70821,13 +58026,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70856,20 +58057,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/eCouponRateCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "eCouponRateCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/eCouponRateCodes" }, "response": [] }, @@ -70881,13 +58069,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70916,20 +58100,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/eventGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "eventGroups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/eventGroups" }, "response": [] }, @@ -70941,13 +58112,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -70976,20 +58143,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/eventLocations", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "eventLocations" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/eventLocations" }, "response": [] }, @@ -71001,13 +58155,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71036,22 +58186,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/space/{{Space}}/eventRateCode", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "space", - "{{Space}}", - "eventRateCode" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/space/{{Space}}/eventRateCode" }, "response": [] }, @@ -71063,13 +58198,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71098,22 +58229,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/room/BALLROOM/eventSetupStyles", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "room", - "BALLROOM", - "eventSetupStyles" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/room/BALLROOM/eventSetupStyles" }, "response": [] }, @@ -71125,13 +58241,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71160,20 +58272,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/exclusionList/{{ExclusionList}}/eventStatusCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "exclusionList", - "{{ExclusionList}}", - "eventStatusCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/exclusionList/{{ExclusionList}}/eventStatusCodes" }, "response": [] }, @@ -71185,13 +58284,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71220,20 +58315,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/currencyCode/USD/exchangeTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "currencyCode", - "USD", - "exchangeTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/currencyCode/USD/exchangeTypes" }, "response": [] }, @@ -71245,13 +58327,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71280,20 +58358,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/exportMappingTypeCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "exportMappingTypeCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/exportMappingTypeCodes" }, "response": [] }, @@ -71305,13 +58370,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71340,20 +58401,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/externalReferenceTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "externalReferenceTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/externalReferenceTypes" }, "response": [] } @@ -71370,13 +58418,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71405,20 +58449,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/facilityCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "facilityCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/facilityCodes" }, "response": [] }, @@ -71430,13 +58461,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71465,22 +58492,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/facilityTask/{{FacilityTask}}/facilityCodesReservation", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "facilityTask", - "{{FacilityTask}}", - "facilityCodesReservation" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/facilityTask/{{FacilityTask}}/facilityCodesReservation" }, "response": [] }, @@ -71492,13 +58504,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71527,20 +58535,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/facilityTasks", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "facilityTasks" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/facilityTasks" }, "response": [] }, @@ -71552,13 +58547,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71587,22 +58578,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomTypeLabel/{{RoomTypeLabel}}/facilityTasksRoomType", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomTypeLabel", - "{{RoomTypeLabel}}", - "facilityTasksRoomType" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomTypeLabel/{{RoomTypeLabel}}/facilityTasksRoomType" }, "response": [] }, @@ -71614,13 +58590,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71649,20 +58621,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/changeSource/{{ChangeSource}}/fieldName", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "changeSource", - "{{ChangeSource}}", - "fieldName" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/changeSource/{{ChangeSource}}/fieldName" }, "response": [] }, @@ -71674,13 +58633,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71709,20 +58664,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/fixedChargesTransactionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "fixedChargesTransactionCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/fixedChargesTransactionCodes" }, "response": [] }, @@ -71734,13 +58676,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71805,13 +58743,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71882,13 +58816,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71918,20 +58848,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/mode/{{Mode}}/folioGroupingTransactionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "mode", - "{{Mode}}", - "folioGroupingTransactionCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/mode/{{Mode}}/folioGroupingTransactionCodes" }, "response": [] }, @@ -71943,13 +58860,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -71978,20 +58891,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/folioStyles", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "folioStyles" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/folioStyles" }, "response": [] }, @@ -72003,13 +58903,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72038,20 +58934,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/folioTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "folioTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/folioTypes" }, "response": [] }, @@ -72063,13 +58946,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72098,20 +58977,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/fromRoomNumber", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "fromRoomNumber" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/fromRoomNumber" }, "response": [] }, @@ -72123,13 +58989,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72158,20 +59020,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/forecastGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "forecastGroups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/forecastGroups" }, "response": [] }, @@ -72183,13 +59032,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72252,13 +59097,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72321,13 +59162,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72357,18 +59194,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/FunctionSpaceSetupStyles", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "FunctionSpaceSetupStyles" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/FunctionSpaceSetupStyles" }, "response": [] }, @@ -72380,13 +59206,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72416,20 +59238,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/bookingChannels/{{BookingChannelCode}}/gdsGuaranteeCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "bookingChannels", - "{{BookingChannelCode}}", - "gdsGuaranteeCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/bookingChannels/{{BookingChannelCode}}/gdsGuaranteeCodes" }, "response": [] }, @@ -72441,13 +59250,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72477,20 +59282,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/channelType/{{ChannelType}}/gdsHotels", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "channelType", - "{{ChannelType}}", - "gdsHotels" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/channelType/{{ChannelType}}/gdsHotels" }, "response": [] }, @@ -72502,13 +59294,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72538,20 +59326,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/bookingChannels/{{BookingChannelCode}}/gdsRateCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "bookingChannels", - "{{BookingChannelCode}}", - "gdsRateCategories" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/bookingChannels/{{BookingChannelCode}}/gdsRateCategories" }, "response": [] }, @@ -72563,13 +59338,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72599,20 +59370,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/bookingChannels/{{BookingChannelCode}}/gdsRateLevels", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "bookingChannels", - "{{BookingChannelCode}}", - "gdsRateLevels" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/bookingChannels/{{BookingChannelCode}}/gdsRateLevels" }, "response": [] }, @@ -72624,13 +59382,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72660,20 +59414,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/bookingChannels/{{BookingChannelCodes}}/gdsRoomCategoryTemplates", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "bookingChannels", - "{{BookingChannelCodes}}", - "gdsRoomCategoryTemplates" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/bookingChannels/{{BookingChannelCodes}}/gdsRoomCategoryTemplates" }, "response": [] }, @@ -72685,13 +59426,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72721,20 +59458,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/gemMenuItems", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "gemMenuItems" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/gemMenuItems" }, "response": [] }, @@ -72746,13 +59470,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72781,20 +59501,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/genericReports", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "genericReports" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/genericReports" }, "response": [] }, @@ -72806,13 +59513,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72841,20 +59544,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/bookingStatus/{{BookingStatus}}/gridTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "bookingStatus", - "{{BookingStatus}}", - "gridTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/bookingStatus/{{BookingStatus}}/gridTypes" }, "response": [] }, @@ -72866,13 +59556,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72901,20 +59587,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/groups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "groups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/groups" }, "response": [] }, @@ -72926,13 +59599,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -72961,20 +59630,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/groupArrivals", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "groupArrivals" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/groupArrivals" }, "response": [] }, @@ -72986,13 +59642,52 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/guestMessagesMultiHotel" + }, + "response": [] + }, + { + "name": "get Guest Messages Quick Texts LOV", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73021,80 +59716,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/guestMessagesMultiHotel", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "guestMessagesMultiHotel" - ] - } - }, - "response": [] - }, - { - "name": "get Guest Messages Quick Texts LOV", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/guestMessagesQuickTexts", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "guestMessagesQuickTexts" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/guestMessagesQuickTexts" }, "response": [] }, @@ -73106,13 +59728,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73141,20 +59759,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/hkAttendants", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "hkAttendants" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/hkAttendants" }, "response": [] }, @@ -73166,13 +59771,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73201,20 +59802,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/hkAttendantsMobile", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "hkAttendantsMobile" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/hkAttendantsMobile" }, "response": [] }, @@ -73226,13 +59814,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73292,13 +59876,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73358,13 +59938,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73424,13 +60000,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73459,22 +60031,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/businessDate/{{BusinessDate}}/hkScheduledAttendants", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "businessDate", - "{{BusinessDate}}", - "hkScheduledAttendants" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/businessDate/{{BusinessDate}}/hkScheduledAttendants" }, "response": [] }, @@ -73486,13 +60043,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73552,13 +60105,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73618,13 +60167,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73684,13 +60229,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73719,20 +60260,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/housekeepingCreditRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "housekeepingCreditRules" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/housekeepingCreditRules" }, "response": [] }, @@ -73744,13 +60272,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73779,20 +60303,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/houseKeepingRooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "houseKeepingRooms" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/houseKeepingRooms" }, "response": [] }, @@ -73804,13 +60315,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73839,20 +60346,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/houseKeepingSections", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "houseKeepingSections" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/houseKeepingSections" }, "response": [] }, @@ -73864,13 +60358,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73899,22 +60389,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/contactType/{{ContactType}}/hotelContactCommMethod", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "contactType", - "{{ContactType}}", - "hotelContactCommMethod" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/contactType/{{ContactType}}/hotelContactCommMethod" }, "response": [] }, @@ -73926,13 +60401,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -73961,20 +60432,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/hotelEventTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "hotelEventTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/hotelEventTypes" }, "response": [] }, @@ -73986,13 +60444,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74058,13 +60512,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74093,20 +60543,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/hotelInterfaceImportRooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "hotelInterfaceImportRooms" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/hotelInterfaceImportRooms" }, "response": [] }, @@ -74118,13 +60555,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74153,20 +60586,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/hotelRateTier", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "hotelRateTier" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/hotelRateTier" }, "response": [] }, @@ -74178,13 +60598,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74254,13 +60670,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74289,20 +60701,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/imbalanceVerificationTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "imbalanceVerificationTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/imbalanceVerificationTypes" }, "response": [] }, @@ -74314,13 +60713,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74349,20 +60744,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceDataRequestMarketGroup", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfaceDataRequestMarketGroup" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceDataRequestMarketGroup" }, "response": [] }, @@ -74374,13 +60756,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74409,20 +60787,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceDataRequestMarketCode", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfaceDataRequestMarketCode" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceDataRequestMarketCode" }, "response": [] }, @@ -74434,13 +60799,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74469,20 +60830,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceDataRequestRoomClass", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfaceDataRequestRoomClass" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceDataRequestRoomClass" }, "response": [] }, @@ -74494,13 +60842,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74529,20 +60873,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceDataRequestSourceCode", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfaceDataRequestSourceCode" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceDataRequestSourceCode" }, "response": [] }, @@ -74554,13 +60885,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74589,20 +60916,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceDataRequestSourceGroup", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfaceDataRequestSourceGroup" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceDataRequestSourceGroup" }, "response": [] }, @@ -74614,13 +60928,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74649,20 +60959,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceTrxCodesAllCharges", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfaceTrxCodesAllCharges" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceTrxCodesAllCharges" }, "response": [] }, @@ -74674,13 +60971,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74709,20 +61002,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceTrxCodesMinibar", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfaceTrxCodesMinibar" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceTrxCodesMinibar" }, "response": [] }, @@ -74734,13 +61014,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74769,20 +61045,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfacePseudoRoom", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfacePseudoRoom" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfacePseudoRoom" }, "response": [] }, @@ -74794,13 +61057,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74829,20 +61088,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceResyncFunctionSpace", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfaceResyncFunctionSpace" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceResyncFunctionSpace" }, "response": [] }, @@ -74854,13 +61100,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74889,20 +61131,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceResyncProducts", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfaceResyncProducts" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceResyncProducts" }, "response": [] }, @@ -74914,13 +61143,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -74949,20 +61174,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceResyncOwnerContract", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfaceResyncOwnerContract" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceResyncOwnerContract" }, "response": [] }, @@ -74974,13 +61186,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75009,20 +61217,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceResyncOwnerContractRoom", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfaceResyncOwnerContractRoom" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceResyncOwnerContractRoom" }, "response": [] }, @@ -75034,13 +61229,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75069,22 +61260,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/itemId/{{ItemId}}/inventoryItemAttributes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "itemId", - "{{ItemId}}", - "inventoryItemAttributes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/itemId/{{ItemId}}/inventoryItemAttributes" }, "response": [] }, @@ -75096,13 +61272,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75131,22 +61303,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/itemId/{{ItemId}}/inventoryItemRates", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "itemId", - "{{ItemId}}", - "inventoryItemRates" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/itemId/{{ItemId}}/inventoryItemRates" }, "response": [] }, @@ -75158,13 +61315,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75193,20 +61346,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/invItemsClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "invItemsClasses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/invItemsClasses" }, "response": [] }, @@ -75218,13 +61358,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75253,20 +61389,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/invItemsPools", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "invItemsPools" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/invItemsPools" }, "response": [] }, @@ -75278,13 +61401,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75313,20 +61432,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceAutoBalance", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "interfaceAutoBalance" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/interfaceAutoBalance" }, "response": [] }, @@ -75338,13 +61444,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75407,13 +61509,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75474,13 +61572,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75509,20 +61603,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/itemClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "itemClasses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/itemClasses" }, "response": [] }, @@ -75534,13 +61615,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75569,20 +61646,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/itemCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "itemCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/itemCodes" }, "response": [] }, @@ -75594,13 +61658,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75629,22 +61689,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/itemId/{{ItemId}}/itemPriceCode", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "itemId", - "{{ItemId}}", - "itemPriceCode" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/itemId/{{ItemId}}/itemPriceCode" }, "response": [] }, @@ -75656,13 +61701,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75691,22 +61732,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/itemId/{{ItemId}}/itemVendor", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "itemId", - "{{ItemId}}", - "itemVendor" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/itemId/{{ItemId}}/itemVendor" }, "response": [] }, @@ -75718,13 +61744,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75753,20 +61775,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/jobTitles", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "jobTitles" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/jobTitles" }, "response": [] }, @@ -75778,13 +61787,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75813,20 +61818,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/keyOptions", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "keyOptions" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/keyOptions" }, "response": [] }, @@ -75835,13 +61827,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75882,13 +61870,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -75903,20 +61887,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/locatorQuickTexts", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "locatorQuickTexts" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/locatorQuickTexts" }, "response": [] } @@ -75953,13 +61924,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76025,13 +61992,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76060,20 +62023,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/sourceIdIn/{{SourceIdIn}}/mailGeneric", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "sourceIdIn", - "{{SourceIdIn}}", - "mailGeneric" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/sourceIdIn/{{SourceIdIn}}/mailGeneric" }, "response": [] }, @@ -76085,13 +62035,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76120,20 +62066,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/managerReportDetails", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "managerReportDetails" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/managerReportDetails" }, "response": [] }, @@ -76145,13 +62078,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76180,20 +62109,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/managersReports", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "managersReports" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/managersReports" }, "response": [] }, @@ -76205,13 +62121,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76279,13 +62191,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76315,20 +62223,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/marketGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "marketGroups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/marketGroups" }, "response": [] }, @@ -76340,13 +62235,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76375,20 +62266,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/marketSegment", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "marketSegment" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/marketSegment" }, "response": [] }, @@ -76400,13 +62278,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76435,20 +62309,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/masterBlock", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "masterBlock" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/masterBlock" }, "response": [] }, @@ -76460,13 +62321,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76495,20 +62352,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/membershipAwardFinTrx", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "membershipAwardFinTrx" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/membershipAwardFinTrx" }, "response": [] }, @@ -76520,13 +62364,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76555,20 +62395,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/membershipAwardUpgradeRoom", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "membershipAwardUpgradeRoom" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/membershipAwardUpgradeRoom" }, "response": [] }, @@ -76580,13 +62407,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76615,20 +62438,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/membershipAwardProducts", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "membershipAwardProducts" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/membershipAwardProducts" }, "response": [] }, @@ -76640,13 +62450,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76675,20 +62481,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/membershipAwardRateCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "membershipAwardRateCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/membershipAwardRateCodes" }, "response": [] }, @@ -76700,13 +62493,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76735,20 +62524,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/membershipAwardUpgradeRoom", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "membershipAwardUpgradeRoom" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/membershipAwardUpgradeRoom" }, "response": [] }, @@ -76760,13 +62536,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76795,20 +62567,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/membershipType/{{MembershipType}}/membershipBenefits", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "membershipType", - "{{MembershipType}}", - "membershipBenefits" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/membershipType/{{MembershipType}}/membershipBenefits" }, "response": [] }, @@ -76820,13 +62579,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76855,20 +62610,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/membershipType/{{MembershipType}}/membershipBenefitProgram", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "membershipType", - "{{MembershipType}}", - "membershipBenefitProgram" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/membershipType/{{MembershipType}}/membershipBenefitProgram" }, "response": [] }, @@ -76880,13 +62622,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76915,20 +62653,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/membershipLevel/{{MembershipLevel}}/membershipCardFeeAmount", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "membershipLevel", - "{{MembershipLevel}}", - "membershipCardFeeAmount" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/membershipLevel/{{MembershipLevel}}/membershipCardFeeAmount" }, "response": [] }, @@ -76940,13 +62665,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -76975,22 +62696,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/airlines/{{Airlines}}/loyalty/{{Loyalty}}/membershipClassTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "airlines", - "{{Airlines}}", - "loyalty", - "{{Loyalty}}", - "membershipClassTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/airlines/{{Airlines}}/loyalty/{{Loyalty}}/membershipClassTypes" }, "response": [] }, @@ -77002,13 +62708,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77075,13 +62777,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77111,22 +62809,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/membershipLevelRank/{{MembershipLevelRank}}/membershipType/{{MembershipType}}/membershipMaxDowngradeLevel", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "membershipLevelRank", - "{{MembershipLevelRank}}", - "membershipType", - "{{MembershipType}}", - "membershipMaxDowngradeLevel" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/membershipLevelRank/{{MembershipLevelRank}}/membershipType/{{MembershipType}}/membershipMaxDowngradeLevel" }, "response": [] }, @@ -77138,13 +62821,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77174,20 +62853,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/membershipType/{{MembershipType}}/membershipPointsRuleCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "membershipType", - "{{MembershipType}}", - "membershipPointsRuleCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/membershipType/{{MembershipType}}/membershipPointsRuleCodes" }, "response": [] }, @@ -77199,13 +62865,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77235,24 +62897,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/beginDate/{{BeginDate}}/membershipId/{{MembershipId}}/membershipPromotions", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "beginDate", - "{{BeginDate}}", - "membershipId", - "{{MembershipId}}", - "membershipPromotions" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/beginDate/{{BeginDate}}/membershipId/{{MembershipId}}/membershipPromotions" }, "response": [] }, @@ -77264,13 +62909,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77300,20 +62941,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/membershipId/{{MembershipId}}/membershipStatementBatchList", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "membershipId", - "{{MembershipId}}", - "membershipStatementBatchList" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/membershipId/{{MembershipId}}/membershipStatementBatchList" }, "response": [] }, @@ -77325,75 +62953,54 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelId", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelId", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/lov/v1/listOfValues/membershipId/{{MembershipId}}/membershipTotalPointsAvailable" + }, + "response": [] + }, + { + "name": "get Membership Transfer Points LOV", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/membershipId/{{MembershipId}}/membershipTotalPointsAvailable", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "membershipId", - "{{MembershipId}}", - "membershipTotalPointsAvailable" - ] - } - }, - "response": [] - }, - { - "name": "get Membership Transfer Points LOV", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, "method": "GET", "header": [ { @@ -77463,13 +63070,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77532,13 +63135,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77568,20 +63167,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/menuClassId/{{MenuClassId}}/menu", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "menuClassId", - "{{MenuClassId}}", - "menu" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/menuClassId/{{MenuClassId}}/menu" }, "response": [] }, @@ -77593,13 +63179,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77629,20 +63211,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/menuItems", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "menuItems" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/menuItems" }, "response": [] }, @@ -77654,13 +63223,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77690,20 +63255,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/menuClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "menuClasses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/menuClasses" }, "response": [] }, @@ -77715,13 +63267,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77751,20 +63299,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/profiles/{{ProfileId}}/negotiatedRateHotels", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "profiles", - "{{ProfileId}}", - "negotiatedRateHotels" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/profiles/{{ProfileId}}/negotiatedRateHotels" }, "response": [] }, @@ -77776,13 +63311,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77855,13 +63386,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77891,20 +63418,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/departments/{{DepartmentType}}/noteTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "departments", - "{{DepartmentType}}", - "noteTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/departments/{{DepartmentType}}/noteTypes" }, "response": [] }, @@ -77913,13 +63427,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77939,19 +63449,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/services/listOfValues/status", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "services", - "listOfValues", - "status" - ] - } + "url": "{{HostName}}/lov/v1/services/listOfValues/status" }, "response": [] }, @@ -77960,13 +63458,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -77986,20 +63480,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/osaActivityTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "osaActivityTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/osaActivityTypes" }, "response": [] }, @@ -78011,13 +63492,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78047,18 +63524,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/OwnerCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "OwnerCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/OwnerCodes" }, "response": [] }, @@ -78070,13 +63536,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78106,18 +63568,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/Origins", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "Origins" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/Origins" }, "response": [] }, @@ -78129,13 +63580,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78164,20 +63611,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/oxiInterfaces", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "oxiInterfaces" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/oxiInterfaces" }, "response": [] }, @@ -78189,74 +63623,10 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } + "bearer": { + "token": "{{Token}}" } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/oxiInterfaceResorts", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "oxiInterfaceResorts" - ] - } - }, - "response": [] - }, - { - "name": "get OXI Resorts LOV", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, "method": "GET", "header": [ { @@ -78284,38 +63654,64 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/interfaceId/{{InterfaceId}}/oxiResorts", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "interfaceId", - "{{InterfaceId}}", - "oxiResorts" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/oxiInterfaceResorts" }, "response": [] }, { - "name": "get Pack Forecast Group Code LOV", + "name": "get OXI Resorts LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/lov/v1/listOfValues/interfaceId/{{InterfaceId}}/oxiResorts" + }, + "response": [] + }, + { + "name": "get Pack Forecast Group Code LOV", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78344,20 +63740,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/packForecastGroupCode", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "packForecastGroupCode" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/packForecastGroupCode" }, "response": [] }, @@ -78369,13 +63752,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78404,20 +63783,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/paymentMethods", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "paymentMethods" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/paymentMethods" }, "response": [] }, @@ -78429,13 +63795,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78464,20 +63826,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/paymentTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "paymentTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/paymentTypes" }, "response": [] }, @@ -78489,13 +63838,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78524,20 +63869,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/periodSetup", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "periodSetup" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/periodSetup" }, "response": [] }, @@ -78549,13 +63881,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78584,20 +63912,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/periodsSetup", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "periodsSetup" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/periodsSetup" }, "response": [] }, @@ -78609,13 +63924,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78645,18 +63956,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/PhoneTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "PhoneTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/PhoneTypes" }, "response": [] }, @@ -78668,13 +63968,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78704,20 +64000,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/country/{{Country}}/postalCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "country", - "{{Country}}", - "postalCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/country/{{Country}}/postalCodes" }, "response": [] }, @@ -78729,13 +64012,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78765,20 +64044,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/postingRoom", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "postingRoom" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/postingRoom" }, "response": [] }, @@ -78790,13 +64056,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78825,20 +64087,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/postingTransactionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "postingTransactionCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/postingTransactionCodes" }, "response": [] }, @@ -78850,13 +64099,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78885,22 +64130,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/chainCode/{{ChainCode}}/preferenceGroup/{{PreferenceGroup}}/preferenceSubgroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "chainCode", - "{{ChainCode}}", - "preferenceGroup", - "{{PreferenceGroup}}", - "preferenceSubgroups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/chainCode/{{ChainCode}}/preferenceGroup/{{PreferenceGroup}}/preferenceSubgroups" }, "response": [] }, @@ -78912,13 +64142,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -78978,13 +64204,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79046,13 +64268,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79082,20 +64300,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/priorities", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "priorities" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/priorities" }, "response": [] }, @@ -79107,13 +64312,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79142,20 +64343,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/promoGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "promoGroups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/promoGroups" }, "response": [] }, @@ -79167,13 +64355,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79202,22 +64386,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/promoCode/{{PromoCode}}/promoRates", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "promoCode", - "{{PromoCode}}", - "promoRates" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/promoCode/{{PromoCode}}/promoRates" }, "response": [] }, @@ -79229,13 +64398,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79264,20 +64429,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/profiles/{{ProfileId}}/profileCommunications", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "profiles", - "{{ProfileId}}", - "profileCommunications" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/profiles/{{ProfileId}}/profileCommunications" }, "response": [] }, @@ -79289,13 +64441,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79324,22 +64472,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/profiles/{{ProfileId}}/profileIdentifications", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "profiles", - "{{ProfileId}}", - "profileIdentifications" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/profiles/{{ProfileId}}/profileIdentifications" }, "response": [] }, @@ -79351,13 +64484,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79421,13 +64550,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79492,13 +64617,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79527,20 +64648,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/propertyAmenities", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "propertyAmenities" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/propertyAmenities" }, "response": [] }, @@ -79552,13 +64660,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79587,20 +64691,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotelCodeList/{{HotelCodeList}}/queueName", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotelCodeList", - "{{HotelCodeList}}", - "queueName" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotelCodeList/{{HotelCodeList}}/queueName" }, "response": [] }, @@ -79612,13 +64703,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79647,22 +64734,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/departmentId/{{DepartmentId}}/quickTexts", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "departmentId", - "{{DepartmentId}}", - "quickTexts" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/departmentId/{{DepartmentId}}/quickTexts" }, "response": [] }, @@ -79671,13 +64743,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79692,20 +64760,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "rateCategories" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCategories" }, "response": [] }, @@ -79714,13 +64769,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79735,20 +64786,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRateClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resortRateClasses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRateClasses" }, "response": [] }, @@ -79757,13 +64795,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79778,22 +64812,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCodeType/{{RateCodeType}}/rateCodesByType", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "rateCodeType", - "{{RateCodeType}}", - "rateCodesByType" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCodeType/{{RateCodeType}}/rateCodesByType" }, "response": [] }, @@ -79802,13 +64821,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79823,22 +64838,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCodeType/{{RateCodeType}}/ratePlanForMassRate", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "rateCodeType", - "{{RateCodeType}}", - "ratePlanForMassRate" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCodeType/{{RateCodeType}}/ratePlanForMassRate" }, "response": [] }, @@ -79850,13 +64850,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79885,20 +64881,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCodeGlobalDescEdit", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "rateCodeGlobalDescEdit" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCodeGlobalDescEdit" }, "response": [] }, @@ -79910,13 +64893,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -79945,20 +64924,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCodesValid", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "rateCodesValid" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCodesValid" }, "response": [] }, @@ -79970,13 +64936,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80005,20 +64967,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCommissionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "rateCommissionCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCommissionCodes" }, "response": [] }, @@ -80030,13 +64979,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80065,20 +65010,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateConfigCurrencies", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "rateConfigCurrencies" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateConfigCurrencies" }, "response": [] }, @@ -80087,13 +65019,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80108,20 +65036,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "rateGroups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateGroups" }, "response": [] }, @@ -80130,13 +65045,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80151,20 +65062,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/ratePlans", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "ratePlans" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/ratePlans" }, "response": [] }, @@ -80173,13 +65071,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80194,22 +65088,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCode/{{RateCode}}/ratePlansForYieldAsConfig", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "rateCode", - "{{RateCode}}", - "ratePlansForYieldAsConfig" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCode/{{RateCode}}/ratePlansForYieldAsConfig" }, "response": [] }, @@ -80218,13 +65097,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80239,20 +65114,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repBlockCodesParamOff", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repBlockCodesParamOff" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repBlockCodesParamOff" }, "response": [] }, @@ -80261,13 +65123,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80282,20 +65140,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repBlockCodesParamOn", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repBlockCodesParamOn" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repBlockCodesParamOn" }, "response": [] }, @@ -80304,13 +65149,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80325,20 +65166,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/year/{{Year}}/repCalendarMonths", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "year", - "{{Year}}", - "repCalendarMonths" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/year/{{Year}}/repCalendarMonths" }, "response": [] }, @@ -80347,13 +65175,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80368,20 +65192,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/year/{{Year}}/repCalendarWeeks", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "year", - "{{Year}}", - "repCalendarWeeks" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/year/{{Year}}/repCalendarWeeks" }, "response": [] }, @@ -80390,13 +65201,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80411,20 +65218,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/year/{{Year}}/repCalendarYears", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "year", - "{{Year}}", - "repCalendarYears" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/year/{{Year}}/repCalendarYears" }, "response": [] }, @@ -80436,13 +65230,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80471,20 +65261,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repCashiers", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repCashiers" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repCashiers" }, "response": [] }, @@ -80496,13 +65273,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80531,20 +65304,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repContactList", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repContactList" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repContactList" }, "response": [] }, @@ -80556,13 +65316,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80591,20 +65347,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repCurrencies", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repCurrencies" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repCurrencies" }, "response": [] }, @@ -80616,13 +65359,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80651,20 +65390,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repDepartments", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repDepartments" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repDepartments" }, "response": [] }, @@ -80676,13 +65402,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80711,20 +65433,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repFiscalYears", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repFiscalYears" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repFiscalYears" }, "response": [] }, @@ -80736,13 +65445,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80771,20 +65476,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repForeignCurrencies", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repForeignCurrencies" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repForeignCurrencies" }, "response": [] }, @@ -80796,13 +65488,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80831,20 +65519,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repGroups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repGroups" }, "response": [] }, @@ -80856,13 +65531,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80891,20 +65562,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repInventoryItemPools", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repInventoryItemPools" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repInventoryItemPools" }, "response": [] }, @@ -80916,13 +65574,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -80951,20 +65605,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repServiceRequestCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repServiceRequestCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repServiceRequestCodes" }, "response": [] }, @@ -80976,13 +65617,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81011,20 +65648,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repMarketCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repMarketCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repMarketCodes" }, "response": [] }, @@ -81036,13 +65660,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81071,20 +65691,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repRooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repRooms" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repRooms" }, "response": [] }, @@ -81096,13 +65703,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81131,20 +65734,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repRoomStatuses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repRoomStatuses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repRoomStatuses" }, "response": [] }, @@ -81156,13 +65746,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81191,20 +65777,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repRoomTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repRoomTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repRoomTypes" }, "response": [] }, @@ -81216,13 +65789,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81251,20 +65820,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repTraveAgtCalendarYear", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repTraveAgtCalendarYear" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repTraveAgtCalendarYear" }, "response": [] }, @@ -81276,13 +65832,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81311,20 +65863,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repTransactionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "repTransactionCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/repTransactionCodes" }, "response": [] }, @@ -81336,13 +65875,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81371,24 +65906,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/beginDate/{{BeginDate}}/endDate/{{EndDate}}/resStatReportRateCode", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "beginDate", - "{{BeginDate}}", - "endDate", - "{{EndDate}}", - "resStatReportRateCode" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/beginDate/{{BeginDate}}/endDate/{{EndDate}}/resStatReportRateCode" }, "response": [] }, @@ -81400,13 +65918,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81435,20 +65949,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resvAutoAttachRulesRuleType", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resvAutoAttachRulesRuleType" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resvAutoAttachRulesRuleType" }, "response": [] }, @@ -81460,13 +65961,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81495,20 +65992,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/reservationBasedBlocks", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "reservationBasedBlocks" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/reservationBasedBlocks" }, "response": [] }, @@ -81520,13 +66004,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81555,20 +66035,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resvBasedProfiles", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resvBasedProfiles" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resvBasedProfiles" }, "response": [] }, @@ -81580,13 +66047,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81657,13 +66120,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81734,13 +66193,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81770,20 +66225,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/reservationPreferences", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "reservationPreferences" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/reservationPreferences" }, "response": [] }, @@ -81795,13 +66237,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81830,20 +66268,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/reservationStatusesHotel", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "reservationStatusesHotel" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/reservationStatusesHotel" }, "response": [] }, @@ -81855,13 +66280,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81890,18 +66311,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/ReservationStatuses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "ReservationStatuses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/ReservationStatuses" }, "response": [] }, @@ -81913,13 +66323,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -81948,22 +66354,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resvNameId/{{ReservationId}}/reservationTickets", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resvNameId", - "{{ReservationId}}", - "reservationTickets" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resvNameId/{{ReservationId}}/reservationTickets" }, "response": [] }, @@ -81975,13 +66366,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82010,24 +66397,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/arrival/{{Arrival}}/departure/{{Departure}}/reservationTicketsCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "arrival", - "{{Arrival}}", - "departure", - "{{Departure}}", - "reservationTicketsCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/arrival/{{Arrival}}/departure/{{Departure}}/reservationTicketsCodes" }, "response": [] }, @@ -82039,13 +66409,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82075,20 +66441,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortAirports", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resortAirports" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortAirports" }, "response": [] }, @@ -82100,13 +66453,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82136,18 +66485,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/ResortChains", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "ResortChains" - ] - }, + "url": "{{HostName}}/lov/v1/listOfValues/ResortChains", "description": "List the hotels in the chain being accessed." }, "response": [] @@ -82160,13 +66498,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82196,20 +66530,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortCROs", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resortCROs" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortCROs" }, "response": [] }, @@ -82221,13 +66542,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82257,20 +66574,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortGuaranteeCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resortGuaranteeCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortGuaranteeCodes" }, "response": [] }, @@ -82282,13 +66586,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82318,24 +66618,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/SellInReservation/Y/sellInEvent/Y/resortInventoryItems", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "SellInReservation", - "Y", - "sellInEvent", - "Y", - "resortInventoryItems" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/SellInReservation/Y/sellInEvent/Y/resortInventoryItems" }, "response": [] }, @@ -82347,13 +66630,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82383,20 +66662,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortMarketCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resortMarketCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortMarketCodes" }, "response": [] }, @@ -82408,13 +66674,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82444,20 +66706,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRateClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resortRateClasses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRateClasses" }, "response": [] }, @@ -82469,13 +66718,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82505,20 +66750,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRestrictionStatuses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resortRestrictionStatuses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRestrictionStatuses" }, "response": [] }, @@ -82530,13 +66762,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82566,20 +66794,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRoomNumbers", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resortRoomNumbers" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRoomNumbers" }, "response": [] }, @@ -82591,13 +66806,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82627,20 +66838,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRoomTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resortRoomTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRoomTypes" }, "response": [] }, @@ -82652,13 +66850,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82688,20 +66882,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortTransportationLabels", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resortTransportationLabels" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortTransportationLabels" }, "response": [] }, @@ -82713,13 +66894,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82748,20 +66925,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resourceItemClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resourceItemClasses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resourceItemClasses" }, "response": [] }, @@ -82773,13 +66937,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82808,20 +66968,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resvAutoAttachRulesCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resvAutoAttachRulesCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resvAutoAttachRulesCodes" }, "response": [] }, @@ -82833,13 +66980,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82868,20 +67011,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resvAutoAttachRulesRuleType", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resvAutoAttachRulesRuleType" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resvAutoAttachRulesRuleType" }, "response": [] }, @@ -82893,13 +67023,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82928,20 +67054,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resvBasedProfiles", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resvBasedProfiles" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resvBasedProfiles" }, "response": [] }, @@ -82953,13 +67066,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -82988,20 +67097,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/revenueTypeMappingSpace", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "revenueTypeMappingSpace" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/revenueTypeMappingSpace" }, "response": [] }, @@ -83013,13 +67109,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83048,20 +67140,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/revenueTypeMappingTrxCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "revenueTypeMappingTrxCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/revenueTypeMappingTrxCodes" }, "response": [] }, @@ -83073,13 +67152,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83108,22 +67183,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/bucketType/ROOM/revenueBucketTrxCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "bucketType", - "ROOM", - "revenueBucketTrxCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/bucketType/ROOM/revenueBucketTrxCodes" }, "response": [] }, @@ -83135,13 +67195,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83171,20 +67227,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomClasses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomClasses" }, "response": [] }, @@ -83196,13 +67239,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83232,20 +67271,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomClassCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomClassCategories" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomClassCategories" }, "response": [] }, @@ -83257,13 +67283,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83324,13 +67346,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83360,20 +67378,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/property/{{Property}}/roomHierarchyClassesCopy", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "property", - "{{Property}}", - "roomHierarchyClassesCopy" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/property/{{Property}}/roomHierarchyClassesCopy" }, "response": [] }, @@ -83385,74 +67390,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelId", - "type": "text", - "value": "{{HotelId}}" + "bearer": { + "token": "{{Token}}" } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/property/{{Property}}/roomHierarchyRoomClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "property", - "{{Property}}", - "roomHierarchyRoomClasses" - ] - } - }, - "response": [] - }, - { - "name": "get Room Hierarchy Room Types LOV", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] }, "method": "GET", "header": [ @@ -83482,38 +67422,65 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/property/{{Property}}/roomHierarchyRoomTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "property", - "{{Property}}", - "roomHierarchyRoomTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/property/{{Property}}/roomHierarchyRoomClasses" }, "response": [] }, { - "name": "get Room Hierarchy Types Copy LOV", + "name": "get Room Hierarchy Room Types LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelId", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/lov/v1/listOfValues/property/{{Property}}/roomHierarchyRoomTypes" + }, + "response": [] + }, + { + "name": "get Room Hierarchy Types Copy LOV", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83543,20 +67510,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/property/{{Property}}/roomHierarchyTypesCopy", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "property", - "{{Property}}", - "roomHierarchyTypesCopy" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/property/{{Property}}/roomHierarchyTypesCopy" }, "response": [] }, @@ -83568,13 +67522,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83603,20 +67553,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomHoldConditions", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomHoldConditions" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomHoldConditions" }, "response": [] }, @@ -83628,13 +67565,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83663,26 +67596,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomType/{{RoomTypeCode}}/arrival/2021-11-01/departure/2021-11-03/roomingListHKRooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomType", - "{{RoomTypeCode}}", - "arrival", - "2021-11-01", - "departure", - "2021-11-03", - "roomingListHKRooms" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomType/{{RoomTypeCode}}/arrival/2021-11-01/departure/2021-11-03/roomingListHKRooms" }, "response": [] }, @@ -83694,13 +67608,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83729,20 +67639,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomMaintenance", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomMaintenance" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomMaintenance" }, "response": [] }, @@ -83754,13 +67651,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83790,18 +67683,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/RoomMoveReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "RoomMoveReasons" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/RoomMoveReasons" }, "response": [] }, @@ -83813,13 +67695,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83848,20 +67726,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRoomNumbers", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "resortRoomNumbers" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRoomNumbers" }, "response": [] }, @@ -83873,13 +67738,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83908,20 +67769,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomPools", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomPools" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomPools" }, "response": [] }, @@ -83933,13 +67781,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -83968,22 +67812,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/room/{{RoomId}}/roomRates", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "room", - "{{RoomId}}", - "roomRates" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/room/{{RoomId}}/roomRates" }, "response": [] }, @@ -83995,13 +67824,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84072,13 +67897,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84107,20 +67928,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomRevenueTrxCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomRevenueTrxCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomRevenueTrxCodes" }, "response": [] }, @@ -84132,13 +67940,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84168,20 +67972,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomSpecials", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomSpecials" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomSpecials" }, "response": [] }, @@ -84193,13 +67984,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84229,18 +68016,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/RoomStatus", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "RoomStatus" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/RoomStatus" }, "response": [] }, @@ -84252,13 +68028,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84288,22 +68060,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomPool/SUITE/roomPoolRoomTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomPool", - "SUITE", - "roomPoolRoomTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomPool/SUITE/roomPoolRoomTypes" }, "response": [] }, @@ -84315,13 +68072,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84351,20 +68104,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomTypes" }, "response": [] }, @@ -84376,13 +68116,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84412,20 +68148,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomTypePool", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomTypePool" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomTypePool" }, "response": [] }, @@ -84437,13 +68160,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84473,22 +68192,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/ratePlanCodes/{{RatePlanCode}}/roomTypesForMassRate", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "ratePlanCodes", - "{{RatePlanCode}}", - "roomTypesForMassRate" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/ratePlanCodes/{{RatePlanCode}}/roomTypesForMassRate" }, "response": [] }, @@ -84500,13 +68204,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84587,13 +68287,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84622,20 +68318,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomsKeyGeneration", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "roomsKeyGeneration" - ] - }, + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/roomsKeyGeneration", "description": "Room numbers with Roomtype and description" }, "response": [] @@ -84648,13 +68331,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84763,13 +68442,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84799,20 +68474,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/salesManagerGoalPeriod", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "salesManagerGoalPeriod" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/salesManagerGoalPeriod" }, "response": [] }, @@ -84824,13 +68486,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84860,20 +68518,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/scheduledReportsExport", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "scheduledReportsExport" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/scheduledReportsExport" }, "response": [] }, @@ -84885,13 +68530,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84921,24 +68562,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/SellInReservation/{{SellInReservation}}/sellInEvent/{{SellInEvent}}/inventoryItems", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "SellInReservation", - "{{SellInReservation}}", - "sellInEvent", - "{{SellInEvent}}", - "inventoryItems" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/SellInReservation/{{SellInReservation}}/sellInEvent/{{SellInEvent}}/inventoryItems" }, "response": [] }, @@ -84950,13 +68574,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -84986,20 +68606,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/serviceRequestCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "serviceRequestCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/serviceRequestCodes" }, "response": [] }, @@ -85011,13 +68618,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85047,20 +68650,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/setupStyles", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "setupStyles" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/setupStyles" }, "response": [] }, @@ -85072,13 +68662,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85107,20 +68693,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/shiftReports", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "shiftReports" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/shiftReports" }, "response": [] }, @@ -85132,13 +68705,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85205,13 +68774,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85241,22 +68806,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/includeInactive/{{IncludeInactive}}/sourceGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "includeInactive", - "{{IncludeInactive}}", - "sourceGroups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/includeInactive/{{IncludeInactive}}/sourceGroups" }, "response": [] }, @@ -85268,13 +68818,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85304,20 +68850,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/spaces", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "spaces" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/spaces" }, "response": [] }, @@ -85329,13 +68862,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85364,20 +68893,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/specials", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "specials" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/specials" }, "response": [] }, @@ -85389,73 +68905,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" + "bearer": { + "token": "{{Token}}" } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/specialRequests", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "specialRequests" - ] - } - }, - "response": [] - }, - { - "name": "get Stored Value Redeem Trx LOV", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] }, "method": "GET", "header": [ @@ -85484,38 +68936,64 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/storedValueRedeemTrx", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "storedValueRedeemTrx" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/specialRequests" }, "response": [] }, { - "name": "get Summary Refresh Log LOV", + "name": "get Stored Value Redeem Trx LOV", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/storedValueRedeemTrx" + }, + "response": [] + }, + { + "name": "get Summary Refresh Log LOV", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85544,20 +69022,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/summaryRefreshLog", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "summaryRefreshLog" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/summaryRefreshLog" }, "response": [] }, @@ -85569,13 +69034,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85604,20 +69065,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/synchronizeRateCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "synchronizeRateCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/synchronizeRateCodes" }, "response": [] }, @@ -85629,13 +69077,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85664,22 +69108,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/fromDate/{fromDate}}/taskBreakOut", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "fromDate", - "{fromDate}}", - "taskBreakOut" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/fromDate/{fromDate}}/taskBreakOut" }, "response": [] }, @@ -85691,13 +69120,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85726,20 +69151,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/taxTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "taxTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/taxTypes" }, "response": [] }, @@ -85751,13 +69163,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85786,20 +69194,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/telephoneCategory", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "telephoneCategory" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/telephoneCategory" }, "response": [] }, @@ -85811,13 +69206,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85846,20 +69237,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/bookingChannels/{{BookingChannelCode}}/templateBookingChannelRoomTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "bookingChannels", - "{{BookingChannelCode}}", - "templateBookingChannelRoomTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/bookingChannels/{{BookingChannelCode}}/templateBookingChannelRoomTypes" }, "response": [] }, @@ -85871,13 +69249,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85906,20 +69280,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/includeGlobals/{{IncludeGlobals}}/templatePreferences", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "includeGlobals", - "{{IncludeGlobals}}", - "templatePreferences" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/includeGlobals/{{IncludeGlobals}}/templatePreferences" }, "response": [] }, @@ -85931,13 +69292,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -85966,20 +69323,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/includeInactive/{{IncludeInactive}}/templateMarketCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "includeInactive", - "{{IncludeInactive}}", - "templateMarketCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/includeInactive/{{IncludeInactive}}/templateMarketCodes" }, "response": [] }, @@ -85991,13 +69335,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86026,20 +69366,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/includeInactive/{{IncludeInactive}}/templateMarketGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "includeInactive", - "{{IncludeInactive}}", - "templateMarketGroups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/includeInactive/{{IncludeInactive}}/templateMarketGroups" }, "response": [] }, @@ -86051,13 +69378,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86086,20 +69409,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/includeInactive/{{IncludeInactive}}/templateRoomClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "includeInactive", - "{{IncludeInactive}}", - "templateRoomClasses" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/includeInactive/{{IncludeInactive}}/templateRoomClasses" }, "response": [] }, @@ -86111,13 +69421,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86146,20 +69452,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/includeInactive/{{IncludeInactive}}/templateSourceCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "includeInactive", - "{{IncludeInactive}}", - "templateSourceCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/includeInactive/{{IncludeInactive}}/templateSourceCodes" }, "response": [] }, @@ -86171,13 +69464,52 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/lov/v1/listOfValues/includeInactive/{{IncludeInactive}}/templateSourceGroups" + }, + "response": [] + }, + { + "name": "get To Postal Codes LOV", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86206,80 +69538,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/includeInactive/{{IncludeInactive}}/templateSourceGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "includeInactive", - "{{IncludeInactive}}", - "templateSourceGroups" - ] - } - }, - "response": [] - }, - { - "name": "get To Postal Codes LOV", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/country/{{Country}}/toPostalCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "country", - "{{Country}}", - "toPostalCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/country/{{Country}}/toPostalCodes" }, "response": [] }, @@ -86291,13 +69550,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86326,20 +69581,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionAdjustmentReasonCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "transactionAdjustmentReasonCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionAdjustmentReasonCodes" }, "response": [] }, @@ -86351,13 +69593,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86386,20 +69624,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "transactionCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionCodes" }, "response": [] }, @@ -86411,13 +69636,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86446,20 +69667,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionCodesConsumption", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "transactionCodesConsumption" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionCodesConsumption" }, "response": [] }, @@ -86471,13 +69679,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86506,20 +69710,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionCodesPayment", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "transactionCodesPayment" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionCodesPayment" }, "response": [] }, @@ -86531,13 +69722,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86566,20 +69753,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionDeleteReasonCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "transactionDeleteReasonCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionDeleteReasonCodes" }, "response": [] }, @@ -86591,13 +69765,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86626,20 +69796,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionDiversionRuleRooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "transactionDiversionRuleRooms" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionDiversionRuleRooms" }, "response": [] }, @@ -86651,13 +69808,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86686,20 +69839,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "transactionGroups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionGroups" }, "response": [] }, @@ -86711,13 +69851,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86746,20 +69882,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionSubgroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "transactionSubgroups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transactionSubgroups" }, "response": [] }, @@ -86771,13 +69894,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86806,20 +69925,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transportTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "transportTypes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transportTypes" }, "response": [] }, @@ -86831,13 +69937,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86866,20 +69968,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transportTypesHotel", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "transportTypesHotel" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/transportTypesHotel" }, "response": [] }, @@ -86891,13 +69980,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86926,20 +70011,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/travelAgentSource", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "travelAgentSource" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/travelAgentSource" }, "response": [] }, @@ -86951,13 +70023,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -86986,20 +70054,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/travelAgentSourceResv", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "travelAgentSourceResv" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/travelAgentSourceResv" }, "response": [] }, @@ -87011,13 +70066,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -87046,20 +70097,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/turnawayCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "turnawayCodes" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/turnawayCodes" }, "response": [] }, @@ -87071,13 +70109,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -87144,13 +70178,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -87206,13 +70236,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -87258,13 +70284,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -87293,20 +70315,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/userLogActivityGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "userLogActivityGroups" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/userLogActivityGroups" }, "response": [] }, @@ -87318,13 +70327,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -87353,20 +70358,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/membershipType/{{MembershipType}}/upsellMembershipLevelsOnly", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "membershipType", - "{{MembershipType}}", - "upsellMembershipLevelsOnly" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/membershipType/{{MembershipType}}/upsellMembershipLevelsOnly" }, "response": [] }, @@ -87378,13 +70370,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -87413,20 +70401,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/yearSetup", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "yearSetup" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/yearSetup" }, "response": [] }, @@ -87438,13 +70413,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -87473,20 +70444,7 @@ } } }, - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/yieldMarkets", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues", - "hotels", - "{{HotelId}}", - "yieldMarkets" - ] - } + "url": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/yieldMarkets" }, "response": [] } @@ -87517,13 +70475,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -87538,17 +70492,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/lov/v1/listOfValues", - "host": [ - "{{HostName}}" - ], - "path": [ - "lov", - "v1", - "listOfValues" - ] - }, + "url": "{{HostName}}/lov/v1/listOfValues", "description": "In the response, you will see all available options you can then pass in a new request, to find the details for that subject.\r\nEG name = ProfileIdCountries. Now you can post the request - {{HostName}}/lov/v1/listOfValues/ProfileIdCountries\r\n\r\nYou will also see in the response of this request if the \"name\" has parameters than can be passed in the request too, and if they are mandatory or not." }, "response": [] @@ -87587,13 +70531,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -87608,18 +70548,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{ProfileId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}" }, "response": [] } @@ -87633,13 +70562,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -87721,13 +70646,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -87809,13 +70730,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -87940,13 +70857,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -88072,13 +70985,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -88203,13 +71112,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -88254,13 +71159,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -88330,13 +71231,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -88366,17 +71263,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/guests", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "guests" - ] - } + "url": "{{HostName}}/crm/v1/guests" }, "response": [] }, @@ -88397,13 +71284,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -88433,17 +71316,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles" - ] - } + "url": "{{HostName}}/crm/v1/profiles" }, "response": [] }, @@ -88464,13 +71337,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -88500,17 +71369,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles" - ] - } + "url": "{{HostName}}/crm/v1/profiles" }, "response": [] }, @@ -88531,13 +71390,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -88567,17 +71422,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles" - ] - } + "url": "{{HostName}}/crm/v1/profiles" }, "response": [] }, @@ -88598,13 +71443,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -88634,17 +71475,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/companies", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "companies" - ] - } + "url": "{{HostName}}/crm/v1/companies" }, "response": [] }, @@ -88665,13 +71496,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -88701,17 +71528,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/companies", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "companies" - ] - } + "url": "{{HostName}}/crm/v1/companies" }, "response": [] } @@ -88725,13 +71542,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -88761,18 +71574,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{CompanyId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{CompanyId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{CompanyId}}" }, "response": [] }, @@ -88781,13 +71583,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -88817,18 +71615,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{ProfileId}}" - ] - }, + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}", "description": "- correspondance / Privacy Fields" }, "response": [] @@ -88838,13 +71625,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -88874,18 +71657,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{ProfileId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}" }, "response": [] }, @@ -88894,13 +71666,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -88930,18 +71698,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{ProfileId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}" }, "response": [] }, @@ -88950,13 +71707,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -88986,18 +71739,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{ProfileId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}" }, "response": [] }, @@ -89006,13 +71748,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -89042,18 +71780,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{ProfileId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}" }, "response": [] }, @@ -89062,13 +71789,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -89098,18 +71821,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{ProfileId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}" }, "response": [] }, @@ -89118,13 +71830,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -89154,18 +71862,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{ProfileId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}" }, "response": [] }, @@ -89174,13 +71871,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -89210,18 +71903,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{ProfileId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}" }, "response": [] } @@ -89235,13 +71917,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -89256,19 +71934,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/commissionAccount", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "commissionAccount" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/commissionAccount" }, "response": [] }, @@ -89277,13 +71943,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -89307,19 +71969,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/commissionAccount", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "commissionAccount" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/commissionAccount" }, "response": [] }, @@ -89328,13 +71978,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -89358,19 +72004,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/commissionAccount", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "commissionAccount" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/commissionAccount" }, "response": [] } @@ -89384,13 +72018,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -89405,20 +72035,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/memberships/info", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "memberships", - "info" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/memberships/info" }, "response": [] }, @@ -89427,13 +72044,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -89447,7 +72060,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/profileMembershipStatistics?profileId={{ProfileId}}&membershipType=QF&membershipCardNo=4073000", + "raw": "{{HostName}}/crm/v1/profileMembershipStatistics?profileId={{ProfileId}}&membershipType=QF&membershipCardNo=4073000", "host": [ "{{HostName}}" ], @@ -89479,13 +72092,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -89507,22 +72116,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/membershipType/{{MembershipType}}/membershipId/{{MembershipId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "membershipType", - "{{MembershipType}}", - "membershipId", - "{{MembershipId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/membershipType/{{MembershipType}}/membershipId/{{MembershipId}}" }, "response": [] }, @@ -89531,13 +72125,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -89550,22 +72140,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/membershipType/{{MembershipType}}/membershipId/{{MembershipId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "membershipType", - "{{MembershipType}}", - "membershipId", - "{{MembershipId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/membershipType/{{MembershipType}}/membershipId/{{MembershipId}}" }, "response": [] } @@ -89582,13 +72157,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -89619,7 +72190,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/owners?id={{CompanyId}}&idContext=OPERA&type=Profile", + "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/owners?id={{CompanyId}}&idContext=OPERA&type=Profile", "host": [ "{{HostName}}" ], @@ -89653,13 +72224,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -89689,19 +72256,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/owners", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "owners" - ] - }, + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/owners", "description": "Use this API to assign a profile owner code to an existing profile in OPERA Cloud. You need to know the owner code for the body of the request, as well as the profile ID. Profile owners can be assigned to Company, Agent, Source profiles." }, "response": [] @@ -89711,13 +72266,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -89747,19 +72298,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/owners", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "owners" - ] - }, + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/owners", "description": "Use this API to update a profile owner code to an existing profile in OPERA Cloud. You need to know the owner code for the body of the request, as well as the profile ID. Profile owners can be assigned to Company, Agent, Source profiles. To find the owner code, you can use the operation - GET '/crm/config/v1/accountOwners?findExactOwnerCodeMatch=false&ownerCode=XXX&chainCode=CHA&maxFetchRecords=0&hotelId={{HotelId}}" }, "response": [] @@ -89777,13 +72316,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -89814,7 +72349,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/preferences?hotelId={{HotelId}}&id=LAKE", + "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/preferences?hotelId={{HotelId}}&id=LAKE", "host": [ "{{HostName}}" ], @@ -89847,13 +72382,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -89884,7 +72415,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/v0/profileListOfValues/availablePreferences?hotelId={{HotelId}}&maxFetchSize=10&id=POOL", + "raw": "{{HostName}}/crm/v1/profileListOfValues/availablePreferences?hotelId={{HotelId}}&maxFetchSize=10&id=POOL", "host": [ "{{HostName}}" ], @@ -89917,13 +72448,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -89964,13 +72491,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -90000,19 +72523,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/preferences", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "preferences" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/preferences" }, "response": [] }, @@ -90021,13 +72532,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -90057,19 +72564,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/preferences", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "preferences" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/preferences" }, "response": [] }, @@ -90078,13 +72573,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -90099,22 +72590,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/preferenceType/{{PreferenceType}}/preferences/{{PreferenceCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "preferenceType", - "{{PreferenceType}}", - "preferences", - "{{PreferenceCode}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/preferenceType/{{PreferenceType}}/preferences/{{PreferenceCode}}" }, "response": [] }, @@ -90123,13 +72599,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -90144,24 +72616,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/hotels/{{HotelId}}/preferenceType/{{PreferenceType}}/preferences/{{PreferenceCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "hotels", - "{{HotelId}}", - "preferenceType", - "{{PreferenceType}}", - "preferences", - "{{PreferenceCode}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/hotels/{{HotelId}}/preferenceType/{{PreferenceType}}/preferences/{{PreferenceCode}}" }, "response": [] } @@ -90175,13 +72630,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -90205,20 +72656,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{SourceProfileId}}/relationships/{{TargetProfileId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{SourceProfileId}}", - "relationships", - "{{TargetProfileId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{SourceProfileId}}/relationships/{{TargetProfileId}}" }, "response": [] }, @@ -90227,13 +72665,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -90257,20 +72691,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{SourceProfileId}}/relationships/{{TargetProfileId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{SourceProfileId}}", - "relationships", - "{{TargetProfileId}}" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{SourceProfileId}}/relationships/{{TargetProfileId}}" }, "response": [] }, @@ -90279,13 +72700,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -90327,13 +72744,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -90385,13 +72798,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -90407,7 +72816,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/profileStatistics?profileId={{ProfileId}}&hotelIds={{HotelId}}&reportType=Reservation&stayFrom=2021-04-01&stayTo=2021-05-28&summary=false", + "raw": "{{HostName}}/crm/v1/profileStatistics?profileId={{ProfileId}}&hotelIds={{HotelId}}&reportType=Reservation&stayFrom=2021-04-01&stayTo=2021-05-28&summary=false", "host": [ "{{HostName}}" ], @@ -90452,13 +72861,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -90474,7 +72879,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/profileStatistics?profileId={{ProfileId}}&hotelIds={{HotelId}}&reportType=Revenue&stayFrom=2016-01-01&stayTo=2016-12-31&summary=false", + "raw": "{{HostName}}/crm/v1/profileStatistics?profileId={{ProfileId}}&hotelIds={{HotelId}}&reportType=Revenue&stayFrom=2016-01-01&stayTo=2016-12-31&summary=false", "host": [ "{{HostName}}" ], @@ -90518,13 +72923,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -90540,7 +72941,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/profileStatistics?profileId={{ProfileId}}&hotelIds={{HotelId}}&reportType=ProfileStayRecords&stayFrom=2021-01-01&stayTo=2021-12-31&summary=false", + "raw": "{{HostName}}/crm/v1/profileStatistics?profileId={{ProfileId}}&hotelIds={{HotelId}}&reportType=ProfileStayRecords&stayFrom=2021-01-01&stayTo=2021-12-31&summary=false", "host": [ "{{HostName}}" ], @@ -90584,13 +72985,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -90606,7 +73003,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/profileStatistics?profileId={{ProfileId}}&hotelIds={{HotelId}}&reportType=DetailStayRecordsRevenue&stayFrom=2021-01-01&stayTo=2021-12-31&summary=true&stayRecordId=559608&stayRecordIdContext=OPERA&stayRecordIdType=StayRecordId&reservationId={{ReservationId}}&reservationIdContext=OPERA&reservationIdType=Reservation", + "raw": "{{HostName}}/crm/v1/profileStatistics?profileId={{ProfileId}}&hotelIds={{HotelId}}&reportType=DetailStayRecordsRevenue&stayFrom=2021-01-01&stayTo=2021-12-31&summary=true&stayRecordId=559608&stayRecordIdContext=OPERA&stayRecordIdType=StayRecordId&reservationId={{ReservationId}}&reservationIdContext=OPERA&reservationIdType=Reservation", "host": [ "{{HostName}}" ], @@ -90677,13 +73074,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -90699,7 +73092,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/profiles/action/validate?id={{ProfileId}}&idContext=opera", + "raw": "{{HostName}}/crm/v1/profiles/action/validate?id={{ProfileId}}&idContext=opera", "host": [ "{{HostName}}" ], @@ -90740,13 +73133,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -90762,7 +73151,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/address?cityName=Sydney&postalCode=2000&state=NSW&code=AU", + "raw": "{{HostName}}/crm/v1/address?cityName=Sydney&postalCode=2000&state=NSW&code=AU", "host": [ "{{HostName}}" ], @@ -90799,13 +73188,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -90821,7 +73206,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/airline/transactions", + "raw": "{{HostName}}/crm/v1/airline/transactions", "host": [ "{{HostName}}" ], @@ -90843,13 +73228,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -90872,7 +73253,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/v0/profileListOfValues/availableARAddresses?profileId={{ProfileId}}&hotelId={{HotelId}}", + "raw": "{{HostName}}/crm/v1/profileListOfValues/availableARAddresses?profileId={{ProfileId}}&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -90916,13 +73297,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -90938,7 +73315,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/duplicateOPERASubscriptions", + "raw": "{{HostName}}/crm/v1/duplicateOPERASubscriptions", "host": [ "{{HostName}}" ], @@ -90959,13 +73336,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -90995,17 +73368,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v0/duplicateExternalSubscriptions", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "duplicateExternalSubscriptions" - ] - } + "url": "{{HostName}}/crm/v1/duplicateExternalSubscriptions" }, "response": [] }, @@ -91017,13 +73380,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91054,7 +73413,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/v0/ecertificates?profileId={{ProfileId}}&profileContext=OPERA&profileType=PROFILE&hotelId={{HotelId}}", + "raw": "{{HostName}}/crm/v1/ecertificates?profileId={{ProfileId}}&profileContext=OPERA&profileType=PROFILE&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -91121,13 +73480,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91142,19 +73497,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/links", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "profiles", - "{{ProfileId}}", - "links" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/links" }, "response": [] }, @@ -91163,13 +73506,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91184,19 +73523,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/v0/memberships/{{MembershipId}}/pointsToExpire", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "memberships", - "{{MembershipId}}", - "pointsToExpire" - ] - } + "url": "{{HostName}}/crm/v1/memberships/{{MembershipId}}/pointsToExpire" }, "response": [] }, @@ -91205,13 +73532,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91226,19 +73549,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/v0/memberships/{{MembershipId}}/awardExports", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "memberships", - "{{MembershipId}}", - "awardExports" - ] - } + "url": "{{HostName}}/crm/v1/memberships/{{MembershipId}}/awardExports" }, "response": [] }, @@ -91247,13 +73558,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91268,20 +73575,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/v0/hotels/{{HotelId}}/memberships/{{MembershipId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "hotels", - "{{HotelId}}", - "memberships", - "{{MembershipId}}" - ] - } + "url": "{{HostName}}/crm/v1/hotels/{{HotelId}}/memberships/{{MembershipId}}" }, "response": [] }, @@ -91290,13 +73584,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91312,7 +73602,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/memberships/{{MembershipId}}/awards?membershipType=QF", + "raw": "{{HostName}}/crm/v1/memberships/{{MembershipId}}/awards?membershipType=QF", "host": [ "{{HostName}}" ], @@ -91338,13 +73628,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91359,19 +73645,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/v0/memberships/{{MembershipId}}/claims", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "memberships", - "{{MembershipId}}", - "claims" - ] - } + "url": "{{HostName}}/crm/v1/memberships/{{MembershipId}}/claims" }, "response": [] }, @@ -91380,13 +73654,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91402,7 +73672,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/memberships/{{MembershipId}}/awards?membershipType=QF", + "raw": "{{HostName}}/crm/v1/memberships/{{MembershipId}}/awards?membershipType=QF", "host": [ "{{HostName}}" ], @@ -91431,13 +73701,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91462,7 +73728,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/accounts?idContext=OPERA&type=Profile", + "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/accounts?idContext=OPERA&type=Profile", "host": [ "{{HostName}}" ], @@ -91492,13 +73758,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91514,7 +73776,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/profiles/activityLog?activityParamsHotelId={{HotelId}}&module=Profile¶meterName=NAME_ID¶meterValue={{ProfileId}}", + "raw": "{{HostName}}/crm/v1/profiles/activityLog?activityParamsHotelId={{HotelId}}&module=Profile¶meterName=NAME_ID¶meterValue={{ProfileId}}", "host": [ "{{HostName}}" ], @@ -91552,13 +73814,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91574,7 +73832,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/attachments?idContext=OPERA&type=Profile", + "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/attachments?idContext=OPERA&type=Profile", "host": [ "{{HostName}}" ], @@ -91604,13 +73862,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91663,13 +73917,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91682,17 +73932,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/crm/v0/recentlyAccessedProfiles", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "recentlyAccessedProfiles" - ] - } + "url": "{{HostName}}/crm/v1/recentlyAccessedProfiles" }, "response": [] }, @@ -91701,13 +73941,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91723,7 +73959,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/v0/profiles/{{ProfileId}}/cashieringDetails?fetchPaymentMethod=true&fetchRoutingInstruction=true&hotelIds={{HotelId}}", + "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/cashieringDetails?fetchPaymentMethod=true&fetchRoutingInstruction=true&hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -91768,13 +74004,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91821,13 +74053,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -91842,19 +74070,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/v0/memberships/{{MembershipId}}/awardExports", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v0", - "memberships", - "{{MembershipId}}", - "awardExports" - ] - } + "url": "{{HostName}}/crm/v1/memberships/{{MembershipId}}/awardExports" }, "response": [] }, @@ -91863,13 +74079,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -91899,19 +74111,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{SurvivorProfileId}}/merges", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{SurvivorProfileId}}", - "merges" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{SurvivorProfileId}}/merges" }, "response": [] }, @@ -91920,13 +74120,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -91956,19 +74152,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/emails", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "v1", - "profiles", - "{{ProfileId}}", - "emails" - ] - } + "url": "{{HostName}}/crm/v1/profiles/{{ProfileId}}/emails" }, "response": [] } @@ -92006,13 +74190,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -92028,7 +74208,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/accountPriorities?description=h&fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/accountPriorities?description=h&fetchInactive=true", "host": [ "{{HostName}}" ], @@ -92067,13 +74247,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -92097,18 +74273,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/accountPriorities", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "accountPriorities" - ] - } + "url": "{{HostName}}/crm/config/v1/accountPriorities" }, "response": [] }, @@ -92117,13 +74282,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -92147,19 +74308,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/accountPriorities/{{AccountPriorityId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "accountPriorities", - "{{AccountPriorityId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/accountPriorities/{{AccountPriorityId}}" }, "response": [] }, @@ -92168,13 +74317,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -92198,19 +74343,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/accountPriorities/{{AccountPriorityId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "accountPriorities", - "{{AccountPriorityId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/accountPriorities/{{AccountPriorityId}}" }, "response": [] } @@ -92244,13 +74377,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -92266,7 +74395,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/accountTypes?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/accountTypes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -92306,13 +74435,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -92336,18 +74461,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/accountTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "accountTypes" - ] - } + "url": "{{HostName}}/crm/config/v1/accountTypes" }, "response": [] }, @@ -92356,13 +74470,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -92386,8 +74496,94 @@ } } }, + "url": "{{HostName}}/crm/config/v1/accountTypes/{{AccountTypesId}}" + }, + "response": [] + }, + { + "name": "delete Account Types", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "DELETE", + "header": [ + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/crm/config/v1/accountTypes/{{AccountTypesId}}" + }, + "response": [] + } + ], + "event": [ + { + "listen": "prerequest", + "script": { + "type": "text/javascript", + "exec": [ + "" + ] + } + }, + { + "listen": "test", + "script": { + "type": "text/javascript", + "exec": [ + "" + ] + } + } + ] + }, + { + "name": "Alternate Language Guest Titles", + "item": [ + { + "name": "get Alternate Language Guest Titles", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], "url": { - "raw": "{{HostName}}/crm/config/v0/accountTypes/{{AccountTypesId}}", + "raw": "{{HostName}}/crm/config/v1/alternateLanguages", "host": [ "{{HostName}}" ], @@ -92395,25 +74591,102 @@ "crm", "config", "v0", - "accountTypes", - "{{AccountTypesId}}" + "alternateLanguages" + ], + "query": [ + { + "key": "codes", + "value": "", + "disabled": true + }, + { + "key": "wildcard", + "value": "", + "disabled": true + } ] } }, "response": [] }, { - "name": "delete Account Types", + "name": "post Alternate Language Guest Titles", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "POST", + "header": [ + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"alternateLanguageGuestTitles\": [\r\n {\r\n \"description\": \"Dear Mrs 1 \",\r\n \"greeting\": \"Mrs \",\r\n \"displayOrder\": \"1\",\r\n \"newTitleType\": \"4\",\r\n \"newLanguageCode\": \"DE\",\r\n \"code\": \"MrsQ\",\r\n \"titleType\": \"4\",\r\n \"languageCode\": \"DE\"\r\n }\r\n ]\r\n}", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/crm/config/v1/alternateLanguages" + }, + "response": [] + }, + { + "name": "change Alternate Language Guest Titles", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "PUT", + "header": [ + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"alternateLanguageGuestTitles\": [\r\n {\r\n \"description\": \"Dear Mrs 1 \",\r\n \"greeting\": \"Mrs \",\r\n \"displayOrder\": \"1\",\r\n \"newTitleType\": \"4\",\r\n \"newLanguageCode\": \"DE\",\r\n \"code\": \"MrsQ\",\r\n \"titleType\": \"4\",\r\n \"languageCode\": \"DE\"\r\n }\r\n ]\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/crm/config/v1/alternateLanguages/{{GuestTitlesCode}}" + }, + "response": [] + }, + { + "name": "remove Alternate Language Guest Titles", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -92438,237 +74711,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/accountTypes/{{AccountTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "accountTypes", - "{{AccountTypesId}}" - ] - } - }, - "response": [] - } - ], - "event": [ - { - "listen": "prerequest", - "script": { - "type": "text/javascript", - "exec": [ - "" - ] - } - }, - { - "listen": "test", - "script": { - "type": "text/javascript", - "exec": [ - "" - ] - } - } - ] - }, - { - "name": "Alternate Language Guest Titles", - "item": [ - { - "name": "get Alternate Language Guest Titles", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "url": { - "raw": "{{HostName}}/crm/config/v0/alternateLanguages", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "alternateLanguages" - ], - "query": [ - { - "key": "codes", - "value": "", - "disabled": true - }, - { - "key": "wildcard", - "value": "", - "disabled": true - } - ] - } - }, - "response": [] - }, - { - "name": "post Alternate Language Guest Titles", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "POST", - "header": [ - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"alternateLanguageGuestTitles\": [\r\n {\r\n \"description\": \"Dear Mrs 1 \",\r\n \"greeting\": \"Mrs \",\r\n \"displayOrder\": \"1\",\r\n \"newTitleType\": \"4\",\r\n \"newLanguageCode\": \"DE\",\r\n \"code\": \"MrsQ\",\r\n \"titleType\": \"4\",\r\n \"languageCode\": \"DE\"\r\n }\r\n ]\r\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/crm/config/v0/alternateLanguages", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "alternateLanguages" - ] - } - }, - "response": [] - }, - { - "name": "change Alternate Language Guest Titles", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "PUT", - "header": [ - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"alternateLanguageGuestTitles\": [\r\n {\r\n \"description\": \"Dear Mrs 1 \",\r\n \"greeting\": \"Mrs \",\r\n \"displayOrder\": \"1\",\r\n \"newTitleType\": \"4\",\r\n \"newLanguageCode\": \"DE\",\r\n \"code\": \"MrsQ\",\r\n \"titleType\": \"4\",\r\n \"languageCode\": \"DE\"\r\n }\r\n ]\r\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/crm/config/v0/alternateLanguages/{{GuestTitlesCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "alternateLanguages", - "{{GuestTitlesCode}}" - ] - } - }, - "response": [] - }, - { - "name": "remove Alternate Language Guest Titles", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "DELETE", - "header": [ - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/crm/config/v0/alternateLanguages/{{GuestTitlesCode}}?titleTypes=4&titleDescription=Dear Mrs 1&greeting=Mrs &displayOrder=1&languageCode=DE", + "raw": "{{HostName}}/crm/config/v1/alternateLanguages/{{GuestTitlesCode}}?titleTypes=4&titleDescription=Dear Mrs 1&greeting=Mrs &displayOrder=1&languageCode=DE", "host": [ "{{HostName}}" ], @@ -92735,13 +74778,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -92756,18 +74795,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/addressFormats", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "addressFormats" - ] - } + "url": "{{HostName}}/crm/config/v1/addressFormats" }, "response": [] }, @@ -92776,13 +74804,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -92806,18 +74830,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/addressFormats", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "addressFormats" - ] - } + "url": "{{HostName}}/crm/config/v1/addressFormats" }, "response": [] }, @@ -92826,13 +74839,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -92856,18 +74865,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/addressFormats", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "addressFormats" - ] - } + "url": "{{HostName}}/crm/config/v1/addressFormats" }, "response": [] }, @@ -92876,13 +74874,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -92907,7 +74901,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/addressFormats?formatCodes=ADRES", + "raw": "{{HostName}}/crm/config/v1/addressFormats?formatCodes=ADRES", "host": [ "{{HostName}}" ], @@ -92937,13 +74931,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -92959,7 +74949,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/addressTypes?description=h&fetchInactive=", + "raw": "{{HostName}}/crm/config/v1/addressTypes?description=h&fetchInactive=", "host": [ "{{HostName}}" ], @@ -92988,13 +74978,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -93018,18 +75004,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/addressTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "addressTypes" - ] - } + "url": "{{HostName}}/crm/config/v1/addressTypes" }, "response": [] }, @@ -93038,13 +75013,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -93068,19 +75039,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/addressTypes/{{AddressTypeId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "addressTypes", - "{{AddressTypeId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/addressTypes/{{AddressTypeId}}" }, "response": [] }, @@ -93089,13 +75048,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -93110,19 +75065,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/addressTypes/{{AddressTypeId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "addressTypes", - "{{AddressTypeId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/addressTypes/{{AddressTypeId}}" }, "response": [] } @@ -93136,13 +75079,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -93158,7 +75097,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/businessSegments?fetchInactive=", + "raw": "{{HostName}}/crm/config/v1/businessSegments?fetchInactive=", "host": [ "{{HostName}}" ], @@ -93198,13 +75137,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -93228,18 +75163,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/businessSegments", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "businessSegments" - ] - } + "url": "{{HostName}}/crm/config/v1/businessSegments" }, "response": [] }, @@ -93248,13 +75172,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -93278,19 +75198,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/businessSegments/{{BusinessSegmentCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "businessSegments", - "{{BusinessSegmentCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/businessSegments/{{BusinessSegmentCode}}" }, "response": [] }, @@ -93299,13 +75207,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -93320,19 +75224,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/businessSegments/{{BusinessSegmentCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "businessSegments", - "{{BusinessSegmentCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/businessSegments/{{BusinessSegmentCode}}" }, "response": [] } @@ -93346,13 +75238,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -93368,7 +75256,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/communicationTypes", + "raw": "{{HostName}}/crm/config/v1/communicationTypes", "host": [ "{{HostName}}" ], @@ -93399,13 +75287,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -93429,18 +75313,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/communicationTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "communicationTypes" - ] - } + "url": "{{HostName}}/crm/config/v1/communicationTypes" }, "response": [] }, @@ -93449,13 +75322,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -93479,19 +75348,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/communicationTypes/{{CommunicationTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "communicationTypes", - "{{CommunicationTypeCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/communicationTypes/{{CommunicationTypeCode}}" }, "response": [] }, @@ -93500,13 +75357,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -93521,19 +75374,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/communicationTypes/{{CommunicationTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "communicationTypes", - "{{CommunicationTypeCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/communicationTypes/{{CommunicationTypeCode}}" }, "response": [] } @@ -93547,13 +75388,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -93569,7 +75406,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/companyTypes?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/companyTypes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -93594,13 +75431,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -93624,18 +75457,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/companyTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "companyTypes" - ] - } + "url": "{{HostName}}/crm/config/v1/companyTypes" }, "response": [] }, @@ -93644,13 +75466,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -93674,19 +75492,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/companyTypes/{{CompanyTypesCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "companyTypes", - "{{CompanyTypesCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/companyTypes/{{CompanyTypesCode}}" }, "response": [] }, @@ -93695,13 +75501,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -93716,19 +75518,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/companyTypes/{{CompanyTypesCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "companyTypes", - "{{CompanyTypesCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/companyTypes/{{CompanyTypesCode}}" }, "response": [] } @@ -93742,13 +75532,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -93764,7 +75550,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/competitionCodes?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/competitionCodes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -93794,13 +75580,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -93824,18 +75606,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/competitionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "competitionCodes" - ] - } + "url": "{{HostName}}/crm/config/v1/competitionCodes" }, "response": [] }, @@ -93844,13 +75615,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -93874,19 +75641,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/competitionCodes/{{CompetitionCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "competitionCodes", - "{{CompetitionCodesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/competitionCodes/{{CompetitionCodesId}}" }, "response": [] }, @@ -93895,13 +75650,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -93916,19 +75667,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/competitionCodes/{{CompetitionCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "competitionCodes", - "{{CompetitionCodesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/competitionCodes/{{CompetitionCodesId}}" }, "response": [] } @@ -93962,13 +75701,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -93983,18 +75718,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/creditRatings", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "creditRatings" - ] - } + "url": "{{HostName}}/crm/config/v1/creditRatings" }, "response": [] }, @@ -94003,13 +75727,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -94033,18 +75753,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/creditRatings", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "creditRatings" - ] - } + "url": "{{HostName}}/crm/config/v1/creditRatings" }, "response": [] }, @@ -94053,13 +75762,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -94084,7 +75789,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/creditRatings", + "raw": "{{HostName}}/crm/config/v1/creditRatings", "host": [ "{{HostName}}" ], @@ -94110,13 +75815,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -94141,7 +75842,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/creditRatings?creditRatings=1", + "raw": "{{HostName}}/crm/config/v1/creditRatings?creditRatings=1", "host": [ "{{HostName}}" ], @@ -94191,13 +75892,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -94213,7 +75910,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/distanceTypes?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/distanceTypes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -94238,13 +75935,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -94268,18 +75961,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/distanceTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "distanceTypes" - ] - } + "url": "{{HostName}}/crm/config/v1/distanceTypes" }, "response": [] }, @@ -94288,13 +75970,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -94318,19 +75996,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/distanceTypes/{{DistanceTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "distanceTypes", - "{{DistanceTypesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/distanceTypes/{{DistanceTypesId}}" }, "response": [] }, @@ -94339,13 +76005,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -94360,19 +76022,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/distanceTypes/{{DistanceTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "distanceTypes", - "{{DistanceTypesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/distanceTypes/{{DistanceTypesId}}" }, "response": [] } @@ -94386,13 +76036,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -94408,7 +76054,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/districts?description=S", + "raw": "{{HostName}}/crm/config/v1/districts?description=S", "host": [ "{{HostName}}" ], @@ -94443,13 +76089,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -94473,18 +76115,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/districts", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "districts" - ] - } + "url": "{{HostName}}/crm/config/v1/districts" }, "response": [] }, @@ -94493,13 +76124,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -94523,19 +76150,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/districts/{{DistrictsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "districts", - "{{DistrictsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/districts/{{DistrictsId}}" }, "response": [] }, @@ -94544,13 +76159,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -94565,19 +76176,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/districts/{{DistrictsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "districts", - "{{DistrictsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/districts/{{DistrictsId}}" }, "response": [] } @@ -94591,13 +76190,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -94613,7 +76208,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/hotels/{{HotelId}}/exclusivePreferences?preferenceCodes=01", + "raw": "{{HostName}}/crm/config/v1/hotels/{{HotelId}}/exclusivePreferences?preferenceCodes=01", "host": [ "{{HostName}}" ], @@ -94656,13 +76251,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -94678,7 +76269,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/guestStatuses?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/guestStatuses?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -94703,13 +76294,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -94733,18 +76320,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/guestStatuses", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "guestStatuses" - ] - } + "url": "{{HostName}}/crm/config/v1/guestStatuses" }, "response": [] }, @@ -94753,13 +76329,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -94783,19 +76355,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/guestStatuses/{{GuestStatusCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "guestStatuses", - "{{GuestStatusCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/guestStatuses/{{GuestStatusCode}}" }, "response": [] }, @@ -94804,13 +76364,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -94825,19 +76381,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/guestStatuses/{{GuestStatusCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "guestStatuses", - "{{GuestStatusCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/guestStatuses/{{GuestStatusCode}}" }, "response": [] } @@ -94851,13 +76395,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -94873,7 +76413,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/guestTitles?description=M", + "raw": "{{HostName}}/crm/config/v1/guestTitles?description=M", "host": [ "{{HostName}}" ], @@ -94903,13 +76443,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -94933,18 +76469,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/guestTitles", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "guestTitles" - ] - } + "url": "{{HostName}}/crm/config/v1/guestTitles" }, "response": [] }, @@ -94953,13 +76478,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -94983,19 +76504,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/guestTitles/{{GuestTitlesCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "guestTitles", - "{{GuestTitlesCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/guestTitles/{{GuestTitlesCode}}" }, "response": [] }, @@ -95004,13 +76513,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -95026,7 +76531,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/guestTitles/{{GuestTitlesCode}}?titleType=10&displayOrder=1&description=MR&languageCode=EN", + "raw": "{{HostName}}/crm/config/v1/guestTitles/{{GuestTitlesCode}}?titleType=10&displayOrder=1&description=MR&languageCode=EN", "host": [ "{{HostName}}" ], @@ -95069,13 +76574,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -95091,7 +76592,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/guestTypes?fetchInactive=True", + "raw": "{{HostName}}/crm/config/v1/guestTypes?fetchInactive=True", "host": [ "{{HostName}}" ], @@ -95116,13 +76617,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -95146,18 +76643,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/guestTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "guestTypes" - ] - } + "url": "{{HostName}}/crm/config/v1/guestTypes" }, "response": [] }, @@ -95166,13 +76652,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -95196,19 +76678,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/guestTypes/{{GuestTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "guestTypes", - "{{GuestTypeCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/guestTypes/{{GuestTypeCode}}" }, "response": [] }, @@ -95217,13 +76687,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -95247,19 +76713,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/guestTypes/{{GuestTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "guestTypes", - "{{GuestTypeCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/guestTypes/{{GuestTypeCode}}" }, "response": [] } @@ -95273,13 +76727,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -95295,7 +76745,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/identificationTypes?fetchInactive=True", + "raw": "{{HostName}}/crm/config/v1/identificationTypes?fetchInactive=True", "host": [ "{{HostName}}" ], @@ -95330,13 +76780,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -95360,18 +76806,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/identificationTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "identificationTypes" - ] - } + "url": "{{HostName}}/crm/config/v1/identificationTypes" }, "response": [] }, @@ -95380,13 +76815,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -95410,19 +76841,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/identificationTypes/{{IdentificationTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "identificationTypes", - "{{IdentificationTypesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/identificationTypes/{{IdentificationTypesId}}" }, "response": [] }, @@ -95431,13 +76850,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -95452,19 +76867,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/identificationTypes/{{IdentificationTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "identificationTypes", - "{{IdentificationTypesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/identificationTypes/{{IdentificationTypesId}}" }, "response": [] } @@ -95478,13 +76881,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -95500,7 +76899,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/industryCodes?description=a", + "raw": "{{HostName}}/crm/config/v1/industryCodes?description=a", "host": [ "{{HostName}}" ], @@ -95535,13 +76934,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -95565,18 +76960,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/industryCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "industryCodes" - ] - } + "url": "{{HostName}}/crm/config/v1/industryCodes" }, "response": [] }, @@ -95585,13 +76969,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -95615,19 +76995,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/industryCodes/{{IndustryCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "industryCodes", - "{{IndustryCodesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/industryCodes/{{IndustryCodesId}}" }, "response": [] }, @@ -95636,13 +77004,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -95657,19 +77021,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/industryCodes/{{IndustryCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "industryCodes", - "{{IndustryCodesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/industryCodes/{{IndustryCodesId}}" }, "response": [] } @@ -95703,13 +77055,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -95725,7 +77073,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/influenceCodes?fetchInactive=false", + "raw": "{{HostName}}/crm/config/v1/influenceCodes?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -95750,13 +77098,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -95780,18 +77124,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/influenceCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "influenceCodes" - ] - } + "url": "{{HostName}}/crm/config/v1/influenceCodes" }, "response": [] }, @@ -95800,13 +77133,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -95830,19 +77159,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/influenceCodes/{{InfluenceCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "influenceCodes", - "{{InfluenceCodesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/influenceCodes/{{InfluenceCodesId}}" }, "response": [] }, @@ -95851,13 +77168,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -95872,19 +77185,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/influenceCodes/{{InfluenceCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "influenceCodes", - "{{InfluenceCodesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/influenceCodes/{{InfluenceCodesId}}" }, "response": [] } @@ -95918,13 +77219,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -95940,7 +77237,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/immigrationStatuses?wildcard=A&description=A", + "raw": "{{HostName}}/crm/config/v1/immigrationStatuses?wildcard=A&description=A", "host": [ "{{HostName}}" ], @@ -95974,13 +77271,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -96005,7 +77298,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/immigrationStatuses", + "raw": "{{HostName}}/crm/config/v1/immigrationStatuses", "host": [ "{{HostName}}" ], @@ -96031,13 +77324,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -96062,7 +77351,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/immigrationStatuses/{{ImmigrationStatusCode}}", + "raw": "{{HostName}}/crm/config/v1/immigrationStatuses/{{ImmigrationStatusCode}}", "host": [ "{{HostName}}" ], @@ -96089,13 +77378,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -96120,7 +77405,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/immigrationStatuses/{{ImmigrationStatusCode}}", + "raw": "{{HostName}}/crm/config/v1/immigrationStatuses/{{ImmigrationStatusCode}}", "host": [ "{{HostName}}" ], @@ -96152,13 +77437,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -96174,7 +77455,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/keywordTypes?description=campaign", + "raw": "{{HostName}}/crm/config/v1/keywordTypes?description=campaign", "host": [ "{{HostName}}" ], @@ -96209,13 +77490,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -96240,7 +77517,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/keywordTypes", + "raw": "{{HostName}}/crm/config/v1/keywordTypes", "host": [ "{{HostName}}" ], @@ -96266,13 +77543,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -96297,7 +77570,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/keywordTypes/{{KeywordTypesId}}", + "raw": "{{HostName}}/crm/config/v1/keywordTypes/{{KeywordTypesId}}", "host": [ "{{HostName}}" ], @@ -96324,13 +77597,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -96355,7 +77624,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/keywordTypes/{{KeywordTypesId}}", + "raw": "{{HostName}}/crm/config/v1/keywordTypes/{{KeywordTypesId}}", "host": [ "{{HostName}}" ], @@ -96387,13 +77656,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -96409,7 +77674,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/mailingActionCodes?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/mailingActionCodes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -96434,13 +77699,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -96464,18 +77725,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/mailingActionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "mailingActionCodes" - ] - } + "url": "{{HostName}}/crm/config/v1/mailingActionCodes" }, "response": [] }, @@ -96484,13 +77734,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -96514,19 +77760,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/mailingActionCodes/{{MailingActionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "mailingActionCodes", - "{{MailingActionCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/mailingActionCodes/{{MailingActionCode}}" }, "response": [] }, @@ -96535,13 +77769,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -96556,19 +77786,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/mailingActionCodes/{{MailingActionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "mailingActionCodes", - "{{MailingActionCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/mailingActionCodes/{{MailingActionCode}}" }, "response": [] } @@ -96585,13 +77803,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -96616,7 +77830,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/membershipAwards?membershipType=VS", + "raw": "{{HostName}}/crm/config/v1/membershipAwards?membershipType=VS", "host": [ "{{HostName}}" ], @@ -96646,13 +77860,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -96676,18 +77886,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipAwards", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipAwards" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipAwards" }, "response": [] }, @@ -96696,13 +77895,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -96726,19 +77921,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipAwards/{{MembershipAwardsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipAwards", - "{{MembershipAwardsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipAwards/{{MembershipAwardsId}}" }, "response": [] }, @@ -96747,13 +77930,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -96778,7 +77957,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/membershipAwards/{{MembershipAwardsId}}?membershipType=VS", + "raw": "{{HostName}}/crm/config/v1/membershipAwards/{{MembershipAwardsId}}?membershipType=VS", "host": [ "{{HostName}}" ], @@ -96812,13 +77991,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -96843,7 +78018,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/membershipClasses?fetchInactive=false", + "raw": "{{HostName}}/crm/config/v1/membershipClasses?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -96873,13 +78048,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -96903,18 +78074,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipClasses" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipClasses" }, "response": [] }, @@ -96923,13 +78083,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -96953,19 +78109,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipClasses/{{MembershipClassId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipClasses", - "{{MembershipClassId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipClasses/{{MembershipClassId}}" }, "response": [] }, @@ -96974,13 +78118,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -97004,19 +78144,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipClasses/{{MembershipClassId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipClasses", - "{{MembershipClassId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipClasses/{{MembershipClassId}}" }, "response": [] } @@ -97050,13 +78178,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -97072,7 +78196,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/membershipClaimOrigins?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/membershipClaimOrigins?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -97102,13 +78226,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -97124,7 +78244,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/membershipEnrollmentCodes?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/membershipEnrollmentCodes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -97149,13 +78269,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -97179,18 +78295,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipEnrollmentCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipEnrollmentCodes" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipEnrollmentCodes" }, "response": [] }, @@ -97199,13 +78304,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -97229,19 +78330,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipEnrollmentCodes/{{EnrollmentCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipEnrollmentCodes", - "{{EnrollmentCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipEnrollmentCodes/{{EnrollmentCode}}" }, "response": [] }, @@ -97250,13 +78339,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -97280,19 +78365,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipEnrollmentCodes/{{EnrollmentCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipEnrollmentCodes", - "{{EnrollmentCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipEnrollmentCodes/{{EnrollmentCode}}" }, "response": [] } @@ -97309,13 +78382,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -97339,18 +78408,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipEnrollmentGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipEnrollmentGroups" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipEnrollmentGroups" }, "response": [] }, @@ -97359,13 +78417,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -97389,18 +78443,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipEnrollmentGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipEnrollmentGroups" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipEnrollmentGroups" }, "response": [] }, @@ -97409,13 +78452,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -97439,19 +78478,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipEnrollmentGroups/{{MembershipEnrollmentGroupsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipEnrollmentGroups", - "{{MembershipEnrollmentGroupsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipEnrollmentGroups/{{MembershipEnrollmentGroupsId}}" }, "response": [] }, @@ -97460,13 +78487,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -97490,19 +78513,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipEnrollmentGroups/{{MembershipEnrollmentGroupsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipEnrollmentGroups", - "{{MembershipEnrollmentGroupsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipEnrollmentGroups/{{MembershipEnrollmentGroupsId}}" }, "response": [] } @@ -97519,13 +78530,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -97550,7 +78557,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/membershipLevels?membershipTypeCode=VA&includeInactive=false&includeFolioTexts=true", + "raw": "{{HostName}}/crm/config/v1/membershipLevels?membershipTypeCode=VA&includeInactive=false&includeFolioTexts=true", "host": [ "{{HostName}}" ], @@ -97583,13 +78590,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -97613,18 +78616,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipLevels", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipLevels" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipLevels" }, "response": [] }, @@ -97633,13 +78625,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -97663,19 +78651,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipLevels/{{MembershipLevelsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipLevels", - "{{MembershipLevelsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipLevels/{{MembershipLevelsId}}" }, "response": [] }, @@ -97684,13 +78660,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -97715,7 +78687,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/membershipLevels/{{MembershipLevelsId}}?type=SAT", + "raw": "{{HostName}}/crm/config/v1/membershipLevels/{{MembershipLevelsId}}?type=SAT", "host": [ "{{HostName}}" ], @@ -97749,13 +78721,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -97780,7 +78748,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/membershipMarketGroups?fetchInactive=false", + "raw": "{{HostName}}/crm/config/v1/membershipMarketGroups?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -97805,13 +78773,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -97835,18 +78799,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipMarketGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipMarketGroups" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipMarketGroups" }, "response": [] }, @@ -97855,13 +78808,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -97885,19 +78834,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipMarketGroups/{{MembershipMarketGroupId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipMarketGroups", - "{{MembershipMarketGroupId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipMarketGroups/{{MembershipMarketGroupId}}" }, "response": [] }, @@ -97906,13 +78843,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -97936,77 +78869,50 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipMarketGroups/{{MembershipMarketGroupId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipMarketGroups", - "{{MembershipMarketGroupId}}" - ] - } - }, - "response": [] - } - ] - }, - { - "name": "Membership Property Groups", - "item": [ - { - "name": "get Membership Property Groups", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipPropertyGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipPropertyGroups" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipMarketGroups/{{MembershipMarketGroupId}}" + }, + "response": [] + } + ] + }, + { + "name": "Membership Property Groups", + "item": [ + { + "name": "get Membership Property Groups", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/crm/config/v1/membershipPropertyGroups" }, "response": [] }, @@ -98015,13 +78921,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -98045,18 +78947,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipPropertyGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipPropertyGroups" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipPropertyGroups" }, "response": [] }, @@ -98065,13 +78956,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -98095,19 +78982,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipPropertyGroups/{{MembershipPropertyGroupsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipPropertyGroups", - "{{MembershipPropertyGroupsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipPropertyGroups/{{MembershipPropertyGroupsId}}" }, "response": [] }, @@ -98116,13 +78991,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -98146,19 +79017,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipPropertyGroups/{{MembershipPropertyGroupsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipPropertyGroups", - "{{MembershipPropertyGroupsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipPropertyGroups/{{MembershipPropertyGroupsId}}" }, "response": [] } @@ -98175,13 +79034,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -98206,7 +79061,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/membershipRateGroups?includeInactive=true", + "raw": "{{HostName}}/crm/config/v1/membershipRateGroups?includeInactive=true", "host": [ "{{HostName}}" ], @@ -98231,13 +79086,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -98266,18 +79117,7 @@ "mode": "raw", "raw": "{\r\n \"membershipRateGroups\": [\r\n {\r\n \"rateCodes\": [\r\n {\r\n \"code\": \"BAR\"\r\n },\r\n {\r\n \"code\": \"RACK\"\r\n }\r\n ],\r\n \"code\": \"GROUPFF\",\r\n \"description\": \"Group for FF\",\r\n \"displaySequence\": \"4\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipRateGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipRateGroups" - ] - }, + "url": "{{HostName}}/crm/config/v1/membershipRateGroups", "description": "Rate Groups are used within the setup of point calculation rules for Membership Types. Within a rule, you may specify if points are calculated by a rate group. You can identify which rate codes belong within the rate group so that OPERA Cloud calculates points based on the codes selected here. For example, you may create a rate group called Package and within this group, you can select the package rate codes. When this rate group is applied to a calculation rule, points are calculated if the reservation rate code is included in this rate group." }, "response": [] @@ -98287,13 +79127,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -98322,19 +79158,7 @@ "mode": "raw", "raw": "{\r\n \"membershipRateGroups\": [\r\n {\r\n \"rateCodes\": [\r\n {\r\n \"code\": \"BAR\"\r\n },\r\n {\r\n \"code\": \"RACK\"\r\n }\r\n ],\r\n \"code\": \"GROUPFF\",\r\n \"description\": \"Group for FF\",\r\n \"displaySequence\": \"4\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipRateGroups/{{MembershipRateGroupId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipRateGroups", - "{{MembershipRateGroupId}}" - ] - }, + "url": "{{HostName}}/crm/config/v1/membershipRateGroups/{{MembershipRateGroupId}}", "description": "Rate Groups are used within the setup of point calculation rules for Membership Types. Within a rule, you may specify if points are calculated by a rate group. You can identify which rate codes belong within the rate group so that OPERA Cloud calculates points based on the codes selected here. For example, you may create a rate group called Package and within this group, you can select the package rate codes. When this rate group is applied to a calculation rule, points are calculated if the reservation rate code is included in this rate group." }, "response": [] @@ -98349,13 +79173,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -98370,18 +79190,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipTypes" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipTypes" }, "response": [] }, @@ -98390,13 +79199,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -98412,7 +79217,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/membershipTypes/{{MembershipTypeId}}?membershipTypeCode={{MembershipTypeId}}&fetchInstructions=PrimaryDetails", + "raw": "{{HostName}}/crm/config/v1/membershipTypes/{{MembershipTypeId}}?membershipTypeCode={{MembershipTypeId}}&fetchInstructions=PrimaryDetails", "host": [ "{{HostName}}" ], @@ -98442,13 +79247,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -98472,18 +79273,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipTypes" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipTypes" }, "response": [] }, @@ -98492,13 +79282,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -98522,19 +79308,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipTypes/{{MembershipTypeId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipTypes", - "{{MembershipTypeId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipTypes/{{MembershipTypeId}}" }, "response": [] }, @@ -98543,13 +79317,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -98573,19 +79343,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipTypes/{{MembershipTypeId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipTypes", - "{{MembershipTypeId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipTypes/{{MembershipTypeId}}" }, "response": [] } @@ -98622,13 +79380,78 @@ "request": { "auth": { "type": "bearer", - "bearer": [ + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{HostName}}/crm/config/v1/membershipTypeRules/{{MembershipTypeRulesId}}?includeInactive=true&membershipType=DREAMS&membershipPointsSequence=1&fetchInstructions=RuleDefinition", + "host": [ + "{{HostName}}" + ], + "path": [ + "crm", + "config", + "v0", + "membershipTypeRules", + "{{MembershipTypeRulesId}}" + ], + "query": [ + { + "key": "includeInactive", + "value": "true" + }, + { + "key": "membershipType", + "value": "DREAMS" + }, + { + "key": "membershipPointsSequence", + "value": "1" + }, { - "key": "token", - "value": "{{Token}}", - "type": "string" + "key": "fetchInstructions", + "value": "RuleDefinition", + "description": "\"RuleDefinition\", \"PointsDefinition\", \"RuleConditions\"" } ] + } + }, + "response": [] + }, + { + "name": "get Membership Type Rules", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -98653,80 +79476,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/membershipTypeRules/{{MembershipTypeRulesId}}?includeInactive=true&membershipType=DREAMS&membershipPointsSequence=1&fetchInstructions=RuleDefinition", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipTypeRules", - "{{MembershipTypeRulesId}}" - ], - "query": [ - { - "key": "includeInactive", - "value": "true" - }, - { - "key": "membershipType", - "value": "DREAMS" - }, - { - "key": "membershipPointsSequence", - "value": "1" - }, - { - "key": "fetchInstructions", - "value": "RuleDefinition", - "description": "\"RuleDefinition\", \"PointsDefinition\", \"RuleConditions\"" - } - ] - } - }, - "response": [] - }, - { - "name": "get Membership Type Rules", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipTypeRules?includeInactive=true", + "raw": "{{HostName}}/crm/config/v1/membershipTypeRules?includeInactive=true", "host": [ "{{HostName}}" ], @@ -98751,13 +79501,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -98781,18 +79527,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipTypeRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipTypeRules" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipTypeRules" }, "response": [] }, @@ -98801,13 +79536,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -98831,19 +79562,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipTypeRules/{{MembershipTypeRulesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipTypeRules", - "{{MembershipTypeRulesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipTypeRules/{{MembershipTypeRulesId}}" }, "response": [] }, @@ -98852,13 +79571,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -98883,7 +79598,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/membershipTypeRules/{{MembershipTypeRulesId}}?membershipPointsSequence=2", + "raw": "{{HostName}}/crm/config/v1/membershipTypeRules/{{MembershipTypeRulesId}}?membershipPointsSequence=2", "host": [ "{{HostName}}" ], @@ -98917,13 +79632,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -98948,7 +79659,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/membershipStatusCodes?fetchInactive=false", + "raw": "{{HostName}}/crm/config/v1/membershipStatusCodes?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -98978,13 +79689,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -99008,18 +79715,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipStatusCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipStatusCodes" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipStatusCodes" }, "response": [] }, @@ -99028,13 +79724,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -99058,19 +79750,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipStatusCodes/{{MembershipStatusCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipStatusCodes", - "{{MembershipStatusCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipStatusCodes/{{MembershipStatusCode}}" }, "response": [] }, @@ -99079,13 +79759,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -99109,19 +79785,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/membershipStatusCodes/{{MembershipStatusCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "membershipStatusCodes", - "{{MembershipStatusCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/membershipStatusCodes/{{MembershipStatusCode}}" }, "response": [] } @@ -99155,13 +79819,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -99177,7 +79837,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/nationalities?wildcard=S&description=S", + "raw": "{{HostName}}/crm/config/v1/nationalities?wildcard=S&description=S", "host": [ "{{HostName}}" ], @@ -99211,13 +79871,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -99241,18 +79897,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/nationalities", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "nationalities" - ] - }, + "url": "{{HostName}}/crm/config/v1/nationalities", "description": "The Preference Group will need to already exist, to then create a prefernce code and associate it with that Group." }, "response": [] @@ -99262,13 +79907,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -99292,19 +79933,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/nationalities/{{NationalitiesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "nationalities", - "{{NationalitiesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/nationalities/{{NationalitiesId}}" }, "response": [] }, @@ -99313,13 +79942,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -99343,19 +79968,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/nationalities/{{NationalitiesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "nationalities", - "{{NationalitiesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/nationalities/{{NationalitiesId}}" }, "response": [] } @@ -99369,13 +79982,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -99391,7 +80000,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/ownerTeams?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/ownerTeams?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -99416,13 +80025,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -99446,18 +80051,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/ownerTeams", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "ownerTeams" - ] - } + "url": "{{HostName}}/crm/config/v1/ownerTeams" }, "response": [] }, @@ -99466,13 +80060,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -99496,19 +80086,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/ownerTeams/{{OwnerTeamCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "ownerTeams", - "{{OwnerTeamCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/ownerTeams/{{OwnerTeamCode}}" }, "response": [] }, @@ -99517,13 +80095,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -99538,19 +80112,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/ownerTeams/{{OwnerTeamCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "ownerTeams", - "{{OwnerTeamCode}}" - ] - } + "url": "{{HostName}}/crm/config/v1/ownerTeams/{{OwnerTeamCode}}" }, "response": [] } @@ -99564,13 +80126,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -99586,7 +80144,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/payDays?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/payDays?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -99611,13 +80169,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -99642,7 +80196,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/payDays", + "raw": "{{HostName}}/crm/config/v1/payDays", "host": [ "{{HostName}}" ], @@ -99669,13 +80223,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -99700,7 +80250,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/payDays/{{PayDaysId}}", + "raw": "{{HostName}}/crm/config/v1/payDays/{{PayDaysId}}", "host": [ "{{HostName}}" ], @@ -99727,13 +80277,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -99757,19 +80303,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/payDays/{{PayDaysId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "payDays", - "{{PayDaysId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/payDays/{{PayDaysId}}" }, "response": [] } @@ -99783,13 +80317,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -99805,7 +80335,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/availablePreferences?preferenceType=SPECIALS&isOnlyForReservation=true&hotelId={{HotelId}}", + "raw": "{{HostName}}/crm/config/v1/availablePreferences?preferenceType=SPECIALS&isOnlyForReservation=true&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -99838,13 +80368,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -99887,13 +80413,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -99917,20 +80439,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/hotels/{{HotelId}}/preferences", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "preferences" - ] - } + "url": "{{HostName}}/crm/config/v1/hotels/{{HotelId}}/preferences" }, "response": [] }, @@ -99939,13 +80448,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -99969,20 +80474,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/hotels/{{HotelId}}/preferences", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "preferences" - ] - } + "url": "{{HostName}}/crm/config/v1/hotels/{{HotelId}}/preferences" }, "response": [] }, @@ -99991,13 +80483,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -100013,7 +80501,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/hotels/{{HotelId}}/preferences?preferenceCode=SHOW&preferenceGroup=ROOM FEATURES", + "raw": "{{HostName}}/crm/config/v1/hotels/{{HotelId}}/preferences?preferenceCode=SHOW&preferenceGroup=ROOM FEATURES", "host": [ "{{HostName}}" ], @@ -100049,13 +80537,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -100071,7 +80555,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/profileInactiveReasons?description=b", + "raw": "{{HostName}}/crm/config/v1/profileInactiveReasons?description=b", "host": [ "{{HostName}}" ], @@ -100106,13 +80590,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -100136,18 +80616,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/profileInactiveReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "profileInactiveReasons" - ] - } + "url": "{{HostName}}/crm/config/v1/profileInactiveReasons" }, "response": [] }, @@ -100156,13 +80625,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -100186,19 +80651,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/profileInactiveReasons/{{ProfileInactiveReasonsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "profileInactiveReasons", - "{{ProfileInactiveReasonsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/profileInactiveReasons/{{ProfileInactiveReasonsId}}" }, "response": [] }, @@ -100207,13 +80660,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -100228,19 +80677,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/profileInactiveReasons/{{ProfileInactiveReasonsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "profileInactiveReasons", - "{{ProfileInactiveReasonsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/profileInactiveReasons/{{ProfileInactiveReasonsId}}" }, "response": [] } @@ -100254,13 +80691,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -100276,7 +80709,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/profileRestrictionReasons?description=a", + "raw": "{{HostName}}/crm/config/v1/profileRestrictionReasons?description=a", "host": [ "{{HostName}}" ], @@ -100311,13 +80744,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -100341,18 +80770,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/profileRestrictionReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "profileRestrictionReasons" - ] - } + "url": "{{HostName}}/crm/config/v1/profileRestrictionReasons" }, "response": [] }, @@ -100361,13 +80779,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -100391,19 +80805,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/profileRestrictionReasons/{{ProfileRestrictionReasonsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "profileRestrictionReasons", - "{{ProfileRestrictionReasonsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/profileRestrictionReasons/{{ProfileRestrictionReasonsId}}" }, "response": [] }, @@ -100412,13 +80814,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -100433,19 +80831,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/profileRestrictionReasons/{{ProfileRestrictionReasonsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "profileRestrictionReasons", - "{{ProfileRestrictionReasonsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/profileRestrictionReasons/{{ProfileRestrictionReasonsId}}" }, "response": [] } @@ -100459,13 +80845,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -100480,18 +80862,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/preferenceGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "preferenceGroups" - ] - } + "url": "{{HostName}}/crm/config/v1/preferenceGroups" }, "response": [] }, @@ -100500,13 +80871,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -100530,18 +80897,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/preferenceGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "preferenceGroups" - ] - } + "url": "{{HostName}}/crm/config/v1/preferenceGroups" }, "response": [] }, @@ -100550,13 +80906,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -100580,18 +80932,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/preferenceGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "preferenceGroups" - ] - } + "url": "{{HostName}}/crm/config/v1/preferenceGroups" }, "response": [] }, @@ -100600,13 +80941,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -100631,7 +80968,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/preferenceGroups?preferenceGroup=PREGROUP", + "raw": "{{HostName}}/crm/config/v1/preferenceGroups?preferenceGroup=PREGROUP", "host": [ "{{HostName}}" ], @@ -100661,13 +80998,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -100683,7 +81016,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/sources?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/sources?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -100708,13 +81041,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -100738,18 +81067,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/sources", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "sources" - ] - } + "url": "{{HostName}}/crm/config/v1/sources" }, "response": [] }, @@ -100758,13 +81076,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -100788,19 +81102,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/sources/{{SourcesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "sources", - "{{SourcesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/sources/{{SourcesId}}" }, "response": [] }, @@ -100809,13 +81111,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -100839,19 +81137,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/sources/{{SourcesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "sources", - "{{SourcesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/sources/{{SourcesId}}" }, "response": [] } @@ -100865,13 +81151,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -100887,7 +81169,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/fiscalAgentTypes?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/fiscalAgentTypes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -100913,13 +81195,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -100943,18 +81221,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/fiscalAgentTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "fiscalAgentTypes" - ] - }, + "url": "{{HostName}}/crm/config/v1/fiscalAgentTypes", "description": "Requires OPERA Cloud to have the control - Exclusive Preferences enabled" }, "response": [] @@ -100964,13 +81231,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -100994,19 +81257,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/fiscalAgentTypes/{{FiscalAgentTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "fiscalAgentTypes", - "{{FiscalAgentTypeCode}}" - ] - }, + "url": "{{HostName}}/crm/config/v1/fiscalAgentTypes/{{FiscalAgentTypeCode}}", "description": "Requires OPERA Cloud to have the control - Exclusive Preferences enabled" }, "response": [] @@ -101016,13 +81267,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -101046,19 +81293,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/fiscalAgentTypes/{{FiscalAgentTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "fiscalAgentTypes", - "{{FiscalAgentTypeCode}}" - ] - }, + "url": "{{HostName}}/crm/config/v1/fiscalAgentTypes/{{FiscalAgentTypeCode}}", "description": "Requires OPERA Cloud to have the control - Exclusive Preferences enabled" }, "response": [] @@ -101076,13 +81311,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -101107,7 +81338,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/preferences?fetchInactive=false", + "raw": "{{HostName}}/crm/config/v1/preferences?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -101132,13 +81363,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -101163,7 +81390,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/preferences", + "raw": "{{HostName}}/crm/config/v1/preferences", "host": [ "{{HostName}}" ], @@ -101190,13 +81417,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -101221,7 +81444,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/preferences", + "raw": "{{HostName}}/crm/config/v1/preferences", "host": [ "{{HostName}}" ], @@ -101247,13 +81470,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -101278,7 +81497,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/preferences/copy", + "raw": "{{HostName}}/crm/config/v1/preferences/copy", "host": [ "{{HostName}}" ], @@ -101305,13 +81524,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -101336,7 +81551,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/preferences?preferenceCode=CELIAC&preferenceGroup=DIETARY", + "raw": "{{HostName}}/crm/config/v1/preferences?preferenceCode=CELIAC&preferenceGroup=DIETARY", "host": [ "{{HostName}}" ], @@ -101373,13 +81588,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -101404,7 +81615,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/exclusivePreferences?fetchInactive=false", + "raw": "{{HostName}}/crm/config/v1/exclusivePreferences?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -101429,13 +81640,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -101460,7 +81667,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/exclusivePreferences", + "raw": "{{HostName}}/crm/config/v1/exclusivePreferences", "host": [ "{{HostName}}" ], @@ -101487,13 +81694,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -101517,18 +81720,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/exclusivePreferences", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "exclusivePreferences" - ] - } + "url": "{{HostName}}/crm/config/v1/exclusivePreferences" }, "response": [] }, @@ -101537,13 +81729,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -101568,7 +81756,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/exclusivePreferences?exclusivePreferenceCode=C1&exclusivePreferenceGroup=WINE", + "raw": "{{HostName}}/crm/config/v1/exclusivePreferences?exclusivePreferenceCode=C1&exclusivePreferenceGroup=WINE", "host": [ "{{HostName}}" ], @@ -101602,13 +81790,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -101624,7 +81808,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/territories?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/territories?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -101659,13 +81843,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -101690,7 +81870,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/territories", + "raw": "{{HostName}}/crm/config/v1/territories", "host": [ "{{HostName}}" ], @@ -101717,13 +81897,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -101748,7 +81924,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/territories/{{TerritoriesId}}", + "raw": "{{HostName}}/crm/config/v1/territories/{{TerritoriesId}}", "host": [ "{{HostName}}" ], @@ -101775,13 +81951,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -101805,19 +81977,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/territories/{{TerritoriesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "territories", - "{{TerritoriesId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/territories/{{TerritoriesId}}" }, "response": [] } @@ -101831,13 +81991,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -101853,7 +82009,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/vipLevels?wildCard=G&description=", + "raw": "{{HostName}}/crm/config/v1/vipLevels?wildCard=G&description=", "host": [ "{{HostName}}" ], @@ -101887,13 +82043,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -101917,18 +82069,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/vipLevels", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "vipLevels" - ] - } + "url": "{{HostName}}/crm/config/v1/vipLevels" }, "response": [] }, @@ -101937,13 +82078,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -101967,19 +82104,7 @@ } } }, - "url": { - "raw": "{{HostName}}/crm/config/v0/vipLevels/{{VipLevelsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "vipLevels", - "{{VipLevelsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/vipLevels/{{VipLevelsId}}" }, "response": [] }, @@ -101988,13 +82113,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -102009,19 +82130,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/crm/config/v0/vipLevels/{{VipLevelsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "crm", - "config", - "v0", - "vipLevels", - "{{VipLevelsId}}" - ] - } + "url": "{{HostName}}/crm/config/v1/vipLevels/{{VipLevelsId}}" }, "response": [] } @@ -102035,13 +82144,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -102071,7 +82176,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/accountOwners?findExactOwnerCodeMatch=false&chainCode=OHIPSB&givenName=ka&maxFetchRecords=0&hotelId={{HotelId}}", + "raw": "{{HostName}}/crm/config/v1/accountOwners?findExactOwnerCodeMatch=false&chainCode=OHIPSB&givenName=ka&maxFetchRecords=0&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -102113,13 +82218,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -102135,7 +82236,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/cityPostalCodes?description=h&fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/cityPostalCodes?description=h&fetchInactive=true", "host": [ "{{HostName}}" ], @@ -102177,13 +82278,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -102208,7 +82305,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/hotels/{{HotelId}}/eCertificateLocationTypes?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/hotels/{{HotelId}}/eCertificateLocationTypes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -102238,13 +82335,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -102269,7 +82362,7 @@ } }, "url": { - "raw": "{{HostName}}/crm/config/v0/membershipClaimTypes?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/membershipClaimTypes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -102294,13 +82387,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -102316,7 +82405,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/claimAdjustmentLimits?hotelId={{HotelId}}", + "raw": "{{HostName}}/crm/config/v1/claimAdjustmentLimits?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -102341,13 +82430,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -102363,7 +82448,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/qualifyingRates?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/qualifyingRates?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -102393,13 +82478,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -102415,7 +82496,7 @@ } ], "url": { - "raw": "{{HostName}}/crm/config/v0/titles?fetchInactive=true", + "raw": "{{HostName}}/crm/config/v1/titles?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -102469,13 +82550,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -102505,21 +82582,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/cancellationPolicies", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "cancellationPolicies" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/cancellationPolicies", "description": "To update an existing reservation in OPERA by adding or updating reservation comments." }, "response": [] @@ -102529,13 +82592,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -102566,7 +82625,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/cancellationPolicies?policyId=355803", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/cancellationPolicies?policyId=355803", "host": [ "{{HostName}}" ], @@ -102600,13 +82659,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -102636,21 +82691,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/cancellations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "cancellations" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/cancellations", "description": "To cancel a reservation in OPERA Cloud." }, "response": [] @@ -102668,13 +82709,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -102925,13 +82962,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -103027,13 +83060,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -103099,13 +83128,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -103650,13 +83675,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -103836,13 +83857,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -104014,13 +84031,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -104102,13 +84115,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -104168,13 +84177,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -104354,13 +84359,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -104420,13 +84421,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -104534,13 +84531,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -104653,13 +84646,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -104835,13 +84824,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -105041,13 +85026,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -105123,13 +85104,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -105305,13 +85282,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -105387,13 +85360,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -105468,13 +85437,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -106144,13 +86109,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -106210,13 +86171,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -106276,13 +86233,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -106372,13 +86325,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -106409,7 +86358,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/guestMessages", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/guestMessages", "host": [ "{{HostName}}" ], @@ -106487,13 +86436,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -106523,21 +86468,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "guestMessages" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages" }, "response": [] }, @@ -106546,13 +86477,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -106582,21 +86509,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "guestMessages" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages" }, "response": [] }, @@ -106605,13 +86518,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -106641,22 +86550,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/{{GuestMessageId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "guestMessages", - "{{GuestMessageId}}" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/{{GuestMessageId}}" }, "response": [] } @@ -106682,13 +86576,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -106718,19 +86608,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations" }, "response": [] }, @@ -106751,13 +86629,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -106787,19 +86661,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations", "description": "When posting a reservation without a rate amount in the request, you still need to pass a valid rate code. The reservation will then be created in OPERA Cloud with the amount that rate code has configured on it in OPERA Cloud." }, "response": [] @@ -106821,13 +86683,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -106857,19 +86715,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations" }, "response": [] }, @@ -106899,13 +86745,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -106935,20 +86777,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/" }, "response": [] }, @@ -106978,13 +86807,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -107014,19 +86839,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations" }, "response": [] }, @@ -107047,13 +86860,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -107083,19 +86892,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations" }, "response": [] }, @@ -107116,13 +86913,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -107152,19 +86945,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations" }, "response": [] }, @@ -107185,13 +86966,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -107221,19 +86998,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations" }, "response": [] }, @@ -107254,13 +87019,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -107290,19 +87051,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations", "description": "To create reservation in OPERA with a reservation comment." }, "response": [] @@ -107312,13 +87061,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -107354,19 +87099,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations" }, "response": [] } @@ -107400,13 +87133,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -107436,21 +87165,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/preCheckIn", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "preCheckIn" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/preCheckIn", "description": "To preregister reservaiton in OPERA" }, "response": [] @@ -107460,13 +87175,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -107496,21 +87207,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/preCheckIn", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "preCheckIn" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/preCheckIn", "description": "To reverse preregister reservaiton in OPERA" }, "response": [] @@ -107525,13 +87222,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -107561,20 +87254,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", "description": "To update an existing reservation in OPERA by adding or updating reservation comments." }, "response": [] @@ -107584,13 +87264,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -107620,20 +87296,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", "description": "To update an existing reservation in OPERA by attaching packages, such as breakfast, chocolates etc." }, "response": [] @@ -107643,13 +87306,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -107679,20 +87338,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", "description": "To update an existing reservation in OPERA by attaching Preferences and updating the arrival time." }, "response": [] @@ -107702,13 +87348,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -107738,20 +87380,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", "description": "To update an existing reservation in OPERA by attaching Preferences." }, "response": [] @@ -107761,13 +87390,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -107797,20 +87422,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", "description": "To update an existing reservation in OPERA by adding an accompanying guest (second profile)" }, "response": [] @@ -107820,13 +87432,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -107862,20 +87470,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}" }, "response": [] }, @@ -107884,13 +87479,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -107926,20 +87517,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}" }, "response": [] }, @@ -107948,13 +87526,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -107984,20 +87558,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", "description": "To update an existing reservation in OPERA by adding an accompanying guest (second profile)" }, "response": [] @@ -108007,13 +87568,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -108043,20 +87600,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", "description": "To update an existing reservation in OPERA by modifying the dates." }, "response": [] @@ -108066,13 +87610,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -108102,20 +87642,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", "description": "To update an existing reservation in OPERA by updating the departure time." }, "response": [] @@ -108125,13 +87652,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -108161,20 +87684,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", "description": "To update an existing reservation in OPERA by updating the guest message." }, "response": [] @@ -108184,13 +87694,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -108220,20 +87726,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", "description": "To update an existing reservation in OPERA by adding a new trace." }, "response": [] @@ -108268,13 +87761,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -108322,13 +87811,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -108358,20 +87843,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}" }, "response": [] }, @@ -108380,13 +87852,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -108416,20 +87884,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}" }, "response": [] }, @@ -108443,13 +87898,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -108473,20 +87924,7 @@ "mode": "raw", "raw": "{\r\n \"reservations\":[\r\n {\r\n \"reservationIdList\":[\r\n {\r\n \"type\":\"Reservation\",\r\n \"id\":\"{{ReservationId}}\"\r\n }\r\n ],\r\n \"alerts\":[\r\n {\r\n \"type\":\"Alert\",\r\n \"idContext\":\"OPERA\",\r\n \"id\":\"120560\"\r\n }\r\n ],\r\n \"hotelId\":\"{{HotelId}}\",\r\n \"customReference\":\"\",\r\n \"preRegistered\":false,\r\n \"allowMobileCheckout\":false\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}" }, "response": [] } @@ -108503,13 +87941,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -108539,21 +87973,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/attachments", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "attachments" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/attachments" }, "response": [] }, @@ -108562,13 +87982,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -108598,22 +88014,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/attachments/{{AttachmentId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "attachments", - "{{AttachmentId}}" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/attachments/{{AttachmentId}}" }, "response": [] } @@ -108627,13 +88028,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -108663,21 +88060,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/depositPolicies", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "depositPolicies" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/depositPolicies" }, "response": [] }, @@ -108686,13 +88069,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -108722,19 +88101,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/depositPolicies", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "depositPolicies" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/depositPolicies" }, "response": [] }, @@ -108743,13 +88110,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -108779,21 +88142,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/depositPolicies", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "depositPolicies" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/depositPolicies" }, "response": [] } @@ -108807,13 +88156,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -108834,21 +88179,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/linkedSummary", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "linkedSummary" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/linkedSummary", "description": "To fetch links between reservations in OPERA Cloud." }, "response": [] @@ -108858,13 +88189,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -108894,21 +88221,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/linkedReservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "linkedReservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/linkedReservations/{{ReservationId}}", "description": "To create link between reservations in OPERA" }, "response": [] @@ -108918,13 +88231,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -108954,21 +88263,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/linkedReservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "linkedReservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/linkedReservations/{{ReservationId}}", "description": "To unlink reservations in OPERA" }, "response": [] @@ -108986,13 +88281,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -109022,21 +88313,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "guestLocators" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators" }, "response": [] }, @@ -109045,13 +88322,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -109081,21 +88354,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "guestLocators" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators" }, "response": [] }, @@ -109104,13 +88363,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -109140,22 +88395,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/{{LocatorId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "guestLocators", - "{{LocatorId}}" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/{{LocatorId}}" }, "response": [ { @@ -109189,22 +88429,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/16774", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "guestLocators", - "16774" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/16774" }, "status": "OK", "code": 200, @@ -109301,13 +88526,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -109342,22 +88563,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/{{LocatorId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "guestLocators", - "{{LocatorId}}" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/{{LocatorId}}" }, "response": [ { @@ -109396,22 +88602,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/16774", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "guestLocators", - "16774" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/16774" }, "status": "OK", "code": 200, @@ -109516,13 +88707,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -109553,7 +88740,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/paymentMethods?includeAmounts=true", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/paymentMethods?includeAmounts=true", "host": [ "{{HostName}}" ], @@ -109589,13 +88776,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -109625,21 +88808,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/shares", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "shares" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/shares" }, "response": [] }, @@ -109651,13 +88820,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -109687,24 +88852,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}//externalSystems/{{externalSystemCode}}/reservations/{{ReservationExternalId}}/shares", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "", - "externalSystems", - "{{externalSystemCode}}", - "reservations", - "{{ReservationExternalId}}", - "shares" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}//externalSystems/{{externalSystemCode}}/reservations/{{ReservationExternalId}}/shares" }, "response": [] }, @@ -109713,13 +88861,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -109749,21 +88893,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/shares", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "shares" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/shares", "description": "To create share reservaiton in OPERA by comibining another reservation" }, "response": [] @@ -109773,13 +88903,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -109809,21 +88935,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/shareRateAmount", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "shareRateAmount" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/shareRateAmount", "description": "To update share reservaiton in OPERA Cloud." }, "response": [] @@ -109833,13 +88945,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -109869,21 +88977,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/shares", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "shares" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/shares", "description": "This API can be used to separate the share reservations." }, "response": [] @@ -109901,13 +88995,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -109938,7 +89028,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets?retrieveIssuedOnly=false&retrieveNotIssuedOnly=false", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets?retrieveIssuedOnly=false&retrieveNotIssuedOnly=false", "host": [ "{{HostName}}" ], @@ -109971,13 +89061,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -110007,21 +89093,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "tickets" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets", "description": "To first find available tickets to sell to a guest, use the operations\r\n- getPackages in Rate module\r\n- get Reservation Packages Group Items LOV (in ListOfValues module)." }, "response": [] @@ -110031,13 +89103,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -110067,21 +89135,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "tickets" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets", "description": "To first find available tickets to sell to a guest, use the operations\r\n- getPackages in Rate module\r\n- get Reservation Packages Group Items LOV (in ListOfValues module)." }, "response": [] @@ -110094,13 +89148,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -110130,22 +89180,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets/inquiry", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "tickets", - "inquiry" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets/inquiry" }, "response": [] } @@ -110162,13 +89197,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -110199,7 +89230,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/sellMessages/config?offset=0&displayDate=2021-07-08", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/sellMessages/config?offset=0&displayDate=2021-07-08", "host": [ "{{HostName}}" ], @@ -110265,13 +89296,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -110301,20 +89328,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/sellMessages/config", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "sellMessages", - "config" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/sellMessages/config" }, "response": [] }, @@ -110323,13 +89337,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -110359,20 +89369,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/sellMessages/config", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "sellMessages", - "config" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/sellMessages/config" }, "response": [] }, @@ -110381,13 +89378,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -110417,20 +89410,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/sellMessages/config", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "sellMessages", - "config" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/sellMessages/config" }, "response": [] } @@ -110447,13 +89427,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -110483,21 +89459,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/transactionDiversions", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "transactionDiversions" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/transactionDiversions" }, "response": [] } @@ -110511,13 +89473,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -110532,21 +89490,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/upsell", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "upsell" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/upsell", "description": "Use this operation to see if an upsell offer exists on a reservation. This means a guest has accepted an upsell offer, and you can view the offer details on the reservation." }, "response": [] @@ -110556,13 +89500,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -110592,21 +89532,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/upsell", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "upsell" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/upsell" }, "response": [] }, @@ -110615,13 +89541,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -110636,21 +89558,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/upsell", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "upsell" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/upsell" }, "response": [] } @@ -110664,13 +89572,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -110700,21 +89604,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/alerts", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "alerts" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/alerts" }, "response": [] }, @@ -110726,13 +89616,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -110763,7 +89649,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/awards?reservationId={{ReservationId}}", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/awards?reservationId={{ReservationId}}", "host": [ "{{HostName}}" ], @@ -110792,13 +89678,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -110828,21 +89710,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/calls", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "calls" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/calls" }, "response": [] }, @@ -110854,13 +89722,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -110891,7 +89755,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/calls/statistics?start=2021-10-01", + "raw": "{{HostName}}/rsv/v1/calls/statistics?start=2021-10-01", "host": [ "{{HostName}}" ], @@ -110919,13 +89783,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -110955,21 +89815,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/cancellationHistory", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "cancellationHistory" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/cancellationHistory" }, "response": [] }, @@ -110981,13 +89827,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -111018,7 +89860,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/confirmationLetters", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/confirmationLetters", "host": [ "{{HostName}}" ], @@ -111123,13 +89965,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -111159,21 +89997,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/eCoupons", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "eCoupons" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/eCoupons" }, "response": [] }, @@ -111185,13 +90009,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -111221,19 +90041,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/fetchExternalSystemDeliveryHistory", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "fetchExternalSystemDeliveryHistory" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/fetchExternalSystemDeliveryHistory" }, "response": [] }, @@ -111245,13 +90053,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -111282,7 +90086,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/externalSystems/{{ExternalSystemCode}}/reservations?searchType=Any&reservationIdList=360343&confirmationNumberList=575218", + "raw": "{{HostName}}/rsv/v1/externalSystems/{{ExternalSystemCode}}/reservations?searchType=Any&reservationIdList=360343&confirmationNumberList=575218", "host": [ "{{HostName}}" ], @@ -111319,13 +90123,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -111355,19 +90155,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/profiles/{{ProfileId}}/reservations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "profiles", - "{{ProfileId}}", - "reservations" - ] - } + "url": "{{HostName}}/rsv/v1/profiles/{{ProfileId}}/reservations" }, "response": [] }, @@ -111379,13 +90167,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -111415,21 +90199,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/linked", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "linked" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/linked" }, "response": [] }, @@ -111441,13 +90211,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -111478,7 +90244,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/packages?productCode={{PackageCode}}&fetchInstructions=Primary&fetchInstructions=Classification&fetchInstructions=Schedule&fetchInstructions=Transaction&fetchInstructions=InventoryItems&packageQuantity=1", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/packages?productCode={{PackageCode}}&fetchInstructions=Primary&fetchInstructions=Classification&fetchInstructions=Schedule&fetchInstructions=Transaction&fetchInstructions=InventoryItems&packageQuantity=1", "host": [ "{{HostName}}" ], @@ -111534,13 +90300,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -111571,7 +90333,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/preArrivalMembersReservations?membershipType=QF&start=2022-04-01&end=2022-04-10&externalReferenceType=AC", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/preArrivalMembersReservations?membershipType=QF&start=2022-04-01&end=2022-04-10&externalReferenceType=AC", "host": [ "{{HostName}}" ], @@ -111612,168 +90374,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelId", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/preConfiguredRoutingInstructions", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "preConfiguredRoutingInstructions" - ] - } - }, - "response": [] - }, - { - "name": "get Rate Info", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "Accept", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" + "bearer": { + "token": "{{Token}}" } - ], - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/rateInfo?ratePlanCode={{RatePlanCode}}&roomType={{RoomTypeCode}}&adults=2&criteriaStartDate=2022-04-01&criteriaEndDate=2022-04-03", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "rateInfo" - ], - "query": [ - { - "key": "idContext", - "value": "OPERA", - "disabled": true - }, - { - "key": "summaryInfo", - "value": "true", - "disabled": true - }, - { - "key": "id", - "value": "{{ReservationId}}", - "disabled": true - }, - { - "key": "type", - "value": "Reservation", - "disabled": true - }, - { - "key": "ratePlanCode", - "value": "{{RatePlanCode}}" - }, - { - "key": "roomType", - "value": "{{RoomTypeCode}}" - }, - { - "key": "adults", - "value": "2" - }, - { - "key": "criteriaStartDate", - "value": "2022-04-01" - }, - { - "key": "criteriaEndDate", - "value": "2022-04-03" - } - ] - } - }, - "response": [] - }, - { - "name": "get Recently Accessed Reservations", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] }, "method": "GET", "header": [ @@ -111803,35 +90406,156 @@ } } }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/preConfiguredRoutingInstructions" + }, + "response": [] + }, + { + "name": "get Rate Info", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "Accept", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], "url": { - "raw": "{{HostName}}/rsv/v0/recentlyAccessedReservations", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/rateInfo?ratePlanCode={{RatePlanCode}}&roomType={{RoomTypeCode}}&adults=2&criteriaStartDate=2022-04-01&criteriaEndDate=2022-04-03", "host": [ "{{HostName}}" ], "path": [ "rsv", - "v0", - "recentlyAccessedReservations" + "v1", + "hotels", + "{{HotelId}}", + "reservations", + "rateInfo" + ], + "query": [ + { + "key": "idContext", + "value": "OPERA", + "disabled": true + }, + { + "key": "summaryInfo", + "value": "true", + "disabled": true + }, + { + "key": "id", + "value": "{{ReservationId}}", + "disabled": true + }, + { + "key": "type", + "value": "Reservation", + "disabled": true + }, + { + "key": "ratePlanCode", + "value": "{{RatePlanCode}}" + }, + { + "key": "roomType", + "value": "{{RoomTypeCode}}" + }, + { + "key": "adults", + "value": "2" + }, + { + "key": "criteriaStartDate", + "value": "2022-04-01" + }, + { + "key": "criteriaEndDate", + "value": "2022-04-03" + } ] } }, "response": [] }, { - "name": "get Reprint Tickets", + "name": "get Recently Accessed Reservations", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelId", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/rsv/v1/recentlyAccessedReservations" + }, + "response": [] + }, + { + "name": "get Reprint Tickets", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -111861,22 +90585,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets/reprint", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "tickets", - "reprint" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets/reprint" }, "response": [] }, @@ -111888,13 +90597,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -111974,13 +90679,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112010,22 +90711,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}}/externalSystems/{{ExternalSystemCode}}/reservations/{{ReservationExternalId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}}", - "externalSystems", - "{{ExternalSystemCode}}", - "reservations", - "{{ReservationExternalId}}" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}}/externalSystems/{{ExternalSystemCode}}/reservations/{{ReservationExternalId}}" }, "response": [] }, @@ -112037,13 +90723,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112073,21 +90755,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/excludedPreferences", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "excludedPreferences" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/excludedPreferences" }, "response": [] }, @@ -112099,13 +90767,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112136,7 +90800,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/indicators?checkInstruction=HasDepositPolicies", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/indicators?checkInstruction=HasDepositPolicies", "host": [ "{{HostName}}" ], @@ -112166,13 +90830,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112202,21 +90862,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/inventoryItems", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "inventoryItems" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/inventoryItems" }, "response": [] }, @@ -112228,13 +90874,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112265,7 +90907,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/reservations/pace?stayDate=2021-11-01&leadDays=5&channels=OWS&hotelId={{HotelId}}", + "raw": "{{HostName}}/rsv/v1/reservations/pace?stayDate=2021-11-01&leadDays=5&channels=OWS&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -112305,13 +90947,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112341,21 +90979,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/policies", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "policies" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/policies" }, "response": [] }, @@ -112367,13 +90991,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112403,21 +91023,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/preferences", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "preferences" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/preferences" }, "response": [] }, @@ -112429,13 +91035,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112466,7 +91068,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/roomCalendar?endDate=2022-01-01&startDate=2922-02-01", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/roomCalendar?endDate=2022-01-01&startDate=2922-02-01", "host": [ "{{HostName}}" ], @@ -112604,13 +91206,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112641,7 +91239,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/script?reservationId={{ReservationId}}&reservationIdType=Reservation", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/script?reservationId={{ReservationId}}&reservationIdType=Reservation", "host": [ "{{HostName}}" ], @@ -112674,13 +91272,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112711,7 +91305,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/sellMessages?hotelId={{HotelId}}&fetchInstruction=RateCodes", + "raw": "{{HostName}}/rsv/v1/sellMessages?hotelId={{HotelId}}&fetchInstruction=RateCodes", "host": [ "{{HostName}}" ], @@ -112777,13 +91371,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112854,13 +91444,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112931,13 +91517,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -112968,7 +91550,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/share?surname=Smith&fetchInstructions=Reservation&limit=5", + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/share?surname=Smith&fetchInstructions=Reservation&limit=5", "host": [ "{{HostName}}" ], @@ -113012,13 +91594,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -113048,21 +91626,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/traces", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "traces" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/traces" }, "response": [] }, @@ -113074,13 +91638,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -113110,21 +91670,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/rooms/{{RoomId}}/traces", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "rooms", - "{{RoomId}}", - "traces" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/rooms/{{RoomId}}/traces" }, "response": [] }, @@ -113133,13 +91679,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -113169,21 +91711,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/blocks/{{BlockId}}/reservations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "blocks", - "{{BlockId}}", - "reservations" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/blocks/{{BlockId}}/reservations" }, "response": [] }, @@ -113192,13 +91720,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -113228,17 +91752,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/calls", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "calls" - ] - } + "url": "{{HostName}}/rsv/v1/calls" }, "response": [] }, @@ -113247,13 +91761,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -113283,19 +91793,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/turnaways", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "turnaways" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/turnaways" }, "response": [] }, @@ -113304,13 +91802,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -113340,21 +91834,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/cancellations", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v1", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "cancellations" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/cancellations" }, "response": [] }, @@ -113363,13 +91843,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -113399,21 +91875,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/split", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "split" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/split" }, "response": [] }, @@ -113422,13 +91884,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -113458,21 +91916,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/split", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}", - "split" - ] - } + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/split" }, "response": [] }, @@ -113481,13 +91925,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -113517,20 +91957,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "v0", - "hotels", - "{{HotelId}}", - "reservations", - "{{ReservationId}}" - ] - }, + "url": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}", "description": "To update an existing reservation in OPERA by adding or updating reservation comments." }, "response": [] @@ -113569,13 +91996,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -113591,7 +92014,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/alertCodes?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/alertCodes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -113633,13 +92056,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -113663,20 +92082,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/alertCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "alertCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/alertCodes" }, "response": [] }, @@ -113685,13 +92091,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -113715,20 +92117,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/alertCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "alertCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/alertCodes" }, "response": [] }, @@ -113737,13 +92126,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -113759,7 +92144,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/alertCodes?codes=CONTROL", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/alertCodes?codes=CONTROL", "host": [ "{{HostName}}" ], @@ -113791,15 +92176,89 @@ "request": { "auth": { "type": "bearer", - "bearer": [ + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "url": { + "raw": "{{HostName}}/rsv/config/v1/alertCodes?fetchInactive=false", + "host": [ + "{{HostName}}" + ], + "path": [ + "rsv", + "config", + "v0", + "alertCodes" + ], + "query": [ { - "key": "token", - "value": "{{Token}}", - "type": "string" + "key": "fetchInactive", + "value": "false" } ] + } + }, + "response": [] + }, + { + "name": "post Alert Code Templates", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, - "method": "GET", + "method": "POST", + "header": [ + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"alertTemplates\": [\r\n {\r\n \"displaySequence\": \"2\",\r\n \"code\": \"ID\",\r\n \"description\": \"Check ID\"\r\n }\r\n ]\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/rsv/config/v1/alertCodes" + }, + "response": [] + }, + { + "name": "delete Alert Code Templates", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "DELETE", "header": [ { "key": "x-app-key", @@ -113813,104 +92272,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/alertCodes?fetchInactive=false", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "alertCodes" - ], - "query": [ - { - "key": "fetchInactive", - "value": "false" - } - ] - } - }, - "response": [] - }, - { - "name": "post Alert Code Templates", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "POST", - "header": [ - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"alertTemplates\": [\r\n {\r\n \"displaySequence\": \"2\",\r\n \"code\": \"ID\",\r\n \"description\": \"Check ID\"\r\n }\r\n ]\r\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/alertCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "alertCodes" - ] - } - }, - "response": [] - }, - { - "name": "delete Alert Code Templates", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "DELETE", - "header": [ - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - } - ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/alertCodes?alertCodeTemplateCodes=ID", + "raw": "{{HostName}}/rsv/config/v1/alertCodes?alertCodeTemplateCodes=ID", "host": [ "{{HostName}}" ], @@ -113943,13 +92305,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -113980,7 +92338,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/blockRankings?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/blockRankings?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -114015,13 +92373,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -114045,18 +92399,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/blockRankings", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "blockRankings" - ] - } + "url": "{{HostName}}/rsv/config/v1/blockRankings" }, "response": [] }, @@ -114065,13 +92408,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -114095,19 +92434,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/blockRankings/{{BlockRankingsCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "blockRankings", - "{{BlockRankingsCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/blockRankings/{{BlockRankingsCode}}" }, "response": [] }, @@ -114116,13 +92443,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -114137,19 +92460,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/blockRankings/{{BlockRankingsCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "blockRankings", - "{{BlockRankingsCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/blockRankings/{{BlockRankingsCode}}" }, "response": [] } @@ -114166,13 +92477,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -114203,7 +92510,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/blockConversions?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/blockConversions?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -114238,13 +92545,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -114268,18 +92571,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/blockConversions", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "blockConversions" - ] - } + "url": "{{HostName}}/rsv/config/v1/blockConversions" }, "response": [] }, @@ -114288,13 +92580,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -114318,19 +92606,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/blockConversions/{{BlockConversionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "blockConversions", - "{{BlockConversionCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/blockConversions/{{BlockConversionCode}}" }, "response": [] }, @@ -114339,13 +92615,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -114360,19 +92632,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/blockConversions/{{BlockConversionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "blockConversions", - "{{BlockConversionCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/blockConversions/{{BlockConversionCode}}" }, "response": [] } @@ -114386,13 +92646,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -114408,7 +92664,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/bookingTypes?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/bookingTypes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -114448,13 +92704,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -114478,18 +92730,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/bookingTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "bookingTypes" - ] - } + "url": "{{HostName}}/rsv/config/v1/bookingTypes" }, "response": [] }, @@ -114498,13 +92739,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -114528,19 +92765,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/bookingTypes/{{BookingTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "bookingTypes", - "{{BookingTypesId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/bookingTypes/{{BookingTypesId}}" }, "response": [] }, @@ -114549,13 +92774,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -114570,19 +92791,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/bookingTypes/{{BookingTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "bookingTypes", - "{{BookingTypesId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/bookingTypes/{{BookingTypesId}}" }, "response": [] } @@ -114596,13 +92805,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -114618,7 +92823,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/autoAttachElements?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/autoAttachElements?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -114645,13 +92850,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -114675,20 +92876,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/autoAttachElements", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "autoAttachElements" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/autoAttachElements" }, "response": [] }, @@ -114697,13 +92885,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -114727,20 +92911,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/autoAttachElements", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "autoAttachElements" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/autoAttachElements" }, "response": [] } @@ -114754,13 +92925,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -114776,7 +92943,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/cancellationCodes?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/cancellationCodes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -114816,13 +92983,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -114852,18 +93015,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/cancellationCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "cancellationCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/cancellationCodes" }, "response": [] }, @@ -114872,13 +93024,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -114908,19 +93056,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/cancellationCodes/{{CancellationCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "cancellationCodes", - "{{CancellationCodesId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/cancellationCodes/{{CancellationCodesId}}" }, "response": [] }, @@ -114929,13 +93065,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -114950,19 +93082,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/cancellationCodes/{{CancellationCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "cancellationCodes", - "{{CancellationCodesId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/cancellationCodes/{{CancellationCodesId}}" }, "response": [] } @@ -114979,13 +93099,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -115016,7 +93132,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/cancelpolicies?hotelIds={{HotelId}}", + "raw": "{{HostName}}/rsv/config/v1/cancelpolicies?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -115046,13 +93162,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -115082,19 +93194,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/cancelpolicy/{{CancelPolicyCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "cancelpolicy", - "{{CancelPolicyCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/cancelpolicy/{{CancelPolicyCode}}" }, "response": [] }, @@ -115103,13 +93203,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -115139,19 +93235,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/cancelpolicy/{{CancelPolicyCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "cancelpolicy", - "{{CancelPolicyCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/cancelpolicy/{{CancelPolicyCode}}" }, "response": [] } @@ -115168,13 +93252,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -115205,7 +93285,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/depositpolicies?hotelIds={{HotelId}}", + "raw": "{{HostName}}/rsv/config/v1/depositpolicies?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -115235,13 +93315,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -115271,19 +93347,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/depositpolicy/{{DepositPolicyCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "depositpolicy", - "{{DepositPolicyCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/depositpolicy/{{DepositPolicyCode}}" }, "response": [] }, @@ -115292,13 +93356,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -115328,19 +93388,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/depositpolicy/{{DepositPolicyCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "depositpolicy", - "{{DepositPolicyCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/depositpolicy/{{DepositPolicyCode}}" }, "response": [] } @@ -115354,13 +93402,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -115376,7 +93420,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/entryPoints?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/entryPoints?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -115401,13 +93445,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -115431,18 +93471,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/entryPoints", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "entryPoints" - ] - } + "url": "{{HostName}}/rsv/config/v1/entryPoints" }, "response": [] }, @@ -115451,13 +93480,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -115481,19 +93506,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/entryPoints/{{EntryPointsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "entryPoints", - "{{EntryPointsId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/entryPoints/{{EntryPointsId}}" }, "response": [] }, @@ -115502,13 +93515,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -115523,19 +93532,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/entryPoints/{{EntryPointsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "entryPoints", - "{{EntryPointsId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/entryPoints/{{EntryPointsId}}" }, "response": [] } @@ -115549,13 +93546,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -115571,7 +93564,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/discountReasons?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/discountReasons?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -115611,13 +93604,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -115647,18 +93636,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/discountReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "discountReasons" - ] - } + "url": "{{HostName}}/rsv/config/v1/discountReasons" }, "response": [] }, @@ -115667,13 +93645,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -115703,19 +93677,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/discountReasons/{{DiscountReasonsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "discountReasons", - "{{DiscountReasonsId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/discountReasons/{{DiscountReasonsId}}" }, "response": [] }, @@ -115724,13 +93686,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -115745,19 +93703,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/discountReasons/{{DiscountReasonsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "discountReasons", - "{{DiscountReasonsId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/discountReasons/{{DiscountReasonsId}}" }, "response": [] } @@ -115774,13 +93720,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -115811,7 +93753,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/globalActionCodes?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/globalActionCodes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -115836,13 +93778,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -115866,18 +93804,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/globalActionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "globalActionCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/globalActionCodes" }, "response": [] }, @@ -115886,13 +93813,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -115916,19 +93839,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/globalActionCodes/{{ActionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "globalActionCodes", - "{{ActionCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/globalActionCodes/{{ActionCode}}" }, "response": [] }, @@ -115937,13 +93848,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -115958,19 +93865,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/globalActionCodes/{{ActionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "globalActionCodes", - "{{ActionCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/globalActionCodes/{{ActionCode}}" }, "response": [] } @@ -115984,13 +93879,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -116005,20 +93896,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/globalAlerts", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "globalAlerts" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/globalAlerts" }, "response": [] }, @@ -116027,13 +93905,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -116057,20 +93931,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/globalAlerts", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "globalAlerts" - ] - }, + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/globalAlerts", "description": "Use LOV modules \r\n- https://{host}/operarest/{schemamap}/lov/v1/listOfValues/AlertCodesMultiHotel?parameterName=HotelCodes&includeInactiveFlag=false¶meterValue={{HotelId}}\r\n\r\n- GET 'https://{host}/operarest/{schemamap}/lov/v1/listOfValues/AlertAreas?parameterName=InHouseYn&includeInactiveFlag=false¶meterValue=Y' \r\n to find available fields for this request." }, "response": [] @@ -116080,13 +93941,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -116110,20 +93967,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/globalAlerts", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "globalAlerts" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/globalAlerts" }, "response": [] }, @@ -116132,13 +93976,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -116153,20 +93993,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/globalAlerts", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "globalAlerts" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/globalAlerts" }, "response": [] } @@ -116183,13 +94010,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -116245,13 +94068,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -116281,18 +94100,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/guaranteeCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "guaranteeCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/guaranteeCodes" }, "response": [] }, @@ -116301,13 +94109,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -116337,19 +94141,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/guaranteeCodes/{{GuaranteeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "guaranteeCodes", - "{{GuaranteeCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/guaranteeCodes/{{GuaranteeCode}}" }, "response": [] }, @@ -116358,13 +94150,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -116379,19 +94167,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/guaranteeCodes/{{GuaranteeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "guaranteeCodes", - "{{GuaranteeCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/guaranteeCodes/{{GuaranteeCode}}" }, "response": [] } @@ -116405,13 +94181,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -116427,7 +94199,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/guaranteeCodeSchedules?startDate=2021-03-01&inactive=false", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/guaranteeCodeSchedules?startDate=2021-03-01&inactive=false", "host": [ "{{HostName}}" ], @@ -116458,13 +94230,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -116494,20 +94262,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/guaranteeCodeSchedules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "guaranteeCodeSchedules" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/guaranteeCodeSchedules" }, "response": [] }, @@ -116516,13 +94271,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -116552,21 +94303,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/guaranteeCodeSchedules/{{PolicyScheduleId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "guaranteeCodeSchedules", - "{{PolicyScheduleId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/guaranteeCodeSchedules/{{PolicyScheduleId}}" }, "response": [] }, @@ -116575,13 +94312,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -116612,7 +94345,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/guaranteeCodeSchedules/{{PolicyScheduleId}}?idContext=OPERA&type=PolicyScheduleId", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/guaranteeCodeSchedules/{{PolicyScheduleId}}?idContext=OPERA&type=PolicyScheduleId", "host": [ "{{HostName}}" ], @@ -116649,13 +94382,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -116670,20 +94399,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/guestMessages", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "guestMessages" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/guestMessages" }, "response": [] }, @@ -116692,13 +94408,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -116722,20 +94434,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/guestMessages", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "guestMessages" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/guestMessages" }, "response": [] }, @@ -116744,13 +94443,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -116774,20 +94469,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/guestMessages", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "guestMessages" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/guestMessages" }, "response": [] }, @@ -116796,13 +94478,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -116817,21 +94495,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/guestMessages/{{MessageCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "guestMessages", - "{{MessageCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/guestMessages/{{MessageCode}}" }, "response": [] } @@ -116845,13 +94509,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -116866,18 +94526,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/guestMessages", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "guestMessages" - ] - } + "url": "{{HostName}}/rsv/config/v1/guestMessages" }, "response": [] }, @@ -116886,13 +94535,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -116922,18 +94567,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/guestMessages", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "guestMessages" - ] - } + "url": "{{HostName}}/rsv/config/v1/guestMessages" }, "response": [] }, @@ -116942,13 +94576,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -116978,18 +94608,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/guestMessages", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "guestMessages" - ] - } + "url": "{{HostName}}/rsv/config/v1/guestMessages" }, "response": [] }, @@ -116998,13 +94617,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -117035,7 +94650,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/guestMessages?guestMessageTemplateCodes=PKG", + "raw": "{{HostName}}/rsv/config/v1/guestMessages?guestMessageTemplateCodes=PKG", "host": [ "{{HostName}}" ], @@ -117065,13 +94680,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -117095,20 +94706,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/locatorCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "locatorCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/locatorCodes" }, "response": [] }, @@ -117117,13 +94715,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -117147,20 +94741,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/locatorCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "locatorCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/locatorCodes" }, "response": [] }, @@ -117169,13 +94750,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -117199,21 +94776,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/locatorCodes/{{LocatorCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "locatorCodes", - "{{LocatorCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/locatorCodes/{{LocatorCode}}" }, "response": [] } @@ -117227,13 +94790,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -117248,19 +94807,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/templates/locatorCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "templates", - "locatorCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/templates/locatorCodes" }, "response": [] }, @@ -117269,13 +94816,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -117299,19 +94842,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/templates/locatorCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "templates", - "locatorCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/templates/locatorCodes" }, "response": [] }, @@ -117320,13 +94851,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -117350,19 +94877,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/templates/locatorCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "templates", - "locatorCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/templates/locatorCodes" }, "response": [] }, @@ -117371,13 +94886,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -117402,7 +94913,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/templates/locatorCodes?locatorCodes=22", + "raw": "{{HostName}}/rsv/config/v1/templates/locatorCodes?locatorCodes=22", "host": [ "{{HostName}}" ], @@ -117433,13 +94944,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -117455,7 +94962,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/marketCodes?hotelIds={{HotelId}}&includeInactive=false", + "raw": "{{HostName}}/rsv/config/v1/marketCodes?hotelIds={{HotelId}}&includeInactive=false", "host": [ "{{HostName}}" ], @@ -117484,13 +94991,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -117514,21 +95017,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/marketCodes/{{MarketCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "marketCodes", - "{{MarketCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/marketCodes/{{MarketCode}}" }, "response": [] }, @@ -117537,13 +95026,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -117567,21 +95052,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/marketCodes/{{MarketCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "marketCodes", - "{{MarketCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/marketCodes/{{MarketCode}}" }, "response": [] }, @@ -117590,13 +95061,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -117611,21 +95078,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/marketCodes/{{MarketCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "marketCodes", - "{{MarketCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/marketCodes/{{MarketCode}}" }, "response": [] } @@ -117639,13 +95092,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -117661,7 +95110,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/marketCodes?hotelIds={{HotelId}}&includeInactive=false", + "raw": "{{HostName}}/rsv/config/v1/marketCodes?hotelIds={{HotelId}}&includeInactive=false", "host": [ "{{HostName}}" ], @@ -117690,13 +95139,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -117720,21 +95165,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/marketGroups/{{MarketGroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "marketGroups", - "{{MarketGroupCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/marketGroups/{{MarketGroupCode}}" }, "response": [] }, @@ -117743,13 +95174,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -117773,21 +95200,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/marketGroups/{{MarketGroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "marketGroups", - "{{MarketGroupCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/marketGroups/{{MarketGroupCode}}" }, "response": [] }, @@ -117796,13 +95209,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -117826,21 +95235,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/marketGroups/{{MarketGroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "marketGroups", - "{{MarketGroupCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/marketGroups/{{MarketGroupCode}}" }, "response": [] } @@ -117857,13 +95252,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -117894,7 +95285,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/originCodes?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/originCodes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -117919,13 +95310,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -117955,18 +95342,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/originCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "originCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/originCodes" }, "response": [] }, @@ -117975,13 +95351,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -118011,19 +95383,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/originCodes/{{OriginCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "originCodes", - "{{OriginCodesId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/originCodes/{{OriginCodesId}}" }, "response": [] }, @@ -118032,13 +95392,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -118053,19 +95409,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/originCodes/{{OriginCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "originCodes", - "{{OriginCodesId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/originCodes/{{OriginCodesId}}" }, "response": [] } @@ -118079,13 +95423,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -118101,7 +95441,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/policyschedules?policyType=Cancellation&startDate=2021-03-11&inactive=false", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/policyschedules?policyType=Cancellation&startDate=2021-03-11&inactive=false", "host": [ "{{HostName}}" ], @@ -118156,13 +95496,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -118192,21 +95528,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/policyschedules/{{PolicyScheduleId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "policyschedules", - "{{PolicyScheduleId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/policyschedules/{{PolicyScheduleId}}" }, "response": [] }, @@ -118215,13 +95537,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -118236,21 +95554,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/policyschedules/{{PolicyScheduleId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "policyschedules", - "{{PolicyScheduleId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/policyschedules/{{PolicyScheduleId}}" }, "response": [] } @@ -118264,13 +95568,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -118286,7 +95586,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/purposeOfStays?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/purposeOfStays?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -118311,13 +95611,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -118347,18 +95643,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/purposeOfStays", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "purposeOfStays" - ] - } + "url": "{{HostName}}/rsv/config/v1/purposeOfStays" }, "response": [] }, @@ -118367,13 +95652,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -118403,19 +95684,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/purposeOfStays/{{PurposeOfStaysId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "purposeOfStays", - "{{PurposeOfStaysId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/purposeOfStays/{{PurposeOfStaysId}}" }, "response": [] }, @@ -118424,13 +95693,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -118445,19 +95710,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/purposeOfStays/{{PurposeOfStaysId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "purposeOfStays", - "{{PurposeOfStaysId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/purposeOfStays/{{PurposeOfStaysId}}" }, "response": [] } @@ -118474,13 +95727,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -118510,20 +95759,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/precheckinRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "precheckinRules" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/precheckinRules" }, "response": [] }, @@ -118532,13 +95768,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -118568,20 +95800,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/precheckinRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "precheckinRules" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/precheckinRules" }, "response": [] }, @@ -118590,13 +95809,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -118626,20 +95841,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/precheckinRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "precheckinRules" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/precheckinRules" }, "response": [] }, @@ -118648,13 +95850,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -118685,7 +95883,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/precheckinRules?ruleType=ReservationTypes&startDate=2021-07-08&endDate=2022-07-31", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/precheckinRules?ruleType=ReservationTypes&startDate=2021-07-08&endDate=2022-07-31", "host": [ "{{HostName}}" ], @@ -118728,273 +95926,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "value": "{{AppKey}}", - "type": "text" - } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/serviceRequestCodes?pageNumber=1&inactive=false&hotelIds={{HotelId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "serviceRequestCodes" - ], - "query": [ - { - "key": "pageNumber", - "value": "1" - }, - { - "key": "inactive", - "value": "false" - }, - { - "key": "hotelIds", - "value": "{{HotelId}}" - } - ] - } - }, - "response": [] - }, - { - "name": "post Service Request Codes", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "POST", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"serviceRequestCodes\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"COFFEE\",\r\n \"description\": \"Coffee Machine delivered to room\",\r\n \"deptCode\": \"PMS\",\r\n \"editable\": true\r\n }\r\n ]\r\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/serviceRequestCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "serviceRequestCodes" - ] - } - }, - "response": [] - }, - { - "name": "change Service Request Codes", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "PUT", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"serviceRequestCodes\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"COFFEE\",\r\n \"description\": \"Coffee Machine delivered to room\",\r\n \"deptCode\": \"PMS\",\r\n \"editable\": true\r\n }\r\n ]\r\n}", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/serviceRequestCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "serviceRequestCodes" - ] - } - }, - "response": [] - }, - { - "name": "remove Service Request Codes", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "DELETE", - "header": [ - { - "key": "Content-Type", - "name": "Content-Type", - "type": "text", - "value": "application/json" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" + "bearer": { + "token": "{{Token}}" } - ], - "body": { - "mode": "raw", - "raw": "", - "options": { - "raw": { - "language": "json" - } - } - }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/serviceRequestCodes?serviceRequestCode=TST", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "serviceRequestCodes" - ], - "query": [ - { - "key": "serviceRequestCode", - "value": "TST" - } - ] - } - }, - "response": [] - } - ] - }, - { - "name": "Source Codes", - "item": [ - { - "name": "get Source Codes", - "protocolProfileBehavior": { - "disableBodyPruning": true - }, - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] }, "method": "GET", "header": [ @@ -119025,7 +95959,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/sourceCodes/", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/serviceRequestCodes?pageNumber=1&inactive=false&hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -119035,25 +95969,34 @@ "v0", "hotels", "{{HotelId}}", - "sourceCodes", - "" + "serviceRequestCodes" + ], + "query": [ + { + "key": "pageNumber", + "value": "1" + }, + { + "key": "inactive", + "value": "false" + }, + { + "key": "hotelIds", + "value": "{{HotelId}}" + } ] } }, "response": [] }, { - "name": "post Source Code", + "name": "post Service Request Codes", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -119076,43 +96019,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"sourceCode\": {\r\n \"groupCode\": \"ALL\",\r\n \"description\": {\r\n \"defaultText\": \"Catering\"\r\n },\r\n \"sequence\": \"5\",\r\n \"code\": \"CAT\",\r\n \"inactive\": false\r\n }\r\n}", + "raw": "{\r\n \"serviceRequestCodes\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"COFFEE\",\r\n \"description\": \"Coffee Machine delivered to room\",\r\n \"deptCode\": \"PMS\",\r\n \"editable\": true\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/sourceCodes/", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "sourceCodes", - "" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/serviceRequestCodes" }, "response": [] }, { - "name": "change Source Codes", + "name": "change Service Request Codes", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -119135,43 +96060,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"sourceCode\": {\r\n \"groupCode\": \"ALL\",\r\n \"description\": {\r\n \"defaultText\": \"Catering\"\r\n },\r\n \"sequence\": \"5\",\r\n \"code\": \"CAT\",\r\n \"inactive\": false\r\n }\r\n}", + "raw": "{\r\n \"serviceRequestCodes\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"COFFEE\",\r\n \"description\": \"Coffee Machine delivered to room\",\r\n \"deptCode\": \"PMS\",\r\n \"editable\": true\r\n }\r\n ]\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/sourceCodes/{{SourceCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "sourceCodes", - "{{SourceCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/serviceRequestCodes" }, "response": [] }, { - "name": "remove Source Code", + "name": "remove Service Request Codes", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -119188,8 +96095,8 @@ }, { "key": "x-app-key", - "value": "{{AppKey}}", - "type": "text" + "type": "text", + "value": "{{AppKey}}" } ], "body": { @@ -119202,7 +96109,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/sourceCodes/{{SourceCode}}", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/serviceRequestCodes?serviceRequestCode=TST", "host": [ "{{HostName}}" ], @@ -119212,8 +96119,13 @@ "v0", "hotels", "{{HotelId}}", - "sourceCodes", - "{{SourceCode}}" + "serviceRequestCodes" + ], + "query": [ + { + "key": "serviceRequestCode", + "value": "TST" + } ] } }, @@ -119222,23 +96134,19 @@ ] }, { - "name": "Source Groups", + "name": "Source Codes", "item": [ { - "name": "get Source Groups", + "name": "get Source Codes", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -119255,8 +96163,8 @@ }, { "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" + "value": "{{AppKey}}", + "type": "text" } ], "body": { @@ -119268,41 +96176,18 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/sourceGroups?includeInactive=false", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "sourceGroups" - ], - "query": [ - { - "key": "includeInactive", - "value": "false" - } - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/sourceCodes/" }, "response": [] }, { - "name": "post Source Group", + "name": "post Source Code", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -119325,42 +96210,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"sourceGroup\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"description\": {\r\n \"defaultText\": \"Marketing\"\r\n },\r\n \"sequence\": \"5\",\r\n \"code\": \"MARK\",\r\n \"inactive\": false\r\n }\r\n}", + "raw": "{\r\n \"sourceCode\": {\r\n \"groupCode\": \"ALL\",\r\n \"description\": {\r\n \"defaultText\": \"Catering\"\r\n },\r\n \"sequence\": \"5\",\r\n \"code\": \"CAT\",\r\n \"inactive\": false\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/sourceGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "sourceGroups" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/sourceCodes/" }, "response": [] }, { - "name": "change Source Group", + "name": "change Source Codes", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -119383,43 +96251,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"sourceGroup\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"description\": {\r\n \"defaultText\": \"Marketing\"\r\n },\r\n \"sequence\": \"5\",\r\n \"code\": \"MARK\",\r\n \"inactive\": false\r\n }\r\n}", + "raw": "{\r\n \"sourceCode\": {\r\n \"groupCode\": \"ALL\",\r\n \"description\": {\r\n \"defaultText\": \"Catering\"\r\n },\r\n \"sequence\": \"5\",\r\n \"code\": \"CAT\",\r\n \"inactive\": false\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/sourceGroups/{{SourceGroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "sourceGroups", - "{{SourceGroupCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/sourceCodes/{{SourceCode}}" }, "response": [] }, { - "name": "remove Source Group", + "name": "remove Source Code", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -119436,8 +96286,8 @@ }, { "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" + "value": "{{AppKey}}", + "type": "text" } ], "body": { @@ -119449,44 +96299,26 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/sourceGroups/{{SourceGroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "sourceGroups", - "{{SourceGroupCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/sourceCodes/{{SourceCode}}" }, "response": [] } ] }, { - "name": "Template Cancellation Policy", + "name": "Source Groups", "item": [ { - "name": "get Template Cancellation Policy", + "name": "get Source Groups", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -119517,7 +96349,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/cancelpolicytemplates?hotelId={{HotelId}}&includeInactive=false", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/sourceGroups?includeInactive=false", "host": [ "{{HostName}}" ], @@ -119525,13 +96357,11 @@ "rsv", "config", "v0", - "cancelpolicytemplates" + "hotels", + "{{HotelId}}", + "sourceGroups" ], "query": [ - { - "key": "hotelId", - "value": "{{HotelId}}" - }, { "key": "includeInactive", "value": "false" @@ -119542,17 +96372,13 @@ "response": [] }, { - "name": "post Template Cancellation Policy", + "name": "post Source Group", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -119575,41 +96401,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"templateCancelPenalty\": {\r\n \"sequence\": \"5\",\r\n \"inactive\": false,\r\n \"deadline\": {\r\n \"offsetFromArrival\": \"1\",\r\n \"offsetDropTime\": \"1970-01-01 16:00:00.0\"\r\n },\r\n \"amountPercent\": {\r\n \"basisType\": \"FlatAmount\",\r\n \"amount\": \"0\"\r\n },\r\n \"penaltyDescription\": \"4PM Cancel policy\",\r\n \"policyCode\": \"4PM\"\r\n }\r\n}", + "raw": "{\r\n \"sourceGroup\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"description\": {\r\n \"defaultText\": \"Marketing\"\r\n },\r\n \"sequence\": \"5\",\r\n \"code\": \"MARK\",\r\n \"inactive\": false\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/cancelpolicytemplate/{{CancelPolicyTemplate}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "cancelpolicytemplate", - "{{CancelPolicyTemplate}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/sourceGroups" }, "response": [] }, { - "name": "change Template Cancellation Policy", + "name": "change Source Group", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -119632,41 +96442,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"templateCancelPenalty\": {\r\n \"sequence\": \"5\",\r\n \"inactive\": false,\r\n \"deadline\": {\r\n \"offsetFromArrival\": \"1\",\r\n \"offsetDropTime\": \"1970-01-01 16:00:00.0\"\r\n },\r\n \"amountPercent\": {\r\n \"basisType\": \"FlatAmount\",\r\n \"amount\": \"0\"\r\n },\r\n \"penaltyDescription\": \"4PM Cancel policy\",\r\n \"policyCode\": \"4PM\"\r\n }\r\n}", + "raw": "{\r\n \"sourceGroup\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"description\": {\r\n \"defaultText\": \"Marketing\"\r\n },\r\n \"sequence\": \"5\",\r\n \"code\": \"MARK\",\r\n \"inactive\": false\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/cancelpolicytemplate/{{CancelPolicyTemplate}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "cancelpolicytemplate", - "{{CancelPolicyTemplate}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/sourceGroups/{{SourceGroupCode}}" }, "response": [] }, { - "name": "delete Template Cancellation Policy", + "name": "remove Source Group", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -119696,48 +96490,26 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/cancelpolicytemplate/{{CancelPolicyTemplate}}?policyCode=4PM", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "cancelpolicytemplate", - "{{CancelPolicyTemplate}}" - ], - "query": [ - { - "key": "policyCode", - "value": "4PM" - } - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/sourceGroups/{{SourceGroupCode}}" }, "response": [] } ] }, { - "name": "Template Deposit Policy", + "name": "Template Cancellation Policy", "item": [ { - "name": "get Template Deposit Policy", + "name": "get Template Cancellation Policy", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -119768,7 +96540,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/depositpolicytemplates?hotelId={{HotelId}}&includeInactive=false", + "raw": "{{HostName}}/rsv/config/v1/cancelpolicytemplates?hotelId={{HotelId}}&includeInactive=false", "host": [ "{{HostName}}" ], @@ -119776,7 +96548,7 @@ "rsv", "config", "v0", - "depositpolicytemplates" + "cancelpolicytemplates" ], "query": [ { @@ -119793,17 +96565,13 @@ "response": [] }, { - "name": "post Template Deposit Policy", + "name": "post Template Cancellation Policy", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -119826,41 +96594,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"templateDepositPolicy\": {\r\n \"sequence\": \"2\",\r\n \"inactive\": false,\r\n \"amountPercent\": {\r\n \"basisType\": \"Percentage\",\r\n \"percent\": \"10\"\r\n },\r\n \"deadline\": {\r\n \"offsetFromBookingDate\": \"20\"\r\n },\r\n \"description\": \"10%\",\r\n \"policyCode\": \"10\"\r\n }\r\n}", + "raw": "{\r\n \"templateCancelPenalty\": {\r\n \"sequence\": \"5\",\r\n \"inactive\": false,\r\n \"deadline\": {\r\n \"offsetFromArrival\": \"1\",\r\n \"offsetDropTime\": \"1970-01-01 16:00:00.0\"\r\n },\r\n \"amountPercent\": {\r\n \"basisType\": \"FlatAmount\",\r\n \"amount\": \"0\"\r\n },\r\n \"penaltyDescription\": \"4PM Cancel policy\",\r\n \"policyCode\": \"4PM\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/depositpolicytemplate/{{DepositPolicyTemplate}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "depositpolicytemplate", - "{{DepositPolicyTemplate}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/cancelpolicytemplate/{{CancelPolicyTemplate}}" }, "response": [] }, { - "name": "change Template Deposit Policy", + "name": "change Template Cancellation Policy", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -119883,41 +96635,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"templateDepositPolicy\": {\r\n \"sequence\": \"2\",\r\n \"inactive\": false,\r\n \"amountPercent\": {\r\n \"basisType\": \"Percentage\",\r\n \"percent\": \"10\"\r\n },\r\n \"deadline\": {\r\n \"offsetFromBookingDate\": \"20\"\r\n },\r\n \"description\": \"10%\",\r\n \"policyCode\": \"10\"\r\n }\r\n}", + "raw": "{\r\n \"templateCancelPenalty\": {\r\n \"sequence\": \"5\",\r\n \"inactive\": false,\r\n \"deadline\": {\r\n \"offsetFromArrival\": \"1\",\r\n \"offsetDropTime\": \"1970-01-01 16:00:00.0\"\r\n },\r\n \"amountPercent\": {\r\n \"basisType\": \"FlatAmount\",\r\n \"amount\": \"0\"\r\n },\r\n \"penaltyDescription\": \"4PM Cancel policy\",\r\n \"policyCode\": \"4PM\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/depositpolicytemplate/{{DepositPolicyTemplate}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "depositpolicytemplate", - "{{DepositPolicyTemplate}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/cancelpolicytemplate/{{CancelPolicyTemplate}}" }, "response": [] }, { - "name": "delete Template Deposit Policy", + "name": "delete Template Cancellation Policy", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -119948,7 +96684,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/depositpolicytemplate/{{DepositPolicyTemplate}}?policyCode=10", + "raw": "{{HostName}}/rsv/config/v1/cancelpolicytemplate/{{CancelPolicyTemplate}}?policyCode=4PM", "host": [ "{{HostName}}" ], @@ -119956,13 +96692,13 @@ "rsv", "config", "v0", - "depositpolicytemplate", - "{{DepositPolicyTemplate}}" + "cancelpolicytemplate", + "{{CancelPolicyTemplate}}" ], "query": [ { "key": "policyCode", - "value": "10" + "value": "4PM" } ] } @@ -119972,23 +96708,19 @@ ] }, { - "name": "Template Guarantee Code", + "name": "Template Deposit Policy", "item": [ { - "name": "get Template Guarantee Codes", + "name": "get Template Deposit Policy", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -120019,7 +96751,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/guaranteeCodeTemplates", + "raw": "{{HostName}}/rsv/config/v1/depositpolicytemplates?hotelId={{HotelId}}&includeInactive=false", "host": [ "{{HostName}}" ], @@ -120027,13 +96759,16 @@ "rsv", "config", "v0", - "guaranteeCodeTemplates" + "depositpolicytemplates" ], "query": [ { - "key": "hotelIds", - "value": "{{HotelId}}", - "disabled": true + "key": "hotelId", + "value": "{{HotelId}}" + }, + { + "key": "includeInactive", + "value": "false" } ] } @@ -120041,17 +96776,13 @@ "response": [] }, { - "name": "create Template Guarantee Code", + "name": "post Template Deposit Policy", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -120074,41 +96805,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"templateGuaranteeCode\": {\r\n \"massCancellation\": {\r\n \"autoCancel\": false\r\n },\r\n \"inactive\": false,\r\n \"requirements\": {\r\n \"phoneNumber\": false,\r\n \"address\": false,\r\n \"creditCard\": false,\r\n \"arrivalTime\": true,\r\n \"deposit\": false\r\n },\r\n \"shortDescription\": {\r\n \"defaultText\": \"Complimentary\"\r\n },\r\n \"guaranteeCode\": \"COMP\",\r\n \"onHold\": false,\r\n \"reserveInventory\": true,\r\n \"orderSequence\": \"11\"\r\n }\r\n}", + "raw": "{\r\n \"templateDepositPolicy\": {\r\n \"sequence\": \"2\",\r\n \"inactive\": false,\r\n \"amountPercent\": {\r\n \"basisType\": \"Percentage\",\r\n \"percent\": \"10\"\r\n },\r\n \"deadline\": {\r\n \"offsetFromBookingDate\": \"20\"\r\n },\r\n \"description\": \"10%\",\r\n \"policyCode\": \"10\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/guaranteeCodeTemplates/{{GuaranteeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "guaranteeCodeTemplates", - "{{GuaranteeCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/depositpolicytemplate/{{DepositPolicyTemplate}}" }, "response": [] }, { - "name": "change Template Guarantee Code", + "name": "change Template Deposit Policy", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -120131,57 +96846,56 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"templateGuaranteeCode\": {\r\n \"massCancellation\": {\r\n \"autoCancel\": false\r\n },\r\n \"inactive\": false,\r\n \"requirements\": {\r\n \"phoneNumber\": false,\r\n \"address\": false,\r\n \"creditCard\": false,\r\n \"arrivalTime\": true,\r\n \"deposit\": false\r\n },\r\n \"shortDescription\": {\r\n \"defaultText\": \"Complimentary\"\r\n },\r\n \"guaranteeCode\": \"COMP\",\r\n \"onHold\": false,\r\n \"reserveInventory\": true,\r\n \"orderSequence\": \"11\"\r\n }\r\n}", + "raw": "{\r\n \"templateDepositPolicy\": {\r\n \"sequence\": \"2\",\r\n \"inactive\": false,\r\n \"amountPercent\": {\r\n \"basisType\": \"Percentage\",\r\n \"percent\": \"10\"\r\n },\r\n \"deadline\": {\r\n \"offsetFromBookingDate\": \"20\"\r\n },\r\n \"description\": \"10%\",\r\n \"policyCode\": \"10\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/guaranteeCodeTemplates/{{GuaranteeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "guaranteeCodeTemplates", - "{{GuaranteeCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/depositpolicytemplate/{{DepositPolicyTemplate}}" }, "response": [] }, { - "name": "delete Template Guarantee Code", + "name": "delete Template Deposit Policy", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ { - "key": "x-app-key", + "key": "Content-Type", + "name": "Content-Type", "type": "text", - "value": "{{AppKey}}" + "value": "application/json" }, { "key": "x-hotelid", "type": "text", "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" } ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, "url": { - "raw": "{{HostName}}/rsv/config/v0/guaranteeCodeTemplates/{{GuaranteeCode}}", + "raw": "{{HostName}}/rsv/config/v1/depositpolicytemplate/{{DepositPolicyTemplate}}?policyCode=10", "host": [ "{{HostName}}" ], @@ -120189,8 +96903,14 @@ "rsv", "config", "v0", - "guaranteeCodeTemplates", - "{{GuaranteeCode}}" + "depositpolicytemplate", + "{{DepositPolicyTemplate}}" + ], + "query": [ + { + "key": "policyCode", + "value": "10" + } ] } }, @@ -120199,23 +96919,19 @@ ] }, { - "name": "Template Market Code", + "name": "Template Guarantee Code", "item": [ { - "name": "get Template Market Codes", + "name": "get Template Guarantee Codes", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -120246,7 +96962,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/marketCodeTemplates?fetchInactive=true&templateMarketCodes=GROUP", + "raw": "{{HostName}}/rsv/config/v1/guaranteeCodeTemplates", "host": [ "{{HostName}}" ], @@ -120254,20 +96970,12 @@ "rsv", "config", "v0", - "marketCodeTemplates" + "guaranteeCodeTemplates" ], "query": [ { - "key": "fetchInactive", - "value": "true" - }, - { - "key": "templateMarketCodes", - "value": "GROUP" - }, - { - "key": "templateMarketGroupsCodes", - "value": "", + "key": "hotelIds", + "value": "{{HotelId}}", "disabled": true } ] @@ -120276,17 +96984,13 @@ "response": [] }, { - "name": "post Template Market Code", + "name": "create Template Guarantee Code", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -120309,40 +97013,25 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"templateMarketCode\": {\r\n \"displayColor\": \"Blue\",\r\n \"groupCode\": \"ALL\",\r\n \"description\": {\r\n \"defaultText\": \"CORP. PROMOTIONS & PACKAGES\"\r\n },\r\n \"sequence\": \"1\",\r\n \"code\": \"CPR\",\r\n \"inactive\": false\r\n }\r\n}", + "raw": "{\r\n \"templateGuaranteeCode\": {\r\n \"massCancellation\": {\r\n \"autoCancel\": false\r\n },\r\n \"inactive\": false,\r\n \"requirements\": {\r\n \"phoneNumber\": false,\r\n \"address\": false,\r\n \"creditCard\": false,\r\n \"arrivalTime\": true,\r\n \"deposit\": false\r\n },\r\n \"shortDescription\": {\r\n \"defaultText\": \"Complimentary\"\r\n },\r\n \"guaranteeCode\": \"COMP\",\r\n \"onHold\": false,\r\n \"reserveInventory\": true,\r\n \"orderSequence\": \"11\"\r\n }\r\n}", "options": { "raw": { "language": "json" } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/marketCodeTemplates", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "marketCodeTemplates" - ] - } + "url": "{{HostName}}/rsv/config/v1/guaranteeCodeTemplates/{{GuaranteeCode}}" }, "response": [] }, { - "name": "change Template Market Code", + "name": "change Template Guarantee Code", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -120365,7 +97054,82 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"templateMarketCode\": {\r\n \"displayColor\": \"Blue\",\r\n \"groupCode\": \"ALL\",\r\n \"description\": {\r\n \"defaultText\": \"CORP. PROMOTIONS & PACKAGES\"\r\n },\r\n \"sequence\": \"1\",\r\n \"code\": \"CPR\",\r\n \"inactive\": false\r\n }\r\n}", + "raw": "{\r\n \"templateGuaranteeCode\": {\r\n \"massCancellation\": {\r\n \"autoCancel\": false\r\n },\r\n \"inactive\": false,\r\n \"requirements\": {\r\n \"phoneNumber\": false,\r\n \"address\": false,\r\n \"creditCard\": false,\r\n \"arrivalTime\": true,\r\n \"deposit\": false\r\n },\r\n \"shortDescription\": {\r\n \"defaultText\": \"Complimentary\"\r\n },\r\n \"guaranteeCode\": \"COMP\",\r\n \"onHold\": false,\r\n \"reserveInventory\": true,\r\n \"orderSequence\": \"11\"\r\n }\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/rsv/config/v1/guaranteeCodeTemplates/{{GuaranteeCode}}" + }, + "response": [] + }, + { + "name": "delete Template Guarantee Code", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "DELETE", + "header": [ + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + } + ], + "url": "{{HostName}}/rsv/config/v1/guaranteeCodeTemplates/{{GuaranteeCode}}" + }, + "response": [] + } + ] + }, + { + "name": "Template Market Code", + "item": [ + { + "name": "get Template Market Codes", + "protocolProfileBehavior": { + "disableBodyPruning": true + }, + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "", "options": { "raw": { "language": "json" @@ -120373,7 +97137,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/marketCodeTemplates/{{MarketCode}}", + "raw": "{{HostName}}/rsv/config/v1/marketCodeTemplates?fetchInactive=true&templateMarketCodes=GROUP", "host": [ "{{HostName}}" ], @@ -120381,25 +97145,117 @@ "rsv", "config", "v0", - "marketCodeTemplates", - "{{MarketCode}}" + "marketCodeTemplates" + ], + "query": [ + { + "key": "fetchInactive", + "value": "true" + }, + { + "key": "templateMarketCodes", + "value": "GROUP" + }, + { + "key": "templateMarketGroupsCodes", + "value": "", + "disabled": true + } ] } }, "response": [] }, { - "name": "delete Template Market Code", + "name": "post Template Market Code", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" + "bearer": { + "token": "{{Token}}" + } + }, + "method": "POST", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"templateMarketCode\": {\r\n \"displayColor\": \"Blue\",\r\n \"groupCode\": \"ALL\",\r\n \"description\": {\r\n \"defaultText\": \"CORP. PROMOTIONS & PACKAGES\"\r\n },\r\n \"sequence\": \"1\",\r\n \"code\": \"CPR\",\r\n \"inactive\": false\r\n }\r\n}", + "options": { + "raw": { + "language": "json" } - ] + } + }, + "url": "{{HostName}}/rsv/config/v1/marketCodeTemplates" + }, + "response": [] + }, + { + "name": "change Template Market Code", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "PUT", + "header": [ + { + "key": "Content-Type", + "name": "Content-Type", + "type": "text", + "value": "application/json" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"templateMarketCode\": {\r\n \"displayColor\": \"Blue\",\r\n \"groupCode\": \"ALL\",\r\n \"description\": {\r\n \"defaultText\": \"CORP. PROMOTIONS & PACKAGES\"\r\n },\r\n \"sequence\": \"1\",\r\n \"code\": \"CPR\",\r\n \"inactive\": false\r\n }\r\n}", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": "{{HostName}}/rsv/config/v1/marketCodeTemplates/{{MarketCode}}" + }, + "response": [] + }, + { + "name": "delete Template Market Code", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -120429,19 +97285,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/marketCodeTemplates/{{MarketCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "marketCodeTemplates", - "{{MarketCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/marketCodeTemplates/{{MarketCode}}" }, "response": [] } @@ -120458,13 +97302,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -120495,7 +97335,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/marketGroupTemplates?includeInactive=true", + "raw": "{{HostName}}/rsv/config/v1/marketGroupTemplates?includeInactive=true", "host": [ "{{HostName}}" ], @@ -120520,13 +97360,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -120556,19 +97392,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/marketGroupTemplate/{{MarketGroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "marketGroupTemplate", - "{{MarketGroupCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/marketGroupTemplate/{{MarketGroupCode}}" }, "response": [] }, @@ -120577,13 +97401,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -120613,19 +97433,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/marketGroupTemplate/{{MarketGroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "marketGroupTemplate", - "{{MarketGroupCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/marketGroupTemplate/{{MarketGroupCode}}" }, "response": [] }, @@ -120634,13 +97442,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -120671,7 +97475,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/marketGroupTemplate/{{MarketGroupCode}}?templateMarketGroup=GROUP", + "raw": "{{HostName}}/rsv/config/v1/marketGroupTemplate/{{MarketGroupCode}}?templateMarketGroup=GROUP", "host": [ "{{HostName}}" ], @@ -120705,13 +97509,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -120742,7 +97542,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/templates/sourceCodes?templateSourceCodes=WEB", + "raw": "{{HostName}}/rsv/config/v1/templates/sourceCodes?templateSourceCodes=WEB", "host": [ "{{HostName}}" ], @@ -120773,13 +97573,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -120809,19 +97605,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/templates/sourceCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "templates", - "sourceCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/templates/sourceCodes" }, "response": [] }, @@ -120830,13 +97614,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -120866,20 +97646,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/templates/sourceCodes/{{SourceCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "templates", - "sourceCodes", - "{{SourceCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/templates/sourceCodes/{{SourceCode}}" }, "response": [] }, @@ -120888,13 +97655,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -120925,7 +97688,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/templates/sourceCodes/{{SourceCode}}?templateSourceCode=INTERNAL", + "raw": "{{HostName}}/rsv/config/v1/templates/sourceCodes/{{SourceCode}}?templateSourceCode=INTERNAL", "host": [ "{{HostName}}" ], @@ -120960,13 +97723,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -120997,7 +97756,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/templates/sourceGroups?includeInactive=false", + "raw": "{{HostName}}/rsv/config/v1/templates/sourceGroups?includeInactive=false", "host": [ "{{HostName}}" ], @@ -121023,13 +97782,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -121059,19 +97814,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/templates/sourceGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "templates", - "sourceGroups" - ] - } + "url": "{{HostName}}/rsv/config/v1/templates/sourceGroups" }, "response": [] }, @@ -121080,13 +97823,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -121116,19 +97855,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/templates/sourceGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "templates", - "sourceGroups" - ] - } + "url": "{{HostName}}/rsv/config/v1/templates/sourceGroups" }, "response": [] }, @@ -121137,13 +97864,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -121174,7 +97897,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/templates/sourceGroups?templateSourceGroup=BUS", + "raw": "{{HostName}}/rsv/config/v1/templates/sourceGroups?templateSourceGroup=BUS", "host": [ "{{HostName}}" ], @@ -121208,13 +97931,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -121245,7 +97964,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/turnawayCodes?includeInactive=true", + "raw": "{{HostName}}/rsv/config/v1/turnawayCodes?includeInactive=true", "host": [ "{{HostName}}" ], @@ -121270,13 +97989,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -121306,18 +98021,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/turnawayCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "turnawayCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/turnawayCodes" }, "response": [] }, @@ -121326,13 +98030,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -121362,18 +98062,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/turnawayCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "turnawayCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/turnawayCodes" }, "response": [] }, @@ -121382,13 +98071,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -121418,19 +98103,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/turnawayCodes/{{TurnawayCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "turnawayCodes", - "{{TurnawayCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/turnawayCodes/{{TurnawayCode}}" }, "response": [] } @@ -121447,13 +98120,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -121483,20 +98152,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/traceTexts", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "traceTexts" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/traceTexts" }, "response": [] }, @@ -121505,13 +98161,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -121541,20 +98193,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/traceTexts", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "traceTexts" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/traceTexts" }, "response": [] }, @@ -121563,13 +98202,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -121599,20 +98234,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/traceTexts", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "traceTexts" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/traceTexts" }, "response": [] } @@ -121629,13 +98251,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -121665,20 +98283,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/turnawayCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "turnawayCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/turnawayCodes" }, "response": [] }, @@ -121687,13 +98292,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -121723,20 +98324,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/turnawayCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "turnawayCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/turnawayCodes" }, "response": [] }, @@ -121745,13 +98333,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -121781,20 +98365,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/turnawayCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "turnawayCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/turnawayCodes" }, "response": [] }, @@ -121803,13 +98374,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -121839,21 +98406,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/turnawayCodes/{{Code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "turnawayCodes", - "{{Code}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/turnawayCodes/{{Code}}" }, "response": [] } @@ -121867,13 +98420,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -121889,7 +98438,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/upsellRules?searchByRoomType=false", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/upsellRules?searchByRoomType=false", "host": [ "{{HostName}}" ], @@ -121916,13 +98465,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -121937,21 +98482,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/upsellRules/{{RuleCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "upsellRules", - "{{RuleCode}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/upsellRules/{{RuleCode}}" }, "response": [] }, @@ -121960,13 +98491,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -121996,20 +98523,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/upsellRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "upsellRules" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/upsellRules" }, "response": [] }, @@ -122021,13 +98535,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -122051,22 +98561,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/upsellRules/action/validate", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "upsellRules", - "action", - "validate" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/upsellRules/action/validate" }, "response": [] }, @@ -122075,13 +98570,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -122111,20 +98602,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/upsellRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "upsellRules" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/upsellRules" }, "response": [] }, @@ -122133,13 +98611,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -122169,21 +98643,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/upsellRules/copy", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "hotels", - "{{HotelId}}", - "upsellRules", - "copy" - ] - } + "url": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/upsellRules/copy" }, "response": [] } @@ -122200,13 +98660,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -122237,7 +98693,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/waitlistCodes?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/waitlistCodes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -122262,13 +98718,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -122298,18 +98750,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/waitlistCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "waitlistCodes" - ] - } + "url": "{{HostName}}/rsv/config/v1/waitlistCodes" }, "response": [] }, @@ -122318,13 +98759,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -122354,19 +98791,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/waitlistCodes/{{WaitlistCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "waitlistCodes", - "{{WaitlistCodesId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/waitlistCodes/{{WaitlistCodesId}}" }, "response": [] }, @@ -122375,13 +98800,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -122411,19 +98832,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/waitlistCodes/{{WaitlistCodesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "waitlistCodes", - "{{WaitlistCodesId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/waitlistCodes/{{WaitlistCodesId}}" }, "response": [] } @@ -122440,13 +98849,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -122477,7 +98882,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/waitlistPriorities?fetchInactive=false", + "raw": "{{HostName}}/rsv/config/v1/waitlistPriorities?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -122502,13 +98907,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -122538,18 +98939,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/waitlistPriorities", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "waitlistPriorities" - ] - } + "url": "{{HostName}}/rsv/config/v1/waitlistPriorities" }, "response": [] }, @@ -122558,13 +98948,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -122594,19 +98980,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/waitlistPriorities/{{WaitlistPrioritiesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "waitlistPriorities", - "{{WaitlistPrioritiesId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/waitlistPriorities/{{WaitlistPrioritiesId}}" }, "response": [] }, @@ -122615,13 +98989,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -122651,19 +99021,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/config/v0/waitlistPriorities/{{WaitlistPrioritiesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "config", - "v0", - "waitlistPriorities", - "{{WaitlistPrioritiesId}}" - ] - } + "url": "{{HostName}}/rsv/config/v1/waitlistPriorities/{{WaitlistPrioritiesId}}" }, "response": [] } @@ -122674,13 +99032,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -122696,7 +99050,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/scripts?hotelId={{HotelId}}&type=ClosingScript", + "raw": "{{HostName}}/rsv/config/v1/scripts?hotelId={{HotelId}}&type=ClosingScript", "host": [ "{{HostName}}" ], @@ -122743,13 +99097,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -122780,7 +99130,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/serviceRequestCodes/{{ServiceRequestCode}}/priorities?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/serviceRequestCodes/{{ServiceRequestCode}}/priorities?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -122812,13 +99162,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -122849,7 +99195,7 @@ } }, "url": { - "raw": "{{HostName}}/rsv/config/v0/moveReasonCodes?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/moveReasonCodes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -122874,13 +99220,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -122896,7 +99238,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/ratePlans/ratings?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/ratePlans/ratings?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -122924,13 +99266,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -122946,7 +99284,7 @@ } ], "url": { - "raw": "{{HostName}}/rsv/config/v0/hotels/{{HotelId}}/rooms/ratings?fetchInactive=true", + "raw": "{{HostName}}/rsv/config/v1/hotels/{{HotelId}}/rooms/ratings?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -123003,13 +99341,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -123025,7 +99359,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/displaySets?wildCard=N&description=", + "raw": "{{HostName}}/rtp/v1/displaySets?wildCard=N&description=", "host": [ "{{HostName}}" ], @@ -123053,13 +99387,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -123088,17 +99418,7 @@ "mode": "raw", "raw": "{\r\n \"displaySets\": [\r\n {\r\n \"inactive\": false,\r\n \"code\": \"NEWCODE\",\r\n \"description\": {\r\n \"defaultText\": \"Add New Display Set Description\"\r\n },\r\n \"displayOrder\": \"60\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/displaySets", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "displaySets" - ] - }, + "url": "{{HostName}}/rtp/v1/displaySets", "description": "Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan." }, "response": [] @@ -123108,13 +99428,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -123143,18 +99459,7 @@ "mode": "raw", "raw": "{\r\n \"displaySets\": [\r\n {\r\n \"inactive\": false,\r\n \"code\": \"{{DisplaySet}}\",\r\n \"description\": {\r\n \"defaultText\": \"Negotiated display set.\"\r\n },\r\n \"displayOrder\": \"1\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/displaySets/{{DisplaySetsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "displaySets", - "{{DisplaySetsId}}" - ] - } + "url": "{{HostName}}/rtp/v1/displaySets/{{DisplaySetsId}}" }, "response": [] }, @@ -123163,13 +99468,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -123198,18 +99499,7 @@ "mode": "raw", "raw": "" }, - "url": { - "raw": "{{HostName}}/rtp/v0/displaySets/{{DisplaySetsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "displaySets", - "{{DisplaySetsId}}" - ] - } + "url": "{{HostName}}/rtp/v1/displaySets/{{DisplaySetsId}}" }, "response": [] } @@ -123223,13 +99513,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -123255,7 +99541,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packageForecastGroups", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packageForecastGroups", "host": [ "{{HostName}}" ], @@ -123283,13 +99569,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -123318,19 +99600,7 @@ "mode": "raw", "raw": "{\r\n \"hotelPackageForecastGroups\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"description\": \"Summer\",\r\n \"sellSequence\": \"1\",\r\n \"inactive\": false,\r\n \"code\": \"SUM\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packageForecastGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "packageForecastGroups" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packageForecastGroups", "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." }, "response": [] @@ -123340,13 +99610,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -123375,19 +99641,7 @@ "mode": "raw", "raw": "{\r\n \"hotelPackageForecastGroups\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"description\": \"Summer\",\r\n \"sellSequence\": \"1\",\r\n \"inactive\": false,\r\n \"code\": \"SUM\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packageForecastGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "packageForecastGroups" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packageForecastGroups", "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." }, "response": [] @@ -123402,13 +99656,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -123433,19 +99683,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/negotiatedRates", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "negotiatedRates" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/negotiatedRates" }, "response": [] }, @@ -123454,13 +99692,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -123485,21 +99719,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/negotiatedRates/{{RateCode}}/profiles", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v1", - "hotels", - "{{HotelId}}", - "negotiatedRates", - "{{RateCode}}", - "profiles" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/negotiatedRates/{{RateCode}}/profiles", "description": "Get all profiles with Negotiated Rates." }, "response": [] @@ -123509,13 +99729,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -123535,19 +99751,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rtp/v1/profiles/{{ProfileId}}/negotiatedRates", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v1", - "profiles", - "{{ProfileId}}", - "negotiatedRates" - ] - }, + "url": "{{HostName}}/rtp/v1/profiles/{{ProfileId}}/negotiatedRates", "description": "GGet a profile's Negotiated Rates." }, "response": [] @@ -123557,13 +99761,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -123592,19 +99792,7 @@ "mode": "raw", "raw": "{\n \"negotiatedRates\": [\n {\n \"negotiatedProfile\": [\n {\n \"profileIdList\": [\n {\n \"id\": \"932034\",\n \"type\": \"Profile\"\n }\n ],\n \"rateInfoList\": [\n {\n \"negotiatedRateOrder\": 42,\n \"newTimeSpan\": {\n \"startDate\": \"2017-04-03\",\n \"endDate\": \"2020-04-03\"\n }\n }\n ]\n }\n ],\n \"ratePlanCode\": \"NEGTEST\"\n }\n ]\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/negotiatedRates", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v1", - "hotels", - "{{HotelId}}", - "negotiatedRates" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/negotiatedRates" }, "response": [] }, @@ -123613,13 +99801,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -123648,20 +99832,7 @@ "mode": "raw", "raw": "{\n \"negotiatedRates\": [\n {\n \"negotiatedProfile\": [\n {\n \"profileIdList\": [\n {\n \"id\": \"932034\"\n }\n ],\n \"rateInfoList\": [\n {\n \"negotiatedRateOrder\": 898,\n \"newTimeSpan\": {\n \"startDate\": \"2018-04-04\",\n \"endDate\": \"2021-04-04\"\n },\n \"start\": \"2017-04-03\",\n \"end\": \"2020-04-03\"\n }\n ]\n }\n ]\n }\n ]\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/negotiatedRates/{{RateCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v1", - "hotels", - "{{HotelId}}", - "negotiatedRates", - "{{RateCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/negotiatedRates/{{RateCode}}" }, "response": [] }, @@ -123670,13 +99841,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -123705,24 +99872,7 @@ "mode": "raw", "raw": "" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/profiles/{{ProfileId}}/startDate/{{StartDate}}/negotiatedRates/{{RatePlanId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "profiles", - "{{ProfileId}}", - "startDate", - "{{StartDate}}", - "negotiatedRates", - "{{RatePlanId}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/profiles/{{ProfileId}}/startDate/{{StartDate}}/negotiatedRates/{{RatePlanId}}" }, "response": [] } @@ -123756,13 +99906,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -123777,19 +99923,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packageGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "packageGroups" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packageGroups" }, "response": [] }, @@ -123798,13 +99932,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -123833,19 +99963,7 @@ "mode": "raw", "raw": "{\r\n \"packageGroups\": {\r\n \"packageGroup\": [\r\n {\r\n \"membersList\": [\r\n {\r\n \"code\": \"BFSTEXL\",\r\n \"description\": \"Buffet Breakfast\"\r\n },\r\n {\r\n \"code\": \"FRUITBOX\",\r\n \"description\": \"Fruit Box\"\r\n }\r\n ],\r\n \"description\": \"Create a new package group code\",\r\n \"shortDescription\": \"short description goes here\",\r\n \"code\": \"NEWCODEHERE\"\r\n }\r\n ],\r\n \"hotelId\": \"{{HotelId}}\"\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packageGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "packageGroups" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packageGroups", "description": "Use this operation to create a new group package code. You will need to know the avilable packaged, use getPackages for this property to find these out first." }, "response": [] @@ -123855,13 +99973,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -123890,19 +100004,7 @@ "mode": "raw", "raw": "{\r\n \"packageGroups\": {\r\n \"packageGroup\": [\r\n {\r\n \"membersList\": [\r\n {\r\n \"code\": \"BFSTEXL\",\r\n \"description\": \"Buffet Breakfast\"\r\n },\r\n {\r\n \"code\": \"FRUITBOX\",\r\n \"description\": \"Fruit Box\"\r\n }\r\n ],\r\n \"description\": \"Create a new package group code - update\",\r\n \"shortDescription\": \"short description goes here\",\r\n \"code\": \"{{PackaceGroupCode}}\",\r\n \"sellSeparate\": true\r\n }\r\n ],\r\n \"hotelId\": \"{{HotelId}}\"\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packageGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "packageGroups" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packageGroups" }, "response": [] }, @@ -123911,13 +100013,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -123946,20 +100044,7 @@ "mode": "raw", "raw": "" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packageGroups/{{PackageCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "packageGroups", - "{{PackageCode}}" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packageGroups/{{PackageCode}}", "description": "Use this operation to delete an existing Package Group code from a property." }, "response": [] @@ -123974,13 +100059,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -124061,13 +100142,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -124148,13 +100225,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -124170,7 +100243,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packages/{{PackageCode}}?fetchInstructions=Header&fetchInstructions=Items&fetchInstructions=CalculatedPrice&fetchInstructions=Details&fetchInstructions=PostingRules", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packages/{{PackageCode}}?fetchInstructions=Header&fetchInstructions=Items&fetchInstructions=CalculatedPrice&fetchInstructions=Details&fetchInstructions=PostingRules", "host": [ "{{HostName}}" ], @@ -124213,13 +100286,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -124234,21 +100303,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packages/{{PackageCode}}/rates", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "packages", - "{{PackageCode}}", - "rates" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packages/{{PackageCode}}/rates" }, "response": [] }, @@ -124257,13 +100312,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -124287,20 +100338,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packages/{{PackageCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "packages", - "{{PackageCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packages/{{PackageCode}}" }, "response": [] }, @@ -124309,13 +100347,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -124339,20 +100373,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packages/{{PackageCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "packages", - "{{PackageCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packages/{{PackageCode}}" }, "response": [] }, @@ -124361,13 +100382,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -124391,20 +100408,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packages/{{PackageCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "packages", - "{{PackageCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packages/{{PackageCode}}" }, "response": [] } @@ -124418,13 +100422,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -124450,7 +100450,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packageFormulaRanges", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packageFormulaRanges", "host": [ "{{HostName}}" ], @@ -124478,13 +100478,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -124513,19 +100509,7 @@ "mode": "raw", "raw": "{\r\n \"packageFormulaRanges\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"taxRangeType\": \"CITYTAX\",\r\n \"amountFrom\": {\r\n \"amount\": \"10\"\r\n },\r\n \"amountTo\": {\r\n \"amount\": \"200\"\r\n },\r\n \"taxAmount\": {\r\n \"amount\": \"7\"\r\n },\r\n \"intervalAmount\": {\r\n \"amount\": \"5\"\r\n },\r\n \"pkgFormulaRangeId\": \"516476\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packageFormulaRanges", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "packageFormulaRanges" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packageFormulaRanges" }, "response": [] }, @@ -124534,13 +100518,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -124569,20 +100549,7 @@ "mode": "raw", "raw": "{\r\n \"packageFormulaRanges\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"taxRangeType\": \"CITYTAX\",\r\n \"amountFrom\": {\r\n \"amount\": \"10\"\r\n },\r\n \"amountTo\": {\r\n \"amount\": \"200\"\r\n },\r\n \"taxAmount\": {\r\n \"amount\": \"7\"\r\n },\r\n \"intervalAmount\": {\r\n \"amount\": \"5\"\r\n },\r\n \"pkgFormulaRangeId\": \"6854\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/packageFormulaRanges/{{PackageFormulaRangeId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "packageFormulaRanges", - "{{PackageFormulaRangeId}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/packageFormulaRanges/{{PackageFormulaRangeId}}" }, "response": [] } @@ -124596,13 +100563,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -124626,20 +100589,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/promotionCodes/{{PromotionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "promotionCodes", - "{{PromotionCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/promotionCodes/{{PromotionCode}}" }, "response": [] }, @@ -124648,13 +100598,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -124669,19 +100615,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/promotionCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "promotionCodes" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/promotionCodes" }, "response": [] } @@ -124695,13 +100629,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -124716,19 +100646,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/promotionGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "promotionGroups" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/promotionGroups" }, "response": [] }, @@ -124737,13 +100655,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -124767,20 +100681,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/promotionGroups/{{GroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "promotionGroups", - "{{GroupCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/promotionGroups/{{GroupCode}}" }, "response": [] }, @@ -124789,13 +100690,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -124819,20 +100716,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/promotionGroups/{{GroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "promotionGroups", - "{{GroupCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/promotionGroups/{{GroupCode}}" }, "response": [] }, @@ -124841,13 +100725,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -124871,20 +100751,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/promotionGroups/{{GroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "promotionGroups", - "{{GroupCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/promotionGroups/{{GroupCode}}" }, "response": [] } @@ -124898,13 +100765,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -124930,7 +100793,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}?fetchInstructions=AccessExclusions", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}?fetchInstructions=AccessExclusions", "host": [ "{{HostName}}" ], @@ -124977,195 +100840,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "PUT", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "Accept", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" + "bearer": { + "token": "{{Token}}" } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"rateAccessExclusions\": {\r\n \"rateAccessExclusion\": [\r\n {\r\n \"dateRange\": {\r\n \"start\": \"2021-07-09\",\r\n \"end\": \"2021-07-10\"\r\n },\r\n \"sourceType\": \"CRO\",\r\n \"sourceValue\": \"NAMER\",\r\n \"allowModifyReservation\": true,\r\n \"allowCancelReservation\": true,\r\n \"inactive\": false\r\n }\r\n ],\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"rateCode\": \"{{RatePlanCode}}\"\r\n }\r\n}" - }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateAccessExclusions", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "rateAccessExclusions" - ] - }, - "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." - }, - "response": [] - } - ] - }, - { - "name": "Rate Class", - "item": [ - { - "name": "get Rate Class", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "Accept", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "rateClasses" - ], - "query": [ - { - "key": "rateCategory", - "value": "", - "disabled": true - }, - { - "key": "sellDate", - "value": "", - "disabled": true - } - ] - } - }, - "response": [] - }, - { - "name": "post Rate Class", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "POST", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "Accept", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"rateClass\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"description\": \"Rate Class Descriptionss\",\r\n \"sequence\": \"21\",\r\n \"timeSpan\": {\r\n \"startDate\": \"2021-01-12\"\r\n },\r\n \"rateClass\": \"RATECLASS12\"\r\n }\r\n}" - }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "rateClasses" - ] - } - }, - "response": [] - }, - { - "name": "change Rate Class", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] }, "method": "PUT", "header": [ @@ -125192,10 +100869,52 @@ ], "body": { "mode": "raw", - "raw": "{\r\n \"rateClass\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"description\": \"Rate Class Description\",\r\n \"sequence\": \"21\",\r\n \"timeSpan\": {\r\n \"startDate\": \"2021-01-12\"\r\n },\r\n \"rateClass\": \"RATECLASS12\"\r\n }\r\n}" + "raw": "{\r\n \"rateAccessExclusions\": {\r\n \"rateAccessExclusion\": [\r\n {\r\n \"dateRange\": {\r\n \"start\": \"2021-07-09\",\r\n \"end\": \"2021-07-10\"\r\n },\r\n \"sourceType\": \"CRO\",\r\n \"sourceValue\": \"NAMER\",\r\n \"allowModifyReservation\": true,\r\n \"allowCancelReservation\": true,\r\n \"inactive\": false\r\n }\r\n ],\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"rateCode\": \"{{RatePlanCode}}\"\r\n }\r\n}" }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateAccessExclusions", + "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." + }, + "response": [] + } + ] + }, + { + "name": "Rate Class", + "item": [ + { + "name": "get Rate Class", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "Accept", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateClasses/{{RateClassCode}}", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateClasses", "host": [ "{{HostName}}" ], @@ -125204,25 +100923,112 @@ "v0", "hotels", "{{HotelId}}", - "rateClasses", - "{{RateClassCode}}" + "rateClasses" + ], + "query": [ + { + "key": "rateCategory", + "value": "", + "disabled": true + }, + { + "key": "sellDate", + "value": "", + "disabled": true + } ] } }, "response": [] }, + { + "name": "post Rate Class", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "POST", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "Accept", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"rateClass\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"description\": \"Rate Class Descriptionss\",\r\n \"sequence\": \"21\",\r\n \"timeSpan\": {\r\n \"startDate\": \"2021-01-12\"\r\n },\r\n \"rateClass\": \"RATECLASS12\"\r\n }\r\n}" + }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateClasses" + }, + "response": [] + }, + { + "name": "change Rate Class", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "PUT", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "Accept", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"rateClass\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"description\": \"Rate Class Description\",\r\n \"sequence\": \"21\",\r\n \"timeSpan\": {\r\n \"startDate\": \"2021-01-12\"\r\n },\r\n \"rateClass\": \"RATECLASS12\"\r\n }\r\n}" + }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateClasses/{{RateClassCode}}" + }, + "response": [] + }, { "name": "delete Rate Class", "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -125251,20 +101057,7 @@ "mode": "raw", "raw": "" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateClasses/{{RateClassCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "rateClasses", - "{{RateClassCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateClasses/{{RateClassCode}}" }, "response": [] } @@ -125278,13 +101071,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -125310,7 +101099,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateCategories", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateCategories", "host": [ "{{HostName}}" ], @@ -125342,13 +101131,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -125377,19 +101162,7 @@ "mode": "raw", "raw": "{\r\n \"hotelRateCategory\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"rateCategoryDetails\": {\r\n \"beginDate\": \"2021-01-20\",\r\n \"endDate\": \"2022-12-20\",\r\n \"description\": \"Government Rates\",\r\n \"rateClass\": \"ALL\",\r\n \"sellSequence\": \"2\"\r\n },\r\n \"rateCategory\": \"GOVT\"\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "rateCategories" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateCategories" }, "response": [] }, @@ -125398,13 +101171,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -125433,19 +101202,7 @@ "mode": "raw", "raw": "{\r\n \"hotelRateCategory\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"rateCategoryDetails\": {\r\n \"beginDate\": \"2021-01-20\",\r\n \"endDate\": \"2022-12-31\",\r\n \"description\": \"Government Rates\",\r\n \"rateClass\": \"ALL\",\r\n \"sellSequence\": \"2\"\r\n },\r\n \"rateCategory\": \"GOVT\"\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "rateCategories" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateCategories" }, "response": [] }, @@ -125454,13 +101211,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -125490,7 +101243,7 @@ "raw": "" }, "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateCategories?rateCategory=GOVT", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateCategories?rateCategory=GOVT", "host": [ "{{HostName}}" ], @@ -125521,13 +101274,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -125599,13 +101348,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -125674,13 +101419,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -125709,19 +101450,7 @@ "mode": "raw", "raw": "{\r\n \"ratePlan\": {\r\n \"primaryDetails\": {\r\n \"description\": {\r\n \"defaultText\": \"Rate Code Description Goes Here test\"\r\n },\r\n \"startSellDate\": \"2021-05-03\",\r\n \"endSellDate\": \"2021-12-31\",\r\n \"privilegedRate\": false,\r\n \"privilegedRateRestriction\": false,\r\n \"lockStatus\": \"Unlocked\"\r\n },\r\n \"classifications\": {\r\n \"rateCategory\": \"HOTEL\",\r\n \"marketCode\": \"LEISURE\"\r\n },\r\n \"transactionDetails\": {\r\n \"folioText\": {\r\n \"defaultText\": \"Accommodation\"\r\n },\r\n \"transactionCode\": \"1000\",\r\n \"currencyCode\": \"USD\",\r\n \"rateIncludesTax\": true\r\n },\r\n \"rateCommission\": {},\r\n \"roomTypeList\": [\r\n {\r\n \"code\": \"ECO\"\r\n },\r\n {\r\n \"code\": \"SGL\"\r\n },\r\n {\r\n \"code\": \"DBL\"\r\n },\r\n {\r\n \"code\": \"SUP\"\r\n },\r\n {\r\n \"code\": \"JSUI\"\r\n },\r\n {\r\n \"code\": \"SUI\"\r\n }\r\n ],\r\n \"ratePackages\": {\r\n \"packages\": [],\r\n \"packageGroups\": []\r\n },\r\n \"controls\": {\r\n \"sell\": {\r\n \"minimumStayThrough\": \"1\",\r\n \"minimumLengthOfStay\": \"1\"\r\n },\r\n \"yield\": {\r\n \"yieldable\": \"NonYieldable\"\r\n }\r\n },\r\n \"distribution\": {\r\n \"restrictionUpdate\": false,\r\n \"rateUpdate\": false,\r\n \"myFidelioUploadAllowed\": false,\r\n \"channelRateMappingExists\": false,\r\n \"channelAllowed\": false\r\n },\r\n \"ratePlanBasedOnRates\": [\r\n {\r\n \"basedOnRatePlanType\": \"None\"\r\n }\r\n ],\r\n \"approvalNotes\": [\r\n {}\r\n ],\r\n \"mobileCheckinAllowed\": false,\r\n \"mobileCheckoutAllowed\": false,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"ratePlanCode\": \"TEST99\",\r\n \"supressRate\": false,\r\n \"printRate\": true,\r\n \"discountAllowed\": false,\r\n \"redemption\": false,\r\n \"bARRate\": false,\r\n \"daily\": false,\r\n \"tiered\": false,\r\n \"dayUse\": false,\r\n \"dayType\": false,\r\n \"complimentary\": false,\r\n \"houseUse\": false,\r\n \"negotiated\": false,\r\n \"ownerRate\": false,\r\n \"membershipEligible\": true,\r\n \"advancedDailyBase\": false,\r\n \"advancedDailyRate\": false\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlans" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans" }, "response": [] }, @@ -125730,13 +101459,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -125765,20 +101490,7 @@ "mode": "raw", "raw": "{\r\n \"ratePlan\": {\r\n \"primaryDetails\": {\r\n \"description\": {\r\n \"defaultText\": \"Add the description of rate code here\"\r\n },\r\n \"startSellDate\": \"2021-07-03\",\r\n \"endSellDate\": \"2021-08-31\",\r\n \"privilegedRate\": false,\r\n \"privilegedRateRestriction\": false,\r\n \"lockStatus\": \"Unlocked\"\r\n },\r\n \"classifications\": {\r\n \"rateCategory\": \"PHONE\",\r\n \"marketCode\": \"BUSINESS\"\r\n },\r\n \"roomTypeList\": [\r\n {\r\n \"code\": \"ECO\"\r\n },\r\n {\r\n \"code\": \"SUP\"\r\n }\r\n ],\r\n \"mobileCheckinAllowed\": false,\r\n \"mobileCheckoutAllowed\": false,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"ratePlanCode\": \"{{RatePlanCode}}\",\r\n \"supressRate\": false,\r\n \"printRate\": true,\r\n \"discountAllowed\": false,\r\n \"redemption\": false,\r\n \"bARRate\": false,\r\n \"daily\": false,\r\n \"tiered\": false,\r\n \"dayUse\": false,\r\n \"dayType\": false,\r\n \"complimentary\": false,\r\n \"houseUse\": false,\r\n \"negotiated\": false,\r\n \"ownerRate\": false,\r\n \"membershipEligible\": true,\r\n \"advancedDailyBase\": false,\r\n \"advancedDailyRate\": false\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlans", - "{{RatePlanCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}" }, "response": [] }, @@ -125787,13 +101499,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -125822,21 +101530,7 @@ "mode": "raw", "raw": "{\r\n \"criteria\": {\r\n \"copyRatePlans\": {\r\n \"copyRatePlan\": [\r\n {\r\n \"targets\": [\r\n {\r\n \"ratePlanCodes\": [\r\n {\r\n \"code\": \"NEWCODE2\",\r\n \"description\": \"New rate plan description\"\r\n }\r\n ],\r\n \"hotelId\": \"{{HotelId}}\"\r\n }\r\n ],\r\n \"ratePlanCode\": \"{{RatePlanCode}}\"\r\n }\r\n ],\r\n \"hotelId\": \"{{HotelId}}\"\r\n },\r\n \"includeRateDetails\": false,\r\n \"includePackages\": false,\r\n \"includeNegotiatedRates\": false,\r\n \"includeRateFloor\": false\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/copy", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlans", - "{{RatePlanCode}}", - "copy" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/copy" }, "response": [] }, @@ -125845,13 +101539,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -125880,20 +101570,7 @@ "mode": "raw", "raw": "" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlans", - "{{RatePlanCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}" }, "response": [] } @@ -125907,13 +101584,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -125942,21 +101615,7 @@ "mode": "raw", "raw": "{\r\n \"ratePlan\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"PACKADD\"\r\n },\r\n \"packages\": {\r\n \"packages\": [\r\n {\r\n \"scheduleExceptions\": [],\r\n \"quantity\": \"1\",\r\n \"header\": {\r\n \"primaryDetails\": {\r\n \"beginSellDate\": \"2020-01-01\",\r\n \"endSellDate\": \"2031-01-31\"\r\n },\r\n \"postingAttributes\": {\r\n \"addToRate\": false,\r\n \"printSeparateLine\": false,\r\n \"sellSeparate\": false,\r\n \"postNextDay\": false,\r\n \"forecastNextDay\": true,\r\n \"deliveryTimeRequired\": false,\r\n \"formula\": \"\",\r\n \"startTime\": \"2021-03-12\",\r\n \"endTime\": \"2031-03-12\",\r\n \"postingRhythm\": {\r\n \"type\": \"EveryNight\"\r\n },\r\n \"priceCalculationRule\": \"PerPerson\"\r\n }\r\n },\r\n \"schedules\": [\r\n {\r\n \"schedulePrices\": [\r\n {\r\n \"unitPrice\": \"25\",\r\n \"bucket\": \"Bucket1\"\r\n }\r\n ],\r\n \"start\": \"2020-01-01\",\r\n \"end\": \"2031-01-31\"\r\n }\r\n ],\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"BKFSTINC\",\r\n \"description\": \"Breakfast\"\r\n }\r\n ]\r\n }\r\n}'" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/packages", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlans", - "{{RatePlanCode}}", - "packages" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/packages", "description": "Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan." }, "response": [] @@ -125966,13 +101625,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -126001,21 +101656,7 @@ "mode": "raw", "raw": "{\r\n \"ratePlan\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"PACKADD\"\r\n },\r\n \"packages\": {\r\n \"packages\": [\r\n {\r\n \"scheduleExceptions\": [],\r\n \"quantity\": \"1\",\r\n \"header\": {\r\n \"primaryDetails\": {\r\n \"beginSellDate\": \"2020-01-01\",\r\n \"endSellDate\": \"2031-01-31\"\r\n },\r\n \"postingAttributes\": {\r\n \"addToRate\": false,\r\n \"printSeparateLine\": false,\r\n \"sellSeparate\": false,\r\n \"postNextDay\": false,\r\n \"forecastNextDay\": true,\r\n \"deliveryTimeRequired\": false,\r\n \"formula\": \"\",\r\n \"startTime\": \"2021-03-12\",\r\n \"endTime\": \"2031-03-12\",\r\n \"postingRhythm\": {\r\n \"type\": \"EveryNight\"\r\n },\r\n \"priceCalculationRule\": \"PerPerson\"\r\n }\r\n },\r\n \"schedules\": [\r\n {\r\n \"schedulePrices\": [\r\n {\r\n \"unitPrice\": \"25\",\r\n \"bucket\": \"Bucket1\"\r\n }\r\n ],\r\n \"start\": \"2020-01-01\",\r\n \"end\": \"2031-01-31\"\r\n }\r\n ],\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"BKFSTINC\",\r\n \"description\": \"Breakfast\"\r\n }\r\n ]\r\n }\r\n}'" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/packages", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlans", - "{{RatePlanCode}}", - "packages" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/packages", "description": "Use this operation to update a package (such as Breakfast, or box of chocolated) on a rate plan." }, "response": [] @@ -126025,13 +101666,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -126056,7 +101693,7 @@ } }, "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/packages?packageCode=CHAMP", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/packages?packageCode=CHAMP", "host": [ "{{HostName}}" ], @@ -126089,13 +101726,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -126124,21 +101757,7 @@ "mode": "raw", "raw": "{\r\n \"ratePlan\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"{{RatePlanCode}}\"\r\n },\r\n \"postingRhythms\": [\r\n {\r\n \"code\": \"PAY3STAY\",\r\n \"description\": \"Pay 3 nights and stay 4 nights\",\r\n \"beginSellDate\": \"2021-10-09\",\r\n \"endSellDate\": \"2021-10-11\",\r\n \"requiredPaidNights\": \"4\",\r\n \"eligibleFreeNights\": \"1\",\r\n \"repeatWithinStay\": true,\r\n \"repeatWithinSellSegment\": true\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/postingRhythms", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlans", - "{{RatePlanCode}}", - "postingRhythms" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/postingRhythms", "description": "Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan." }, "response": [] @@ -126148,13 +101767,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -126183,21 +101798,7 @@ "mode": "raw", "raw": "{\r\n \"ratePlan\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"code\": \"{{RatePlanCode}}\"\r\n },\r\n \"postingRhythms\": [\r\n {\r\n \"code\": \"PAY3STAY\",\r\n \"description\": \"Pay 3 nights and stay 4 nights\",\r\n \"beginSellDate\": \"2021-10-09\",\r\n \"endSellDate\": \"2021-10-11\",\r\n \"requiredPaidNights\": \"4\",\r\n \"eligibleFreeNights\": \"1\",\r\n \"repeatWithinStay\": true,\r\n \"repeatWithinSellSegment\": true\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/postingRhythms", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlans", - "{{RatePlanCode}}", - "postingRhythms" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/postingRhythms", "description": "Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan." }, "response": [] @@ -126207,13 +101808,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -126243,7 +101840,7 @@ "raw": "" }, "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/postingRhythms?code=2OF3", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/postingRhythms?code=2OF3", "host": [ "{{HostName}}" ], @@ -126277,13 +101874,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -126368,13 +101961,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -126403,21 +101992,7 @@ "mode": "raw", "raw": "{\r\n \"ratePlanScheduleList\": [\r\n {\r\n \"roomTypeList\": [\r\n \"SUP\",\r\n \"ECO\"\r\n ],\r\n \"sunday\": true,\r\n \"monday\": true,\r\n \"tuesday\": true,\r\n \"wednesday\": true,\r\n \"thursday\": true,\r\n \"friday\": true,\r\n \"saturday\": true,\r\n \"rateAmounts\": {\r\n \"onePersonRate\": \"300\",\r\n \"twoPersonRate\": \"300\",\r\n \"threePersonRate\": \"340\",\r\n \"fourPersonRate\": \"340\",\r\n \"fivePersonRate\": \"400\",\r\n \"rateByAgeBuckets\": [\r\n {\r\n \"minimumAge\": \"0\",\r\n \"maximumAge\": \"3\"\r\n },\r\n {\r\n \"minimumAge\": \"4\",\r\n \"maximumAge\": \"10\"\r\n },\r\n {\r\n \"minimumAge\": \"11\",\r\n \"maximumAge\": \"17\"\r\n }\r\n ],\r\n \"overrideFloorAmount\": true\r\n },\r\n \"rateAmountBoundaries\": {\r\n \"minimum\": {\r\n \"onePersonRate\": \"300\"\r\n },\r\n \"maximum\": {}\r\n },\r\n \"classifications\": {},\r\n \"rateSchedulePackages\": {\r\n \"packages\": [],\r\n \"packageGroups\": []\r\n },\r\n \"tierID\": \"1\",\r\n \"start\": \"2021-07-03\",\r\n \"end\": \"2021-10-31\"\r\n }\r\n ],\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"ratePlanCode\": \"{{RatePlanCode}}\"\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/schedules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlans", - "{{RatePlanCode}}", - "schedules" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/schedules" }, "response": [] }, @@ -126426,13 +102001,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -126461,21 +102032,7 @@ "mode": "raw", "raw": "{\r\n \"ratePlanScheduleList\": [\r\n {\r\n \"roomTypeList\": [\r\n \"DLXK\",\r\n \"DLXQ\"\r\n ],\r\n \"sunday\": true,\r\n \"monday\": true,\r\n \"tuesday\": true,\r\n \"wednesday\": true,\r\n \"thursday\": true,\r\n \"friday\": true,\r\n \"saturday\": true,\r\n \"rateAmounts\": {\r\n \"onePersonRate\": \"220\",\r\n \"twoPersonRate\": \"250\",\r\n \"threePersonRate\": \"280\",\r\n \"fourPersonRate\": \"300\",\r\n \"rateByAgeBuckets\": [\r\n {\r\n \"minimumAge\": \"1\",\r\n \"maximumAge\": \"17\"\r\n }\r\n ],\r\n \"overrideFloorAmount\": true\r\n },\r\n \"classifications\": {},\r\n \"rateSchedulePackages\": {\r\n \"packages\": [\r\n {\r\n \"header\": {},\r\n \"schedules\": [],\r\n \"code\": \"PKG2\",\r\n \"description\": \"Chocolates Package\"\r\n }\r\n ],\r\n \"packageGroups\": []\r\n },\r\n \"tierID\": \"1\",\r\n \"start\": \"2020-12-01\",\r\n \"end\": \"2020-12-31\"\r\n }\r\n ],\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"ratePlanCode\": \"{{RatePlanCode}}\"\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/schedules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlans", - "{{RatePlanCode}}", - "schedules" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/schedules", "description": "Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan." }, "response": [] @@ -126485,13 +102042,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -126520,21 +102073,7 @@ "mode": "raw", "raw": "{\r\n \"ratePlanSchedule\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"ratePlanCode\": \"{{RatePlanCode}}\"\r\n },\r\n \"splitDetails\": {\r\n \"rateAmounts\": {\r\n \"onePersonRate\": \"199\",\r\n \"twoPersonRate\": \"199\",\r\n \"rateByAgeBuckets\": [\r\n {\r\n \"minimumAge\": \"0\",\r\n \"maximumAge\": \"3\"\r\n },\r\n {\r\n \"minimumAge\": \"4\",\r\n \"maximumAge\": \"10\"\r\n },\r\n {\r\n \"minimumAge\": \"11\",\r\n \"maximumAge\": \"17\"\r\n }\r\n ],\r\n \"overrideFloorAmount\": true\r\n },\r\n \"rateAmountBoundaries\": {\r\n \"minimum\": {},\r\n \"maximum\": {}\r\n },\r\n \"classifications\": {},\r\n \"rateSchedulePackages\": {\r\n \"packages\": [],\r\n \"packageGroups\": []\r\n },\r\n \"tierID\": \"1\",\r\n \"start\": \"2021-07-20\",\r\n \"end\": \"2021-08-20\"\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlanSchedules/{{ScheduleId}}/split", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlanSchedules", - "{{ScheduleId}}", - "split" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlanSchedules/{{ScheduleId}}/split" }, "response": [] }, @@ -126543,13 +102082,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -126578,21 +102113,7 @@ "mode": "raw", "raw": "{\r\n \"ratePlanScheduleList\": [\r\n {\r\n \"ratePlanScheduleId\": {\r\n \"type\": \"RateSetId\",\r\n \"id\": \"199827\"\r\n },\r\n \"ratePlanScheduleDetail\": {\r\n \"roomTypeList\": [\r\n \"ECO\",\r\n \"SUP\"\r\n ],\r\n \"sunday\": true,\r\n \"monday\": true,\r\n \"tuesday\": true,\r\n \"wednesday\": true,\r\n \"thursday\": true,\r\n \"friday\": true,\r\n \"saturday\": true,\r\n \"rateAmounts\": {\r\n \"onePersonRate\": \"305\",\r\n \"twoPersonRate\": \"305\",\r\n \"threePersonRate\": \"344\",\r\n \"fourPersonRate\": \"340\",\r\n \"fivePersonRate\": \"400\",\r\n \"rateByAgeBuckets\": [\r\n {\r\n \"minimumAge\": \"0\",\r\n \"maximumAge\": \"3\"\r\n },\r\n {\r\n \"minimumAge\": \"4\",\r\n \"maximumAge\": \"10\"\r\n },\r\n {\r\n \"minimumAge\": \"11\",\r\n \"maximumAge\": \"17\"\r\n }\r\n ],\r\n \"overrideFloorAmount\": true\r\n },\r\n \"rateAmountBoundaries\": {\r\n \"minimum\": {\r\n \"onePersonRate\": \"300\"\r\n },\r\n \"maximum\": {}\r\n },\r\n \"classifications\": {},\r\n \"rateSchedulePackages\": {\r\n \"packages\": [],\r\n \"packageGroups\": []\r\n },\r\n \"tierID\": \"1\",\r\n \"start\": \"2021-03-11\",\r\n \"end\": \"2021-03-31\"\r\n }\r\n }\r\n ],\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"ratePlanCode\": \"{{RatePlanCode}}\"\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/schedules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlans", - "{{RatePlanCode}}", - "schedules" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/schedules" }, "response": [] }, @@ -126601,13 +102122,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -126671,13 +102188,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -126703,7 +102216,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateSeasons", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateSeasons", "host": [ "{{HostName}}" ], @@ -126735,13 +102248,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -126770,19 +102279,7 @@ "mode": "raw", "raw": "{\r\n \"rateSeasons\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"description\": \"Season 2022\",\r\n \"dateRange\": {\r\n \"startDate\": \"2022-01-12\",\r\n \"endDate\": \"2022-12-31\"\r\n },\r\n \"seasonCode\": \"2022\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateSeasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "rateSeasons" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateSeasons" }, "response": [] }, @@ -126791,13 +102288,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -126826,20 +102319,7 @@ "mode": "raw", "raw": "{\r\n \"rateSeasons\": [\r\n {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"description\": \"Season 2022\",\r\n \"dateRange\": {\r\n \"startDate\": \"2021-04-01\",\r\n \"endDate\": \"2021-08-31\"\r\n },\r\n \"seasonCode\": \"HIGH\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateSeasons/{{SeasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "rateSeasons", - "{{SeasonCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateSeasons/{{SeasonCode}}" }, "response": [] }, @@ -126848,13 +102328,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -126883,20 +102359,7 @@ "mode": "raw", "raw": "" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateSeasons/{{SeasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "rateSeasons", - "{{SeasonCode}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateSeasons/{{SeasonCode}}" }, "response": [] } @@ -126910,13 +102373,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -126941,19 +102400,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateStrategies", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "rateStrategies" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateStrategies" }, "response": [] }, @@ -126962,13 +102409,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -126997,20 +102440,7 @@ "mode": "raw", "raw": "" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateStrategies/{{RateStrategyId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "rateStrategies", - "{{RateStrategyId}}" - ] - } + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateStrategies/{{RateStrategyId}}" }, "response": [] } @@ -127024,13 +102454,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -127056,7 +102482,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/templates/rateCategories?includeInactive=false", + "raw": "{{HostName}}/rtp/v1/templates/rateCategories?includeInactive=false", "host": [ "{{HostName}}" ], @@ -127086,13 +102512,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -127121,18 +102543,7 @@ "mode": "raw", "raw": "{\r\n \"templateRateCategory\": {\r\n \"rateCategoryDetails\": {\r\n \"beginDate\": \"2020-12-12\",\r\n \"description\": \"Complimentary Rate Category\",\r\n \"rateClass\": \"RACK\",\r\n \"sellSequence\": \"2\"\r\n },\r\n \"rateCategory\": \"COMP\"\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/templates/rateCategories", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "templates", - "rateCategories" - ] - }, + "url": "{{HostName}}/rtp/v1/templates/rateCategories", "description": "." }, "response": [] @@ -127142,13 +102553,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -127177,19 +102584,7 @@ "mode": "raw", "raw": "{\r\n \"templateRateCategory\": {\r\n \"rateCategoryDetails\": {\r\n \"beginDate\": \"2020-12-12\",\r\n \"description\": \"Complimentary Rate Category\",\r\n \"rateClass\": \"RACK\",\r\n \"sellSequence\": \"2\"\r\n },\r\n \"rateCategory\": \"COMP\"\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/templates/rateCategories/{{RateCategoryCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "templates", - "rateCategories", - "{{RateCategoryCode}}" - ] - }, + "url": "{{HostName}}/rtp/v1/templates/rateCategories/{{RateCategoryCode}}", "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." }, "response": [] @@ -127199,243 +102594,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "DELETE", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "Accept", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" + "bearer": { + "token": "{{Token}}" } - ], - "body": { - "mode": "raw", - "raw": "" - }, - "url": { - "raw": "{{HostName}}/rtp/v0/templates/rateCategories/{{RateCategoryCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "templates", - "rateCategories", - "{{RateCategoryCode}}" - ] - }, - "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." - }, - "response": [] - } - ] - }, - { - "name": "Template Rate Class", - "item": [ - { - "name": "get Template Rate Class", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "GET", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "Accept", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "url": { - "raw": "{{HostName}}/rtp/v0/templates/rateClasses?includeInactive=false", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "templates", - "rateClasses" - ], - "query": [ - { - "key": "includeInactive", - "value": "false" - } - ] - } - }, - "response": [] - }, - { - "name": "post Template Rate Class", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "POST", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "Accept", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"templateRateClass\": {\r\n \"description\": \"Daily Rates\",\r\n \"sequence\": \"2\",\r\n \"timeSpan\": {\r\n \"startDate\": \"2021-01-01\"\r\n },\r\n \"rateClass\": \"DAILY\"\r\n }\r\n}" - }, - "url": { - "raw": "{{HostName}}/rtp/v0/templates/rateClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "templates", - "rateClasses" - ] - } - }, - "response": [] - }, - { - "name": "change Template Rate Class", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] - }, - "method": "PUT", - "header": [ - { - "key": "Content-Type", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "Accept", - "type": "text", - "value": "application/json;charset=UTF-8" - }, - { - "key": "x-hotelid", - "type": "text", - "value": "{{HotelId}}" - }, - { - "key": "x-app-key", - "type": "text", - "value": "{{AppKey}}" - } - ], - "body": { - "mode": "raw", - "raw": "{\r\n \"templateRateClass\": {\r\n \"description\": \"Daily Rates\",\r\n \"sequence\": \"2\",\r\n \"timeSpan\": {\r\n \"startDate\": \"2021-01-01\"\r\n },\r\n \"rateClass\": \"DAILY\"\r\n }\r\n}" - }, - "url": { - "raw": "{{HostName}}/rtp/v0/templates/rateClasses/{{RateClassCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "templates", - "rateClasses", - "{{RateClassCode}}" - ] - } - }, - "response": [] - }, - { - "name": "delete Template Rate Class", - "request": { - "auth": { - "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] }, "method": "DELETE", "header": [ @@ -127464,8 +102625,50 @@ "mode": "raw", "raw": "" }, + "url": "{{HostName}}/rtp/v1/templates/rateCategories/{{RateCategoryCode}}", + "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." + }, + "response": [] + } + ] + }, + { + "name": "Template Rate Class", + "item": [ + { + "name": "get Template Rate Class", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "GET", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "Accept", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], "url": { - "raw": "{{HostName}}/rtp/v0/templates/rateClasses/{{RateClassCode}}", + "raw": "{{HostName}}/rtp/v1/templates/rateClasses?includeInactive=false", "host": [ "{{HostName}}" ], @@ -127473,12 +102676,137 @@ "rtp", "v0", "templates", - "rateClasses", - "{{RateClassCode}}" + "rateClasses" + ], + "query": [ + { + "key": "includeInactive", + "value": "false" + } ] } }, "response": [] + }, + { + "name": "post Template Rate Class", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "POST", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "Accept", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"templateRateClass\": {\r\n \"description\": \"Daily Rates\",\r\n \"sequence\": \"2\",\r\n \"timeSpan\": {\r\n \"startDate\": \"2021-01-01\"\r\n },\r\n \"rateClass\": \"DAILY\"\r\n }\r\n}" + }, + "url": "{{HostName}}/rtp/v1/templates/rateClasses" + }, + "response": [] + }, + { + "name": "change Template Rate Class", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "PUT", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "Accept", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "{\r\n \"templateRateClass\": {\r\n \"description\": \"Daily Rates\",\r\n \"sequence\": \"2\",\r\n \"timeSpan\": {\r\n \"startDate\": \"2021-01-01\"\r\n },\r\n \"rateClass\": \"DAILY\"\r\n }\r\n}" + }, + "url": "{{HostName}}/rtp/v1/templates/rateClasses/{{RateClassCode}}" + }, + "response": [] + }, + { + "name": "delete Template Rate Class", + "request": { + "auth": { + "type": "bearer", + "bearer": { + "token": "{{Token}}" + } + }, + "method": "DELETE", + "header": [ + { + "key": "Content-Type", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "Accept", + "type": "text", + "value": "application/json;charset=UTF-8" + }, + { + "key": "x-hotelid", + "type": "text", + "value": "{{HotelId}}" + }, + { + "key": "x-app-key", + "type": "text", + "value": "{{AppKey}}" + } + ], + "body": { + "mode": "raw", + "raw": "" + }, + "url": "{{HostName}}/rtp/v1/templates/rateClasses/{{RateClassCode}}" + }, + "response": [] } ] }, @@ -127490,13 +102818,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -127522,7 +102846,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/templates/rateSeasons?seasonCodes=2", + "raw": "{{HostName}}/rtp/v1/templates/rateSeasons?seasonCodes=2", "host": [ "{{HostName}}" ], @@ -127547,13 +102871,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -127582,18 +102902,7 @@ "mode": "raw", "raw": "{\r\n \"templateRateSeasons\": [\r\n {\r\n \"description\": \"Season 2022\",\r\n \"dateRange\": {\r\n \"startDate\": \"2022-01-01\",\r\n \"endDate\": \"2022-12-31\"\r\n },\r\n \"seasonCode\": \"2022\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/templates/rateSeasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "templates", - "rateSeasons" - ] - } + "url": "{{HostName}}/rtp/v1/templates/rateSeasons" }, "response": [] }, @@ -127602,13 +102911,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -127637,19 +102942,7 @@ "mode": "raw", "raw": "{\r\n \"templateRateSeasons\": [\r\n {\r\n \"description\": \"Season 2022\",\r\n \"dateRange\": {\r\n \"startDate\": \"2022-01-01\",\r\n \"endDate\": \"2022-12-31\"\r\n },\r\n \"seasonCode\": \"2022\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/templates/rateSeasons/{{SeasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "templates", - "rateSeasons", - "{{SeasonCode}}" - ] - }, + "url": "{{HostName}}/rtp/v1/templates/rateSeasons/{{SeasonCode}}", "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." }, "response": [] @@ -127659,13 +102952,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -127694,19 +102983,7 @@ "mode": "raw", "raw": "" }, - "url": { - "raw": "{{HostName}}/rtp/v0/templates/rateSeasons/{{SeasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "templates", - "rateSeasons", - "{{SeasonCode}}" - ] - }, + "url": "{{HostName}}/rtp/v1/templates/rateSeasons/{{SeasonCode}}", "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." }, "response": [] @@ -127721,13 +102998,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -127753,7 +103026,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/packageForecastGroups", + "raw": "{{HostName}}/rtp/v1/packageForecastGroups", "host": [ "{{HostName}}" ], @@ -127779,13 +103052,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -127814,17 +103083,7 @@ "mode": "raw", "raw": "{\r\n \"templatePackageForecastGroups\": [\r\n {\r\n \"description\": \"Lunch Packages\",\r\n \"sellSequence\": \"2\",\r\n \"inactive\": false,\r\n \"code\": \"LUNCH\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/packageForecastGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "packageForecastGroups" - ] - }, + "url": "{{HostName}}/rtp/v1/packageForecastGroups", "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." }, "response": [] @@ -127834,13 +103093,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -127869,17 +103124,7 @@ "mode": "raw", "raw": "{\r\n \"templatePackageForecastGroups\": [\r\n {\r\n \"description\": \"Breakfast Packages\",\r\n \"sellSequence\": \"2\",\r\n \"inactive\": false,\r\n \"code\": \"BKFST\"\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/packageForecastGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "packageForecastGroups" - ] - }, + "url": "{{HostName}}/rtp/v1/packageForecastGroups", "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." }, "response": [] @@ -127889,13 +103134,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -127920,18 +103161,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rtp/v0/packageForecastGroups/{{PackageForecastGroupCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "packageForecastGroups", - "{{PackageForecastGroupCode}}" - ] - }, + "url": "{{HostName}}/rtp/v1/packageForecastGroups/{{PackageForecastGroupCode}}", "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." }, "response": [] @@ -127946,13 +103176,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -127978,7 +103204,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/PromotionCodes?includeInactive=false&offset=0", + "raw": "{{HostName}}/rtp/v1/PromotionCodes?includeInactive=false&offset=0", "host": [ "{{HostName}}" ], @@ -128007,13 +103233,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -128042,18 +103264,7 @@ "mode": "raw", "raw": "{\r\n \"templatePromotionCode\": {\r\n \"promotionCodeDetails\": {\r\n \"promotionName\": {\r\n \"defaultText\": \"FLASHSALE 1 DESCRIPTION\"\r\n },\r\n \"promotionGroup\": \"FLASHSALE\",\r\n \"description\": \"FLASH SALE LONG DESCRIPTION\",\r\n \"bookingDate\": {\r\n \"startDate\": \"2021-06-30\",\r\n \"endDate\": \"2027-06-30\"\r\n },\r\n \"stayDate\": {\r\n \"startDate\": \"2021-06-30\",\r\n \"endDate\": \"2025-06-30\"\r\n },\r\n \"category\": \"FLASHSALE\",\r\n \"categoryDesc\": \"FLASH SALE LONG DESCRIPTION\",\r\n \"promoInstructions\": \"FLASHSALE 2 INSTRUCTION\",\r\n \"promoInformation\": \"FLASHSALE 2 INFORMATION\",\r\n \"upgradeAllowed\": \"Y\",\r\n \"updateOutsideBookingDate\": false,\r\n \"checkInOutTime\": {}\r\n },\r\n \"promotionCode\": \"FLASHSALE1\"\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/promotionCodes/{{PromotionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "promotionCodes", - "{{PromotionCode}}" - ] - }, + "url": "{{HostName}}/rtp/v1/promotionCodes/{{PromotionCode}}", "description": "Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan." }, "response": [] @@ -128063,13 +103274,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -128098,18 +103305,7 @@ "mode": "raw", "raw": "{\r\n \"templatePromotionCode\": {\r\n \"promotionCodeDetails\": {\r\n \"promotionName\": {\r\n \"defaultText\": \"FLASHSALE 1 DESCRIPTION\"\r\n },\r\n \"promotionGroup\": \"FLASHSALE\",\r\n \"description\": \"FLASH SALE LONG DESCRIPTION\",\r\n \"bookingDate\": {\r\n \"startDate\": \"2021-06-30\",\r\n \"endDate\": \"2027-06-30\"\r\n },\r\n \"stayDate\": {\r\n \"startDate\": \"2021-06-30\",\r\n \"endDate\": \"2025-06-30\"\r\n },\r\n \"category\": \"FLASHSALE\",\r\n \"categoryDesc\": \"FLASH SALE LONG DESCRIPTION\",\r\n \"promoInstructions\": \"FLASHSALE 2 INSTRUCTION\",\r\n \"promoInformation\": \"FLASHSALE 2 INFORMATION\",\r\n \"upgradeAllowed\": \"Y\",\r\n \"updateOutsideBookingDate\": false,\r\n \"checkInOutTime\": {}\r\n },\r\n \"promotionCode\": \"FLASHSALE1\"\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/promotionCodes/{{PromotionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "promotionCodes", - "{{PromotionCode}}" - ] - }, + "url": "{{HostName}}/rtp/v1/promotionCodes/{{PromotionCode}}", "description": "Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan." }, "response": [] @@ -128121,13 +103317,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -128153,7 +103345,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/blocks/ratePlans", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/blocks/ratePlans", "host": [ "{{HostName}}" ], @@ -128184,13 +103376,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -128220,7 +103408,7 @@ "raw": "" }, "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/massRateChangeStatus", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/massRateChangeStatus", "host": [ "{{HostName}}" ], @@ -128251,13 +103439,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -128287,7 +103471,7 @@ "raw": "" }, "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rates/activityLog?searchText=&offset=1&module=RateCode&limit=25¶meterName=RATE_CODE¶meterValue=DAY3", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rates/activityLog?searchText=&offset=1&module=RateCode&limit=25¶meterName=RATE_CODE¶meterValue=DAY3", "host": [ "{{HostName}}" ], @@ -128335,13 +103519,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -128367,7 +103547,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateGroups", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateGroups", "host": [ "{{HostName}}" ], @@ -128394,13 +103574,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -128426,7 +103602,7 @@ } ], "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/blocks/ratePlans", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/blocks/ratePlans", "host": [ "{{HostName}}" ], @@ -128454,13 +103630,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -128485,19 +103657,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/yieldAdjustments", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "yieldAdjustments" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/yieldAdjustments", "description": "Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges." }, "response": [] @@ -128510,13 +103670,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -128545,21 +103701,7 @@ "mode": "raw", "raw": "" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rates/promotions/3FOR4", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "rates", - "promotions", - "3FOR4" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rates/promotions/3FOR4", "description": "Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan." }, "response": [] @@ -128569,13 +103711,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -128599,17 +103737,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/v0/rateStrategies", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "rateStrategies" - ] - } + "url": "{{HostName}}/rtp/v1/rateStrategies" }, "response": [] }, @@ -128618,13 +103746,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -128653,21 +103777,7 @@ "mode": "raw", "raw": "{\r\n \"dailyRateScheduleRange\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"ratePlanCode\": \"{{RatePlanCode}}\",\r\n \"roomTypes\": [\r\n \"SUP\",\r\n \"ECO\"\r\n ],\r\n \"roomClasses\": [],\r\n \"dateRange\": {\r\n \"timeSpan\": {\r\n \"startDate\": \"2021-10-08\",\r\n \"endDate\": \"2021-10-31\"\r\n },\r\n \"sunday\": true,\r\n \"monday\": true,\r\n \"tuesday\": true,\r\n \"wednesday\": true,\r\n \"thursday\": true,\r\n \"friday\": true,\r\n \"saturday\": true\r\n },\r\n \"incrementFlag\": false,\r\n \"rateAmounts\": {\r\n \"onePersonRate\": \"200\",\r\n \"twoPersonRate\": \"200\",\r\n \"extraPersonRate\": \"45\",\r\n \"overrideFloorAmount\": false\r\n }\r\n }\r\n}" }, - "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/dailySchedules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "v0", - "hotels", - "{{HotelId}}", - "ratePlans", - "{{RatePlanCode}}", - "dailySchedules" - ] - }, + "url": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/dailySchedules", "description": "Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan." }, "response": [] @@ -128677,13 +103787,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -128713,7 +103819,7 @@ "raw": "" }, "url": { - "raw": "{{HostName}}/rtp/v0/hotels/{{HotelId}}/rateAccessExclusions?allowModifyReservation=true&inactive=false&allowCreateReservation=true&allowCancelReservation=true&excludeFromAvailability=false&sourceType=CRO&sourceValue=OHIPSB&start=2022-07-09&end=2022-07-10&rateCode={{RatePlanCode}}", + "raw": "{{HostName}}/rtp/v1/hotels/{{HotelId}}/rateAccessExclusions?allowModifyReservation=true&inactive=false&allowCreateReservation=true&allowCancelReservation=true&excludeFromAvailability=false&sourceType=CRO&sourceValue=OHIPSB&start=2022-07-09&end=2022-07-10&rateCode={{RatePlanCode}}", "host": [ "{{HostName}}" ], @@ -128809,13 +103915,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -128886,13 +103988,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -128916,18 +104014,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/bedTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "bedTypes" - ] - } + "url": "{{HostName}}/rm/config/v1/bedTypes" }, "response": [] }, @@ -128936,13 +104023,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -128966,19 +104049,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/bedTypes/{{BedTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "bedTypes", - "{{BedTypesId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/bedTypes/{{BedTypesId}}" }, "response": [] }, @@ -128987,13 +104058,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -129008,19 +104075,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rm/config/v0/bedTypes/{{BedTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "bedTypes", - "{{BedTypesId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/bedTypes/{{BedTypesId}}" }, "response": [] } @@ -129034,13 +104089,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -129056,7 +104107,7 @@ } ], "url": { - "raw": "{{HostName}}/rm/config/v0/bedTypeRequests?fetchInactive=true", + "raw": "{{HostName}}/rm/config/v1/bedTypeRequests?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -129086,13 +104137,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -129116,19 +104163,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/bedTypeRequests/{{BedTypeRequestsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "bedTypeRequests", - "{{BedTypeRequestsId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/bedTypeRequests/{{BedTypeRequestsId}}" }, "response": [] }, @@ -129137,13 +104172,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -129159,7 +104190,7 @@ } ], "url": { - "raw": "{{HostName}}/rm/config/v0/bedTypeRequests/{{BedTypeRequestsId}}", + "raw": "{{HostName}}/rm/config/v1/bedTypeRequests/{{BedTypeRequestsId}}", "host": [ "{{HostName}}" ], @@ -129194,13 +104225,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -129231,7 +104258,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/buildings?wildCard=f&buildingGroupWildCard=f&hotelId={{HotelId}}", + "raw": "{{HostName}}/rm/config/v1/buildings?wildCard=f&buildingGroupWildCard=f&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -129274,13 +104301,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -129310,18 +104333,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/buildings", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "buildings" - ] - } + "url": "{{HostName}}/rm/config/v1/buildings" }, "response": [] }, @@ -129330,13 +104342,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -129366,18 +104374,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/buildings", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "buildings" - ] - } + "url": "{{HostName}}/rm/config/v1/buildings" }, "response": [] }, @@ -129386,13 +104383,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -129422,21 +104415,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{SourceHotelId}}/buildings/copy", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{SourceHotelId}}", - "buildings", - "copy" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{SourceHotelId}}/buildings/copy" }, "response": [] }, @@ -129445,13 +104424,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -129482,7 +104457,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/buildings?hotelIds=MAIN&hotelId={{HotelId}}", + "raw": "{{HostName}}/rm/config/v1/buildings?hotelIds=MAIN&hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -129519,13 +104494,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -129556,7 +104527,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/buildingGroups?hotelId={{HotelId}}", + "raw": "{{HostName}}/rm/config/v1/buildingGroups?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -129581,13 +104552,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -129611,18 +104578,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/buildingGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "buildingGroups" - ] - } + "url": "{{HostName}}/rm/config/v1/buildingGroups" }, "response": [] }, @@ -129631,13 +104587,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -129661,18 +104613,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/buildingGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "buildingGroups" - ] - } + "url": "{{HostName}}/rm/config/v1/buildingGroups" }, "response": [] }, @@ -129681,13 +104622,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -129711,21 +104648,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{SourceHotelId}}/buildingGroups/copy", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{SourceHotelId}}", - "buildingGroups", - "copy" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{SourceHotelId}}/buildingGroups/copy" }, "response": [] } @@ -129742,13 +104665,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -129779,7 +104698,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/floors?hotelIds={{HotelId}}", + "raw": "{{HostName}}/rm/config/v1/floors?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -129804,13 +104723,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -129834,18 +104749,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/floors", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "floors" - ] - } + "url": "{{HostName}}/rm/config/v1/floors" }, "response": [] }, @@ -129854,13 +104758,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -129884,19 +104784,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/floors/{{FloorsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "floors", - "{{FloorsId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/floors/{{FloorsId}}" }, "response": [] }, @@ -129905,13 +104793,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -129926,19 +104810,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rm/config/v0/floors/{{FloorsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "floors", - "{{FloorsId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/floors/{{FloorsId}}" }, "response": [] } @@ -129955,13 +104827,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -129992,7 +104860,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/floorTypes?description=f&wildcard=F", + "raw": "{{HostName}}/rm/config/v1/floorTypes?description=f&wildcard=F", "host": [ "{{HostName}}" ], @@ -130026,13 +104894,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -130056,18 +104920,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/floorTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "floorTypes" - ] - } + "url": "{{HostName}}/rm/config/v1/floorTypes" }, "response": [] }, @@ -130076,13 +104929,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -130106,19 +104955,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/floorTypes/{{FloorTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "floorTypes", - "{{FloorTypesId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/floorTypes/{{FloorTypesId}}" }, "response": [] }, @@ -130127,13 +104964,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -130148,19 +104981,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rm/config/v0/floorTypes/{{FloorTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "floorTypes", - "{{FloorTypesId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/floorTypes/{{FloorTypesId}}" }, "response": [] } @@ -130177,13 +104998,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -130214,7 +105031,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingAttendants", + "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingAttendants", "host": [ "{{HostName}}" ], @@ -130242,13 +105059,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -130278,20 +105091,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingAttendants", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingAttendants" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingAttendants" }, "response": [] }, @@ -130300,13 +105100,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -130336,21 +105132,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingAttendants/{{AttendantId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingAttendants", - "{{AttendantId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingAttendants/{{AttendantId}}" }, "response": [] }, @@ -130359,13 +105141,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -130395,21 +105173,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingAttendants/{{AttendantId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingAttendants", - "{{AttendantId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingAttendants/{{AttendantId}}" }, "response": [] } @@ -130426,13 +105190,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -130462,20 +105222,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/creditRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "creditRules" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/creditRules" }, "response": [] }, @@ -130484,13 +105231,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -130520,20 +105263,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/creditRules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "creditRules" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/creditRules" }, "response": [] }, @@ -130542,13 +105272,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -130578,21 +105304,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/creditRules/{{Code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "creditRules", - "{{Code}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/creditRules/{{Code}}" }, "response": [] }, @@ -130601,13 +105313,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -130637,21 +105345,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/creditRules/{{Code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "creditRules", - "{{Code}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/creditRules/{{Code}}" }, "response": [] } @@ -130668,13 +105362,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -130704,20 +105394,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingRoomSchedules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingRoomSchedules" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingRoomSchedules" }, "response": [] }, @@ -130726,13 +105403,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -130756,20 +105429,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingRoomSchedules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingRoomSchedules" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingRoomSchedules" }, "response": [] }, @@ -130778,13 +105438,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -130813,21 +105469,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingRoomSchedules/{{RoomScheduleId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingRoomSchedules", - "{{RoomScheduleId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingRoomSchedules/{{RoomScheduleId}}" }, "response": [] }, @@ -130836,13 +105478,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -130862,23 +105500,7 @@ "value": "{{AppKey}}" } ], - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomTypeCodes/{{RoomTypeCode}}/housekeepingRoomSchedules/{{RoomScheduleId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomTypeCodes", - "{{RoomTypeCode}}", - "housekeepingRoomSchedules", - "{{RoomScheduleId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomTypeCodes/{{RoomTypeCode}}/housekeepingRoomSchedules/{{RoomScheduleId}}" }, "response": [] } @@ -130895,13 +105517,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -130931,20 +105549,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSections", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v1", - "hotels", - "{{HotelId}}", - "housekeepingSections" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSections" }, "response": [] }, @@ -130953,13 +105558,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -130983,20 +105584,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSections", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v1", - "hotels", - "{{HotelId}}", - "housekeepingSections" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSections" }, "response": [] }, @@ -131005,13 +105593,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -131035,21 +105619,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSections/{{Code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v1", - "hotels", - "{{HotelId}}", - "housekeepingSections", - "{{Code}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSections/{{Code}}" }, "response": [] }, @@ -131058,13 +105628,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -131079,21 +105645,7 @@ "value": "{{HotelId}}" } ], - "url": { - "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSections/{{Code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v1", - "hotels", - "{{HotelId}}", - "housekeepingSections", - "{{Code}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSections/{{Code}}" }, "response": [] } @@ -131110,13 +105662,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -131146,20 +105694,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingSectionGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingSectionGroups" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSectionGroups" }, "response": [] }, @@ -131168,13 +105703,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -131204,20 +105735,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingSectionGroups", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingSectionGroups" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSectionGroups" }, "response": [] }, @@ -131226,13 +105744,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -131262,21 +105776,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingSectionGroups/{{Code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingSectionGroups", - "{{Code}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSectionGroups/{{Code}}" }, "response": [] }, @@ -131285,13 +105785,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -131322,7 +105818,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingSectionGroups/{{Code}}?housekeepingSectionGroupsCode={{Code}}", + "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSectionGroups/{{Code}}?housekeepingSectionGroupsCode={{Code}}", "host": [ "{{HostName}}" ], @@ -131358,13 +105854,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -131394,20 +105886,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingSupplyCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingSupplyCodes" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSupplyCodes" }, "response": [] }, @@ -131416,13 +105895,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -131452,20 +105927,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingSupplyCodes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingSupplyCodes" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSupplyCodes" }, "response": [] }, @@ -131474,13 +105936,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -131510,21 +105968,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingSupplyCodes/{{Code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingSupplyCodes", - "{{Code}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSupplyCodes/{{Code}}" }, "response": [] }, @@ -131533,13 +105977,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -131570,7 +106010,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingSupplyCodes/{{Code}}?housekeepingCodes=BATHWASH&sequence=0", + "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingSupplyCodes/{{Code}}?housekeepingCodes=BATHWASH&sequence=0", "host": [ "{{HostName}}" ], @@ -131610,13 +106050,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -131646,20 +106082,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingTasks", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingTasks" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingTasks" }, "response": [] }, @@ -131668,13 +106091,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -131704,20 +106123,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingTasks", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingTasks" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingTasks" }, "response": [] }, @@ -131726,13 +106132,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -131762,21 +106164,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingTasks/{{Code}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingTasks", - "{{Code}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingTasks/{{Code}}" }, "response": [] }, @@ -131785,13 +106173,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -131822,7 +106206,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingTasks/{{Code}}?forceRemove=false", + "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingTasks/{{Code}}?forceRemove=false", "host": [ "{{HostName}}" ], @@ -131859,13 +106243,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -131895,20 +106275,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/outOfOrderServiceReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "outOfOrderServiceReasons" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/outOfOrderServiceReasons" }, "response": [] }, @@ -131917,13 +106284,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -131953,20 +106316,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/outOfOrderServiceReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "outOfOrderServiceReasons" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/outOfOrderServiceReasons" }, "response": [] }, @@ -131975,13 +106325,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -132011,21 +106357,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/outOfOrderServiceReasons/{{ReasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "outOfOrderServiceReasons", - "{{ReasonCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/outOfOrderServiceReasons/{{ReasonCode}}" }, "response": [] }, @@ -132034,13 +106366,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -132070,21 +106398,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/outOfOrderServiceReasons/{{ReasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "outOfOrderServiceReasons", - "{{ReasonCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/outOfOrderServiceReasons/{{ReasonCode}}" }, "response": [] } @@ -132101,13 +106415,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -132137,20 +106447,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomClasses" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomClasses" }, "response": [] }, @@ -132159,13 +106456,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -132195,20 +106488,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomClasses" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomClasses" }, "response": [] }, @@ -132217,13 +106497,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -132253,21 +106529,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomClasses/{{RoomClassId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomClasses", - "{{RoomClassId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomClasses/{{RoomClassId}}" }, "response": [] }, @@ -132276,13 +106538,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -132313,7 +106571,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomClasses/{{RoomClassId}}?roomClass=CONDO", + "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomClasses/{{RoomClassId}}?roomClass=CONDO", "host": [ "{{HostName}}" ], @@ -132349,13 +106607,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -132385,18 +106639,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomClasses", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomClasses" - ] - } + "url": "{{HostName}}/rm/config/v1/roomClasses" }, "response": [] }, @@ -132405,13 +106648,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -132441,18 +106680,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomClass", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomClass" - ] - } + "url": "{{HostName}}/rm/config/v1/roomClass" }, "response": [] }, @@ -132461,13 +106689,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -132497,19 +106721,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomClasses/{{RoomClassTemplateId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomClasses", - "{{RoomClassTemplateId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/roomClasses/{{RoomClassTemplateId}}" }, "response": [] }, @@ -132518,13 +106730,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -132555,7 +106763,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/roomClasses/{{RoomClassTemplateId}}?roomClass=CONDO", + "raw": "{{HostName}}/rm/config/v1/roomClasses/{{RoomClassTemplateId}}?roomClass=CONDO", "host": [ "{{HostName}}" ], @@ -132589,13 +106797,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -132625,20 +106829,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomConditions", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomConditions" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomConditions" }, "response": [] }, @@ -132647,13 +106838,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -132677,20 +106864,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomConditions", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomConditions" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomConditions" }, "response": [] }, @@ -132699,13 +106873,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -132729,21 +106899,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomConditions/{{RoomConditionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomConditions", - "{{RoomConditionCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomConditions/{{RoomConditionCode}}" }, "response": [] }, @@ -132752,13 +106908,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -132782,21 +106934,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomConditions/{{RoomConditionCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomConditions", - "{{RoomConditionCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomConditions/{{RoomConditionCode}}" }, "response": [] } @@ -132833,13 +106971,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -132869,18 +107003,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomConditions", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomConditions" - ] - } + "url": "{{HostName}}/rm/config/v1/roomConditions" }, "response": [] }, @@ -132889,13 +107012,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -132925,18 +107044,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomConditions", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomConditions" - ] - } + "url": "{{HostName}}/rm/config/v1/roomConditions" }, "response": [] }, @@ -132945,13 +107053,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -132981,19 +107085,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomConditions/{{TemplateCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomConditions", - "{{TemplateCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/roomConditions/{{TemplateCode}}" }, "response": [] }, @@ -133002,13 +107094,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -133039,7 +107127,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/roomConditions/{{TemplateCode}}?roomConditionTemplateCode=AIR", + "raw": "{{HostName}}/rm/config/v1/roomConditions/{{TemplateCode}}?roomConditionTemplateCode=AIR", "host": [ "{{HostName}}" ], @@ -133073,13 +107161,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -133110,7 +107194,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomFeatures?wildCard=Co", + "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomFeatures?wildCard=Co", "host": [ "{{HostName}}" ], @@ -133143,13 +107227,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -133173,20 +107253,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomFeatures", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomFeatures" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomFeatures" }, "response": [] }, @@ -133195,13 +107262,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -133225,20 +107288,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomFeatures", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomFeatures" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomFeatures" }, "response": [] }, @@ -133247,13 +107297,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -133278,7 +107324,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomFeatures?genericHotelParentCodes=MV&genericHotelParentCodesGroup=ROOM FEATURES", + "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomFeatures?genericHotelParentCodes=MV&genericHotelParentCodesGroup=ROOM FEATURES", "host": [ "{{HostName}}" ], @@ -133337,13 +107383,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -133374,7 +107416,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/roomHierarchies?hotelIds={{HotelId}}", + "raw": "{{HostName}}/rm/config/v1/roomHierarchies?hotelIds={{HotelId}}", "host": [ "{{HostName}}" ], @@ -133409,13 +107451,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -133445,18 +107483,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomHierarchies", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomHierarchies" - ] - } + "url": "{{HostName}}/rm/config/v1/roomHierarchies" }, "response": [] }, @@ -133465,13 +107492,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -133501,18 +107524,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomHierarchies", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomHierarchies" - ] - } + "url": "{{HostName}}/rm/config/v1/roomHierarchies" }, "response": [] }, @@ -133521,13 +107533,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -133558,7 +107566,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/roomHierarchies?hotelId={{HotelId}}&fromCode=ECO&roomHierarchyType=Type", + "raw": "{{HostName}}/rm/config/v1/roomHierarchies?hotelId={{HotelId}}&fromCode=ECO&roomHierarchyType=Type", "host": [ "{{HostName}}" ], @@ -133599,13 +107607,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -133635,20 +107639,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomMaintenanceReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomMaintenanceReasons" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomMaintenanceReasons" }, "response": [] }, @@ -133657,13 +107648,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -133693,20 +107680,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomMaintenanceReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomMaintenanceReasons" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomMaintenanceReasons" }, "response": [] }, @@ -133715,13 +107689,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -133751,21 +107721,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomMaintenanceReasons/{{ReasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomMaintenanceReasons", - "{{ReasonCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomMaintenanceReasons/{{ReasonCode}}" }, "response": [] }, @@ -133774,13 +107730,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -133810,21 +107762,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomMaintenanceReasons/{{ReasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomMaintenanceReasons", - "{{ReasonCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomMaintenanceReasons/{{ReasonCode}}" }, "response": [] } @@ -133841,13 +107779,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -133878,7 +107812,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomMoveReasons?fetchInactive=false", + "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomMoveReasons?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -133910,13 +107844,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -133940,20 +107870,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomMoveReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomMoveReasons" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomMoveReasons" }, "response": [] }, @@ -133962,13 +107879,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -133992,21 +107905,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomMoveReasons/{{ReasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomMoveReasons", - "{{ReasonCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomMoveReasons/{{ReasonCode}}" }, "response": [] }, @@ -134015,13 +107914,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -134045,21 +107940,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomMoveReasons/{{ReasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomMoveReasons", - "{{ReasonCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomMoveReasons/{{ReasonCode}}" }, "response": [] } @@ -134093,13 +107974,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -134115,7 +107992,7 @@ } ], "url": { - "raw": "{{HostName}}/rm/config/v0/roomPotentials?fetchInactive=false", + "raw": "{{HostName}}/rm/config/v1/roomPotentials?fetchInactive=false", "host": [ "{{HostName}}" ], @@ -134140,13 +108017,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -134170,18 +108043,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomPotentials", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomPotentials" - ] - } + "url": "{{HostName}}/rm/config/v1/roomPotentials" }, "response": [] }, @@ -134190,13 +108052,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -134220,19 +108078,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomPotentials/{{RoomPotentialsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomPotentials", - "{{RoomPotentialsId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/roomPotentials/{{RoomPotentialsId}}" }, "response": [] }, @@ -134241,13 +108087,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -134266,19 +108108,7 @@ "mode": "raw", "raw": "" }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomPotentials/{{RoomPotentialsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomPotentials", - "{{RoomPotentialsId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/roomPotentials/{{RoomPotentialsId}}" }, "response": [] } @@ -134292,13 +108122,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -134319,7 +108145,7 @@ } ], "url": { - "raw": "{{HostName}}/rm/config/v0/roomMaintenanceReasons?includeInactive=false", + "raw": "{{HostName}}/rm/config/v1/roomMaintenanceReasons?includeInactive=false", "host": [ "{{HostName}}" ], @@ -134344,13 +108170,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -134380,18 +108202,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomMaintenanceReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomMaintenanceReasons" - ] - } + "url": "{{HostName}}/rm/config/v1/roomMaintenanceReasons" }, "response": [] }, @@ -134400,13 +108211,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -134430,19 +108237,7 @@ "mode": "raw", "raw": "{\r\n \"templateRoomMaintenanceReasons\": [\r\n {\r\n \"code\": \"COFFEE\",\r\n \"description\": \"Coffee Machine is really broken\",\r\n \"sellSequence\": \"1\",\r\n \"inactive\": false\r\n }\r\n ]\r\n}" }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomMaintenanceReasons/{{ReasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomMaintenanceReasons", - "{{ReasonCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/roomMaintenanceReasons/{{ReasonCode}}" }, "response": [] }, @@ -134451,13 +108246,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -134477,19 +108268,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/rm/config/v0/roomMaintenanceReasons/{{ReasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomMaintenanceReasons", - "{{ReasonCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/roomMaintenanceReasons/{{ReasonCode}}" }, "response": [] } @@ -134503,13 +108282,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -134525,7 +108300,7 @@ } ], "url": { - "raw": "{{HostName}}/rm/config/v0/roomTypes?includeInactive=false&physical=false&pseudo=false", + "raw": "{{HostName}}/rm/config/v1/roomTypes?includeInactive=false&physical=false&pseudo=false", "host": [ "{{HostName}}" ], @@ -134558,13 +108333,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -134588,18 +108359,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomTypes" - ] - } + "url": "{{HostName}}/rm/config/v1/roomTypes" }, "response": [] }, @@ -134608,13 +108368,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -134638,19 +108394,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomTypes/{{RoomTypeTemplatesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomTypes", - "{{RoomTypeTemplatesId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/roomTypes/{{RoomTypeTemplatesId}}" }, "response": [] }, @@ -134659,13 +108403,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -134680,19 +108420,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/rm/config/v0/roomTypes/{{RoomTypeTemplatesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomTypes", - "{{RoomTypeTemplatesId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/roomTypes/{{RoomTypeTemplatesId}}" }, "response": [] } @@ -134709,13 +108437,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -134746,7 +108470,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/smokingTypes?fetchInactive=true", + "raw": "{{HostName}}/rm/config/v1/smokingTypes?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -134771,13 +108495,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -134807,18 +108527,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/smokingTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "smokingTypes" - ] - } + "url": "{{HostName}}/rm/config/v1/smokingTypes" }, "response": [] }, @@ -134827,13 +108536,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -134863,19 +108568,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/smokingTypes/{{SmokingTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "smokingTypes", - "{{SmokingTypesId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/smokingTypes/{{SmokingTypesId}}" }, "response": [] }, @@ -134884,13 +108577,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -134920,19 +108609,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/smokingTypes/{{SmokingTypesId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "smokingTypes", - "{{SmokingTypesId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/smokingTypes/{{SmokingTypesId}}" }, "response": [] } @@ -134949,13 +108626,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -134986,7 +108659,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/templateFloors", + "raw": "{{HostName}}/rm/config/v1/templateFloors", "host": [ "{{HostName}}" ], @@ -135012,13 +108685,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -135042,18 +108711,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/templateFloors", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "templateFloors" - ] - } + "url": "{{HostName}}/rm/config/v1/templateFloors" }, "response": [] }, @@ -135062,13 +108720,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -135092,19 +108746,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/templateFloors/{{TemplateFloorsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "templateFloors", - "{{TemplateFloorsId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/templateFloors/{{TemplateFloorsId}}" }, "response": [] }, @@ -135113,13 +108755,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -135134,19 +108772,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/rm/config/v0/templateFloors/{{TemplateFloorsId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "templateFloors", - "{{TemplateFloorsId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/templateFloors/{{TemplateFloorsId}}" }, "response": [] } @@ -135163,13 +108789,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -135200,7 +108822,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/outOfOrderServiceReasons?includeInactive=false", + "raw": "{{HostName}}/rm/config/v1/outOfOrderServiceReasons?includeInactive=false", "host": [ "{{HostName}}" ], @@ -135225,13 +108847,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -135261,18 +108879,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/outOfOrderServiceReasons", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "outOfOrderServiceReasons" - ] - } + "url": "{{HostName}}/rm/config/v1/outOfOrderServiceReasons" }, "response": [] }, @@ -135281,13 +108888,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -135317,19 +108920,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/outOfOrderServiceReasons/{{ReasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "outOfOrderServiceReasons", - "{{ReasonCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/outOfOrderServiceReasons/{{ReasonCode}}" }, "response": [] }, @@ -135338,13 +108929,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -135374,19 +108961,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/outOfOrderServiceReasons/{{ReasonCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "outOfOrderServiceReasons", - "{{ReasonCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/outOfOrderServiceReasons/{{ReasonCode}}" }, "response": [] } @@ -135403,13 +108978,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -135440,7 +109011,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/roomFeatures?wildCard=c", + "raw": "{{HostName}}/rm/config/v1/roomFeatures?wildCard=c", "host": [ "{{HostName}}" ], @@ -135470,13 +109041,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -135500,18 +109067,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomFeatures", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomFeatures" - ] - } + "url": "{{HostName}}/rm/config/v1/roomFeatures" }, "response": [] }, @@ -135520,13 +109076,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -135550,18 +109102,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/roomFeatures", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "roomFeatures" - ] - } + "url": "{{HostName}}/rm/config/v1/roomFeatures" }, "response": [] }, @@ -135570,13 +109111,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -135592,7 +109129,7 @@ } ], "url": { - "raw": "{{HostName}}/rm/config/v0/roomFeatures?genericTemplateParentGroups=ROOM+FEATURES&genericTemplateParentCodes=MV", + "raw": "{{HostName}}/rm/config/v1/roomFeatures?genericTemplateParentGroups=ROOM+FEATURES&genericTemplateParentCodes=MV", "host": [ "{{HostName}}" ], @@ -135626,13 +109163,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -135663,7 +109196,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/buildingFloorMappings?hotelId={{HotelId}}", + "raw": "{{HostName}}/rm/config/v1/buildingFloorMappings?hotelId={{HotelId}}", "host": [ "{{HostName}}" ], @@ -135691,13 +109224,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -135727,20 +109256,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/housekeepingTaskSheetRooms", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "housekeepingTaskSheetRooms" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/housekeepingTaskSheetRooms" }, "response": [] }, @@ -135752,13 +109268,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -135789,7 +109301,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/rateGroups?fetchInactive=true", + "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/rateGroups?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -135834,13 +109346,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -135870,21 +109378,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomType/{{RoomTypeCode}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomType", - "{{RoomTypeCode}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomType/{{RoomTypeCode}}" }, "response": [] }, @@ -135896,13 +109390,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -135933,7 +109423,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/roomPreferencePriorities?fetchInactive=true", + "raw": "{{HostName}}/rm/config/v1/roomPreferencePriorities?fetchInactive=true", "host": [ "{{HostName}}" ], @@ -135961,13 +109451,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -136032,13 +109518,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -136069,7 +109551,7 @@ } }, "url": { - "raw": "{{HostName}}/rm/config/v0/roomsSummary?limit=50&physical=true&hotelId={{HotelId}}&pageNumber=1&pseudo=true", + "raw": "{{HostName}}/rm/config/v1/roomsSummary?limit=50&physical=true&hotelId={{HotelId}}&pageNumber=1&pseudo=true", "host": [ "{{HostName}}" ], @@ -136113,13 +109595,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -136185,13 +109663,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -136215,18 +109689,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/bedTypeRequests", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "bedTypeRequests" - ] - } + "url": "{{HostName}}/rm/config/v1/bedTypeRequests" }, "response": [] }, @@ -136235,13 +109698,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -136265,20 +109724,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomTypes", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomTypes" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomTypes" }, "response": [] }, @@ -136287,13 +109733,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -136317,21 +109759,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomTypes/{{RoomTypeId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomTypes", - "{{RoomTypeId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomTypes/{{RoomTypeId}}" }, "response": [] }, @@ -136340,13 +109768,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "PUT", "header": [ @@ -136370,18 +109794,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rm/config/v0/buildingFloorMappings", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "buildingFloorMappings" - ] - } + "url": "{{HostName}}/rm/config/v1/buildingFloorMappings" }, "response": [] }, @@ -136390,13 +109803,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -136412,7 +109821,7 @@ } ], "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/rooms/{{RoomsId}}?room=101", + "raw": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/rooms/{{RoomsId}}?room=101", "host": [ "{{HostName}}" ], @@ -136440,13 +109849,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "DELETE", "header": [ @@ -136461,21 +109866,7 @@ "type": "text" } ], - "url": { - "raw": "{{HostName}}/rm/config/v0/hotels/{{HotelId}}/roomTypes/{{RoomTypeId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rm", - "config", - "v0", - "hotels", - "{{HotelId}}", - "roomTypes", - "{{RoomTypeId}}" - ] - } + "url": "{{HostName}}/rm/config/v1/hotels/{{HotelId}}/roomTypes/{{RoomTypeId}}" }, "response": [] } @@ -136510,13 +109901,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -136542,7 +109929,7 @@ } ], "url": { - "raw": "{{HostName}}/sys/v0/externalSystems/{{extSystemCode}}/accumulatedBusinessEvents?actionType=CREATE+ACTIVITY&offset=1&hotelIds={{HotelId}}&module=ACTIVITY&enquiryStartDate=2022-01-22", + "raw": "{{HostName}}/sys/v1/externalSystems/{{extSystemCode}}/accumulatedBusinessEvents?actionType=CREATE+ACTIVITY&offset=1&hotelIds={{HotelId}}&module=ACTIVITY&enquiryStartDate=2022-01-22", "host": [ "{{HostName}}" ], @@ -136592,13 +109979,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -136627,22 +110010,7 @@ } } }, - "url": { - "raw": "{{HostName}}/par/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/restrictions", - "host": [ - "{{HostName}}" - ], - "path": [ - "par", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "restrictions" - ] - }, + "url": "{{HostName}}/par/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/restrictions", "description": "This API will fetch Block allocation information for a hotel, and specified date range. The block allocated inventory, rates and room type statistics are returned as part of the response." }, "response": [] @@ -136655,13 +110023,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "HEAD", "header": [ @@ -136691,23 +110055,7 @@ } } }, - "url": { - "raw": "{{HostName}}/par/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/restrictions/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "par", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "restrictions", - "{{RequestId}}" - ] - } + "url": "{{HostName}}/par/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/restrictions/{{RequestId}}" }, "response": [] }, @@ -136719,13 +110067,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -136755,23 +110099,7 @@ } } }, - "url": { - "raw": "{{HostName}}/par/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/restrictions/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "par", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "restrictions", - "{{RequestId}}" - ] - } + "url": "{{HostName}}/par/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/restrictions/{{RequestId}}" }, "response": [] } @@ -136785,13 +110113,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -136820,23 +110144,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/blocks/allocationSummary", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "blocks", - "allocationSummary" - ] - }, + "url": "{{HostName}}/blk/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/blocks/allocationSummary", "description": "This API will fetch Block allocation information for a hotel, and specified date range. The block allocated inventory, rates and room type statistics are returned as part of the response." }, "response": [] @@ -136849,13 +110157,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "HEAD", "header": [ @@ -136885,24 +110189,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/blocks/allocationSummary/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "blocks", - "allocationSummary", - "{{RequestId}}" - ] - } + "url": "{{HostName}}/blk/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/blocks/allocationSummary/{{RequestId}}" }, "response": [] }, @@ -136914,13 +110201,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -136950,24 +110233,7 @@ } } }, - "url": { - "raw": "{{HostName}}/blk/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/blocks/allocationSummary/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "blk", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "blocks", - "allocationSummary", - "{{RequestId}}" - ] - } + "url": "{{HostName}}/blk/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/blocks/allocationSummary/{{RequestId}}" }, "response": [] } @@ -136981,13 +110247,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -137016,22 +110278,7 @@ } } }, - "url": { - "raw": "{{HostName}}/inv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/revenueInventoryStatistics", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "revenueInventoryStatistics" - ] - } + "url": "{{HostName}}/inv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/revenueInventoryStatistics" }, "response": [] }, @@ -137043,13 +110290,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "HEAD", "header": [ @@ -137079,23 +110322,7 @@ } } }, - "url": { - "raw": "{{HostName}}/inv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/revenueInventoryStatistics/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "revenueInventoryStatistics", - "{{RequestId}}" - ] - } + "url": "{{HostName}}/inv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/revenueInventoryStatistics/{{RequestId}}" }, "response": [] }, @@ -137107,13 +110334,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -137143,23 +110366,7 @@ } } }, - "url": { - "raw": "{{HostName}}/inv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/revenueInventoryStatistics/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "revenueInventoryStatistics", - "{{RequestId}}" - ] - } + "url": "{{HostName}}/inv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/revenueInventoryStatistics/{{RequestId}}" }, "response": [] }, @@ -137168,13 +110375,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -137203,22 +110406,7 @@ } } }, - "url": { - "raw": "{{HostName}}/inv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/sellLimits", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "sellLimits" - ] - } + "url": "{{HostName}}/inv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/sellLimits" }, "response": [] }, @@ -137230,13 +110418,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "HEAD", "header": [ @@ -137266,23 +110450,7 @@ } } }, - "url": { - "raw": "{{HostName}}/inv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/sellLimits/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "sellLimits", - "{{RequestId}}" - ] - } + "url": "{{HostName}}/inv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/sellLimits/{{RequestId}}" }, "response": [] }, @@ -137294,13 +110462,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -137330,23 +110494,7 @@ } } }, - "url": { - "raw": "{{HostName}}/inv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/sellLimits/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "inv", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "sellLimits", - "{{RequestId}}" - ] - } + "url": "{{HostName}}/inv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/sellLimits/{{RequestId}}" }, "response": [] } @@ -137360,13 +110508,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -137395,23 +110539,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/ratePlans/dailySchedules", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "ratePlans", - "dailySchedules" - ] - } + "url": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/ratePlans/dailySchedules" }, "response": [] }, @@ -137423,13 +110551,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "HEAD", "header": [ @@ -137459,24 +110583,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/ratePlans/dailySchedules/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "ratePlans", - "dailySchedules", - "{{RequestId}}" - ] - } + "url": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/ratePlans/dailySchedules/{{RequestId}}" }, "response": [] }, @@ -137488,13 +110595,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -137524,24 +110627,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/ratePlans/dailySchedules/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "ratePlans", - "dailySchedules", - "{{RequestId}}" - ] - }, + "url": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/ratePlans/dailySchedules/{{RequestId}}", "description": "This is too fetch profile from OPERA" }, "response": [] @@ -137551,13 +110637,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -137586,23 +110668,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/ratePlans/bestAvailableLOS", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "ratePlans", - "bestAvailableLOS" - ] - } + "url": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/ratePlans/bestAvailableLOS" }, "response": [] }, @@ -137614,13 +110680,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "HEAD", "header": [ @@ -137650,24 +110712,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/ratePlans/bestAvailableLOS/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "ratePlans", - "bestAvailableLOS", - "{{RequestId}}" - ] - } + "url": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/ratePlans/bestAvailableLOS/{{RequestId}}" }, "response": [] }, @@ -137679,13 +110724,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -137715,24 +110756,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/ratePlans/bestAvailableLOS/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "ratePlans", - "bestAvailableLOS", - "{{RequestId}}" - ] - }, + "url": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/ratePlans/bestAvailableLOS/{{RequestId}}", "description": "This is too fetch profile from OPERA" }, "response": [] @@ -137742,13 +110766,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -137777,23 +110797,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/rates/hurdles", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "rates", - "hurdles" - ] - } + "url": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/rates/hurdles" }, "response": [] }, @@ -137805,13 +110809,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "HEAD", "header": [ @@ -137841,24 +110841,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/rates/hurdles/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "rates", - "hurdles", - "{{RequestId}}" - ] - } + "url": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/rates/hurdles/{{RequestId}}" }, "response": [] }, @@ -137870,13 +110853,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -137906,24 +110885,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/rates/hurdles/{{RequestId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rtp", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "rates", - "hurdles", - "{{RequestId}}" - ] - }, + "url": "{{HostName}}/rtp/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/rates/hurdles/{{RequestId}}", "description": "This is too fetch profile from OPERA" }, "response": [] @@ -137938,13 +110900,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [ @@ -137968,23 +110926,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/reservations/dailySummary", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "reservations", - "dailySummary" - ] - }, + "url": "{{HostName}}/rsv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/reservations/dailySummary", "description": "This API allows you to fetch reservation daily summary for a property by given dates." }, "response": [] @@ -137997,13 +110939,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "HEAD", "header": [ @@ -138033,24 +110971,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/reservations/dailySummary/{{SummaryId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "reservations", - "dailySummary", - "{{SummaryId}}" - ] - }, + "url": "{{HostName}}/rsv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/reservations/dailySummary/{{SummaryId}}", "description": "This API allows you to fetch reservation daily summary for a property by given dates." }, "response": [] @@ -138063,13 +110984,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "GET", "header": [ @@ -138099,24 +111016,7 @@ } } }, - "url": { - "raw": "{{HostName}}/rsv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/reservations/dailySummary/{{SummaryId}}", - "host": [ - "{{HostName}}" - ], - "path": [ - "rsv", - "async", - "v1", - "externalSystems", - "{{ExtSystemCode}}", - "hotels", - "{{HotelId}}", - "reservations", - "dailySummary", - "{{SummaryId}}" - ] - }, + "url": "{{HostName}}/rsv/async/v1/externalSystems/{{ExtSystemCode}}/hotels/{{HotelId}}/reservations/dailySummary/{{SummaryId}}", "description": "This API returns a properties reservation daily summary for a scheduled process." }, "response": [] @@ -138154,13 +111054,9 @@ "request": { "auth": { "type": "bearer", - "bearer": [ - { - "key": "token", - "value": "{{Token}}", - "type": "string" - } - ] + "bearer": { + "token": "{{Token}}" + } }, "method": "POST", "header": [], @@ -138173,19 +111069,7 @@ } } }, - "url": { - "raw": "{{HostName}}/tokenExchange/v1/hotels/{{hotelCode}}/tokens", - "host": [ - "{{HostName}}" - ], - "path": [ - "tokenExchange", - "v1", - "hotels", - "{{hotelCode}}", - "tokens" - ] - } + "url": "{{HostName}}/tokenExchange/v1/hotels/{{hotelCode}}/tokens" }, "response": [] }