...
Panel | ||
---|---|---|
| ||
|
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 | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |