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

# Resend contract details

`POST /partners/resend-invite`

Use this endpoint to resend the invitation email to the partner's registered contract email address.

## 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.
  - `legal_contact_email` string, required — Contract contact email id of the partner. This is treated as the unique identifier for the partner.

## Response `200`

OK

- object
  - `data` ReInviteObject, required
    - `status` string, required — Status message indicating whether the invitation email was resent 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)
