Create a new order with data populated from an existing order
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.
| Parameter | Type | Description |
|---|---|---|
id | string | Required. The ID of the existing order to refresh from |
| Status Code | Description |
|---|---|
201 | Resource created successfully |
400 | Invalid request parameters provided |
401 | Authentication credentials missing or invalid |
403 | Insufficient permissions for the action |