GET api/CuaHang/ThongTin?Store={Store}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Store | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SP_API_CuaHang_ThongTin_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| Store | integer |
None. |
|
| MaStore | string |
None. |
|
| TenStore | string |
None. |
|
| DiaChi | string |
None. |
|
| TenType | string |
None. |
|
| TenSubtype | string |
None. |
|
| TenShopperChanel | string |
None. |
|
| TenVolumeClass | string |
None. |
|
| TenLoaiSI | string |
None. |
|
| TenLoaiDoThi | string |
None. |
|
| ThongTinPhanHoi | string |
None. |
|
| Avatar | string |
None. |
|
| TheThanhVien | integer |
None. |
|
| TenTheThanhVien | string |
None. |
|
| TongDiemTichLuy | integer |
None. |
|
| JoinDate | date |
None. |
|
| BankAccountName | string |
None. |
|
| BankAccountNumber | string |
None. |
|
| BankName | string |
None. |
|
| TimeWorking | string |
None. |
|
| TenChuCuaHang | string |
None. |
|
| SoDienThoai | string |
None. |
|
| string |
None. |
||
| SoLuongBanDuoc | integer |
None. |
|
| MonthlyTarget | decimal number |
None. |
|
| NgayThang | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Store": 1,
"MaStore": "sample string 2",
"TenStore": "sample string 3",
"DiaChi": "sample string 4",
"TenType": "sample string 5",
"TenSubtype": "sample string 6",
"TenShopperChanel": "sample string 7",
"TenVolumeClass": "sample string 8",
"TenLoaiSI": "sample string 9",
"TenLoaiDoThi": "sample string 10",
"ThongTinPhanHoi": "sample string 11",
"Avatar": "sample string 12",
"TheThanhVien": 1,
"TenTheThanhVien": "sample string 13",
"TongDiemTichLuy": 14,
"JoinDate": "2025-12-09T10:36:45.2994396+07:00",
"BankAccountName": "sample string 15",
"BankAccountNumber": "sample string 16",
"BankName": "sample string 17",
"TimeWorking": "sample string 18",
"TenChuCuaHang": "sample string 19",
"SoDienThoai": "sample string 20",
"Email": "sample string 21",
"SoLuongBanDuoc": 22,
"MonthlyTarget": 1.0,
"NgayThang": "sample string 23"
}
application/xml, text/xml
Sample:
<SP_API_CuaHang_ThongTin_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <Avatar>sample string 12</Avatar> <BankAccountName>sample string 15</BankAccountName> <BankAccountNumber>sample string 16</BankAccountNumber> <BankName>sample string 17</BankName> <DiaChi>sample string 4</DiaChi> <Email>sample string 21</Email> <JoinDate>2025-12-09T10:36:45.2994396+07:00</JoinDate> <MaStore>sample string 2</MaStore> <MonthlyTarget>1</MonthlyTarget> <NgayThang>sample string 23</NgayThang> <SoDienThoai>sample string 20</SoDienThoai> <SoLuongBanDuoc>22</SoLuongBanDuoc> <Store>1</Store> <TenChuCuaHang>sample string 19</TenChuCuaHang> <TenLoaiDoThi>sample string 10</TenLoaiDoThi> <TenLoaiSI>sample string 9</TenLoaiSI> <TenShopperChanel>sample string 7</TenShopperChanel> <TenStore>sample string 3</TenStore> <TenSubtype>sample string 6</TenSubtype> <TenTheThanhVien>sample string 13</TenTheThanhVien> <TenType>sample string 5</TenType> <TenVolumeClass>sample string 8</TenVolumeClass> <TheThanhVien>1</TheThanhVien> <ThongTinPhanHoi>sample string 11</ThongTinPhanHoi> <TimeWorking>sample string 18</TimeWorking> <TongDiemTichLuy>14</TongDiemTichLuy> </SP_API_CuaHang_ThongTin_Result>