Versions Compared

Key

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

...

Code Block
<ApiInvoiceTemplate>
    <TemplateId>2147483647</TemplateId>
    <Name>String content</Name>
    <Description>String content</Description>
    <Language>String content</Language>
    <Format>String content</Format>
    <IsClientDefault>true</IsClientDefault>
    <IsSupplierDefault>true</IsSupplierDefault>
</ApiInvoiceTemplate>

...

PROPERTIES

TemplateId

The id of the template.

Name

The name of the template.

Description

Some description of the template.

Language

The language of the template.

Format

The format of the template (Excel or Pdf)

IsClientDefault

Indicates if this is the default template to use for client.

IsSupplierDefault

Indicates if this is the default template to use for suppliers.

...