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": "b6e6cf28-6e42-40e7-9a5f-7c3652ab2672",
"HinhThuc": "sample string 2",
"LoaiThue": "sample string 3",
"TKDoanhThuBan": "sample string 4",
"TKDoanhThuNhapTra": "sample string 5",
"TKChietKhauTM": "sample string 6",
"ChangeStatus": 7
},
{
"GuidID": "b6e6cf28-6e42-40e7-9a5f-7c3652ab2672",
"HinhThuc": "sample string 2",
"LoaiThue": "sample string 3",
"TKDoanhThuBan": "sample string 4",
"TKDoanhThuNhapTra": "sample string 5",
"TKChietKhauTM": "sample string 6",
"ChangeStatus": 7
}
]