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