Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

StatusStatus of the invoice. See ApiInvoice for details.Optional
CommentsComments about the invoice.Optional
HeaderLineThe header line of the invoice.Optional
Labels

Set a label: "Labels": [ { "Id": 10, "Value": 1 }, … ]

Clear a label: "Labels": [ { "Id": 10, "Value": null }, … ]

See chapter REF _Ref362347538 \r \h 12.5 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:

 

Code Block
CustomFields: [ {
	"Id": "CustomStr1", 
	"Value": "My field" 
}, 
{ 
	"Id": "CustomStr5", 
	"Value": "A-2233" 
} ]

 

See Custom fields to get the list of custom fields.

Optional

...