Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 963 Bytes

Company.md

File metadata and controls

20 lines (12 loc) · 963 Bytes

Company

The Company Object ### Description The Company object is used to represent a Company within the HRIS / Payroll system. ### Usage Example Fetch from the LIST Companies endpoint and filter by ID to show all companies.

Properties

Name Type Description Notes
id UUID [optional] [readonly]
remoteId String The third-party API ID of the matching object. [optional]
legalName String The company's legal name. [optional]
displayName String The company's display name. [optional]
eins List<String> The company's Employer Identification Numbers. [optional]
remoteData List<RemoteData> [optional] [readonly]
remoteWasDeleted Boolean Indicates whether or not this object has been deleted on the third-party. [optional] [readonly]