Skip to main content
POST
/
v1
/
orders
/
{id}
Create a Data Refresh Order
curl --request POST \
  --url https://api.example.com/v1/orders/{id}/

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

ParameterTypeDescription
idstringRequired. The ID of the existing order to refresh from

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

Status CodeDescription
201Resource created successfully
400Invalid request parameters provided
401Authentication credentials missing or invalid
403Insufficient permissions for the action