{
"context": {
"language": "string"
},
"amount": 0,
"associationCode": "string",
"cashFlag": 0,
"currency": "string",
"paymentAccountIdentifier": {
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
}
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/payments/invoice/association/expense' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"amount": 0,
"associationCode": "string",
"cashFlag": 0,
"currency": "string",
"paymentAccountIdentifier": {
"branchCode": 0,
"number": 0,
"numberDetail": "string",
"suffix": 0
}
}'
{
"data": 0,
"header": {
"message": null,
"status": "string",
"statusCode": 0,
"detailCode": null,
"txId": null,
"warnings": [
null
]
}
}