...
Element | Data Type | Required? | 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 One of invoiceNumber or InvoiceUid is not supplied) On Update: Yes (if InvoiceUid is not supplied) required | 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)See InvoiceNumber | A unique and immutable identifier for an invoice | 1152921504607622580 |
...