Contacts
Contacts endpoints of the Perfex CRM REST API v3.0.3: 5 operations (POST, GET, PUT, DELETE) with parameters and JSON examples.
Endpoints
- POST Add New Contact
/api/contacts/ - GET List all Contacts of a Customer
/api/contacts/{customer_id}/{contact_id} - PUT Update Contact Information
/api/contacts/{id} - GET Search Contact Information
/api/contacts/search/{keysearch} - DELETE Delete Contact
/api/delete/contacts/{id}
See these endpoints in full on the complete API reference.