DELETE api/EmployeeDayOff/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Employee_Day_Off| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DayOff_Id | globally unique identifier |
None. |
|
| Enable | boolean |
None. |
|
| Employee | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"DayOff_Id": "8ff5951f-45cd-4168-a5ce-5c4757e75897",
"Enable": true,
"Employee": "sample string 4"
}
application/xml, text/xml
Sample:
<Employee_Day_Off xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JmplusAPI.Entities.Employee"> <DayOff_Id>8ff5951f-45cd-4168-a5ce-5c4757e75897</DayOff_Id> <Employee>sample string 4</Employee> <Enable>true</Enable> <Id>1</Id> </Employee_Day_Off>