GET api/CHIAKHO_CauHinhDoanhSoChia/CHIAKHO_CauHinhDoanhSoChia_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CHIAKHO_CauHinhDoanhSoChiaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| KyChiaID | globally unique identifier |
None. |
|
| MaKhoFast | string |
None. |
|
| DoanhSo | decimal number |
None. |
|
| Loai | string |
None. |
|
| GhiChu | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "809521e5-8411-4432-a2ba-fd15eeb84abb",
"KyChiaID": "5b43acd3-8713-440d-a5e8-f9f8ac299dd1",
"MaKhoFast": "sample string 2",
"DoanhSo": 1.0,
"Loai": "sample string 3",
"GhiChu": "sample string 4",
"ChangeStatus": 5
},
{
"GuidID": "809521e5-8411-4432-a2ba-fd15eeb84abb",
"KyChiaID": "5b43acd3-8713-440d-a5e8-f9f8ac299dd1",
"MaKhoFast": "sample string 2",
"DoanhSo": 1.0,
"Loai": "sample string 3",
"GhiChu": "sample string 4",
"ChangeStatus": 5
}
]