POST api/log_mala_type

Request Information

URI Parameters

None.

Body Parameters

Logmalamala_type
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Logmalamala_type'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.