POST api/Device/PostDeviceError
Request Information
URI Parameters
None.
Body Parameters
DeviceErrorLogModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Imei | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Timestamp | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Imei": "sample string 1",
"ErrorMessage": "sample string 2",
"Timestamp": 3
}
text/html
Sample:
{"Imei":"sample string 1","ErrorMessage":"sample string 2","Timestamp":3}
application/xml, text/xml
Sample:
<DeviceErrorLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mediahuis.Models.Device"> <ErrorMessage>sample string 2</ErrorMessage> <Imei>sample string 1</Imei> <Timestamp>3</Timestamp> </DeviceErrorLogModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.