Skip to main content
POST
/
v1
/
orders
/
{id}
/
employers
Add New Employer to Existing Order
curl --request POST \
  --url https://api.example.com/v1/orders/{id}/employers/

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

ParameterTypeDescription
idstringRequired. 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.