---
title: "Resend updated contract"
method: POST
path: "/partners/resend-addendum"
tags: ["Manage contracts"]
---

# Resend updated contract

`POST /partners/resend-addendum`

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

## Request body

- object
  - `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_id` integer — Legal entity ID of the partner. This is treated as the unique identifier for the partner.
  - `legal_contact_email` string — Contract contact email ID of the partner. This is treated as the unique identifier for the partner.

## Response `200`

OK

- object
  - `data` AddendumObject, required
    - `status` string, required — Status message indicating whether the addendum email was sent successfully.
    - `success` integer, required — A flag that indicates if the operation finished successfully.
  - `errors` object[]
    - `code` string, required — Alphanumeric identifier for warning/error.
    - `details` object, required — Additional details of warning/error.
    - `message` string, required — English-language description of warning/error.
  - `meta` object, required
    - `ruid` string, required — Response Unique Identifier. Refer to this when talking to Booking.com Connectivity Support.
  - `warnings` object[]
    - `code` string, required — Alphanumeric identifier for warning/error.
    - `details` object, required — Additional details of warning/error.
    - `message` string, required — English-language description of warning/error.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/booking/apis/contracting-api.md) · [All operations](https://skmtc.net/booking/apis/contracting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/booking/contracting-api/revisions/558b23bebdcd/schema)
