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