GET Portal/IntegSBA/v1/Attandance/LEAVE_TYPES
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Leave_Type| Name | Description | Type | Additional information |
|---|---|---|---|
| Leave_Code | integer |
None. |
|
| Leave_desc_en | string |
None. |
|
| Leave_desc_ar | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Leave_Code": 1,
"Leave_desc_en": "sample string 2",
"Leave_desc_ar": "sample string 3"
},
{
"Leave_Code": 1,
"Leave_desc_en": "sample string 2",
"Leave_desc_ar": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfLeave_Type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HorizonSSI.WebApi.Models">
<Leave_Type>
<Leave_Code>1</Leave_Code>
<Leave_desc_ar>sample string 3</Leave_desc_ar>
<Leave_desc_en>sample string 2</Leave_desc_en>
</Leave_Type>
<Leave_Type>
<Leave_Code>1</Leave_Code>
<Leave_desc_ar>sample string 3</Leave_desc_ar>
<Leave_desc_en>sample string 2</Leave_desc_en>
</Leave_Type>
</ArrayOfLeave_Type>