kombo-ruby-sdk/docs/PostHrisEmployeesRequestBodyRemoteFieldsSilae.md
Adriano Caloiaroooo 000eb69c9e
initial commit
2025-11-19 13:39:55 -08:00

733 B

Kombo::PostHrisEmployeesRequestBodyRemoteFieldsSilae

Properties

Name Type Description Notes
siret String The siret of the company. The siret can be found as the remote ID of a Silae legal entity. [optional]
employee Hash<String, Object> Fields that we will passed through to Silae `Employee` object. [optional]
employment Hash<String, Object> Fields that we will passed through to Silae `Employment` object. [optional]

Example

require 'kombo_client'

instance = Kombo::PostHrisEmployeesRequestBodyRemoteFieldsSilae.new(
  siret: null,
  employee: null,
  employment: null
)