Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request PUT '/scheduled_load_orders//entries/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"voucher_token": "string",
"amount": {
"cents": 100,
"currency": "EUR"
}
}'{
"meta": null,
"data": {
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"amount": null,
"voucher": null,
"paused": true
}
}