wsdlGetLeaveApplicationV2

Description

Input

Parameter Requirement Level Default Comment
badgeno optional Not set Optional parameter to retrive a specific employee's agreement template based on thier unique Badge nunber. Exclude this parameter to retrive all employees.
districtid Required if Unit ID not specified n/a Unique District ID to query all business units. Do not include unitid if District ID is used.
unitid Required if District ID not specified n/a Unique Business Unit ID. Do not include districtid if Business ID is applied.
fromdate Required current date Set leave applications with end date that is after specified fromDate.
todate Required current date Set leave applications with from date that is after specified toDate.

Output

  • Employee leave application data in JSON object format. Example output:
  • [ { "Leave ID": 107460685, "Badge No.": "392143", "Name": "Jude, Anthony", "Date": "2022/08/01", "Leave Reason": "Annual Leave - Flexi - 4/3", "Job Title": "Ambulance Care Assistant", "Hours": 8.8, "From": "2022/08/01", "To": "2022/08/05", "Leave Status": 1 ...
  • Example Query

    https://falckws.com/wsdlGetLeaveApplicationsV2?districtid=10291&startdate=2022/05/2022&enddate=2022/05/30