Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request PUT '/unload_orders/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "string",
"invoice_reference": "string",
"cost_center": "string"
}'{
"meta": null,
"data": {
"id": "string",
"state": "string",
"state_label": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"submitted_at": null,
"completed_at": null,
"customer": null,
"description": null,
"invoice_reference": null,
"cost_center": null,
"invoice": null,
"total_unloaded": null,
"total_fee": null,
"total": null,
"voucher_category": "mixed",
"minimum_unload_amount": null,
"entries": [
{
"id": "string",
"created_at": null,
"updated_at": null,
"ordered_at": null,
"completed_at": null,
"state": "open",
"voucher": null,
"amount": null,
"minimum_unload_amount": null,
"available_balance": null,
"unloaded_amount": null,
"unload_fee": null
}
]
}
}