MergeATSClient::Application
Name
Type
Description
Notes
id
String
[optional][readonly]
remote_id
String
The third-party API ID of the matching object.
[optional]
candidate
String
The candidate applying.
[optional]
job
String
The job being applied for.
[optional]
applied_at
Time
When the application was submitted.
[optional]
rejected_at
Time
When the application was rejected.
[optional]
source
String
The application's source.
[optional]
credited_to
String
The user credited for this application.
[optional]
current_stage
String
The application's current stage.
[optional]
reject_reason
String
The application's reason for rejection.
[optional]
remote_was_deleted
Boolean
[optional][readonly]
modified_at
Time
This is the datetime that this object was last updated by Merge
[optional][readonly]
field_mappings
Hash<String, AnyType>
[optional][readonly]
remote_data
Array<RemoteData>
[optional][readonly]
require 'merge_ats_client'
instance = MergeATSClient ::Application . new (
id : 92e8 a369 -fffe -430 d -b93a -f7e8a16563f1 ,
remote_id : 98796 ,
candidate : 2872 ba14 -4084 -492 b -be96 -e5eee6fc33ef ,
job : 52 bf9b5e -0 beb -4 f6f -8 a72 -cd4dca7ca633 ,
applied_at : 2021 -10 -15 T00 :00Z ,
rejected_at : 2021 -11 -15 T00 :00Z ,
source : Campus recruiting event ,
credited_to : 58166795 -8 d68 -4 b30 -9 bfb -bfd402479484 ,
current_stage : d578dfdc -7 b0a -4 ab6 -a2b0 -4 b40f20eb9ea ,
reject_reason : 59 b25f2b -da02 -40 f5 -9656 -9 fa0db555784 ,
remote_was_deleted : null ,
modified_at : 2021 -10 -16 T00 :00Z ,
field_mappings : { " ; organization_defined_targets " ; :{ " ; custom_key " ; :" ; custom_value " ; } , " ; linked_account_defined_targets " ; :{ " ; custom_key " ; :" ; custom_value " ; } } ,
remote_data : [ { " ; path " ; :" ; /candidacies " ; , " ; data " ; :[ " ; Varies by platform " ; ] } ]
)