POST api/HomePages

Request Information

URI Parameters

None.

Body Parameters

HomePage
NameDescriptionTypeAdditional information
HomePageId

integer

None.

SchemeId

integer

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HomePageId": 1,
  "SchemeId": 2,
  "Message": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'HomePage'.

Response Information

Resource Description

HomePage
NameDescriptionTypeAdditional information
HomePageId

integer

None.

SchemeId

integer

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "HomePageId": 1,
  "SchemeId": 2,
  "Message": "sample string 3"
}