Customers
Customers 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 Customer
/api/customers - GET Request customer information
/api/customers/{id} - PUT Update a Customer
/api/customers/{id} - GET Search Customer Information
/api/customers/search/{keysearch} - DELETE Delete a Customer
/api/delete/customers/{id}
See these endpoints in full on the complete API reference.