Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 3.3 KB

File metadata and controls

12 lines (9 loc) · 3.3 KB

ScreeningPackage

Fields

Field Type Required Description Example
description T.nilable(::String) The description of the screening package Basic background check including identity verification and criminal records
id T.nilable(::String) Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
name ::String ✔️ The name of the screening package Basic Background Check
remote_id T.nilable(::String) Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
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"
}