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_object
×
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 object.
Field name
Value
Description
Type
signature
SSL signature in base64 encoding
string
sid
Session key
string
id
Object identifier
int
address
Object address
string
phone
Object telephone number
string
fax
Object fax number
string
email
Object e-mail address
string
www
Object homepage address
string
contact_person
Object contact person
string
client_id
Customer identifier for the object
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_object> <signature xsi:type="xsd:string">EMjHghP2cNM0geCJAVAtAl0uXSC8CAX7twsuIvAY1U9rutwb/rQSN/vGZ9rM9q7H0IY2GDZz/gZLSnTOWIJzkLkpE/FQOaQnm2CguROfb0Iqh78zdHdZe3jLV+egQg2e+QjratyXYBUybomGmUcdX1TeMvMDRYGKDTY16rTTHQ6gaKZDLZzGUX0drDFZCufVE7aAjEpUx1o6MPFPRrpznMZzWJaJxN48YauraemSSny2fGPcXgubK70aCW7jCddMpcF/BhZNUEuzSU6StK0ThEhXwIZpIDFfyYHTKIhEfbvovW1lfnZc8EvRzjLbDqRceClepYD58V5PlaVnQOEQXQ==</signature> <sid xsi:type="xsd:string">b38db9621d20a843bfc43d45d39e340b</sid> <id xsi:type="xsd:int">2209174</id> <address xsi:type="xsd:string">Rīga</address> <phone xsi:type="xsd:string">67844300</phone> <fax xsi:type="xsd:string">67315315</fax> <email xsi:type="xsd:string">info@lursoft.lv</email> <www xsi:type="xsd:string">www.lursoft.lv</www> <contact_person xsi:type="xsd:string"></contact_person> </ns1:update_object> </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_objectResponse> <return xsi:type="ns1:ObjectResponse"> <object xsi:type="ns1:ResponseObjectInfo"> <id xsi:type="xsd:int">2209174</id> <code xsi:type="xsd:string">40003053936</code> <virtual_id xsi:type="xsd:string">000305393</virtual_id> <name xsi:type="xsd:string">SIA "LURSOFT"</name> <status xsi:type="xsd:string">ACTIVE</status> <created xsi:type="xsd:string">2015-03-04 10:12:05</created> <updated xsi:type="xsd:string">2015-03-04 10:12:05</updated> <address xsi:type="xsd:string">Rīga, Matīsa iela 8</address> <contact_person xsi:type="xsd:string"/> <user_address xsi:type="xsd:string">Rīga</user_address> <phone xsi:type="xsd:string">67844300</phone> <email xsi:type="xsd:string">info@lursoft.lv</email> <fax xsi:type="xsd:string">67315315</fax> <www xsi:type="xsd:string">www.lursoft.lv</www> </object> <success xsi:type="xsd:boolean">true</success> <message xsi:type="xsd:string">OK</message> </return> </ns1:update_objectResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>