Create Company

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

attributetypedescription
successbooleanResponse status
dataobjectContains newly created The Company Object
errorsarrayContains a list of error objects which consists of:
message: Error message
code: Error code as described in Error codes
Language
Authorization
Header
Click Try It! to start a request and see the response here!