|
3888 | 3888 | } |
3889 | 3889 | }, |
3890 | 3890 | "url": { |
3891 | | - "raw": "{{HostName}}/int/v1/externalSystem/{{ExtSystemCode}}/hotels/{{HotelId}}/businessEvents?limit=1", |
| 3891 | + "raw": "{{HostName}}/int/v1/externalSystem/{{ExternalSystemCode}}/hotels/{{HotelId}}/businessEvents?limit=1", |
3892 | 3892 | "host": [ |
3893 | 3893 | "{{HostName}}" |
3894 | 3894 | ], |
3895 | 3895 | "path": [ |
3896 | 3896 | "int", |
3897 | 3897 | "v1", |
3898 | 3898 | "externalSystem", |
3899 | | - "{{ExtSystemCode}}", |
| 3899 | + "{{ExternalSystemCode}}", |
3900 | 3900 | "hotels", |
3901 | 3901 | "{{HotelId}}", |
3902 | 3902 | "businessEvents" |
|
6465 | 6465 | } |
6466 | 6466 | }, |
6467 | 6467 | "url": { |
6468 | | - "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/{{RoomId}}/maintenances/{{maintenanceId}}", |
| 6468 | + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/{{RoomId}}/maintenances/{{MaintenanceId}}", |
6469 | 6469 | "host": [ |
6470 | 6470 | "{{HostName}}" |
6471 | 6471 | ], |
|
6477 | 6477 | "rooms", |
6478 | 6478 | "{{RoomId}}", |
6479 | 6479 | "maintenances", |
6480 | | - "{{maintenanceId}}" |
| 6480 | + "{{MaintenanceId}}" |
6481 | 6481 | ] |
6482 | 6482 | }, |
6483 | 6483 | "description": "Use this API to change the maintenances for rooms. Use get Room Maintenance operation to find the Room MaintenanceId for this request." |
|
6518 | 6518 | } |
6519 | 6519 | }, |
6520 | 6520 | "url": { |
6521 | | - "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}/resolve", |
| 6521 | + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MaintenanceId}}/resolve", |
6522 | 6522 | "host": [ |
6523 | 6523 | "{{HostName}}" |
6524 | 6524 | ], |
|
6528 | 6528 | "hotels", |
6529 | 6529 | "{{HotelId}}", |
6530 | 6530 | "maintenances", |
6531 | | - "{{MainteananceId}}", |
| 6531 | + "{{MaintenanceId}}", |
6532 | 6532 | "resolve" |
6533 | 6533 | ] |
6534 | 6534 | }, |
|
6562 | 6562 | ], |
6563 | 6563 | "body": { |
6564 | 6564 | "mode": "raw", |
6565 | | - "raw": "{\r\n \"criteria\": {\r\n \"maintenanceId\": {\r\n \"type\": \"RoomMaintenanceId\",\r\n \"id\": \"{{RoomMaintenanceId}}\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\"\r\n }\r\n}", |
| 6565 | + "raw": "{\r\n \"criteria\": {\r\n \"maintenanceId\": {\r\n \"type\": \"RoomMaintenanceId\",\r\n \"id\": \"{{MaintenanceId}}\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\"\r\n }\r\n}", |
6566 | 6566 | "options": { |
6567 | 6567 | "raw": { |
6568 | 6568 | "language": "json" |
6569 | 6569 | } |
6570 | 6570 | } |
6571 | 6571 | }, |
6572 | 6572 | "url": { |
6573 | | - "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}/unResolve", |
| 6573 | + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MaintenanceId}}/unResolve", |
6574 | 6574 | "host": [ |
6575 | 6575 | "{{HostName}}" |
6576 | 6576 | ], |
|
6580 | 6580 | "hotels", |
6581 | 6581 | "{{HotelId}}", |
6582 | 6582 | "maintenances", |
6583 | | - "{{MainteananceId}}", |
| 6583 | + "{{MaintenanceId}}", |
6584 | 6584 | "unResolve" |
6585 | 6585 | ] |
6586 | 6586 | }, |
|
6613 | 6613 | } |
6614 | 6614 | ], |
6615 | 6615 | "url": { |
6616 | | - "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}", |
| 6616 | + "raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MaintenanceId}}", |
6617 | 6617 | "host": [ |
6618 | 6618 | "{{HostName}}" |
6619 | 6619 | ], |
|
6623 | 6623 | "hotels", |
6624 | 6624 | "{{HotelId}}", |
6625 | 6625 | "maintenances", |
6626 | | - "{{MainteananceId}}" |
| 6626 | + "{{MaintenanceId}}" |
6627 | 6627 | ] |
6628 | 6628 | } |
6629 | 6629 | }, |
|
12590 | 12590 | ], |
12591 | 12591 | "body": { |
12592 | 12592 | "mode": "raw", |
12593 | | - "raw": "{\r\n \"eventDetails\": [\r\n {\r\n \"eventPrimaryInfo\": {\r\n \"eventId\": {\r\n \"type\": \"EventId\",\r\n \"idContext\": \"OPERA\",\r\n \"id\": \"{{EventId}}\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\"\r\n },\r\n \"eventBlockInfo\": {\r\n \"blockIdList\": [\r\n {\r\n \"type\": \"Block\",\r\n \"id\": \"{{BlockId}}\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"eventItems\": {\r\n \"eventItemInfo\": [\r\n {\r\n \"eventItem\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"itemId\": {\r\n \"type\": \"ItemInventoryId\",\r\n \"id\": \"{{ItemInventoryId}}\"\r\n },\r\n \"externalOrder\": true,\r\n \"quantity\": 1\r\n }\r\n }\r\n ],\r\n \"includedInPackage\": false,\r\n \"critical\": false\r\n }\r\n}", |
| 12593 | + "raw": "{\r\n \"eventDetails\": [\r\n {\r\n \"eventPrimaryInfo\": {\r\n \"eventId\": {\r\n \"type\": \"EventId\",\r\n \"idContext\": \"OPERA\",\r\n \"id\": \"{{EventId}}\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\"\r\n },\r\n \"eventBlockInfo\": {\r\n \"blockIdList\": [\r\n {\r\n \"type\": \"Block\",\r\n \"id\": \"{{BlockId}}\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"eventItems\": {\r\n \"eventItemInfo\": [\r\n {\r\n \"eventItem\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"itemId\": {\r\n \"type\": \"ItemInventoryId\",\r\n \"id\": \"{{InventoryItemId}}\"\r\n },\r\n \"externalOrder\": true,\r\n \"quantity\": 1\r\n }\r\n }\r\n ],\r\n \"includedInPackage\": false,\r\n \"critical\": false\r\n }\r\n}", |
12594 | 12594 | "options": { |
12595 | 12595 | "raw": { |
12596 | 12596 | "language": "json" |
|
12630 | 12630 | ], |
12631 | 12631 | "body": { |
12632 | 12632 | "mode": "raw", |
12633 | | - "raw": "{\r\n \"eventDetails\": [\r\n {\r\n \"eventPrimaryInfo\": {\r\n \"eventId\": {\r\n \"type\": \"EventId\",\r\n \"idContext\": \"OPERA\",\r\n \"id\": \"{{EventId}}\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\"\r\n },\r\n \"eventBlockInfo\": {\r\n \"blockIdList\": [\r\n {\r\n \"type\": \"Block\",\r\n \"id\": \"{{BlockId}}\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"eventItems\": {\r\n \"eventItemInfo\": [\r\n {\r\n \"eventItem\": {\r\n \"quantity\": 1,\r\n \"externalOrder\": true,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"itemId\": {\r\n \"type\": \"ItemInventoryId\",\r\n \"id\": \"{{ItemInventoryId}}\"\r\n }\r\n }\r\n }\r\n ],\r\n \"includedInPackage\": false,\r\n \"critical\": false\r\n }\r\n}", |
| 12633 | + "raw": "{\r\n \"eventDetails\": [\r\n {\r\n \"eventPrimaryInfo\": {\r\n \"eventId\": {\r\n \"type\": \"EventId\",\r\n \"idContext\": \"OPERA\",\r\n \"id\": \"{{EventId}}\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\"\r\n },\r\n \"eventBlockInfo\": {\r\n \"blockIdList\": [\r\n {\r\n \"type\": \"Block\",\r\n \"id\": \"{{BlockId}}\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"eventItems\": {\r\n \"eventItemInfo\": [\r\n {\r\n \"eventItem\": {\r\n \"quantity\": 1,\r\n \"externalOrder\": true,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"itemId\": {\r\n \"type\": \"ItemInventoryId\",\r\n \"id\": \"{{InventoryItemId}}\"\r\n }\r\n }\r\n }\r\n ],\r\n \"includedInPackage\": false,\r\n \"critical\": false\r\n }\r\n}", |
12634 | 12634 | "options": { |
12635 | 12635 | "raw": { |
12636 | 12636 | "language": "json" |
|
13657 | 13657 | ], |
13658 | 13658 | "body": { |
13659 | 13659 | "mode": "raw", |
13660 | | - "raw": "{\r\n \"requestCount\":\"1\",\r\n \"criteria\":{\r\n \"hotelId\":\"{{HotelId}}\",\r\n \"blockId\":{\r\n \"type\":\"Block\",\r\n \"id\":\"{{BlockId}}\"\r\n },\r\n \"packageCode\":\"{{CatPkgCode}}\",\r\n \"status\":\"INQ\",\r\n \"beginDate\":\"2022-11-04\"\r\n }\r\n}", |
| 13660 | + "raw": "{\r\n \"requestCount\":\"1\",\r\n \"criteria\":{\r\n \"hotelId\":\"{{HotelId}}\",\r\n \"blockId\":{\r\n \"type\":\"Block\",\r\n \"id\":\"{{BlockId}}\"\r\n },\r\n \"packageCode\":\"{{PackageCode}}\",\r\n \"status\":\"INQ\",\r\n \"beginDate\":\"2022-11-04\"\r\n }\r\n}", |
13661 | 13661 | "options": { |
13662 | 13662 | "raw": { |
13663 | 13663 | "language": "json" |
|
22579 | 22579 | ], |
22580 | 22580 | "body": { |
22581 | 22581 | "mode": "raw", |
22582 | | - "raw": "{\r\n \"eventDetails\": [\r\n {\r\n \"eventPrimaryInfo\": {\r\n \"eventId\": {\r\n \"type\": \"EventId\",\r\n \"idContext\": \"OPERA\",\r\n \"id\": \"{{EventId}}\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\"\r\n },\r\n \"eventBlockInfo\": {\r\n \"blockIdList\": [\r\n {\r\n \"type\": \"Block\",\r\n \"id\": \"{{BlockId}}\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"eventItems\": {\r\n \"eventItemInfo\": [\r\n {\r\n \"eventItem\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"itemId\": {\r\n \"type\": \"ItemInventoryId\",\r\n \"id\": \"{{ItemInventoryId}}\"\r\n },\r\n \"externalOrder\": true,\r\n \"quantity\": 2\r\n }\r\n }\r\n ],\r\n \"includedInPackage\": false,\r\n \"critical\": false\r\n }\r\n}", |
| 22582 | + "raw": "{\r\n \"eventDetails\": [\r\n {\r\n \"eventPrimaryInfo\": {\r\n \"eventId\": {\r\n \"type\": \"EventId\",\r\n \"idContext\": \"OPERA\",\r\n \"id\": \"{{EventId}}\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\"\r\n },\r\n \"eventBlockInfo\": {\r\n \"blockIdList\": [\r\n {\r\n \"type\": \"Block\",\r\n \"id\": \"{{BlockId}}\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"eventItems\": {\r\n \"eventItemInfo\": [\r\n {\r\n \"eventItem\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"itemId\": {\r\n \"type\": \"ItemInventoryId\",\r\n \"id\": \"{{InventoryItemId}}\"\r\n },\r\n \"externalOrder\": true,\r\n \"quantity\": 2\r\n }\r\n }\r\n ],\r\n \"includedInPackage\": false,\r\n \"critical\": false\r\n }\r\n}", |
22583 | 22583 | "options": { |
22584 | 22584 | "raw": { |
22585 | 22585 | "language": "json" |
|
22619 | 22619 | ], |
22620 | 22620 | "body": { |
22621 | 22621 | "mode": "raw", |
22622 | | - "raw": "{\r\n \"eventDetails\": [\r\n {\r\n \"eventPrimaryInfo\": {\r\n \"eventId\": {\r\n \"type\": \"EventId\",\r\n \"idContext\": \"OPERA\",\r\n \"id\": \"{{EventId}}\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\"\r\n },\r\n \"eventBlockInfo\": {\r\n \"blockIdList\": [\r\n {\r\n \"type\": \"Block\",\r\n \"id\": \"{{BlockId}}\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"eventItems\": {\r\n \"eventItemInfo\": [\r\n {\r\n \"eventItem\": {\r\n \"quantity\": 1,\r\n \"externalOrder\": true,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"itemId\": {\r\n \"type\": \"ItemInventoryId\",\r\n \"id\": \"{{ItemInventoryId}}\"\r\n }\r\n }\r\n }\r\n ],\r\n \"includedInPackage\": false,\r\n \"critical\": false\r\n }\r\n}", |
| 22622 | + "raw": "{\r\n \"eventDetails\": [\r\n {\r\n \"eventPrimaryInfo\": {\r\n \"eventId\": {\r\n \"type\": \"EventId\",\r\n \"idContext\": \"OPERA\",\r\n \"id\": \"{{EventId}}\"\r\n },\r\n \"hotelId\": \"{{HotelId}}\"\r\n },\r\n \"eventBlockInfo\": {\r\n \"blockIdList\": [\r\n {\r\n \"type\": \"Block\",\r\n \"id\": \"{{BlockId}}\"\r\n }\r\n ]\r\n }\r\n }\r\n ],\r\n \"eventItems\": {\r\n \"eventItemInfo\": [\r\n {\r\n \"eventItem\": {\r\n \"quantity\": 1,\r\n \"externalOrder\": true,\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"itemId\": {\r\n \"type\": \"ItemInventoryId\",\r\n \"id\": \"{{InventoryItemId}}\"\r\n }\r\n }\r\n }\r\n ],\r\n \"includedInPackage\": false,\r\n \"critical\": false\r\n }\r\n}", |
22623 | 22623 | "options": { |
22624 | 22624 | "raw": { |
22625 | 22625 | "language": "json" |
|
24726 | 24726 | } |
24727 | 24727 | }, |
24728 | 24728 | "url": { |
24729 | | - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/{{guestMessageId}}", |
| 24729 | + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/{{GuestMessageId}}", |
24730 | 24730 | "host": [ |
24731 | 24731 | "{{HostName}}" |
24732 | 24732 | ], |
|
24738 | 24738 | "reservations", |
24739 | 24739 | "{{ReservationId}}", |
24740 | 24740 | "guestMessages", |
24741 | | - "{{guestMessageId}}" |
| 24741 | + "{{GuestMessageId}}" |
24742 | 24742 | ] |
24743 | 24743 | }, |
24744 | 24744 | "description": "**HPI-GuestMessages Update Message delivery status**\n\nusing\n\n/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/30290\n\nsending the messageId to update in the URI\n\nwith the message details in the body\n\n**deliveryStatus** \\= \"Mr\" (delivered) or \"Nr\" (not delivered).\n\n**deliveryDate** = Date and time stamp when the message has been delivered\n\n**deliveredBy** = App Id /Name (will be shown on the message information in PMS)" |
|
24787 | 24787 | } |
24788 | 24788 | }, |
24789 | 24789 | "url": { |
24790 | | - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/{{guestMessageId}}", |
| 24790 | + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/{{GuestMessageId}}", |
24791 | 24791 | "host": [ |
24792 | 24792 | "{{HostName}}" |
24793 | 24793 | ], |
|
24799 | 24799 | "reservations", |
24800 | 24800 | "{{ReservationId}}", |
24801 | 24801 | "guestMessages", |
24802 | | - "{{guestMessageId}}" |
| 24802 | + "{{GuestMessageId}}" |
24803 | 24803 | ] |
24804 | 24804 | }, |
24805 | 24805 | "description": "**HPI-GuestMessages - Delete Guest message from PMS**\n\nusing\n\nDELETE\n\n/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/30290\n\nthe URI contains the MessageId to delete." |
|
25008 | 25008 | } |
25009 | 25009 | }, |
25010 | 25010 | "url": { |
25011 | | - "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/{{locatorId}}", |
| 25011 | + "raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/{{LocatorId}}", |
25012 | 25012 | "host": [ |
25013 | 25013 | "{{HostName}}" |
25014 | 25014 | ], |
|
25020 | 25020 | "reservations", |
25021 | 25021 | "{{ReservationId}}", |
25022 | 25022 | "guestLocators", |
25023 | | - "{{locatorId}}" |
| 25023 | + "{{LocatorId}}" |
25024 | 25024 | ] |
25025 | 25025 | }, |
25026 | 25026 | "description": "**HPI Locator - Delete guest locator**\n\nDEL \n/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/\\[locatorId\\] \n \n\nExample message to delete locators for a specific reservation in PMS\n\nrequires the **reservationId** and the specific **locatorId.**" |
|
28281 | 28281 | } |
28282 | 28282 | }, |
28283 | 28283 | "url": { |
28284 | | - "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/adults/{{Adults}}/children/{{Children}}/arrival/{{arrival}}/departure/{{departure}}/reservationPackages", |
| 28284 | + "raw": "{{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/adults/{{Adults}}/children/{{Children}}/arrival/{{arrival}}/departure/{{Departure}}/reservationPackages", |
28285 | 28285 | "host": [ |
28286 | 28286 | "{{HostName}}" |
28287 | 28287 | ], |
|
28298 | 28298 | "arrival", |
28299 | 28299 | "{{arrival}}", |
28300 | 28300 | "departure", |
28301 | | - "{{departure}}", |
| 28301 | + "{{Departure}}", |
28302 | 28302 | "reservationPackages" |
28303 | 28303 | ], |
28304 | 28304 | "query": [ |
|
0 commit comments