{
"partnerSerialNumber": "string",
"beneficiaryId": "string",
"business": "WALLET",
"sourceAmount": 0,
"sourceCurrency": "USD",
"targetAmount": 0,
"targetCurrency": "USD",
"postscript": "string",
"purpose": "GOODS",
"otherPurpose": "string",
"document": [
"string"
]
}
curl --location --request POST 'https://gateway-openapi.coralglobal.cn/v1/payout/apply' \
--header 'X-Request-Id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"partnerSerialNumber": "string",
"beneficiaryId": "string",
"business": "WALLET",
"sourceAmount": 0,
"sourceCurrency": "USD",
"targetAmount": 0,
"targetCurrency": "USD",
"postscript": "string",
"purpose": "GOODS",
"otherPurpose": "string",
"document": [
"string"
]
}'
{
"code": "",
"message": "",
"data": {
"partnerSerialNumber": "",
"serialNumber": "",
"toAmount": 0.0,
"toCurrency": "",
"fromAmount": 0.0,
"fromCurrency": "",
"exchangeRate": 0.0,
"transactionFee": 0.0,
"transactionFeeCurrency": "",
"serviceFee": 0.0,
"serviceFeeCurrency": "",
"gmtCreate": "",
"status": ""
},
"timestamp": ""
}