wsdlGetAgreementsV2

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

Output

  • List of employees or single employee Agreement template in JSON object format. Example output:
  • [ { "id": 4041286, "extAgreementId": null, "templateId": 43487, "extTemplateId": null, "restId": 60533, "employeeId": 2179240, "badgeNo": "392236", "name": "Ambulance Care Assistant", "hourly": 1, ...
  • Example Query

    https://falckws.com/wsdlGetAgreementsV2?unitid=60533&badgeNo=392236