Versions Compared

Key

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

...

This structure represents the unique key fields associated with identifying a Invoice Templatean invoice template. Invoice Templates can be identified by InvoiceTemplateName or InvoiceTemplateUid. When specifying a PwsInvoiceTemplateRef as an input to a web service, you may specify one or both the InvoiceTemplateName and/or InvoiceTemplateUid. However, if you do specify both, they must both refer to the same Invoice Template invoice template or the Invoice Template invoice template reference will not be considered valid. When a PwsInvoiceTemplateRef is returned in the response to a web service, both the InvoiceTemplateName and InvoiceTemplateUid will be populated, and guaranteed to refer to a single Invoice Templateinvoice template.

Format


Panel
titlePwsInvoiceTemplateRef
  • PwsInvoiceTemplateRef
    • InvoiceTemplateId: Int32
    • InvoiceTemplateName: String (10)
    • InvoiceTemplateUid: Int64

...

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)


The Invoice Template Name is a unique identifier for an Invoice Template.

A200

InvoiceTemplateUid

Int64

On Insert: Yes (if InvoiceTemplateName is not supplied)

On Update: Yes (if InvoiceTemplateName is not supplied)


The Invoice Template Uid is a unique and immutable identifier for an Invoice Template.

1152921504606878904

...