v1

latestOpenAPI 3.0.12026-08-067576.0 KB
Manage contracts

Update an existing contract

Use this endpoint to send addendum to the partner to add more countries where properties can be listed, only if partner has already a signed contract with Booking.com.

post/partners/addendum

Headers

Authorizationstring

Request body

additional_countriesstring[] required

List of country codes where partner has properties for which addendum should be signed.

is_test'0' | '1'

Flag to filter in/out test partner cards. Setting it to 1 will look for test partners only, 0 will look for non-test partners only.

le_idinteger

Legal entity ID of the partner. This is treated as the unique identifier for the partner.

legal_contact_emailstring

Contract contact email ID of the partner. This is treated as the unique identifier for the partner.

Response

OK

Example response

{
  "data": {
    "status": "Addendum invitation sent to Partner.",
    "success": 1
  },
  "meta": {
    "ruid": "UmFuZG9tSVYkc2Rl...="
  }
}