POST api/Users/PostToUsersExtraData

Request Information

URI Parameters

None.

Body Parameters

Users_Extra_Info
NameDescriptionTypeAdditional information
UserExtraID

integer

None.

UserID

integer

None.

Fav_body_part

string

None.

Part_covered

string

None.

Fav_color

string

None.

Fav_fabric

string

None.

Clothing_asp

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserExtraID": 1,
  "UserID": 2,
  "Fav_body_part": "sample string 3",
  "Part_covered": "sample string 4",
  "Fav_color": "sample string 5",
  "Fav_fabric": "sample string 6",
  "Clothing_asp": "sample string 7"
}

application/xml, text/xml

Sample:
<Users_Extra_Info xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JDataAccess">
  <Clothing_asp>sample string 7</Clothing_asp>
  <Fav_body_part>sample string 3</Fav_body_part>
  <Fav_color>sample string 5</Fav_color>
  <Fav_fabric>sample string 6</Fav_fabric>
  <Part_covered>sample string 4</Part_covered>
  <UserExtraID>1</UserExtraID>
  <UserID>2</UserID>
</Users_Extra_Info>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.