...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
ExpenseTypeConfigurationId | Int32 | No | The expense type configuration Id is a unique identifier for a client. For internal use only. | ||
ExpenseTypeConfigurationName | String (50) | Either ExpenseTypeConfigurationName or ExpenseTypeConfigurationUid is required | The expense type configuration name is a unique identifier for an expense type configuration. | No Travel, Meal or Entertainment | |
ExpenseTypeConfigurationUid | Int64 | ExpenseTypeConfigurationName | The expense type configuration Uid is a unique and immutable identifier for an expense type configuration. | 1152921504606847094 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:ExpenseTypeConfigurationIdentity>
<b:ExpenseTypeConfigurationId i:nil="true"/>
<b:ExpenseTypeConfigurationName>No Travel, Meal or Entertainment</b:ExpenseTypeConfigurationName>
<b:ExpenseTypeConfigurationUid>1152921504606847094</b:ExpenseTypeConfigurationUid>
</b:ExpenseTypeConfigurationIdentity>
|