POST api/KSNB_WorkingDay/UpdateDataItem
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"GuidID": "c577e113-bc21-4176-b406-2ca71b6144ef",
"Ngay": "2026-01-29T16:25:37.3005712+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"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"