PUT api/University/Update_University?UNV_ID={UNV_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UNV_ID | integer |
Required |
Body Parameters
University| Name | Description | Type | Additional information |
|---|---|---|---|
| UNV_ID | integer |
None. |
|
| UNV_Image | string |
None. |
|
| UNV_BG_Image | string |
None. |
|
| UNV_Overview | string |
None. |
|
| UNV_Name | string |
None. |
|
| UNV_City | string |
None. |
|
| UNV_Found_in | integer |
None. |
|
| UNV_UNVT_ID | integer |
None. |
|
| UNV_NoOfTotalStudents | integer |
None. |
|
| UNV_NoOfInternationalStudents | integer |
None. |
|
| UNV_NoOfFaculty | integer |
None. |
|
| UNV_About | string |
None. |
|
| UNV_ScholarShip_Rank | integer |
None. |
|
| UNV_World_Rank | integer |
None. |
|
| UNV_ARWU_Rank | integer |
None. |
|
| UNV_Advantages | string |
None. |
|
| UNV_NoofPrograms | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UNV_ID": 1,
"UNV_Image": "sample string 2",
"UNV_BG_Image": "sample string 3",
"UNV_Overview": "sample string 4",
"UNV_Name": "sample string 5",
"UNV_City": "sample string 6",
"UNV_Found_in": 7,
"UNV_UNVT_ID": 8,
"UNV_NoOfTotalStudents": 9,
"UNV_NoOfInternationalStudents": 10,
"UNV_NoOfFaculty": 11,
"UNV_About": "sample string 12",
"UNV_ScholarShip_Rank": 13,
"UNV_World_Rank": 14,
"UNV_ARWU_Rank": 15,
"UNV_Advantages": "sample string 16",
"UNV_NoofPrograms": 17
}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |