GET api/DM_DonVi
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DM_DonVi| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| STT | integer |
None. |
|
| MaCongTy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RefID": "31b0adec-d7eb-4375-b1af-ffe6ce9b4f80",
"Ten": "sample string 2",
"SuDung": true,
"STT": 1,
"MaCongTy": "sample string 3"
},
{
"RefID": "31b0adec-d7eb-4375-b1af-ffe6ce9b4f80",
"Ten": "sample string 2",
"SuDung": true,
"STT": 1,
"MaCongTy": "sample string 3"
}
]