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/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"day_of_month": 1,
"period_in_months": 1,
"load_order_due_date": "2019-08-24",
"description": "string",
"invoice_reference": "string",
"note_label": "birthday",
"is_top_up": true
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}