Employee Direct Deposits
GET {{base_url}}/employee/:Employee/directdeposit
Use this endpoint to retrieve direct depost entries for an employee in the Employees Hub.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"Employee":"00001","Seq":1,"BankID":"15879642","Account":"1237915535345600","AccountType":"S","Status":"Y","Method":"A","AmtPct":600,"exMethod":"N","exAmtPct":0,"EmployeeCompany":"PR"},{"Employee":"00001","Seq":2,"BankID":"99216629","Account":"77911100238287334","AccountType":"C","Status":"Y","Method":"S","AmtPct":0,"exMethod":"N","exAmtPct":0,"EmployeeCompany":"PR"}]