Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions src/api-explorer/v4-0/HotelService.swagger2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1824,14 +1824,8 @@
"properties": {
"paymentDate": {
"description": "Scheduled payment date",
"example": "2021-10-20",
"format": "date",
"type": "string"
},
"paymentDeadline": {
"description": "Deadline date for successful payment",
"example": "2021-10-20",
"format": "yyyy-MM-dd'T'HH:mm:ss",
"example": "2021-10-20T17:32:28Z",
"format": "date-time",
"type": "string"
},
"termsAndConditionsUrl": {
Expand All @@ -1842,7 +1836,6 @@
},
"required": [
"paymentDate",
"paymentDeadline",
"termsAndConditionsUrl"
],
"type": "object"
Expand Down
18 changes: 6 additions & 12 deletions src/api-reference/direct-connects/hotel-service-4/v4.endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@ POST /hotels/rates
},
"prepayRequired": true,
"prepaymentDetails": {
"paymentDate": "2026-05-10",
"paymentDeadline": "2026-05-09T23:59:59Z",
"paymentDate": "2026-05-09T23:59:59Z",
"termsAndConditionsUrl": "https://terms-and-condition-example-url"
},
"refundable": true,
Expand Down Expand Up @@ -475,8 +474,7 @@ POST /hotels/ratedetails
},
"prepayRequired": true,
"prepaymentDetails": {
"paymentDate": "2026-05-10",
"paymentDeadline": "2026-05-09T23:59:59Z",
"paymentDate": "2026-05-09T23:59:59Z",
"termsAndConditionsUrl": "https://terms-and-condition-example-url"
},
"refundable": true,
Expand Down Expand Up @@ -683,8 +681,7 @@ POST /hotels/ratedetails
},
"prepayRequired": true,
"prepaymentDetails": {
"paymentDate": "2026-05-10",
"paymentDeadline": "2026-05-09T23:59:59Z",
"paymentDate": "2026-05-09T23:59:59Z",
"termsAndConditionsUrl": "https://terms-and-condition-example-url"
},
"refundable": true,
Expand Down Expand Up @@ -1076,8 +1073,7 @@ POST /hotels/reservation
},
"prepayRequired": true,
"prepaymentDetails": {
"paymentDate": "2026-05-10",
"paymentDeadline": "2026-05-09T23:59:59Z",
"paymentDate": "2026-05-09T23:59:59Z",
"termsAndConditionsUrl": "https://terms-and-condition-example-url"
},
"refundable": true,
Expand Down Expand Up @@ -1329,8 +1325,7 @@ POST /hotels/reservation/read
},
"prepayRequired": true,
"prepaymentDetails": {
"paymentDate": "2026-05-10",
"paymentDeadline": "2026-05-09T23:59:59Z",
"paymentDate": "2026-05-09T23:59:59Z",
"termsAndConditionsUrl": "https://terms-and-condition-example-url"
},
"refundable": true,
Expand Down Expand Up @@ -1637,8 +1632,7 @@ POST /hotels/reservation/modify
},
"prepayRequired": true,
"prepaymentDetails": {
"paymentDate": "2026-05-10",
"paymentDeadline": "2026-05-09T23:59:59Z",
"paymentDate": "2026-05-09T23:59:59Z",
"termsAndConditionsUrl": "https://terms-and-condition-example-url"
},
"refundable": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,7 @@ Details about the total pricing associated with stay.

|Name|Type|Format|Description|
|---|---|---|---|
`paymentDate`|`string`|`date`|**Required** Scheduled payment date.|
`paymentDeadline`|`string`|`yyyy-MM-dd'T'HH:mm:ss`|**Required** Deadline date for successful payment.|
`paymentDate`|`string`|`date-time`|**Required** Scheduled payment date.|
`termsAndConditionsUrl`|`string`|-|**Required** URL for the terms and conditions of the rate provided by supplier.|

## <a id="schemaroomratedetails"></a> RoomRateDetails
Expand Down