cURL
curl --request PUT \ --url https://api.example.com/api/v1/invoices/{invoice_id} \ --header 'Content-Type: application/json' \ --data ' { "due_date": "<string>", "line_items": [ {} ], "customer_id": "<string>" } '
Update a DRAFT invoice’s line items or due date.
Was this page helpful?