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