{
"context": {
"language": "string"
},
"fileContent": "string",
"onlyValidation": true
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/moneytransfers/bulktransfer/uploadfile' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"fileContent": "string",
"onlyValidation": true
}'
{
"data": {
"currencyCode": "string",
"eftAmount": 0,
"eftCount": 0,
"errorCode": "string",
"errorMessage": "string",
"instructionDate": "string",
"processId": 0,
"rowResults": [
{
"errorCode": "string",
"errorMessage": "string",
"fileRowNumber": 0
}
],
"senderAccountBranchCode": 0,
"senderAccountNumber": 0,
"senderAccountSuffix": 0,
"statusCode": "string",
"totalAmount": 0,
"totalCount": 0,
"wireAmount": 0,
"wireCount": 0
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}