GET api/BaoHanhNX/PhanCongNhanVienPhieuYeuCau?phieuYeuCauID={phieuYeuCauID}&nhanVienDuocPhanCongID={nhanVienDuocPhanCongID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| phieuYeuCauID | integer |
Required |
|
| nhanVienDuocPhanCongID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}