Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 850 Bytes

AvailableActions.md

File metadata and controls

22 lines (16 loc) · 850 Bytes

MergeHRISClient::AvailableActions

Properties

Name Type Description Notes
integration AccountIntegration
passthrough_available Boolean
available_model_operations Array<ModelOperation> [optional]

Example

require 'merge_hris_client'

instance = MergeHRISClient::AvailableActions.new(
  integration: null,
  passthrough_available: true,
  available_model_operations: [{&quot;model_name&quot;:&quot;Candidate&quot;,&quot;available_operations&quot;:[&quot;FETCH&quot;,&quot;CREATE&quot;],&quot;required_post_parameters&quot;:[&quot;remote_user_id&quot;],&quot;supported_fields&quot;:[&quot;first_name&quot;,&quot;last_name&quot;,&quot;company&quot;,&quot;title&quot;]}]
)