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 | Description | Output parameters | Description |
---|---|---|---|
token | The connection token | return | The 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>