Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Element

Data Type

Required?

Default

Description

Sample Data

InvoiceTemplateId

Int32On Insert: No

On Update: No

The invoice template ID. For internal use only.


InvoiceTemplateName

String (10)On Insert:

Yes (if One of InvoiceTemplateName or InvoiceTemplateUid is not supplied)

On Update: Yes (if InvoiceTemplateUid is not supplied)

required


The invoice template name is a unique identifier for an invoice template.

A200
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.

1152921504606878904
1152921504606878906


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                        <b:EmailInvoiceTemplateIdentity>
  <InvoiceTemplateIdentity>                         <InvoiceTemplateId<b:InvoiceTemplateId i:nil="true"/>
                          <InvoiceTemplateName>A200</ <b:InvoiceTemplateName>E001</b:InvoiceTemplateName>
                        <InvoiceTemplateUid>1152921504606878904</   <b:InvoiceTemplateUid>1152921504606878906</b:InvoiceTemplateUid>
                        </InvoiceTemplateIdentity>b:EmailInvoiceTemplateIdentity>