Service: ContactInteractionPublicService

Version: 2_21 (other versions, change log) Latest stable version. Please base all your developments on this one.

SOAP Demo endpoint: https://secutix.ws.secutix.com/tnco/external-remoting/com.secutix.service.contact.v2_21.ContactInteractionPublicService.webservice?wsdl

REST Demo endpoint (only POST): https://secutix.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 "secutix" (just after https://) in the url by your own institution code.

For further documentation and examples, please check in Platform Website.

Methods:

createOrUpdateInteractions

REST_RPCMOSACUBEPLAY
SOAPMOSACUBEPLAY

Return list of created or updated interactions, ordered by date inserted DESC

Parameters

interactionsList of ContactInteractionData     

ContactInteractionData
contactNumberString (20)     
descriptionString     
direction(IN|OUT)     
dueDateDate     
interactionIdLong     
receivedOnDate     
state(OPEN|CLOSED|ARCHIVED)     
subjectString     
varietyString     

Return value

ContactInteractionResult
interactionsList of ContactInteractionData     
requestIdInteger     
statusCodeString (8)     
statusDetailString     

deleteInteractions

REST_RPCMOSACUBEPLAY
SOAPMOSACUBEPLAY

Delete interactions by their ids

Parameters

interactionIdsList of Long     

Return value

WebMethodResult2
requestIdInteger     
statusCodeString (8)     
statusDetailString     

getInteractions

REST_RPCMOSACUBEPLAY
SOAPMOSACUBEPLAY

Get all interactions of contact by its email address or contact number

Parameters

contactNumberString (20)     
emailString     

Return value

ContactInteractionResult