POST api/StaffManner/GetStaffManner
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"MaNhanVien": "sample string 1",
"Ws_id": "sample string 2",
"NgayBatDau": "sample string 3",
"NgayKetThuc": "sample string 4",
"IsDetail": 5,
"MaChiNhanh": "sample string 6",
"FromDate": "2026-04-12T17:50:21.4889068+07:00",
"ToDate": "2026-04-12T17:50:21.4889068+07:00",
"Year": 9,
"TrangThai": 10,
"MaKho": "sample string 11",
"TuKhoa": 12,
"Month": "sample string 13",
"YearManner": "sample string 14",
"Id": "sample string 15",
"YearView": 16,
"IsAllStaff": true,
"FromDateView": "sample string 18",
"ToDateView": "sample string 19"
}
application/xml, text/xml
Sample:
<SearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MLO"> <FromDate>2026-04-12T17:50:21.4889068+07:00</FromDate> <FromDateView>sample string 18</FromDateView> <Id>sample string 15</Id> <IsAllStaff>true</IsAllStaff> <IsDetail>5</IsDetail> <MaChiNhanh>sample string 6</MaChiNhanh> <MaKho>sample string 11</MaKho> <MaNhanVien>sample string 1</MaNhanVien> <Month>sample string 13</Month> <NgayBatDau>sample string 3</NgayBatDau> <NgayKetThuc>sample string 4</NgayKetThuc> <ToDate>2026-04-12T17:50:21.4889068+07:00</ToDate> <ToDateView>sample string 19</ToDateView> <TrangThai>10</TrangThai> <TuKhoa>12</TuKhoa> <Ws_id>sample string 2</Ws_id> <Year>9</Year> <YearManner>sample string 14</YearManner> <YearView>16</YearView> </SearchModel>
application/x-www-form-urlencoded
Sample:
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>