XIQS Update Device
From IQsimWiki
(Difference between revisions)
Latest revision as of 14:00, 27 February 2018
XIQS Update Device - GSM Device Management
Description |
---|
Until API 1.4.0: updateXIQSDevice ( Long id_device , String device_name , String ip_address , String login , String password , Long country ) Update an existing device.
Update an existing device. The list of params is variable and is formed as [ param_name = param_value ]. The "param_name" should match names defined in the getXIQSDeviceList command. |
Parameters Until API 1.4.0 |
---|
Long id_device Device Id String device_name Device name String ip_address Device IP Address String login Username String password User password Long country Country code. The country code references to the international phone country code ( i .e. France = 33 , Germany = 49 , etc. ) |
Parameters Since API 1.5.0 |
---|
Long id_device Device Id String param_name=value. Supported value for param_name: name - device name |
Return Values |
---|
Return Code
Integer: OK = 1 Error Data structure ( Error Management ) Possible failure code returns |
See Also |
---|
getXIQSDeviceList |