GET api/DM_ChanDoan
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DM_ChanDoan| Name | Description | Type | Additional information |
|---|---|---|---|
| RefID | globally unique identifier |
None. |
|
| Ma | string |
None. |
|
| Ten | string |
None. |
|
| SuDung | boolean |
None. |
|
| MaCongTy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RefID": "6bfe03d9-1d8f-439a-b434-984bae75b490",
"Ma": "sample string 2",
"Ten": "sample string 3",
"SuDung": true,
"MaCongTy": "sample string 4"
},
{
"RefID": "6bfe03d9-1d8f-439a-b434-984bae75b490",
"Ma": "sample string 2",
"Ten": "sample string 3",
"SuDung": true,
"MaCongTy": "sample string 4"
}
]