POST api/LogmalaGesture
Request Information
URI Parameters
None.
Body Parameters
LogmalamalaGesture| Name | Description | Type | Additional information |
|---|---|---|---|
| Action | string |
None. |
|
| gesture_cnt | integer |
None. |
|
| Mobile | string |
None. |
|
| CountRam_Gesture_Mala | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Action": "sample string 1",
"gesture_cnt": 2,
"Mobile": "sample string 3",
"CountRam_Gesture_Mala": "sample string 4"
}
application/xml, text/xml
Sample:
<LogmalaGestureController.LogmalamalaGesture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RamRam.Controllers"> <Action>sample string 1</Action> <CountRam_Gesture_Mala>sample string 4</CountRam_Gesture_Mala> <Mobile>sample string 3</Mobile> <gesture_cnt>2</gesture_cnt> </LogmalaGestureController.LogmalamalaGesture>
multipart/form-data
Sample:
<LogmalaGestureController.LogmalamalaGesture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RamRam.Controllers"><Action>sample string 1</Action><CountRam_Gesture_Mala>sample string 4</CountRam_Gesture_Mala><Mobile>sample string 3</Mobile><gesture_cnt>2</gesture_cnt></LogmalaGestureController.LogmalamalaGesture>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.