POST api/SolicitudVacacion
Request Information
URI Parameters
None.
Body Parameters
Collection of SelectEmployeeCalendar| Name | Description | Type | Additional information |
|---|---|---|---|
| CalendarId | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| ScheduleId | integer |
None. |
|
| ScheduleMarkupId | integer |
None. |
|
| EmployeeCalendarType | string |
None. |
|
| EmployeeCalendarCode | string |
None. |
|
| EmployeeCalendarDescription | string |
None. |
|
| EmployeeCalendarWorkable | boolean |
None. |
|
| MarkupIn | date |
None. |
|
| MarkupOut | date |
None. |
|
| DelayIn | decimal number |
None. |
|
| DelayOut | decimal number |
None. |
|
| ExtraIn | decimal number |
None. |
|
| ExtraOut | decimal number |
None. |
|
| ExtraHourAlert | boolean |
None. |
|
| DelayInObservation | string |
None. |
|
| DelayInJustifyStatus | boolean |
None. |
|
| DelayInJustifyChecked | boolean |
None. |
|
| DelayInJustifyApproved | boolean |
None. |
|
| DelayOutObservation | string |
None. |
|
| DelayOutJustifyStatus | boolean |
None. |
|
| DelayOutJustifyChecked | boolean |
None. |
|
| DelayOutJustifyApproved | boolean |
None. |
|
| selected | boolean |
None. |
Request Formats
application/json, text/json, text/html
Sample:
[
{
"selected": true,
"CalendarId": 1,
"EmployeeId": 2,
"ScheduleId": 3,
"ScheduleMarkupId": 4,
"EmployeeCalendarType": "sample string 5",
"EmployeeCalendarCode": "sample string 6",
"EmployeeCalendarDescription": "sample string 7",
"EmployeeCalendarWorkable": true,
"MarkupIn": "2026-01-07T15:36:02.0247701-04:00",
"MarkupOut": "2026-01-07T15:36:02.0247701-04:00",
"DelayIn": 11.0,
"DelayOut": 12.0,
"ExtraIn": 13.0,
"ExtraOut": 14.0,
"ExtraHourAlert": true,
"DelayInObservation": "sample string 16",
"DelayInJustifyStatus": true,
"DelayInJustifyChecked": true,
"DelayInJustifyApproved": true,
"DelayOutObservation": "sample string 20",
"DelayOutJustifyStatus": true,
"DelayOutJustifyChecked": true,
"DelayOutJustifyApproved": true
},
{
"selected": true,
"CalendarId": 1,
"EmployeeId": 2,
"ScheduleId": 3,
"ScheduleMarkupId": 4,
"EmployeeCalendarType": "sample string 5",
"EmployeeCalendarCode": "sample string 6",
"EmployeeCalendarDescription": "sample string 7",
"EmployeeCalendarWorkable": true,
"MarkupIn": "2026-01-07T15:36:02.0247701-04:00",
"MarkupOut": "2026-01-07T15:36:02.0247701-04:00",
"DelayIn": 11.0,
"DelayOut": 12.0,
"ExtraIn": 13.0,
"ExtraOut": 14.0,
"ExtraHourAlert": true,
"DelayInObservation": "sample string 16",
"DelayInJustifyStatus": true,
"DelayInJustifyChecked": true,
"DelayInJustifyApproved": true,
"DelayOutObservation": "sample string 20",
"DelayOutJustifyStatus": true,
"DelayOutJustifyChecked": true,
"DelayOutJustifyApproved": true
}
]
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/html
Sample:
"sample string 1"