...
Status | Status of the invoice. See ApiInvoice for details. | Optional | ||
Comments | Comments about the invoice. | Optional | ||
HeaderLine | The header line of the invoice. | Optional | ||
Labels | Set a label: "Labels": [ { "Id": 10, "Value": 1 }, … ] Clear a label: "Labels": [ { "Id": 10, "Value": null }, … ] See Custom labels to get the list of labels. | Optional | ||
CustomFields | A json array containing a list of custom field ids and values. See below for details.
Example:
See Custom fields to get the list of custom fields. | Optional |
...