PUT api/InfoEventCategories/PutInfoEventCategory/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
InfoEventCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Value | InfoEventCategoryEnum |
None. |
|
| InfoId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"value": "None",
"infoId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.