PUT api/Program/Update_Program?PRG_ID={PRG_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PRG_ID | integer |
Required |
Body Parameters
Program| Name | Description | Type | Additional information |
|---|---|---|---|
| PRG_ID | integer |
None. |
|
| PRG_Image | string |
None. |
|
| PRG_Name | string |
None. |
|
| PRG_Program_Code | string |
None. |
|
| PRG_SST_ID | integer |
None. |
|
| PRG_Old_Price | decimal number |
None. |
|
| PRG_New_Price | decimal number |
None. |
|
| PRG_Intake | string |
None. |
|
| PRG_Year | integer |
None. |
|
| PRG_Degree | string |
None. |
|
| PRG_Teaching_Languages | string |
None. |
|
| PRG_Field | string |
None. |
|
| PRG_Expired_date | date |
None. |
|
| PRG_Duration | decimal number |
None. |
|
| PRG_Policy | string |
None. |
|
| PRG_Requerments | string |
None. |
|
| PRG_Special_Notes | string |
None. |
|
| PRG_IsExpired | boolean |
None. |
|
| PRG_UNV_ID | integer |
None. |
|
| PRG_City | string |
None. |
|
| UNV_Name | string |
None. |
|
| UNV_Image | string |
None. |
|
| PDOC | Collection of Program_Document |
None. |
|
| PFS | Collection of Program_FeeStructure |
None. |
Request Formats
application/json, text/json
Sample:
{
"PRG_ID": 1,
"PRG_Image": "sample string 2",
"PRG_Name": "sample string 3",
"PRG_Program_Code": "sample string 4",
"PRG_SST_ID": 5,
"PRG_Old_Price": 6.1,
"PRG_New_Price": 7.1,
"PRG_Intake": "sample string 8",
"PRG_Year": 9,
"PRG_Degree": "sample string 10",
"PRG_Teaching_Languages": "sample string 11",
"PRG_Field": "sample string 12",
"PRG_Expired_date": "2025-11-05T02:10:24.7149684-08:00",
"PRG_Duration": 14.1,
"PRG_Policy": "sample string 15",
"PRG_Requerments": "sample string 16",
"PRG_Special_Notes": "sample string 17",
"PRG_IsExpired": true,
"PRG_UNV_ID": 19,
"PRG_City": "sample string 20",
"UNV_Name": "sample string 21",
"UNV_Image": "sample string 22",
"PDOC": [
{
"PDOC_ID": 1,
"PDOC_Field": "sample string 2",
"PDOC_PRG_ID": 3
},
{
"PDOC_ID": 1,
"PDOC_Field": "sample string 2",
"PDOC_PRG_ID": 3
}
],
"PFS": [
{
"PFS_ID": 1,
"PFS_FeeStructure": "sample string 2",
"PFS_Price": 3.1,
"PFS_PRG_ID": 4
},
{
"PFS_ID": 1,
"PFS_FeeStructure": "sample string 2",
"PFS_Price": 3.1,
"PFS_PRG_ID": 4
}
]
}
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. |