PUT api/HomePages/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

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

None.