PUT api/v1/Specialday/UpdateSpecialday
Request Information
URI Parameters
None.
Body Parameters
Specialday| Name | Description | Type | Additional information |
|---|---|---|---|
| _SpecialdayID | integer |
None. |
|
| _Year | integer |
None. |
|
| _Month | integer |
None. |
|
| _Day | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_SpecialdayID": 1,
"_Year": 2,
"_Month": 3,
"_Day": 4,
"_CreationDate": "2026-01-20T21:41:30.1105507+00:00",
"_UpdatedDate": "2026-01-20T21:41:30.1105507+00:00",
"_SysNumber": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.