PUT V3/odata/EmployeeVacationMutation({key})
Updates EmployeeVacationMutation entity
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
key |
EmployeeVacationMutationId from EmployeeVacationMutation entity |
integer |
Required |
Body Parameters
QicsUnity.Api.Areas.V3.Models.EmployeeVacationMutationName | Description | Type | Additional information |
---|---|---|---|
EmployeeVacationMutationId |
Gets or sets EmployeeVacationMutationId |
integer |
Required 64-bit signed integer |
EmployeeId |
Gets or sets EmployeeId |
integer |
Required 64-bit signed integer |
Date |
Gets or sets Date |
date |
Required date and time of day |
MutationHours |
Gets or sets MutationHours |
decimal number |
Required |
Reason |
Gets or sets Reason |
string |
Request Formats
application/json, text/json
Sample:
{ "EmployeeVacationMutationId": "1", "EmployeeId": "2", "Date": "2025-05-10T09:33:42.147267+00:00", "MutationHours": "4", "Reason": "sample 5" }
application/xml, text/xml
Sample:
<EmployeeVacationMutation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V3.Models"> <Date>2025-05-10T09:33:42.147267+00:00</Date> <EmployeeId>2</EmployeeId> <EmployeeVacationMutationId>1</EmployeeVacationMutationId> <MutationHours>4</MutationHours> <Reason>sample 5</Reason> </EmployeeVacationMutation>
Response Information
Resource Description
QicsUnity.Api.Areas.V3.Models.EmployeeVacationMutationName | Description | Type | Additional information |
---|---|---|---|
EmployeeVacationMutationId |
Gets or sets EmployeeVacationMutationId |
integer |
Required 64-bit signed integer |
EmployeeId |
Gets or sets EmployeeId |
integer |
Required 64-bit signed integer |
Date |
Gets or sets Date |
date |
Required date and time of day |
MutationHours |
Gets or sets MutationHours |
decimal number |
Required |
Reason |
Gets or sets Reason |
string |
Response Formats
application/json, text/json
Sample:
{ "EmployeeVacationMutationId": "1", "EmployeeId": "2", "Date": "2025-05-10T09:33:42.147267+00:00", "MutationHours": "4", "Reason": "sample 5" }
application/xml, text/xml
Sample:
<EmployeeVacationMutation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V3.Models"> <Date>2025-05-10T09:33:42.147267+00:00</Date> <EmployeeId>2</EmployeeId> <EmployeeVacationMutationId>1</EmployeeVacationMutationId> <MutationHours>4</MutationHours> <Reason>sample 5</Reason> </EmployeeVacationMutation>