Item Categories
Item Categories endpoints of the REST API for RISE CRM v2.1.0: 6 operations (GET, POST, DELETE, PUT) with parameters and JSON examples.
Endpoints
- GET List all Item Categories
/api/item-categories - POST Add New Item Category
/api/item-categories - DELETE Delete an Item Category
/api/item-categories/{id} - GET Get Item Category by ID
/api/item-categories/{id} - PUT Update an Item Category
/api/item-categories/{id} - GET Search Item Categories
/api/item-categories/search/{keyword}
See these endpoints in full on the complete API reference.