Versions Compared

Key

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

...

Element

Data Type

Required

Description

Sample Data

ExpenseTypeGroupId

Int32

No

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


ExpenseTypeGroupName (50)

String

One of ExpenseTypeGroupName or ExpenseTypeGroupUid is required

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

Travel

ExpenseTypeGroupUid

Int64

See ExpenseTypeGroupName

A unique and immutable identifier for an expense type group.

1152921504606847818

InactiveFlag

Boolean

No

If set to 'true', the expense type group is marked as inactive.

false

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
              <b:PwsExpenseTypeGroupSummary>
                  <b:ExpenseTypeGroupId i:nil="true"/>
                  <b:ExpenseTypeGroupName>Travel</b:ExpenseTypeGroupName>
                  <b:ExpenseTypeGroupUid>1152921504606847818</b:ExpenseTypeGroupUid>
                  <b:InactiveFlag>false</b:InactiveFlag>
               </b:PwsExpenseTypeGroupSummary>