Clients
Clients 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 Clients
/api/clients - POST Add New Client
/api/clients - DELETE Delete a Client
/api/clients/{id} - GET Get Client by ID
/api/clients/{id} - PUT Update a Client
/api/clients/{id} - GET Search Clients
/api/clients/search/{keyword}
See these endpoints in full on the complete API reference.