cURL
curl --request POST \ --url http://127.0.0.1:8080/v1/c/preferences/invoicing \ --header 'Content-Type: application/json' \ --header 'wb-key: <api-key>' \ --data '{ "automatic_payment": true, "due_date_policy": "start_of_period", "flat_fee_due_date_policy": "start_of_period", "invoice_trigger": "immediate", "usage_period_closing_policy": "automatic" }'
Configuration of invoicing engine
Empty fields (i.e. as None) won't be changed
Updated