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