The functionality supported by `AreaInfo` and `HotelInfo > RelativePositions` are soon to sunset
Booking.com is deprecating the functionality of specifying/retrieving nearby attractions and the property's relative position information using `AreaInfo` and `HotelInfo > RelativePositions` as of March 15, 2023, and will sunset on June 30, 2023.
Booking.com automatically generates the nearby places and the property's relative position information. Please see [the deprecation policy documentation][property-area-info] for more details.
# Price
Multiple ancestors
`Price` is a descendant of:
* [Route](/connectivity/docs/api-reference/route)
* [Service](/connectivity/docs/api-reference/service)
## [Service](/connectivity/docs/api-reference/service)
### Fields
| Field | Description | Type | Min/max | Notes |
| --- | --- | --- | --- | --- |
| [Service](/connectivity/docs/api-reference/service)/`Price` | price details. | object | 0..1 | - |
| `Price`/`@NumberOfUnits` | Number of items for this price rate. | integer | 0..1 | It will existing for addons and instay serices. |
| `Price`/[Total](/connectivity/docs/api-reference/total) | The total price for this price rate. | object | 0..1 | |
| `Price`/[Base](/connectivity/docs/api-reference/base) | The unit price for this price rate | object | 0..1 | |
| `Price`/[RateDescription](/connectivity/docs/api-reference/ratedescription) | Text description for the price rate | object | 0..1 | |
### XML
```xml
per person / per night
```
details
summary
This documentation section contains an API solution that is soon to sunset. You can still access the section by clicking the expand icon.
## [Route](/connectivity/docs/api-reference/route)
### Fields
| Field | Description | Type | Min/max | Notes |
| --- | --- | --- | --- | --- |
| [Route](/connectivity/docs/api-reference/route)/`Price` | Travel price details. | object | 0..1 | - |
| `Price`/`@Amount` | The estimated price of the journey, in `@CurrencyCode`. | real | 0..1 | - |
| `Price`/`@CurrencyCode` | The [currency code](/connectivity/docs/b_xml-currencies). | [currencycode](/connectivity/docs/b_xml-currencies) | 0..1 | - |
### XML
```xml
```
## Related endpoints
* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)