GetEmployeesWithOutWorkingDay

Phương thức: GET | Link:

Mô tả:


Thông tin yêu cầu kết nối

URI Parameters

TênMô tảLoạiThông tin khác
limitEmpPro

integer

Required

limitEmpSev

integer

Required

idDlr

integer

Required

Parameters

Không cần Parameters


Thông tin trả về

Mô tả

EmployeesModels
TênMô tảLoạiThông tin khác
lEmpProducts

Tổng hợp của CI_EMPLOYEES

Chưa có!

lEmpServices

Tổng hợp của CI_EMPLOYEES

Chưa có!

Định dạng trả về

application/json, text/json

Ví dụ:
{
  "lEmpProducts": [
    {
      "id": 1,
      "emP_FULLNAME": "sample string 2",
      "emP_POSITION": "sample string 3",
      "emP_DESCRIPTION": "sample string 4",
      "emP_EMAIL": "sample string 5",
      "emP_PHONE": "sample string 6",
      "emP_IMG": "sample string 7",
      "emP_TYPE": 1,
      "emP_ORDER": 1.1,
      "emP_DEA": 1,
      "emP_BRANCH_ID": 1,
      "emP_BRANCH_NAME": "sample string 8",
      "emP_STATUS": 1,
      "emP_PERIOD": 1
    },
    {
      "id": 1,
      "emP_FULLNAME": "sample string 2",
      "emP_POSITION": "sample string 3",
      "emP_DESCRIPTION": "sample string 4",
      "emP_EMAIL": "sample string 5",
      "emP_PHONE": "sample string 6",
      "emP_IMG": "sample string 7",
      "emP_TYPE": 1,
      "emP_ORDER": 1.1,
      "emP_DEA": 1,
      "emP_BRANCH_ID": 1,
      "emP_BRANCH_NAME": "sample string 8",
      "emP_STATUS": 1,
      "emP_PERIOD": 1
    }
  ],
  "lEmpServices": [
    {
      "id": 1,
      "emP_FULLNAME": "sample string 2",
      "emP_POSITION": "sample string 3",
      "emP_DESCRIPTION": "sample string 4",
      "emP_EMAIL": "sample string 5",
      "emP_PHONE": "sample string 6",
      "emP_IMG": "sample string 7",
      "emP_TYPE": 1,
      "emP_ORDER": 1.1,
      "emP_DEA": 1,
      "emP_BRANCH_ID": 1,
      "emP_BRANCH_NAME": "sample string 8",
      "emP_STATUS": 1,
      "emP_PERIOD": 1
    },
    {
      "id": 1,
      "emP_FULLNAME": "sample string 2",
      "emP_POSITION": "sample string 3",
      "emP_DESCRIPTION": "sample string 4",
      "emP_EMAIL": "sample string 5",
      "emP_PHONE": "sample string 6",
      "emP_IMG": "sample string 7",
      "emP_TYPE": 1,
      "emP_ORDER": 1.1,
      "emP_DEA": 1,
      "emP_BRANCH_ID": 1,
      "emP_BRANCH_NAME": "sample string 8",
      "emP_STATUS": 1,
      "emP_PERIOD": 1
    }
  ]
}