{
"quoteId": "826e5192-f8c6-4e24-aab3-3910e46c52b7",
"sourceCurrency": "string",
"destinationCurrency": "string",
"sourceAmountMinor": "string",
"clientReference": "string",
"operationAuthorization": {
"operationType": "FIAT_WITHDRAWAL_CREATE",
"operationHash": "string",
"authorizedAt": "2019-08-24T14:15:22.123Z",
"authorizedByPartnerUserRef": "string",
"authorizedByPartnerPolicyRef": "string",
"authorizationMethod": "string",
"mfaEvidenceRef": "string",
"sourceSystem": "string",
"sourceActionRef": "string",
"rawEvidence": {
"property1": "string",
"property2": "string"
}
}
}curl --location '/partner/v1/customers//conversions' \
--header 'X-Partner-Client-Id;' \
--header 'X-Partner-Timestamp;' \
--header 'X-Partner-Nonce;' \
--header 'X-Partner-Signature;' \
--header 'X-Request-Id;' \
--header 'Idempotency-Key;' \
--header 'Content-Type: application/json' \
--data '{
"quoteId": "826e5192-f8c6-4e24-aab3-3910e46c52b7",
"sourceCurrency": "string",
"destinationCurrency": "string",
"sourceAmountMinor": "string",
"clientReference": "string",
"operationAuthorization": {
"operationType": "FIAT_WITHDRAWAL_CREATE",
"operationHash": "string",
"authorizedAt": "2019-08-24T14:15:22.123Z",
"authorizedByPartnerUserRef": "string",
"authorizedByPartnerPolicyRef": "string",
"authorizationMethod": "string",
"mfaEvidenceRef": "string",
"sourceSystem": "string",
"sourceActionRef": "string",
"rawEvidence": {
"property1": "string",
"property2": "string"
}
}
}'{
"conversionId": "9b91ef3b-0b17-4694-8870-6ef8262ace86",
"quoteId": "826e5192-f8c6-4e24-aab3-3910e46c52b7",
"routeCode": "string",
"sourceCurrency": "string",
"destinationCurrency": "string",
"sourceAmountMinor": "string",
"destinationAmountMinor": "string",
"price": "string",
"platformStatus": "string",
"clientReference": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}