Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request PUT '/customers//periodic_load_orders//entries' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entries": [
{
"id": "string",
"token": "string",
"amount": {
"cents": 100,
"currency": "EUR"
},
"paused": true
}
]
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}