Skip to content

Commit a4e1412

Browse files
committed
Aligned and added variables
1 parent feea81a commit a4e1412

File tree

3 files changed

+56
-31
lines changed

3 files changed

+56
-31
lines changed

postman-collections/oracle-hospitality-property-workflows.postman_collection.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3888,15 +3888,15 @@
38883888
}
38893889
},
38903890
"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",
38923892
"host": [
38933893
"{{HostName}}"
38943894
],
38953895
"path": [
38963896
"int",
38973897
"v1",
38983898
"externalSystem",
3899-
"{{ExtSystemCode}}",
3899+
"{{ExternalSystemCode}}",
39003900
"hotels",
39013901
"{{HotelId}}",
39023902
"businessEvents"
@@ -6465,7 +6465,7 @@
64656465
}
64666466
},
64676467
"url": {
6468-
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/{{RoomId}}/maintenances/{{maintenanceId}}",
6468+
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/rooms/{{RoomId}}/maintenances/{{MaintenanceId}}",
64696469
"host": [
64706470
"{{HostName}}"
64716471
],
@@ -6477,7 +6477,7 @@
64776477
"rooms",
64786478
"{{RoomId}}",
64796479
"maintenances",
6480-
"{{maintenanceId}}"
6480+
"{{MaintenanceId}}"
64816481
]
64826482
},
64836483
"description": "Use this API to change the maintenances for rooms. Use get Room Maintenance operation to find the Room MaintenanceId for this request."
@@ -6518,7 +6518,7 @@
65186518
}
65196519
},
65206520
"url": {
6521-
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}/resolve",
6521+
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MaintenanceId}}/resolve",
65226522
"host": [
65236523
"{{HostName}}"
65246524
],
@@ -6528,7 +6528,7 @@
65286528
"hotels",
65296529
"{{HotelId}}",
65306530
"maintenances",
6531-
"{{MainteananceId}}",
6531+
"{{MaintenanceId}}",
65326532
"resolve"
65336533
]
65346534
},
@@ -6562,15 +6562,15 @@
65626562
],
65636563
"body": {
65646564
"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}",
65666566
"options": {
65676567
"raw": {
65686568
"language": "json"
65696569
}
65706570
}
65716571
},
65726572
"url": {
6573-
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}/unResolve",
6573+
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MaintenanceId}}/unResolve",
65746574
"host": [
65756575
"{{HostName}}"
65766576
],
@@ -6580,7 +6580,7 @@
65806580
"hotels",
65816581
"{{HotelId}}",
65826582
"maintenances",
6583-
"{{MainteananceId}}",
6583+
"{{MaintenanceId}}",
65846584
"unResolve"
65856585
]
65866586
},
@@ -6613,7 +6613,7 @@
66136613
}
66146614
],
66156615
"url": {
6616-
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}",
6616+
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MaintenanceId}}",
66176617
"host": [
66186618
"{{HostName}}"
66196619
],
@@ -6623,7 +6623,7 @@
66236623
"hotels",
66246624
"{{HotelId}}",
66256625
"maintenances",
6626-
"{{MainteananceId}}"
6626+
"{{MaintenanceId}}"
66276627
]
66286628
}
66296629
},
@@ -12590,7 +12590,7 @@
1259012590
],
1259112591
"body": {
1259212592
"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}",
1259412594
"options": {
1259512595
"raw": {
1259612596
"language": "json"
@@ -12630,7 +12630,7 @@
1263012630
],
1263112631
"body": {
1263212632
"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}",
1263412634
"options": {
1263512635
"raw": {
1263612636
"language": "json"
@@ -13657,7 +13657,7 @@
1365713657
],
1365813658
"body": {
1365913659
"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}",
1366113661
"options": {
1366213662
"raw": {
1366313663
"language": "json"
@@ -22579,7 +22579,7 @@
2257922579
],
2258022580
"body": {
2258122581
"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}",
2258322583
"options": {
2258422584
"raw": {
2258522585
"language": "json"
@@ -22619,7 +22619,7 @@
2261922619
],
2262022620
"body": {
2262122621
"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}",
2262322623
"options": {
2262422624
"raw": {
2262522625
"language": "json"
@@ -24726,7 +24726,7 @@
2472624726
}
2472724727
},
2472824728
"url": {
24729-
"raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/{{guestMessageId}}",
24729+
"raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/{{GuestMessageId}}",
2473024730
"host": [
2473124731
"{{HostName}}"
2473224732
],
@@ -24738,7 +24738,7 @@
2473824738
"reservations",
2473924739
"{{ReservationId}}",
2474024740
"guestMessages",
24741-
"{{guestMessageId}}"
24741+
"{{GuestMessageId}}"
2474224742
]
2474324743
},
2474424744
"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,7 +24787,7 @@
2478724787
}
2478824788
},
2478924789
"url": {
24790-
"raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/{{guestMessageId}}",
24790+
"raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestMessages/{{GuestMessageId}}",
2479124791
"host": [
2479224792
"{{HostName}}"
2479324793
],
@@ -24799,7 +24799,7 @@
2479924799
"reservations",
2480024800
"{{ReservationId}}",
2480124801
"guestMessages",
24802-
"{{guestMessageId}}"
24802+
"{{GuestMessageId}}"
2480324803
]
2480424804
},
2480524805
"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,7 +25008,7 @@
2500825008
}
2500925009
},
2501025010
"url": {
25011-
"raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/{{locatorId}}",
25011+
"raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/guestLocators/{{LocatorId}}",
2501225012
"host": [
2501325013
"{{HostName}}"
2501425014
],
@@ -25020,7 +25020,7 @@
2502025020
"reservations",
2502125021
"{{ReservationId}}",
2502225022
"guestLocators",
25023-
"{{locatorId}}"
25023+
"{{LocatorId}}"
2502425024
]
2502525025
},
2502625026
"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,7 +28281,7 @@
2828128281
}
2828228282
},
2828328283
"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",
2828528285
"host": [
2828628286
"{{HostName}}"
2828728287
],
@@ -28298,7 +28298,7 @@
2829828298
"arrival",
2829928299
"{{arrival}}",
2830028300
"departure",
28301-
"{{departure}}",
28301+
"{{Departure}}",
2830228302
"reservationPackages"
2830328303
],
2830428304
"query": [

postman-collections/oracle-hospitality-property.postman_collection.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56219,7 +56219,7 @@
5621956219
}
5622056220
},
5622156221
"url": {
56222-
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}/resolve",
56222+
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MaintenanceId}}/resolve",
5622356223
"host": [
5622456224
"{{HostName}}"
5622556225
],
@@ -56229,7 +56229,7 @@
5622956229
"hotels",
5623056230
"{{HotelId}}",
5623156231
"maintenances",
56232-
"{{MainteananceId}}",
56232+
"{{MaintenanceId}}",
5623356233
"resolve"
5623456234
]
5623556235
},
@@ -56264,7 +56264,7 @@
5626456264
}
5626556265
],
5626656266
"url": {
56267-
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}",
56267+
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MaintenanceId}}",
5626856268
"host": [
5626956269
"{{HostName}}"
5627056270
],
@@ -56274,7 +56274,7 @@
5627456274
"hotels",
5627556275
"{{HotelId}}",
5627656276
"maintenances",
56277-
"{{MainteananceId}}"
56277+
"{{MaintenanceId}}"
5627856278
]
5627956279
}
5628056280
},
@@ -56316,7 +56316,7 @@
5631656316
}
5631756317
},
5631856318
"url": {
56319-
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MainteananceId}}/unResolve",
56319+
"raw": "{{HostName}}/hsk/v1/hotels/{{HotelId}}/maintenances/{{MaintenanceId}}/unResolve",
5632056320
"host": [
5632156321
"{{HostName}}"
5632256322
],
@@ -56326,7 +56326,7 @@
5632656326
"hotels",
5632756327
"{{HotelId}}",
5632856328
"maintenances",
56329-
"{{MainteananceId}}",
56329+
"{{MaintenanceId}}",
5633056330
"unResolve"
5633156331
]
5633256332
},

0 commit comments

Comments
 (0)