...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
InvoiceId | Int32 | 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 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 Uid is a A unique and immutable identifier for an invoice | 1152921504607622580 |
...