API Reference

Create Company

Create company and set information about it.

This endpoint can be called only by System level user.

Newly created company is automatically added to current System level user permissions and so other calls can be called.
Employee call will return Forbidden result even for Employee own company.

Log in to see full request history
Body Params

CompanyCreate entity

string | null
required

Business Name

string | null
required

Federal Employer ID Number of Company.

int32
required

The legal form of the company.

Members:

  • 1 - Corporation ( C-Corp. )
  • 2 - Partnership ( Partnership. )
  • 3 - SCorp ( S-Corp. )
  • 4 - LLCPartnership ( LLC Partnership. )
  • 5 - SoleProprietorship ( Sole Proprietor. )
  • 6 - LLCSoleProprietor ( LLC Sole Proprietor. )
  • 7 - LLC ( LLC C-Corp. )
  • 8 - LLCSCorp ( LLC S-Corp. )
  • 9 - NonProfit ( Non Profit. )
  • 10 - GovernmentalEntity ( Governmental Entity. )

string | null

Doing Business As

date-time | null

Start day
Data type is validated and must be Number

date-time | null

Business since
Data type is validated and must be Number

string | null

External system ID - Can be used for linking Embedded Payroll records with source records.

string | null

Business e-mail.

string | null

Company website

string | null

Business phone

int32

Time zones.

Members:

  • 1 - PacificStandardTime ( Pacific Standard Time )
  • 2 - MountainStandardTime ( Mountain Standard Time )
  • 3 - CentralStandardTime ( Central Standard Time )
  • 4 - EasternStandardTime ( Eastern Standard Time )
  • 5 - AlaskanStandardTime ( Alaskan Standard Time )
  • 6 - HawaiianStandardTime ( Hawaiian Standard Time )
  • 7 - AtlanticStandardTime ( Atlantic Standard Time )
  • 8 - NewfoundlandStandardTime ( Newfoundland Standard Time )
  • 9 - USMountainStandardTime ( US Mountain Standard Time )

companyAddress
object
required
payrollPolicy
object
string | null

Meta data

boolean | null

Enabled EWA

Headers
string
Defaults to 1.0

The requested API version

string
Defaults to 1.0

The requested API version

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json
text/plain