SAP Concur - Get expense types action
The Get expense types action retrieves all expense types applicable to the specified user based on their assigned policies from SAP Concur using the v4 API.
This action replaces the deprecated Get all expense types action.
PREREQUISITES
Your SAP Concur OAuth 2.0 connection must include the following scopes to use this action:
expense.config.policies.restricted.readexpense.config.expensetypes.restricted.read
Input
| Input field | Description |
|---|---|
| User ID | The unique identifier of the SAP Concur user. Use the Get user action to retrieve the user ID. |
Output
| Output field | Description |
|---|---|
| Expense types | List of expense types available to the specified user. |
| Expense type (Expense types) | The code for the expense type. |
| Expense type name (Expense types) | The name of the expense type. |
| Spend category code (Expense types) | The code for the spend category associated with the expense type. |
| Spend category name (Expense types) | The name of the spend category associated with the expense type. |
| Is category (Expense types) | Indicates whether the expense type is a category. |
| Parent expense type (Expense types) | The code of the parent expense type, if applicable. |
| Parent name (Expense types) | The name of the parent expense type, if applicable. |
| List size | The total number of expense types returned. |
| List index | The index of the current item in the list. |
Last updated: