POST api/BotManagement/updateDevice
Request Information
URI Parameters
None.
Body Parameters
DeviceStat| Name | Description | Type | Additional information |
|---|---|---|---|
| BotGUID | globally unique identifier |
None. |
|
| Api_CodeName | string |
None. |
|
| BuildNumber | string |
None. |
|
| API_Level | string |
None. |
|
| Manufacturer | string |
None. |
|
| Model | string |
None. |
|
| Board | string |
None. |
|
| CPU | string |
None. |
|
| Platform | string |
None. |
|
| DeviceName | string |
None. |
|
| SerialNumber | string |
None. |
|
| DeviceState | string |
None. |
|
| DeviceDisplay | string |
None. |
|
| Ram | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BotGUID": "25e10599-e295-4440-ba40-2121d6e6df8f",
"Api_CodeName": "sample string 2",
"BuildNumber": "sample string 3",
"API_Level": "sample string 4",
"Manufacturer": "sample string 5",
"Model": "sample string 6",
"Board": "sample string 7",
"CPU": "sample string 8",
"Platform": "sample string 9",
"DeviceName": "sample string 10",
"SerialNumber": "sample string 11",
"DeviceState": "sample string 12",
"DeviceDisplay": "sample string 13",
"Ram": "sample string 14"
}
application/xml, text/xml
Sample:
<BotManager.DeviceStat xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SofyWebApi.Classes"> <API_Level>sample string 4</API_Level> <Api_CodeName>sample string 2</Api_CodeName> <Board>sample string 7</Board> <BotGUID>25e10599-e295-4440-ba40-2121d6e6df8f</BotGUID> <BuildNumber>sample string 3</BuildNumber> <CPU>sample string 8</CPU> <DeviceDisplay>sample string 13</DeviceDisplay> <DeviceName>sample string 10</DeviceName> <DeviceState>sample string 12</DeviceState> <Manufacturer>sample string 5</Manufacturer> <Model>sample string 6</Model> <Platform>sample string 9</Platform> <Ram>sample string 14</Ram> <SerialNumber>sample string 11</SerialNumber> </BotManager.DeviceStat>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |