Tickets
Tickets endpoints of the Perfex CRM REST API v3.0.3: 6 operations (DELETE, POST, GET, PUT) with parameters and JSON examples.
Endpoints
- DELETE Delete a Ticket
/api/delete/tickets/{id} - POST Add New Ticket
/api/tickets - GET Get Ticket(s)
/api/tickets/{id} - PUT Update a ticket
/api/tickets/{id} - POST Add reply to a ticket
/api/tickets/reply/{id} - GET Search Ticket Information
/api/tickets/search/{keysearch}
See these endpoints in full on the complete API reference.