GET api/BangMapTaiKhoan/BangMapTaiKhoan_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BangMapTaiKhoanModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| HinhThuc | string |
None. |
|
| LoaiThue | string |
None. |
|
| TKDoanhThuBan | string |
None. |
|
| TKDoanhThuNhapTra | string |
None. |
|
| TKChietKhauTM | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "fdb30f87-59dd-404e-ab01-a149afc1b163",
"HinhThuc": "sample string 2",
"LoaiThue": "sample string 3",
"TKDoanhThuBan": "sample string 4",
"TKDoanhThuNhapTra": "sample string 5",
"TKChietKhauTM": "sample string 6",
"ChangeStatus": 7
},
{
"GuidID": "fdb30f87-59dd-404e-ab01-a149afc1b163",
"HinhThuc": "sample string 2",
"LoaiThue": "sample string 3",
"TKDoanhThuBan": "sample string 4",
"TKDoanhThuNhapTra": "sample string 5",
"TKChietKhauTM": "sample string 6",
"ChangeStatus": 7
}
]