POST api/Manager/StaffPermissionSessionModule
Request Information
URI Parameters
None.
Body Parameters
StaffSessionPermissionViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| staffId | integer |
None. |
|
| sessionId | integer |
None. |
|
| Allow | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"staffId": 1,
"sessionId": 2,
"allow": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.