invoices
or customers
, except in the website test playground - it is fixed to resources
).api/temporary-key
and api/waitlist
endpoints are restricted and can only be used as described in the authentication section.api/invoices
endpoint with a request body of the invoice object.
The following requirements must be met:
Content-Type
must be application/json
id
fieldid
that is the unique identifier.id
if you keep track of relationsship updates client side.
For example, consider the below:
DELETE
on api/invoicelines/1
, you must also do a PUT
on api/invoices/1
and remove the invoiceline from invoiceLineIds
array.
api/invoices/1/invoicelines/1
.