budgetitem.write
External DocumentationTo learn more, visit the SAP Concur documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
budgetitem.write| Parameter | Description |
|---|---|
| Description | The description of the new budget category. |
| Expense Types | A comma-separated list of expense types that the budget category matches. For example: For more information about the Expense Types parameter, refer to SAP Concur API documentation. |
| Name | The name of the new budget category. |
| Status Type | The status type of the new budget category. |
| Parameter | Description |
|---|---|
| ID | The ID of the new budget category. |
| Sync Guid | The ID of the budget category. |
{
"name": "Advertising Category",
"description": "Advertising",
"id": "d9fd5191-7016-4f50-a6c8-4770bddc01d8",
"statusType": "OPEN",
"expenseTypes": [
{
"id": "e1dd44da-25b4-4180-8d89-00f3a8d8cf4e",
"featureTypeCode": "EXPENSE",
"expenseTypeCode": "ADVT",
"name": null
},
{
"id": "67253ac1-77e0-4d61-a478-0d194611b320",
"featureTypeCode": "PAYMENT_REQUEST",
"expenseTypeCode": "ADVT",
"name": null
}
]
}
Was this page helpful?