Returns a paginated list of staffs.
RESPONSE
[
{
"StaffID": 243,
"Name": "John",
"Password": "1234",
"SwipeLogin": "",
"AccessRightID": "",
"HourlyRate": ""
}
]
Returns a single staff.
RESPONSE
{
"StaffID": 243,
"Name": "John",
"Password": "1234",
"SwipeLogin": "",
"AccessRightID": "",
"HourlyRate": ""
}
Returns a single new staff.
RESPONSE
{
"StaffID": 243,
"Name": "John",
"Password": "1234",
"SwipeLogin": "",
"AccessRightID": "",
"HourlyRate": ""
}
Returns a single updated staff.
RESPONSE
{
"StaffID": 243,
"Name": "John",
"Password": "1234",
"SwipeLogin": "",
"AccessRightID": "",
"HourlyRate": ""
}