GET api/KSNB_DotKiemKe/GetDataItem?objId={objId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
KSNB_DotKiemKe| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Ma | string |
None. |
|
| Ten | string |
None. |
|
| GhiChu | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GuidID": "02121aa9-b9c4-411e-a59a-52d59f1d9725",
"Ma": "sample string 2",
"Ten": "sample string 3",
"GhiChu": "sample string 4"
}