Versions Compared

Key

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

...

Panel
titlePwsExpenseEntryInvoice
  • PwsExpenseEntryInvoice
    • InvoiceId: Int32
    • InvoiceNumber: String (20)
    • InvoiceUid: Int64
    • IssuedFlag: Boolean

...

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 (20)

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.

INV00462

InvoiceUid

Int64

See InvoiceNumber

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

1152921504607622627

IssuedFlag

Boolean

No

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

true

...