GET api/CauHinhVongQuayTonKhoNhomHangC1/GetAllDataItem
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CauHinhVongQuayTonKhoNhomHangC1Model| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| NhomC1ID | string |
None. |
|
| SoNgay | integer |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "43cdf254-9cc0-4dfa-a411-df55cda308f9",
"NhomC1ID": "sample string 2",
"SoNgay": 1,
"ChangeStatus": 3
},
{
"GuidID": "43cdf254-9cc0-4dfa-a411-df55cda308f9",
"NhomC1ID": "sample string 2",
"SoNgay": 1,
"ChangeStatus": 3
}
]