Skip to main content

Close Connection

This method terminates the session token.

This is a GET method.

REST WADL

https://atmp-pub-api-www3.actito.com/apitransactional/services/rest?_wadl&_type=xml

REST URL

https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/connect/close/{token}
Input parameters
Required parameters
DescriptionOutput parametersDescription
tokenThe connection tokenreturnThe connection is closed if the operation was successful, otherwise an error code appears.

Error messages

  • You must fill in the token parameter
  • No available connection for the specified token.
  • An error occured on the server

REST Example

Input

REST QS

https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/connect/close?{token}

REST PI

https://atmp-pub-api-www3.actito.com/apitransactional/services/rest/connect/close

Output

<response responseStatus="success">
<result xsi:type="xs:string">connection closed</result>
</response>