POST api/log_mala_type
Request Information
URI Parameters
None.
Body Parameters
Logmalamala_type| Name | Description | Type | Additional information |
|---|---|---|---|
| type_cnt | integer |
None. |
|
| userid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"type_cnt": 1,
"userid": "sample string 2"
}
application/xml, text/xml
Sample:
<Logmalamala_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RamRam.Controllers"> <type_cnt>1</type_cnt> <userid>sample string 2</userid> </Logmalamala_type>
multipart/form-data
Sample:
<Logmalamala_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RamRam.Controllers"><type_cnt>1</type_cnt><userid>sample string 2</userid></Logmalamala_type>
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.