get https://api.zeal.com/bankaccount
Given the Zeal Employee ID or Contractor ID, Zeal returns information for the employee or contractor's bank account object.
Returns
Returns response status and the Bank Account Object for the requested account.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | List of bank account object belonging to employee/contractor by ID |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |