Contracts
Contracts endpoints of the Perfex CRM REST API v3.0.3: 4 operations (POST, DELETE, GET) with parameters and JSON examples.
Endpoints
- POST Add New Contract
/api/contracts - DELETE Delete Contract
/api/contracts/{id} - GET Request Contract information
/api/contracts/{id} - GET Search contracts
/api/contracts/search/{keysearch}
See these endpoints in full on the complete API reference.