/payments/hgs/accounts/transit/info
Request
Body Params application/json
{
"context": {
"language": "string"
},
"endDate": "string",
"productNo": 0,
"startDate": "string"
}
Request Code Samples
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/payments/hgs/accounts/transit/info' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"endDate": "string",
"productNo": 0,
"startDate": "string"
}'
Responses
application/json {
"data": [
{
"associationCode": "string",
"associationName": "string",
"collectionGroup": "string",
"isActive": true
}
],
"header": {
"message": null,
"status": "string",
"statusCode": 0,
"detailCode": null,
"txId": null,
"warnings": [
null
]
}
}
Modified at 2024-07-25 20:22:28