Skip to main content
PATCH
Update Company Information
Patches company information and returns the updated Company Object. Only the company object fields documented in this API reference can be patched via this endpoint.

Authorizations

Authorization
string
header
required

Body

application/json
companyID
string
required

Company ID of the employer (you can access companyID on the Zeal dashboard)

first_name
string

First name of business owner or administrator.

last_name
string

Last name of business owner or administrator.

email
string

Email address of business.

business_name
string

Business Name of company

business_phone
string

Phone number of company

business_address
string

Street address of company's business address

business_city
string

City of company's business address

business_state
string

State of company's business address

business_zip
string

Zip code of company's business address

mail_address
string

Mailing address of company

mail_city
string

Mailing city of company

mail_state
string

Mailing state of company

mail_zip
string

Mailing zip code of company

ssn
string

SSN of the primary business owner.

ownership_percentage
integer<int32>

The ownership percentage held by the primary business owner.

The legal structure of the business.

Available options:
ccorp,
corp,
estate,
foreign_entity,
llc,
llp,
lp,
nonprofit,
partnership,
scheme,
scorp,
soleprop,
trust
job_title
string

The job title of the primary business owner.

dob
string

Date of birth of the primary business owner. This should be in theMM/DD/YYYY format.

address
string

Address of the primary business owner.

address_line2
string

Address line 2 of the primary business owner.

city
string

City of the primary business owner.

state
string

State of the primary business owner.

zip
string

Zip code of the primary business owner.

payroll_schedule
enum<string>

The default payroll schedule that the company follows

Available options:
daily,
weekly,
biweekly,
semimonthly,
monthly
payroll_firstDate
string

The ISO-8601 date of the first regular payroll

payroll_firstPayPeriodID
string

Reporting period ID of the first regular payroll

Response

200

success
boolean
default:true
Example:

true

data
object