No documentation available
| Name | Description | Additional details |
|---|---|---|
| token | No documentation available. | |
| systemInfo | No documentation available. |
Define this parameter in the request body. |
{
"Info": "sample string 1"
}
{"Info":"sample string 1"}
<SystemInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <Info>sample string 1</Info> </SystemInfo>
No exaples available
{
"Data": {
"IsActive": true,
"Message": "sample string 2"
},
"IsError": true,
"Message": "sample string 2",
"IsLastRecord": true
}
{"Data":{"IsActive":true,"Message":"sample string 2"},"IsError":true,"Message":"sample string 2","IsLastRecord":true}
<OperationResultOfDeviceResponsetEygfCMZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Result"> <IsError>true</IsError> <IsLastRecord>true</IsLastRecord> <Message>sample string 2</Message> </OperationResultOfDeviceResponsetEygfCMZ>