PUT api/Courses/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
CourseName | Description | Type | Additional information |
---|---|---|---|
CourseId | integer |
None. |
|
CourseNm | string |
None. |
|
CourseFees | decimal number |
None. |
|
IsDeleted | boolean |
None. |
|
IsArchived | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "CourseId": 1, "CourseNm": "sample string 2", "CourseFees": 3.0, "IsDeleted": true, "IsArchived": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.