...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
InvoiceTemplateId | Int32 | On Insert: No On Update: No | The invoice template ID. For internal use only. | ||
InvoiceTemplateName | String (10) | On Insert: Yes (if InvoiceTemplateUid is not supplied) On Update: Yes (if InvoiceTemplateUid is not supplied)One of InvoiceTemplateName or InvoiceTemplateUid is required | The invoice template name is a unique identifier for an invoice template. | E001 | |
InvoiceTemplateUid | Int64 | On Insert: Yes (if InvoiceTemplateName is not supplied) On Update: Yes (if InvoiceTemplateName is not supplied) | The invoice template Uid is a See InvoiceTemplateName | A unique and immutable identifier for an invoice template. | 1152921504606878906 |
...