Versions Compared

Key

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

...

Panel
titlePwsExpenseTypeRef
  • PwsExpenseTypeRef
    • ExpenseTypeId: Int32
    • ExpenseTypeName: String (50)
    • ExpenseTypeUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

ExpenseTypeId

Int32

 

 

 

  

No

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


ExpenseTypeName

String (50)

 

 

 

One of ExpenseTypeName or ExpenseTypeUid is required

The expense type name is a unique identifier for an expense type.

Per Diem

ExpenseTypeUid

Int64

 

 

 

 

See ExpenseTypeName

A unique and immutable identifier for an expense type.

1152921504606881747

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <com:ExpenseTypeIdentity>
                        <com:ExpenseTypeName>Per Diem</com:ExpenseTypeName>
                     </com:ExpenseTypeIdentity>
Code Block
languagexml
titleExample 02
collapsetrue
                     <com:ExpenseTypeIdentity>
                        <com:ExpenseTypeUid>1152921504606881747</com:ExpenseTypeUid>
                     </com:ExpenseTypeIdentity>