Create a Data Refresh Order
Orders
Create a Data Refresh Order
Create a new order with data populated from an existing order
POST
Create a Data Refresh Order
Endpoint Overview
POSThttps://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
| Parameter | Type | Description |
|---|---|---|
id | string | Required. 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 Code | Description |
|---|---|
201 | Resource created successfully |
400 | Invalid request parameters provided |
401 | Authentication credentials missing or invalid |
403 | Insufficient permissions for the action |