POST api/UserTypeData
Request Information
URI Parameters
None.
Body Parameters
UserTypeData| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.