| URL: | ||
| JWT Token | ||
| Template: | ||
| cURL: |
Version: 2_21 (other versions, change log, RIMPFISCHHORN_V4.2-SNAPSHOT) Latest frozen version. Base by default all your developments on this one.
SOAP Demo endpoint: https://myinstit.ws.secutix.com/tnco/external-remoting/com.secutix.service.contact.v2_21.ContactInteractionPublicService.webservice?wsdl
REST Demo endpoint (only POST): https://myinstit.ws.secutix.com/tnco/backend-apis/contactInteractionPublicService/v2_21/{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 |