POST api/InfoResponseTypes/PostInfoResponseType

Request Information

URI Parameters

None.

Body Parameters

InfoResponseType
NameDescriptionTypeAdditional information
Id

integer

None.

ValueName

string

None.

Value

string

None.

InfoId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "valueName": "sample string 2",
  "value": "sample string 3",
  "infoId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

InfoResponseType
NameDescriptionTypeAdditional information
Id

integer

None.

ValueName

string

None.

Value

string

None.

InfoId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "valueName": "sample string 2",
  "value": "sample string 3",
  "infoId": 1
}