Update an invoice
Updates the details of an existing invoice, such as items, amounts, or dates.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
The invoiceId of the invoice.
"You need to change *this* with invoiceId from invoice creation"
The subMerchantId associated with the invoice.
"jpt-sim-md-1"
The customer id of the invoice.
"65f7ee397a4bb65ed744b67f"
Line items included in the total amount.
The total amount of the invoice.
300
The invoice date.
"2023-12-10T20:02:20.454Z"
The invoice dueDate.
"2023-12-10T20:02:20.454Z"
The invoice paymentTerm.
"Due Upon Receipt"
Response
Invoice successfully updated.

