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