POST DanhMuc/InsertUpdatePerMissionGroup

Request Information

URI Parameters

None.

Body Parameters

PostPermission
NameDescriptionTypeAdditional information
Name

string

None.

GroupId

integer

None.

Active

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "GroupId": 2,
  "Active": true
}

application/xml, text/xml

Sample:
<PostPermission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Active>true</Active>
  <GroupId>2</GroupId>
  <Name>sample string 1</Name>
</PostPermission>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PostPermission'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.