Skip to main content
POST
Create a Data Refresh Order

Endpoint Overview

POST https://prod.transcrypts.com/v1/orders/{id}/ The endpoint creates a new order with data populated from the existing order, eliminating the need to re-enter all details manually.

Authentication

The endpoint requires API credentials passed via headers:
  • ClientID (Header)
  • AccessKey (Header)

Parameters

Path Parameters

Request Body

The endpoint accepts an order ID in the URL path. The request body schema follows the standard order creation parameters, with data pre-populated from the source order.

Response

Status Code: 201 (Created) Upon successful execution, the API returns the newly created refresh order with populated data fields carried over from the source order.

Error Handling