Invoices
Invoices endpoints of the Perfex CRM REST API v3.0.3: 6 operations (POST, DELETE, GET, PUT) with parameters and JSON examples.
Endpoints
- POST Add New invoice
/api/invoices - DELETE Delete invoice
/api/invoices/{id} - GET Request invoice information
/api/invoices/{id} - PUT Update invoice
/api/invoices/{id} - POST Send invoice by email
/api/invoices/{id}/send - GET Search invoice information
/api/invoices/search/{keysearch}
See these endpoints in full on the complete API reference.