...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
InvoiceTemplateId | Int32 | On Insert: No On Update: No | The Invoice Template 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) | The Invoice Template Name invoice template name is a unique identifier for an Invoice Templateinvoice template. | A200 | |
InvoiceTemplateUid | Int64 | On Insert: Yes (if InvoiceTemplateName is not supplied) On Update: Yes (if InvoiceTemplateName is not supplied) | The Invoice Template invoice template Uid is a unique and immutable identifier for an Invoice Templateinvoice template. | 1152921504606878904 |
Usage Example(s)
...