...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
InvoiceId | Int32 The | On Insert: No On Update: No | The Invoice Id is a unique identifier for an Invoice. For internal use only. | ||
InvoiceNumber | String (20) | On Insert: Yes (if InvoiceUid is not supplied) On Update: Yes (if InvoiceUid is not supplied) | The The Invoice Number is a unique identifier for an Invoice. | DRAFT00927 | |
InvoiceUid | Int64 The | On Insert: Yes (if InvoiceNumber is not supplied) On Update: Yes (if InvoiceNumber is not supplied) | The Invoice Uid is a unique and immutable identifier for an Invoice. | 1152921504607622580 |
Usage Example(s)
...