POST api/FeatureMaster/Save_Update_WebUser_FeatureMaster
Request Information
URI Parameters
None.
Body Parameters
FeatureMasterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| text | string |
None. |
|
| PageId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"id": 1,
"text": "sample string 2",
"PageId": 3,
"IsActive": true,
"TotalCount": 5
}
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.