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

Version 1 Next »

Overview


This structure represents the unique key fields associated with identifying an invoice

Format


PwsExpenseEntryInvoice
  • PwsExpenseEntryInvoice
    • InvoiceId: Int32
    • InvoiceNumber: String
    • InvoiceUid: Int64
    • IssuedFlag: Boolean

Elements


Element

Data Type

Required?

Description

Sample Data

InvoiceId

Int32

No

The invoice Id is a unique identifier for an invoice. For internal use only.

 

InvoiceNumber

String

One of InvoiceNumber or InvoiceUid is required

The invoice number is a unique identifier for an invoice. If not specified, this field will be auto generated.

 

InvoiceUid

Int64

See InvoiceNumber

The invoice Uid is a unique and immutable identifier for an invoice

 

IssuedFlag

Boolean

No

If set to 'true', the invoice has been issued


  • No labels