POST api/v1/Specialday/PostSpecialday
Request Information
URI Parameters
None.
Body Parameters
Specialday| Name | Description | Type | Additional information |
|---|---|---|---|
| _SpecialdayID | integer |
None. |
|
| _Y | integer |
None. |
|
| _M | integer |
None. |
|
| _D | integer |
None. |
|
| _SysNumber | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"_SpecialdayID": 1,
"_Y": 2,
"_M": 3,
"_D": 4,
"_SysNumber": 5,
"_CreationDate": "2025-12-06T17:42:09.8839912+00:00",
"_UpdatedDate": "2025-12-06T17:42:09.8839912+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.