Get list of direct deposit details for US and Canadian employees

Get list of direct deposit details for US and Canadian employees.
If no pagination parameters specified, the default/max is applied. Permissions - UltiPro service account must have "View" role for the "Employee Direct Deposit" Web Service. Headers - US-Customer-Api-Key, Authorization (base64 encoded {username}:{password}).
Correct syntax when using date-time parameters are as follows:

  • less than (=<)
    • Example: /direct-deposit?dateTimeChanged=<01-01-1900
  • greater than (=>)
    • Example: /direct-deposit?dateTimeChanged=>01-01-1900
  • equal to (=)
    • Example: /direct-deposit?dateTimeChanged=01-01-1900
  • between (={minimum date,maximum date})
    • Example: /direct-deposit?dateTimeChanged={01-01-1900,01-01-1901}
Language
Authorization
Basic
base64
:
URL