cURL
curl --request PATCH \ --url https://api.spacebring.com/billing/invoices/v1/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "invoice": { "dueDate": "2023-11-07T05:31:56Z", "dueDays": 1, "dueType": "date", "memo": "<string>" } } '
{ "message": "<string>", "type": "<string>" }
Update a draft invoice.
invoices
See our authentication documentation for how to authorize your requests
The id of the network. Required when using bearer token authentication
The id of an invoice.
At least one property is required.
Show child attributes
No Content