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: update_list
×
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 edits data of selected Client Portfolio list.
Field name
Value
Description
Type
signature
SSL signature in base64 encoding
string
sid
Session key
string
id
List identifier
int
name
List name
string
description
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:update_list> <signature xsi:type="xsd:string">b9QJUtae06T+RdWmMP2m7X/+yvR7gh3Zc7TPkxJ9DSuzEm5kkOr150gWbTxWusfDE1wxa3nQdBOtCcILw+LVk0F5W7yGYx/HGB2igkITG4ELrNSH65ikFeUCgQG7mMWJVxTk8MPsTIgvsnbB2vjNbwcH/C+BjcjEq1HyTGlKlEdmGEk5z/S+4zHKIWxofQhSqkFfuGA+kR7q2rQ5XtVkXPzribGYos1o3LF0CAzk2DoxPKapFIgStS2RP5sqqyoBdMGEn1GP7qpl5HDBjBc3+GtOlMNeJj5eayo1Eku2yWkPlV5pPgicRgP40vVIJwNNHovBdlpt//kQo+oGZms24w==</signature> <sid xsi:type="xsd:string">b38db9621d20a843bfc43d45d39e340b</sid> <id xsi:type="xsd:int">6751</id> <name xsi:type="xsd:string">Sia Lursoft</name> <description xsi:type="xsd:string">Vislabākie</description> </ns1:update_list> </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:update_listResponse> <return xsi:type="ns1:ListResponse"> <list xsi:type="ns1:ResponseList"> <id xsi:type="xsd:int">6751</id> <name xsi:type="xsd:string">Sia Lursoft</name> <type xsi:type="xsd:string">PERSONS</type> <description xsi:type="xsd:string">Vislabākie</description> <monitoring_id xsi:nil="true"/> <object_count xsi:type="xsd:int">0</object_count> <objects SOAP-ENC:arrayType="ns1:ResponseObject[0]" xsi:type="ns1:ResponseObjectArray"/> <monitored_object_count xsi:nil="true"/> <users SOAP-ENC:arrayType="ns1:ResponseRole[1]" xsi:type="ns1:ResponseRoleArray"> <item xsi:type="ns1:ResponseRole"> <id xsi:type="xsd:int">5682</id> <name xsi:type="xsd:string">Bez uzņēmuma (Parasts Lietotājs)</name> <rights xsi:type="xsd:string">OWNER</rights> </item> </users> </list> <success xsi:type="xsd:boolean">true</success> <message xsi:type="xsd:string">OK</message> </return> </ns1:update_listResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>