# Contacts endpoint

Contains Contacts endpoint specification.

Version: 1.0
License: undefined

## Servers

Test using live endpoint
```
https://supply-xml.booking.com/
```

## Download OpenAPI description

[Contacts endpoint](https://developers.booking.com/_bundle/connectivity/docs/openapispecs/contacts-api/contacts-api-specification.yaml)

## Contacts

Manage contact information for properties including contact persons, addresses, phone numbers, and email addresses.

### Read all Contact(s) for a Property

 - [GET /properties/{propertyId}/contacts](https://developers.booking.com/connectivity/docs/openapispecs/contacts-api/contacts-api-specification/contacts/getallcontacts.md)

### Overlay multiple Contacts for a Property

 - [PUT /properties/{propertyId}/contacts](https://developers.booking.com/connectivity/docs/openapispecs/contacts-api/contacts-api-specification/contacts/overwritecontacts.md): Contacts not sent will be reset/deleted.

