Get a list of all budget categories.

The following scopes are required to run this action:

  • budgetitem.read
  • budgetitem.write

External Documentation

To learn more, visit the SAP Concur documentation.

Example Output

[
	{
		"name": "Marketing and Outreach",
		"description": null,
		"statusType": "OPEN",
		"id": "36047f6c-6cf6-443d-a952-39efb012acdb",
		"expenseTypes": [
			{
				"featureTypeCode": "PURCHASE_REQUEST",
				"expenseTypeCode": "MKTG",
				"id": "f35827a8-7981-4a5b-bfc3-da7ebb4665ff",
				"name": null
			},
			{
				"featureTypeCode": "EXPENSE",
				"expenseTypeCode": "SEMNR",
				"id": "30f16783-e50e-4ab4-b6fb-f66cc75956f2",
				"name": null
			},
			{
				"featureTypeCode": "PURCHASE_REQUEST",
				"expenseTypeCode": "ADVT",
				"id": "64a04928-37b0-49c8-99e8-c346e6d47825",
				"name": null
			}
		]
	},
	{
		"name": "Airfare",
		"description": null,
		"statusType": "OPEN",
		"id": "459fe79a-9b1e-4ea0-8416-19de0ff14eef",
		"expenseTypes": [
			{
				"featureTypeCode": "EXPENSE",
				"expenseTypeCode": "AIRFR",
				"id": "53300041-3fb9-4a93-8cdf-327fcbe74a0c",
				"name": null
			},
			{
				"featureTypeCode": "REQUEST",
				"expenseTypeCode": "AIRFR",
				"id": "29278c5a-624a-4dd6-a2c1-02dd233d3fbf",
				"name": null
			}
		]
	}
]

Workflow Library Example

List Budget Categories with Sap Concur and Send Results Via Email

Preview this Workflow on desktop