GET api/KSNB_WorkingDay/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_WorkingDay| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| Ngay | date |
None. |
|
| Thu | string |
None. |
|
| Tuan_Nam | string |
None. |
|
| Tuan_Thang | string |
None. |
|
| Thang_Nam | string |
None. |
|
| GhiChu | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"GuidID": "79b82562-0ab7-4474-a0a3-4d22d2a502e8",
"Ngay": "2026-04-03T18:10:06.0893818+07:00",
"Thu": "sample string 2",
"Tuan_Nam": "sample string 3",
"Tuan_Thang": "sample string 4",
"Thang_Nam": "sample string 5",
"GhiChu": "sample string 6"
}