Projects
Projects 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 Project
/api/delete/projects/{id} - POST Add New Project
/api/projects - GET Request project information
/api/projects/{id} - PUT Update a project
/api/projects/{id} - GET Search Project Information
/api/projects/search/{keysearch}
See these endpoints in full on the complete API reference.