Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.85 KB

File metadata and controls

11 lines (8 loc) · 2.85 KB

ScreeningCreateOrderRequestDto

Fields

Field Type Required Description Example
candidate Models::Shared::ScreeningOrderCandidate ✔️ Candidate information
package_id ::String ✔️ Package ID 54321
passthrough T::Hash[Symbol, ::Object] Value to pass through to the provider {
"other_known_names": "John Doe"
}
unified_custom_fields T::Hash[Symbol, ::Object] Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}