POST api/PageMaster/Save_UpdateWebUser_PageMaster
Request Information
URI Parameters
None.
Body Parameters
PageMasterModel| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.