{
"context": {
"language": "string"
},
"accountBranchCode": 0,
"accountNumber": 0,
"accountSuffix": 0,
"chequeAmountMax": 0,
"chequeAmountMin": 0,
"chequeDateMax": "string",
"chequeDateMin": "string",
"chequeNumber": 0,
"clearingDateMax": "string",
"clearingDateMin": "string",
"currencyCode": "string",
"drawerBankCode": 0,
"maturityFlag": "string",
"pageNumber": 0,
"pageSize": 0,
"sendingDateMax": "string",
"sendingDateMin": "string",
"statusCode": "string",
"subscriptionDateMax": "string",
"subscriptionDateMin": "string",
"valueDateMax": "string",
"valueDateMin": "string"
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/payments/cheque/int/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"accountBranchCode": 0,
"accountNumber": 0,
"accountSuffix": 0,
"chequeAmountMax": 0,
"chequeAmountMin": 0,
"chequeDateMax": "string",
"chequeDateMin": "string",
"chequeNumber": 0,
"clearingDateMax": "string",
"clearingDateMin": "string",
"currencyCode": "string",
"drawerBankCode": 0,
"maturityFlag": "string",
"pageNumber": 0,
"pageSize": 0,
"sendingDateMax": "string",
"sendingDateMin": "string",
"statusCode": "string",
"subscriptionDateMax": "string",
"subscriptionDateMin": "string",
"valueDateMax": "string",
"valueDateMin": "string"
}'
{
"data": {
"chequeHeader": {
"totaL_CAUTION_CHEQUE_AMOUNT": "string",
"totaL_CAUTION_CHEQUE_COUNT": "string",
"totaL_CHEQUE_AMOUNT": "string",
"totaL_CHEQUE_COUNT": "string",
"totaL_COLLECTION_CHEQUE_AMOUNT": "string",
"totaL_COLLECTION_CHEQUE_COUNT": "string",
"id": "string",
"rowOrder": "string"
},
"cheques": [
{
"accountBranchCode": 0,
"accountNumber": 0,
"accountSuffix": 0,
"accountingBranchCode": 0,
"accountingDate": "2019-08-24T14:15:22Z",
"accountingRefNum": 0,
"blockedFlag": "string",
"cautionCollectionType": "string",
"cautionReference": 0,
"cautionTranBranchCode": 0,
"chequeAmount": 0,
"chequeDate": "2019-08-24T14:15:22Z",
"chequeDrawingLocationCode": 0,
"chequeNumber": 0,
"chequeRestitutionBalance": 0,
"chequeRestitutionCode": 0,
"chequeRestitutionCodeExp": "string",
"chequeRestitutionDate": "2019-08-24T14:15:22Z",
"chequeStatusCode": "string",
"chequeSubscriptionDate": "2019-08-24T14:15:22Z",
"chequeType": 0,
"chequeValueDate": "2019-08-24T14:15:22Z",
"clearingAccountBranchCode": 0,
"clearingAccountNumber": 0,
"clearingAccountSuffix": 0,
"clearingDate": "2019-08-24T14:15:22Z",
"collectionAccountBranchCode": 0,
"collectionAccountNumber": 0,
"collectionAccountSuffix": 0,
"creditAccountSuffix": 0,
"currencyCode": "string",
"customerFreestyleReferance": 0,
"drawerAccountNumber": 0,
"drawerBankCode": 0,
"drawerBranchCode": 0,
"drawerTaxNumber": 0,
"expenseAccountSuffix": 0,
"expenseAmount": 0,
"explanation": "string",
"id": "string",
"maturityFlag": "string",
"name": "string",
"rowNumber": 0,
"rowOrder": 0,
"seenFlag": "string",
"sendingDate": "2019-08-24T14:15:22Z",
"userId": "string"
}
]
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}