v1
latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KBCost control|Cost Booking
Create an export for cost bookings.
This endpoint allows you to create an export for cost booking data. You will receive a job id which will be used to collect the exported data after the job has finished.
post/cost_booking/createExport
Request body
Example request
{
"filter": {
"from": "2015-02-20",
"to": "2015-02-20"
}
}Response
Success Response:
Example response
{
"data": {
"filter": {
"from": "2015-02-20",
"to": "2015-02-20"
},
"createdAt": "2015-02-20T12:59:21+01:00"
}
}