Toggle navigation
Client Portfolio API
Documentation
Login
EN
LV
RU
EN
login
logout
get_lists
get_objects
get_object
add_list
update_list
delete_list
add_object
update_object
delete_object
get_available_services
add_list_monitoring
update_list_monitoring
get_list_monitoring
get_monitoring_sessions
get_session_events
Function documentation: logout
×
These are samples of function request and answer with predefined values. In order to fulfill a request with real values, please, get the authorization tools
here
.
Function suspends user's work session.
Field name
Value
Description
Type
signature
SSL signature in base64 encoding
string
sid
Session key
string
Confirm
Request
Answer
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:ApiControllerwsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body> <ns1:logout> <signature xsi:type="xsd:string">FzEgGh9jgY8QYBR1eJlJMsc7+esyTwaANLhPUrgQIS7fgGtuKQnTtTMxJwbquDsSYO58D1ceEziA2uplL2gZqZ5qjZgFpDjsTKP1JaFYSrZXCQgnmUMNp6MD1LJRkp0Hroi5uG2nFMQvMJ/C25AH1oYMnwYvkvPa5IE/ZPJEmAm1wOR/YjQfDHAkXGkazfzJEcOg63MeN+vsmTZLaWIor3vBSgTaZVo8OSHMTvsZ+vp6verNdbxJi+DQTAWDGkpgp2KSQ5ri47nvbFr5pV/cJx5MBELXOuFrdm/0ox7fw2nV3GPAVD69FYWJBQmnVRFdtMA2mqFv+sYBiUAdahHdEQ==</signature> <sid xsi:type="xsd:string">c460e26c167df93314fa52a3751fc70e</sid> </ns1:logout> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:ApiControllerwsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <SOAP-ENV:Body> <ns1:logoutResponse> <return xsi:type="ns1:LogoutResponse"> <success xsi:type="xsd:boolean">true</success> <message xsi:type="xsd:string">Sesija pārtraukta</message> </return> </ns1:logoutResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>