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": "587eb0f2-f2e4-47c8-87e6-24d762a97656",
"Ngay": "2026-01-29T16:25:34.2093965+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"
}