POST api/InfoEventCodeParameters/PostInfoEventCodeParameter

Request Information

URI Parameters

None.

Body Parameters

InfoEventCodeParameter
NameDescriptionTypeAdditional 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

InfoEventCodeParameter
NameDescriptionTypeAdditional information
Id

integer

None.

Value

InfoEventCodeEnum

None.

InfoId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "value": "NONE",
  "infoId": 1
}