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