URL: | ||
JWT Token | ||
Template: | ||
cURL: |
Version: 2_22 (other versions, change log, ZUMSTEIN_V3.12-SNAPSHOT) Active version. This version can be subject to minor retro-compatible changes without warnings.
SOAP Demo endpoint: https://myinstit.ws.secutix.com/tnco/external-remoting/com.secutix.service.contact.v2_22.ContactInteractionPublicService.webservice?wsdl
REST Demo endpoint (only POST): https://myinstit.ws.secutix.com/tnco/backend-apis/contactInteractionPublicService/v2_22/{methodName} Replace {methodName} for the desired method name as shown below.
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 |