POST api/KSNB_WorkingDay/InsertNewDataItem
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": "1f7f3738-b2c4-4ced-bce9-f4b3cc1d8e79",
"Ngay": "2026-01-29T16:25:36.3005786+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"