GET api/CHIAKHO_TonDauKyFast/CHIAKHO_TonDauKyFast_GetAll
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CHIAKHO_TonDauKyFastModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| MaKhoFast | string |
None. |
|
| MaHangFast | string |
None. |
|
| TonKhoFast | decimal number |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "d1998f8b-5805-4df6-8c45-f1401d856bb6",
"MaKhoFast": "sample string 2",
"MaHangFast": "sample string 3",
"TonKhoFast": 1.0,
"ChangeStatus": 4
},
{
"GuidID": "d1998f8b-5805-4df6-8c45-f1401d856bb6",
"MaKhoFast": "sample string 2",
"MaHangFast": "sample string 3",
"TonKhoFast": 1.0,
"ChangeStatus": 4
}
]