Load Absence Data

Description

Input

Parameter Requirement Level Default Comment
districtid required 10291 Unique District ID number
unitid optional 60500 Unique Business Unit ID number for specific District.
Omit this parmaeter to get all units in the District ID
startdate required 31/05/2022 Start date for the absence data to retrive from Quinyx WFM
enddate required 31/12/2022 End date for the absence data to retrive from Quinyx WFM
overwrite required 0 or 1 WARNING: Setting overwrite to 1 will replace the local database table with the new data.
Set overwrite to 0 to merge the new data with the exisiting one.
concurrent required 0 or 1 When concurrent is set to 1, FRAWS will execute multiple Quinyx
SOAP API calls at the same time to reduce the API call and processing time.
start required start or status By providing start keyword, FRAWS will start the SOAP API calls
to Quinyx WFM. If status keyword is set, FRAWS will check the current load status.

Example Query

https://falckws.com/loadabsence?overwrite=0&concurrent=0&districtid=10291&unitid=60500&startdate=2022/05/10&enddate=2022/05/21&start

Example Output

  • { "Request": "Read Absence Data Table From Quinyx", "Status": "Send" }