Expense categories
Shows you how to manage expense categories
CREATE
POST
https://api.pesatime.com/v1/expense_categories
Create a new expense category
Request Body
Name
Type
Description
name
string
The name of the category to create
UPDATE
PUT
https://api.pesatime.com/v1/expense_categories/:categoryId
Update an expense category
Request Body
Name
Type
Description
name
string
The new name of the category
RETRIEVE
GET
https://api.pesatime.com/v1/expense_categories/:categoryId
Retrieves the contents of an expense category
Path Parameters
Name
Type
Description
categoryId
string
The ID of the category to retrieve details for
DELETE
DELETE
https://api.pesatime.com/v1/expense_categories/:categoryId
Delete a category
Path Parameters
Name
Type
Description
categoryId
string
The ID of the category to delete
Last updated