Skip to content

Commit 66c430d

Browse files
Merge branch 'SAP-docs:main' into main
2 parents aa61104 + 9d98b4f commit 66c430d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/api-explorer/v4-0/HotelService.swagger2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@
13211321
"acceptedPayments": {
13221322
"$ref": "#/definitions/PaymentCardType"
13231323
},
1324-
"propertyInfoCode": {
1324+
"propertyTypeCode": {
13251325
"description": "Code identifying the type of property (hotel, apartment, etc.) using OTA Property Class Type (PCT).",
13261326
"example": 19,
13271327
"format": "int32",

src/api-reference/direct-connects/hotel-service-4/v4.endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ POST /hotels/search
160160
"acceptedPayments": [
161161
"VISA"
162162
],
163-
"propertyInfoCode": 12,
163+
"propertyTypeCode": 12,
164164
}
165165
],
166166
"searchSessionToken": "b41168ba-7ee1-4b68-9934-47f5c55337d6"

src/api-reference/direct-connects/hotel-service-4/v4.schemas.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Hotel property object returned by hotel search.
128128
`exactMatch`|`boolean`|`true` / `false`|Flag if true indicates that this hotel is an exact match for what was asked in search request.|
129129
`safetyScore`|[`SafetyScore`](#schemasafetyscore)|-|Hotel Safety Score information.|
130130
`acceptedPayments`|[`AcceptedPayments`](#schemaacceptedpayments)|-|Supported values: `AMERICAN_AIRLINES`, `ALASKA_BARTER`, `AMEX`, `AWARD_CREDIT`, `CANADIAN`, `CARTE_BLANCHE`, `CHINA_UNION_PAY`, `CONFERMA`, `DELTA`, `DINERS_CLUB`, `DISCOVER`, `ENROUTE`, `EURO_CARD`, `JCB`, `MC`, `NORTHWEST`, `TWA`, `UATP`, `UNITED_TRAVEL`, `UNITED_CREDIT`, `VENDOR_PROVIDED`,`VISA`|
131-
`propertyInfoCode`|`integer`|-|Code identifying the type of property (hotel, apartment, etc.) using OTA Property Class Type (PCT)|
131+
`propertyTypeCode`|`integer`|-|Code identifying the type of property (hotel, apartment, etc.) using OTA Property Class Type (PCT)|
132132

133133
## <a id="schemahotelrating"></a> HotelRating
134134

0 commit comments

Comments
 (0)