PUT api/Stored/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

std_dtl
NameDescriptionTypeAdditional information
MODE

string

None.

Address_Id

integer

None.

Address

string

None.

City

string

None.

District

string

None.

Student_Id

integer

None.

Student_Name

string

None.

Student_Age

integer

None.

Student_Gender

string

None.

Student_Religion

string

None.

Country

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MODE": "sample string 1",
  "Address_Id": 2,
  "Address": "sample string 3",
  "City": "sample string 4",
  "District": "sample string 5",
  "Student_Id": 6,
  "Student_Name": "sample string 7",
  "Student_Age": 8,
  "Student_Gender": "sample string 9",
  "Student_Religion": "sample string 10",
  "Country": "sample string 11"
}

application/xml, text/xml

Sample:
<std_dtl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPIDEMO">
  <Address>sample string 3</Address>
  <Address_Id>2</Address_Id>
  <City>sample string 4</City>
  <Country>sample string 11</Country>
  <District>sample string 5</District>
  <MODE>sample string 1</MODE>
  <Student_Age>8</Student_Age>
  <Student_Gender>sample string 9</Student_Gender>
  <Student_Id>6</Student_Id>
  <Student_Name>sample string 7</Student_Name>
  <Student_Religion>sample string 10</Student_Religion>
</std_dtl>

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

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.