POST api/VIPNhanVien/DelVIPNhanVien

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objDelSearch
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MAKH": "sample string 1",
  "MANV": "sample string 2",
  "HO": "sample string 3",
  "HOLOT": "sample string 4",
  "TEN": "sample string 5",
  "MANHOM": "sample string 6",
  "INUSE": true,
  "MAKHO": "sample string 8",
  "WORKTYPE": "sample string 9",
  "EDITOR": "sample string 10",
  "IDTHE": "sample string 11",
  "WS_ID": "sample string 12"
}

application/xml, text/xml

Sample:
<VIPNhanVienModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO">
  <EDITOR>sample string 10</EDITOR>
  <HO>sample string 3</HO>
  <HOLOT>sample string 4</HOLOT>
  <IDTHE>sample string 11</IDTHE>
  <INUSE>true</INUSE>
  <MAKH>sample string 1</MAKH>
  <MAKHO>sample string 8</MAKHO>
  <MANHOM>sample string 6</MANHOM>
  <MANV>sample string 2</MANV>
  <TEN>sample string 5</TEN>
  <WORKTYPE>sample string 9</WORKTYPE>
  <WS_ID>sample string 12</WS_ID>
</VIPNhanVienModel>

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 'VIPNhanVienModel'.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {}
}

application/xml, text/xml

Sample:
<ResultObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO">
  <Data />
  <Message>sample string 2</Message>
  <Success>true</Success>
</ResultObject>