GET api/NhiemVu/DanhSachNhiemVu?Store={Store}&Loai={Loai}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Store | integer |
Required |
|
| Loai | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SP_API_NhiemVu_DanhSach_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| TieuDe | string |
None. |
|
| NoiDung | string |
None. |
|
| ThoiGianConLai | string |
None. |
|
| Diem | integer |
None. |
|
| NhiemVu | integer |
None. |
|
| ThoiGianBatDau | string |
None. |
|
| ThoiGianKetThuc | string |
None. |
|
| TrangThaiThamGia | string |
None. |
|
| Banner | string |
None. |
|
| SoLuongQua | integer |
None. |
|
| LoaiNhiemVu | integer |
None. |
|
| SoGoiMua | integer |
None. |
|
| TomTat | string |
None. |
|
| Logo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TieuDe": "sample string 1",
"NoiDung": "sample string 2",
"ThoiGianConLai": "sample string 3",
"Diem": 1,
"NhiemVu": 4,
"ThoiGianBatDau": "sample string 5",
"ThoiGianKetThuc": "sample string 6",
"TrangThaiThamGia": "sample string 7",
"Banner": "sample string 8",
"SoLuongQua": 9,
"LoaiNhiemVu": 1,
"SoGoiMua": 10,
"TomTat": "sample string 11",
"Logo": "sample string 12"
}
application/xml, text/xml
Sample:
<SP_API_NhiemVu_DanhSach_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Banner>sample string 8</Banner> <Diem>1</Diem> <LoaiNhiemVu>1</LoaiNhiemVu> <Logo>sample string 12</Logo> <NhiemVu>4</NhiemVu> <NoiDung>sample string 2</NoiDung> <SoGoiMua>10</SoGoiMua> <SoLuongQua>9</SoLuongQua> <ThoiGianBatDau>sample string 5</ThoiGianBatDau> <ThoiGianConLai>sample string 3</ThoiGianConLai> <ThoiGianKetThuc>sample string 6</ThoiGianKetThuc> <TieuDe>sample string 1</TieuDe> <TomTat>sample string 11</TomTat> <TrangThaiThamGia>sample string 7</TrangThaiThamGia> </SP_API_NhiemVu_DanhSach_Result>