Staffs
Staffs endpoints of the Perfex CRM REST API v3.0.3: 5 operations (DELETE, POST, GET, PUT) with parameters and JSON examples.
Endpoints
- DELETE Delete a Staff
/api/delete/staffs/{id} - POST Add New Staff
/api/staffs - GET Request Staff information
/api/staffs/{id} - PUT Update a Staff
/api/staffs/{id} - GET Search Staff Information
/api/staffs/search/{keysearch}
See these endpoints in full on the complete API reference.