POST api/UserTypeData

Request Information

URI Parameters

None.

Body Parameters

UserTypeData
NameDescriptionTypeAdditional information
userid

integer

None.

CountRam_Type

string

None.

CountRam_Type_Mala

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userid": 1,
  "CountRam_Type": "sample string 2",
  "CountRam_Type_Mala": "sample string 3"
}

application/xml, text/xml

Sample:
<UserTypeData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RamRam.Controllers">
  <CountRam_Type>sample string 2</CountRam_Type>
  <CountRam_Type_Mala>sample string 3</CountRam_Type_Mala>
  <userid>1</userid>
</UserTypeData>

multipart/form-data

Sample:
<UserTypeData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RamRam.Controllers"><CountRam_Type>sample string 2</CountRam_Type><CountRam_Type_Mala>sample string 3</CountRam_Type_Mala><userid>1</userid></UserTypeData>

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 'UserTypeData'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.