Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request POST '/unload_orders//entries/bulk' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"save_mode": "0",
"entries": [
"string"
]
}'{
"meta": null,
"data": [
{
"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
}
],
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}