GET api/NghiPhep/SoNgayPhepDaDuyet?NguoiDung={NguoiDung}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDung | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_SoNgayPhepDuocDuyet_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| SoNgayPhepDaDuyet | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SoNgayPhepDaDuyet": 1
},
{
"SoNgayPhepDaDuyet": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_SoNgayPhepDuocDuyet_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_SoNgayPhepDuocDuyet_Result>
<SoNgayPhepDaDuyet>1</SoNgayPhepDaDuyet>
</SP_API_SoNgayPhepDuocDuyet_Result>
<SP_API_SoNgayPhepDuocDuyet_Result>
<SoNgayPhepDaDuyet>1</SoNgayPhepDaDuyet>
</SP_API_SoNgayPhepDuocDuyet_Result>
</ArrayOfSP_API_SoNgayPhepDuocDuyet_Result>