Skip to main content

Update Invoice

PUT 

/invoices/update/:id

Update an existing invoice. In multipart/form-data, send entity_record, deal_record, items, address_details, payment_receipt_receiver, payment_method_type_for_intent, sales_tax_details, deleted_files, and deleted_items as text fields produced by JSON.stringify. Malformed JSON returns HTTP 422 with PUBLIC_VALIDATION_FAILED.

Request

Responses

Success