URL: | ||
JWT Token | ||
Template: | ||
cURL: |
Version: 2_12 (other versions, change log, ZUMSTEIN_V3.12-SNAPSHOT) END OF LIFE. Please consider switching to the latest version of the webservices, because this version may be removed anytime from support.
SOAP Demo endpoint: https://myinstit.ws.secutix.com/tnco/external-remoting/com.secutix.service.contact.v2_12.ContactInteractionPublicService.webservice?wsdl
To get the endpoint for your own institution, replace "myinstit" (just after https://) in the url by your own institution code.
For further documentation and examples, please check in Platform Website.
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
Return list of created or updated interactions, ordered by date inserted DESC
interactions | List of ContactInteractionData |
ContactInteractionData | ||
contactNumber | String (20) | |
description | String | |
direction | (IN|OUT) | |
dueDate | Date | |
interactionId | Long | |
receivedOn | Date | |
state | (OPEN|CLOSED|ARCHIVED) | |
subject | String | |
variety | String |
ContactInteractionResult | ||
interactions | List of ContactInteractionData | |
requestId | Integer | |
statusCode | String (8) | |
statusDetail | String |
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
Delete interactions by their ids
interactionIds | List of Long |
WebMethodResult2 | ||
requestId | Integer | |
statusCode | String (8) | |
statusDetail | String |
REST_RPC | MOSA | CUBE | PLAY |
SOAP | MOSA | CUBE | PLAY |
Get all interactions of contact by its email address or contact number
contactNumber | String (20) | |
String |