POST api/admins/add/access/configuration
Request Information
URI Parameters
None.
Body Parameters
PostAccessConfigurationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationID | integer |
None. |
|
| ModuleID | integer |
None. |
|
| FeatureID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"applicationID": 1,
"moduleID": 2,
"featureID": 3
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.