POST api/ThongTinNhanVien/MenuCon

Request Information

URI Parameters

None.

Body Parameters

API_Model_MenuCon
NameDescriptionTypeAdditional information
ParentID

integer

None.

maQuyen

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ParentID": 1,
  "maQuyen": "sample string 2"
}

application/xml, text/xml

Sample:
<API_Model_MenuCon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_NhanSu.Models">
  <ParentID>1</ParentID>
  <maQuyen>sample string 2</maQuyen>
</API_Model_MenuCon>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.