POST api/v1/Specialday/CreateMultipleSpecialday

Request Information

URI Parameters

None.

Body Parameters

Collection of Specialday
NameDescriptionTypeAdditional 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-20T20:27:02.6577893+00:00",
    "_UpdatedDate": "2026-01-20T20:27:02.6577893+00:00",
    "_SysNumber": 5
  },
  {
    "_SpecialdayID": 1,
    "_Year": 2,
    "_Month": 3,
    "_Day": 4,
    "_CreationDate": "2026-01-20T20:27:02.6577893+00:00",
    "_UpdatedDate": "2026-01-20T20:27:02.6577893+00:00",
    "_SysNumber": 5
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.