/informations/getnextworkingday/afternumofday
Request
Body Params application/json
{
"context": {
"language": "string"
},
"numberOfDays": 0,
"date": "string"
}
Request Code Samples
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/informations/getnextworkingday/afternumofday' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {
"language": "string"
},
"numberOfDays": 0,
"date": "string"
}'
Responses
application/json {
"data": "string",
"header": {
"message": null,
"status": "string",
"statusCode": 0,
"detailCode": null,
"txId": null,
"warnings": [
null
]
}
}
Modified at 2024-07-25 20:22:28