GET api/DM_ChanDoan/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "1247a514-b413-49be-9a00-2410889b2f87",
"Ma": "sample string 2",
"Ten": "sample string 3",
"SuDung": true,
"MaCongTy": "sample string 4"
}