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