Notes
Notes endpoints of the Perfex CRM REST API v3.0.3: 5 operations (POST, DELETE, GET, PUT) with parameters and JSON examples.
Endpoints
- POST Add New Note
/api/notes - DELETE Delete a Note
/api/notes/{id} - GET Request Note Information
/api/notes/{id} - PUT Update a Note
/api/notes/{id} - GET List Notes of an Entity
/api/notes/{rel_type}/{rel_id}
See these endpoints in full on the complete API reference.