get https://api.zeal.com/contractors
Given the Contractor ID, Zeal returns information for that Contractor.
Returns
Returns response status and the Contractor Object for the requested contractor.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | Contractor Object for the requested contractor |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |