get https://api.zeal.com/deductionTemplate
GET an existing Deduction Template by companyID and optionally passing a specific deductionTemplateID.
Response
Returns response status and the corresponding Deduction Template Object
Returns
attributes | types | description |
---|---|---|
success | boolean | Response status |
data | array | Returns response status and corresponding Deduction Template Object |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |