{
"context": {
"language": "string"
},
"consequentCode": "string",
"customerReference": 0,
"entranceDateEnd": "string",
"entranceDateStart": "string",
"exitDateEnd": "string",
"exitDateStart": "string",
"maturityDateEnd": "string",
"maturityDateStart": "string",
"payrollNumber": "string",
"promissoryNumber": "string"
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/payments/promissory/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"consequentCode": "string",
"customerReference": 0,
"entranceDateEnd": "string",
"entranceDateStart": "string",
"exitDateEnd": "string",
"exitDateStart": "string",
"maturityDateEnd": "string",
"maturityDateStart": "string",
"payrollNumber": "string",
"promissoryNumber": "string"
}'
{
"data": {
"promissoryNotes": [
{
"consequentCode": 0,
"consequentCodeName": "string",
"correspondentBranchNameCode": "string",
"creditorAccountSuffix": 0,
"currencyType": "string",
"customerReference": {
"space": "string"
},
"debtor": "string",
"entranceDate": "2019-08-24T14:15:22Z",
"exitDate": "2019-08-24T14:15:22Z",
"id": "string",
"maturiyDate": "2019-08-24T14:15:22Z",
"oppositeBranchPromissorySent": 0,
"payrollNumber": "string",
"promissoryAmount": 0,
"promissoryNumber": "string",
"promissoryType": 0,
"promissoryTypeName": "string",
"rowOrder": 0
}
],
"sumValues": [
{
"array": true,
"bigDecimal": true,
"bigInteger": true,
"binary": true,
"boolean": true,
"containerNode": true,
"_double": true,
"empty": true,
"_float": true,
"floatingPointNumber": true,
"_int": true,
"integralNumber": true,
"_long": true,
"missingNode": true,
"nodeType": "string",
"_null": true,
"number": true,
"_object": true,
"pojo": true,
"_short": true,
"textual": true,
"valueNode": true
}
]
},
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}