PUT api/InfoEventCodeParameters/PutInfoEventCodeParameter/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
InfoEventCodeParameterName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Value | InfoEventCodeEnum |
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.