Estimates
Estimates 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 Estimates
/api/estimates - POST Add New Estimate
/api/estimates - DELETE Delete an Estimate
/api/estimates/{id} - GET Get Estimate by ID
/api/estimates/{id} - PUT Update an Estimate
/api/estimates/{id} - GET Search Estimates
/api/estimates/search/{keyword}
See these endpoints in full on the complete API reference.