{
"context": {
"language": "string"
},
"accountBranchCode": 0,
"accountCurrencyCode": "string",
"accountSuffix": 0,
"bookQuantity": 0,
"chequeAccountNumber": 0,
"chequeKind": "string",
"chequeType": "string",
"sheetQuantity": 0
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/payments/cheque/demand' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"accountBranchCode": 0,
"accountCurrencyCode": "string",
"accountSuffix": 0,
"bookQuantity": 0,
"chequeAccountNumber": 0,
"chequeKind": "string",
"chequeType": "string",
"sheetQuantity": 0
}'
{
"data": 0,
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}