Versions Compared

Key

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

...

Panel
titlePwsExpenseTypeGroupSummary
  • PwsExpenseTypeGroupSummary
    • ExpenseTypeGroupId: Int32
    • ExpenseTypeGroupName: String (50)
    • ExpenseTypeGroupUid: Int64
    • InactiveFlag: Boolean

Elements


Element

Data Type

Required
?

Default

Description

Sample Data

ExpenseTypeGroupId

Int32

 

 

 

 

ExpenseTypeGroupName

String

 

 

 

 

InactiveFlag

Boolean

 

 

 

 
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

Software License Revenue

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>Software License Revenue</b:ExpenseTypeGroupName>
                  <b:ExpenseTypeGroupUid>1152921504606847818</b:ExpenseTypeGroupUid>
                  <b:InactiveFlag>false</b:InactiveFlag>
               </b:PwsExpenseTypeGroupSummary>