POST api/Action/Post
Documentation for 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| action | Documentation for 'action'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ActionType": 1,
"UtcDateTime": 2,
"Imei": "sample string 3"
}
text/javascript
Sample:
{"ActionType":1,"UtcDateTime":2,"Imei":"sample string 3"}
application/xml, text/xml
Sample:
<ActionFromAndoid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAPI.WebService.Models.Conalvias"> <ActionType>1</ActionType> <Imei>sample string 3</Imei> <UtcDateTime>2</UtcDateTime> </ActionFromAndoid>
application/x-www-form-urlencoded
Sample:
Sample not available.