PUT api/college/{id}/courses/{courseId}/nba
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| courseId | string |
Required |
Body Parameters
NbaBody| Name | Description | Type | Additional information |
|---|---|---|---|
| ValidUntil | string |
None. |
|
| Status | string |
None. |
|
| ProgramsRaw | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ValidUntil": "sample string 1",
"Status": "sample string 2",
"ProgramsRaw": "sample string 3"
}
text/html
Sample:
{"ValidUntil":"sample string 1","Status":"sample string 2","ProgramsRaw":"sample string 3"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.