post https://api.zeal.com/companies
Create a company to run payroll under
This endpoint creates a company to manage payroll under as a Company Object. Once the company is created successfully, you can see the company in your Partner Dashboard.
Note: The company will still need to be onboarded. See Zeal Company Onboarding for the Zeal onboarding flow.
Returns
Returns a boolean response with the success state.
If success
: true
, data
field contains the newly created Company object.
If success
: false
, errors
field contains an array of error objects
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | Contains newly created The Company Object |
errors | array | Contains a list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |