PUT api/Student/PutCurrentChart

Request Information

URI Parameters

None.

Body Parameters

StudentCurrentChartModelAPI
NameDescriptionTypeAdditional information
studentid

integer

None.

hoop

string

None.

pole

string

None.

silk

string

None.

Request Formats

application/json, text/json

Sample:
{
  "studentid": 1,
  "hoop": "sample string 2",
  "pole": "sample string 3",
  "silk": "sample string 4"
}

application/xml, text/xml

Sample:
<StudentCurrentChartModelAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SultryWeb.API.Models">
  <hoop>sample string 2</hoop>
  <pole>sample string 3</pole>
  <silk>sample string 4</silk>
  <studentid>1</studentid>
</StudentCurrentChartModelAPI>

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

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>