PUT api/Students/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Student
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Age

integer

None.

Course

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "Age": 3,
  "Course": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.