Skip to content

Commit 4f04659

Browse files
committed
Corrected request body of startReservationsDailySummary
1 parent 1c69a40 commit 4f04659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143241,7 +143241,7 @@
143241143241
],
143242143242
"body": {
143243143243
"mode": "raw",
143244-
"raw": "{\r\n \"criteria\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"timeSpan\": {\r\n \"startDate\": \"2023-01-02\",\r\n \"endDate\": \"2023-05-31\"\r\n }\r\n }\r\n}\r\n",
143244+
"raw": "{\r\n \"criteria\": {\r\n \"hotelId\": \"{{HotelId}}\",\r\n \"timeSpan\": {\r\n \"startDate\": \"2023-01-02\",\r\n \"endDate\": \"2023-03-31\"\r\n }\r\n }\r\n}\r\n",
143245143245
"options": {
143246143246
"raw": {
143247143247
"language": "json"

0 commit comments

Comments
 (0)