provider Categories POST /categories/{expenseCategoryId}/edit
@utdk/mercury /categories/{expenseCategoryId}/edit
Edit a category
Update an existing custom expense category for the organization.
expenseCategoryId path required
string

Try it

Authentication
Configure credentials for Mercury API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

editcategory
POST/categories/{expenseCategoryId}/edit
Update an existing custom expense category for the organization.

Parameters

required

Input

Whether this category is applicable to card transactions

Whether this category is applicable to all other transaction kinds

Whether this category is applicable to expense reimbursement transactions

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import mercury from '@utdk/mercury';

await mercury.editcategory()