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

464 B

Kombo::DeleteHrisAbsencesAbsenceIdRequestBodyRemoteFieldsAdpworkforcenow

Properties

Name Type Description Notes
employment_id String [Required] The employment ID of the employee that the absence will be deleted from. [optional]

Example

require 'kombo_client'

instance = Kombo::DeleteHrisAbsencesAbsenceIdRequestBodyRemoteFieldsAdpworkforcenow.new(
  employment_id: null
)