{
"carrierId": "string",
"fromDate": "2019-08-24T14:15:22Z",
"toDate": "2019-08-24T14:15:22Z",
"closeTodayJobs": true
}
curl --location --request POST 'https://platform.shopranos.eu/api/carriers/GenikiTaxidromiki/jobs/close' \
--header 'Content-Type: application/json' \
--data-raw '{
"carrierId": "string",
"fromDate": "2019-08-24T14:15:22Z",
"toDate": "2019-08-24T14:15:22Z",
"closeTodayJobs": true
}'
{
"orderIds": [
"string"
]
}