Skip to content

Commit 1ebf656

Browse files
committed
Added get Reservation Status Statistics example
1 parent 6eb2297 commit 1ebf656

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

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

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41450,6 +41450,71 @@
4145041450
}
4145141451
},
4145241452
"response": []
41453+
},
41454+
{
41455+
"name": "get Reservation Status Statistics (v1)",
41456+
"request": {
41457+
"auth": {
41458+
"type": "bearer",
41459+
"bearer": [
41460+
{
41461+
"key": "token",
41462+
"value": "{{Token}}",
41463+
"type": "string"
41464+
}
41465+
]
41466+
},
41467+
"method": "GET",
41468+
"header": [
41469+
{
41470+
"key": "Content-Type",
41471+
"value": "application/json",
41472+
"type": "text"
41473+
},
41474+
{
41475+
"key": "x-hotelid",
41476+
"value": "{{HotelId}}",
41477+
"type": "text"
41478+
},
41479+
{
41480+
"key": "x-app-key",
41481+
"value": "{{AppKey}}",
41482+
"type": "text"
41483+
}
41484+
],
41485+
"url": {
41486+
"raw": "{{HostName}}/fof/v1/hotels/{{HotelId}}/reservationStatusStatistics?reservationStatus=DueIn&reservationStatus=DueOut&reservationStatus=CheckedIn&reservationStatus=CheckedOut",
41487+
"host": [
41488+
"{{HostName}}"
41489+
],
41490+
"path": [
41491+
"fof",
41492+
"v1",
41493+
"hotels",
41494+
"{{HotelId}}",
41495+
"reservationStatusStatistics"
41496+
],
41497+
"query": [
41498+
{
41499+
"key": "reservationStatus",
41500+
"value": "DueIn"
41501+
},
41502+
{
41503+
"key": "reservationStatus",
41504+
"value": "DueOut"
41505+
},
41506+
{
41507+
"key": "reservationStatus",
41508+
"value": "CheckedIn"
41509+
},
41510+
{
41511+
"key": "reservationStatus",
41512+
"value": "CheckedOut"
41513+
}
41514+
]
41515+
}
41516+
},
41517+
"response": []
4145341518
}
4145441519
],
4145541520
"description": "###### APIs to cater for Front Desk Operations functionality in OPERA Cloud. \r\n\r\nFront Desk features some of the most commonly used operations in OPERA Cloud, such as managing guest arrivals, managing in-house guests, and managing guest departures. Some additional tasks you can complete from the Front Desk menu are room searches, room assignments, and quick check outs as well as opening folios, creating registration cards, setting wake up calls, and sending messages to guests.\r\n\r\nFor further detailed information on Front Office, please refer to OPERA Cloud Services User Guide located [here](https://docs.oracle.com/cd/F18689_01/doc.193/f23597/ch_front_desk.htm#OCSUH-FrontDesk-B99788DC).",

0 commit comments

Comments
 (0)