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": "0574bf28-768d-466e-bded-96ca1068622a",
"KyChiaID": "18987bb7-df34-4e5f-8636-aef6dff3dc10",
"MaKhoFast": "sample string 2",
"DoanhSo": 1.0,
"Loai": "sample string 3",
"GhiChu": "sample string 4",
"ChangeStatus": 5
},
{
"GuidID": "0574bf28-768d-466e-bded-96ca1068622a",
"KyChiaID": "18987bb7-df34-4e5f-8636-aef6dff3dc10",
"MaKhoFast": "sample string 2",
"DoanhSo": 1.0,
"Loai": "sample string 3",
"GhiChu": "sample string 4",
"ChangeStatus": 5
}
]