mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
733 B
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
)