Proposal Comments
Proposal Comments endpoints of the REST API for RISE CRM v2.1.0: 6 operations (GET, POST, DELETE, PUT) with parameters and JSON examples.
Endpoints
- GET List all Proposal Comments
/api/proposal-comments - POST Add Proposal Comment
/api/proposal-comments - DELETE Delete Proposal Comment
/api/proposal-comments/{id} - GET Get Proposal Comment by ID
/api/proposal-comments/{id} - PUT Update Proposal Comment
/api/proposal-comments/{id} - GET Search Proposal Comments
/api/proposal-comments/search/{keyword}
See these endpoints in full on the complete API reference.