Skip to content

Commit 65e6a2c

Browse files
committed
Corrected getBlockReservations sample path
1 parent a4e1412 commit 65e6a2c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"info": {
3-
"_postman_id": "b4f70d0f-3dea-4f0d-bd20-82e70c936e02",
3+
"_postman_id": "c28c12fc-0ba0-4704-9027-aa040ec87a2e",
44
"name": "1. Property REST APIs By Module",
55
"description": "#### ORACLE Hospitality OPERA Cloud Rest APIs\r\n\r\nThis Postman Collection offers many API call samples for the Oracle Hospitality REST APIs and OHIP. For common functional workflows (e.g. digital check-in and checkout) see the ORACLE Hospitality OPERA Cloud Rest API Workflows collection. For more information visit [Oracle Hospitality Integration Platform](https://www.oracle.com/industries/hospitality/integration-platform/). \r\n\r\nNew to OHIP? Watch this free on demand video about [Stepping Through the OHIP Journey](https://go.oracle.com/LP=105035?elqCampaignId=281803&src1=:ow:o:p:po:::&intcmp=BUMK201218P00049:ow:o:p:po). \r\n\r\nTo find out more about this Postman collection watch this free on demand video [Understanding Apiary Documentation & Postman Collections](https://go.oracle.com/LP=105035?elqCampaignId=281803&src1=:ow:o:p:po:::&intcmp=BUMK201218P00049:ow:o:p:po). \r\n\r\nExplanations of the common workflows are available in [this workflows document](https://github.com/oracle/hospitality-api-docs/blob/main/postman-collections/WORKFLOWS.md). \r\n\r\nThis document and all content within is available under the [Universal Permissive License v 1.0](http://oss.oracle.com/licenses/upl). Copyright c 2021 Oracle and/or its affiliates.",
66
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
77
"_exporter_id": "15729853",
8-
"_collection_link": "https://hospitalityapis.postman.co/workspace/Team-Workspace~f6e529a2-8cdb-43d1-8526-1aa5d61f48e4/collection/15729853-b4f70d0f-3dea-4f0d-bd20-82e70c936e02?action=share&source=collection_link&creator=15729853"
8+
"_collection_link": "https://hospitalityapis.postman.co/workspace/Team-Workspace~f6e529a2-8cdb-43d1-8526-1aa5d61f48e4/collection/15729853-c28c12fc-0ba0-4704-9027-aa040ec87a2e?action=share&source=collection_link&creator=15729853"
99
},
1010
"item": [
1111
{
@@ -136,7 +136,7 @@
136136
"key": "x-app-key",
137137
"type": "text",
138138
"value": "{{AppKey}}"
139-
}
139+
}
140140
],
141141
"body": {
142142
"mode": "urlencoded",
@@ -7325,15 +7325,13 @@
73257325
}
73267326
],
73277327
"url": {
7328-
"raw": "{{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations?unlinkedOnly=false&actualDepartures=false&complimentaryReservations=false&blockIds={{BlockId}}",
7328+
"raw": "{{HostName}}/rsv/v1/reservations?unlinkedOnly=false&actualDepartures=false&complimentaryReservations=false&blockIds={{BlockId}}",
73297329
"host": [
73307330
"{{HostName}}"
73317331
],
73327332
"path": [
73337333
"rsv",
73347334
"v1",
7335-
"hotels",
7336-
"{{HotelId}}",
73377335
"reservations"
73387336
],
73397337
"query": [

0 commit comments

Comments
 (0)