POST api/DeviceInfo/InsertDeviceInfo
Request Information
URI Parameters
None.
Body Parameters
DeviceInfoName | Description | Type | Additional information |
---|---|---|---|
DEVICE | string |
None. |
|
MODEL | string |
None. |
|
OSVERSION | string |
None. |
|
TLOGID | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DEVICE": "sample string 1", "MODEL": "sample string 2", "OSVERSION": "sample string 3", "TLOGID": "sample string 4" }
application/xml, text/xml
Sample:
<DeviceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModelPortal.Request"> <DEVICE>sample string 1</DEVICE> <MODEL>sample string 2</MODEL> <OSVERSION>sample string 3</OSVERSION> <TLOGID>sample string 4</TLOGID> </DeviceInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />