POST api/HRInformation/GetWorkInformation

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objSearch
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MANV": "sample string 1",
  "MAKH": "sample string 2",
  "IDTHE": "sample string 3",
  "HO": "sample string 4",
  "HOLOT": "sample string 5",
  "TEN": "sample string 6",
  "NGAYSINH": "sample string 7",
  "GIOITINH": "sample string 8",
  "MABOPHAN": "sample string 9",
  "TENBOPHAN": "sample string 10",
  "MACHUCDANH": "sample string 11",
  "TENCHUCDANH": "sample string 12",
  "TENDAYDU": "sample string 13",
  "WS_ID": "sample string 14",
  "PageSize": 15
}

application/xml, text/xml

Sample:
<HRMInformationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO">
  <GIOITINH>sample string 8</GIOITINH>
  <HO>sample string 4</HO>
  <HOLOT>sample string 5</HOLOT>
  <IDTHE>sample string 3</IDTHE>
  <MABOPHAN>sample string 9</MABOPHAN>
  <MACHUCDANH>sample string 11</MACHUCDANH>
  <MAKH>sample string 2</MAKH>
  <MANV>sample string 1</MANV>
  <NGAYSINH>sample string 7</NGAYSINH>
  <PageSize>15</PageSize>
  <TEN>sample string 6</TEN>
  <TENBOPHAN>sample string 10</TENBOPHAN>
  <TENCHUCDANH>sample string 12</TENCHUCDANH>
  <TENDAYDU>sample string 13</TENDAYDU>
  <WS_ID>sample string 14</WS_ID>
</HRMInformationModel>

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

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>