Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2 KB

HrisCompany.md

File metadata and controls

72 lines (39 loc) · 2 KB

Apideck.HrisCompany

Description

Properties

Name Type Description Notes
legal_name string
id string A unique identifier for an object. [optional]
display_name string [optional]
subdomain string [optional]
status string [optional]
company_number string An Company Number, Company ID or Company Code, is a unique number that has been assigned to each company. [optional]
currency Currency [optional]
addresses Array<Address> [optional]
phone_numbers Array<PhoneNumber> [optional]
emails Array<Email> [optional]
websites Array<Website> [optional]
debtor_id string [optional]
custom_mappings object When custom mappings are configured on the resource, the result is included here. [optional]
deleted boolean [optional]
updated_by string The user who last updated the object. [optional]
created_by string The user who created the object. [optional]
updated_at Date The date and time when the object was last updated. [optional]
created_at Date The date and time when the object was created. [optional]
pass_through PassThroughBody [optional]

Enum: HrisCompany.status

  • active (value: 'active')

  • inactive (value: 'inactive')

  • trial (value: 'trial')

  • other (value: 'other')

Referenced Types:


[Back to top] [Back to API list] [Back to README]