> ## Documentation Index
> Fetch the complete documentation index at: https://sdk.transcrypts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add New Employer to Existing Order

> Add a new employer to an order that is already in progress

## Endpoint Overview

**POST** `https://prod.transcrypts.com/v1/orders/{id}/employers/`

This endpoint enables you to add a new employer to an order that is already in progress. The order must be active (not expired or canceled).

## Authentication

This endpoint requires API credentials passed via headers:

* **ClientID** (Header)
* **AccessKey** (Header)

## Parameters

### Path Parameters

| Parameter | Type   | Description                                              |
| --------- | ------ | -------------------------------------------------------- |
| `id`      | string | **Required.** The order identifier to add an employer to |

## Prerequisites

Before using this endpoint, ensure:

* You have obtained valid API credentials
* The target order exists and remains active
* The order has not expired or been canceled

## Response

Returns the updated order with the newly added employer information.

## Related Operations

* [Create an order](/orders/orders-create)
* [Retrieve an order](/orders/orders-read)
* [Update an order](/orders/orders-update)
* [Cancel an order](/orders/orders-cancel)
* [Create a data refresh order](/orders/orders-refresh)
* [Retrieve order invoice](/orders/orders-invoice)
* [Retrieve order events](/orders/orders-events)
* [Retrieve self-certification results](/orders/orders-certifications)
