POST api/MobileEvent

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
mobileEvent
Documentation for 'mobileEvent'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Imei": "sample string 1",
  "UtcDateTime": 2,
  "EstimatedTime": 3,
  "ActionType": 4
}

text/javascript

Sample:
{"Imei":"sample string 1","UtcDateTime":2,"EstimatedTime":3,"ActionType":4}

application/xml, text/xml

Sample:
<MobileEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAPI.WebService.Models">
  <ActionType>4</ActionType>
  <EstimatedTime>3</EstimatedTime>
  <Imei>sample string 1</Imei>
  <UtcDateTime>2</UtcDateTime>
</MobileEvent>

application/x-www-form-urlencoded

Sample:

Sample not available.