PUT api/SubjectCategorySelectionDisplays/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SubjectCategorySelectionDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Category | string |
None. |
|
| DisplayName | string |
None. |
|
| AdditionalText | string |
None. |
|
| OrderBy | integer |
None. |
|
| AcadamicYear | integer |
None. |
|
| Visible | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"category": "sample string 2",
"displayName": "sample string 3",
"additionalText": "sample string 4",
"orderBy": 5,
"acadamicYear": 1,
"visible": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.