You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api-reference/direct-connects/hotel-service-4/v4.endpoints.md
-195Lines changed: 0 additions & 195 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -538,201 +538,6 @@ POST /hotels/ratedetails
538
538
}
539
539
```
540
540
541
-
## Rate Details during modify/reshop flow <aid="opIdratedetails"></a>
542
-
543
-
Retrieve hotel rate details for rates of a property. This endpoint is used and required when details including `guarantee`, `cancePenalties` and `nightlyRates` breakdown are missing from `/hotels/rates` call or `rateDetailsCallRequired` flag is set to true for a given rate.
544
-
545
-
### URI
546
-
547
-
```shell
548
-
POST /hotels/ratedetails
549
-
```
550
-
551
-
### Parameters
552
-
553
-
|Name|Type|Format|Description|
554
-
|---|---|---|---|
555
-
`Accept-Language`|`string`|-|-|
556
-
`concur-correlationid`|`string`|-|**Required** This unique code can be used during troubleshooting as it identifies the API call in the log files.|
557
-
`body`|[`RateDetailsCriteria`](./v4.schemas.html#schemaratedetailscriteria)|-|**Required** Hotel rates criteria.|
@@ -63,7 +61,6 @@ Reference to location details for search.
63
61
`numGuests`|`integer`|`int32`|Number of guests for accommodation.|
64
62
`guestCountryCode`|`string`|`ISO ALPHA-2`|Two-character ISO code for country.|
65
63
`searchSessionToken`|[`SearchSessionToken`](#schemasearchsessiontoken)|-|Session token to be generated and provided by server on initial search call that can be referenced back for future calls on the same session.|
66
-
`reshopInfo`|[`ReshopInfo`](#schemareshopinfo)|-|Information related to reshopping, only available during modify (and not shopping) flow|
0 commit comments