POST api/common/groupmenumapping
Request Information
URI Parameters
None.
Body Parameters
Collection of MenuGroupMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | integer |
None. |
|
| MenuId | integer |
None. |
|
| IsAllow | integer |
None. |
|
| IsAddAllow | integer |
None. |
|
| IsViewAllow | integer |
None. |
|
| IsEditAllow | integer |
None. |
|
| CBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"GroupId": 1,
"MenuId": 2,
"IsAllow": 3,
"IsAddAllow": 4,
"IsViewAllow": 5,
"IsEditAllow": 6,
"CBy": 7
},
{
"GroupId": 1,
"MenuId": 2,
"IsAllow": 3,
"IsAddAllow": 4,
"IsViewAllow": 5,
"IsEditAllow": 6,
"CBy": 7
}
]
application/xml, text/xml
Sample:
<ArrayOfMenuGroupMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TotalTollAPI.Models">
<MenuGroupMapping>
<CBy>7</CBy>
<GroupId>1</GroupId>
<IsAddAllow>4</IsAddAllow>
<IsAllow>3</IsAllow>
<IsEditAllow>6</IsEditAllow>
<IsViewAllow>5</IsViewAllow>
<MenuId>2</MenuId>
</MenuGroupMapping>
<MenuGroupMapping>
<CBy>7</CBy>
<GroupId>1</GroupId>
<IsAddAllow>4</IsAddAllow>
<IsAllow>3</IsAllow>
<IsEditAllow>6</IsEditAllow>
<IsViewAllow>5</IsViewAllow>
<MenuId>2</MenuId>
</MenuGroupMapping>
</ArrayOfMenuGroupMapping>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.