post https://api.zeal.com/companies
Creates a company within Zeal.
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 in order to run payroll. See Zeal Company Onboarding for the Zeal onboarding flow.
Returns
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 |