GET api/ChiPhi/DanhSachDuyetChiPhi?NguoiDung={NguoiDung}&TuNgay={TuNgay}&DenNgay={DenNgay}&TimKiem={TimKiem}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDung | integer |
Required |
|
| TuNgay | string |
Required |
|
| DenNgay | string |
Required |
|
| TimKiem | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_API_DuyetChiPhi_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Audit | integer |
None. |
|
| TenStore | string |
None. |
|
| HoTen | string |
None. |
|
| LyDo | string |
None. |
|
| SoTien | string |
None. |
|
| IsDuyet | integer |
None. |
|
| LyDoTuChoi | string |
None. |
|
| LogoThe | string |
None. |
|
| NgayDeXuat | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Audit": 1,
"TenStore": "sample string 2",
"HoTen": "sample string 3",
"LyDo": "sample string 4",
"SoTien": "sample string 5",
"IsDuyet": 6,
"LyDoTuChoi": "sample string 7",
"LogoThe": "sample string 8",
"NgayDeXuat": "sample string 9"
},
{
"ID": 1,
"Audit": 1,
"TenStore": "sample string 2",
"HoTen": "sample string 3",
"LyDo": "sample string 4",
"SoTien": "sample string 5",
"IsDuyet": 6,
"LyDoTuChoi": "sample string 7",
"LogoThe": "sample string 8",
"NgayDeXuat": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_API_DuyetChiPhi_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<SP_API_DuyetChiPhi_Result>
<Audit>1</Audit>
<HoTen>sample string 3</HoTen>
<ID>1</ID>
<IsDuyet>6</IsDuyet>
<LogoThe>sample string 8</LogoThe>
<LyDo>sample string 4</LyDo>
<LyDoTuChoi>sample string 7</LyDoTuChoi>
<NgayDeXuat>sample string 9</NgayDeXuat>
<SoTien>sample string 5</SoTien>
<TenStore>sample string 2</TenStore>
</SP_API_DuyetChiPhi_Result>
<SP_API_DuyetChiPhi_Result>
<Audit>1</Audit>
<HoTen>sample string 3</HoTen>
<ID>1</ID>
<IsDuyet>6</IsDuyet>
<LogoThe>sample string 8</LogoThe>
<LyDo>sample string 4</LyDo>
<LyDoTuChoi>sample string 7</LyDoTuChoi>
<NgayDeXuat>sample string 9</NgayDeXuat>
<SoTien>sample string 5</SoTien>
<TenStore>sample string 2</TenStore>
</SP_API_DuyetChiPhi_Result>
</ArrayOfSP_API_DuyetChiPhi_Result>