Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 26 Next »

Overview


This structure represents the unique key fields associated with identifying a 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 or the 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 Template.

Format


PwsInvoiceTemplateRef
  • PwsInvoiceTemplateRef
    • InvoiceTemplateId: Int32
    • InvoiceTemplateName: String
    • InvoiceTemplateUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

InvoiceTemplateId

Int32



Invoice Template ID. For internal use only.


InvoiceTemplateName

String



Invoice Template Name.

A200

InvoiceTemplateUid

Int64



A unique and immutable Id for an Invoice Template.

1152921504606878904


Usage Example(s)


Example 01
                     <InvoiceTemplateIdentity>
                        <InvoiceTemplateId>31928</InvoiceTemplateId>
                        <InvoiceTemplateName>A200</InvoiceTemplateName>
                        <InvoiceTemplateUid>1152921504606878904</InvoiceTemplateUid>
                     </InvoiceTemplateIdentity>
  • No labels