GET api/PageMaster/Save_UpdateWebUser_PageMaster

Request Information

URI Parameters

None.

Body Parameters

PageMasterModel
NameDescriptionTypeAdditional information
id

integer

None.

text

string

None.

IsActive

boolean

None.

TotalCount

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "id": 1,
  "text": "sample string 2",
  "IsActive": true,
  "TotalCount": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.