CRM endpoint
This topic provides a quick reference for the method signatures of CRM API methods.
Location: http://smile.example.com:port/stage/smile/ws/v2/crm
WSDL: http://smile.example.com:port/stage/smile/ws/v2/crm?wsdl
Method | Method signature | Purpose |
---|---|---|
echo() |
|
Returns any value passed to the method. |
addTicketAttachment() |
|
Adds an attachment to a ticket. |
getAppointmentAvailabilities() |
|
Retrieves appointment availabilities. |
getTemplateTicketDescription() |
|
Returns the details of a template ticket. |
getTicket() |
|
Retrieves ticket information. |
getTickets() |
|
Retrieves all tickets for an account. |
raiseTicket() |
|
Creates a ticket and starts a workflow. |
runTicketAction() |
|
Retrieves information about a ticket after running a ticket action. |
updateTicket() |
|
Updates a tickets' subject, body text, custom fields or owning account or subscription details. |