Create a conversion.
POST/conversions
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Create currency conversion.
Request
Header Parameters
x-transaction-uuid stringrequired
The transaction ID is a UUID (v4) used to uniquely identify the object that will be created. All objects must have an identifier.
nonce stringrequired
The nonce ID is a UUID (v4) used to uniquely identify the requisition. All requisitions must have an identifier.
- application/json
Body
required
quotation_id stringrequired
Quotation ID to convert.
Responses
- 201
- 400
- 401
- 422
Conversion created.
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
Conversion ID.
operation_id stringrequired
Operation ID conversion.
created_at date-timerequired
Conversion created at.
{
"id": "f6e2e084-29b9-4935-a059-5473b13033aa",
"operation_id": "295564a9-c5fd-4e73-9abb-72e0383f2dfb",
"created_at": "2024-04-24T13:52:51.057Z"
}
If any required params are missing or has invalid format or type.
User authentication failed.
If any required params are missing or has invalid format or type.
Loading...