You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`company`|*T.nilable(::String)*|:heavy_minus_sign:| Candidate company | Company Inc. |
9
+
|`email`|*T.nilable(::String)*|:heavy_minus_sign:| Email of the candidate |john.doe@example.com|
10
+
|`emails`| T::Array<[::StackOne::Shared::CandidateEmail](../../models/shared/candidateemail.md)> |:heavy_minus_sign:| List of candidate emails ||
11
+
|`first_name`|*T.nilable(::String)*|:heavy_minus_sign:| First name of the candidate | John |
12
+
|`last_name`|*T.nilable(::String)*|:heavy_minus_sign:| Last name of the candidate | Doe |
13
+
|`name`|*T.nilable(::String)*|:heavy_minus_sign:| Candidate name | Romain Sestier |
14
+
|`phone_numbers`| T::Array<[::StackOne::Shared::PhoneNumber](../../models/shared/phonenumber.md)> |:heavy_minus_sign:| List of candidate phone numbers including the type of the number when available ||
15
+
|`social_links`| T::Array<[::StackOne::Shared::SocialLink](../../models/shared/sociallink.md)> |:heavy_minus_sign:| List of candidate social links ||
16
+
|`title`|*T.nilable(::String)*|:heavy_minus_sign:| Candidate title | Software Engineer |
|`candidate_id`|*T.nilable(::String)*|:heavy_minus_sign:| Unique identifier of the candidate| e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
9
+
|`candidate`|[T.nilable(::StackOne::Shared::AtsCreateApplicationRequestDtoCandidate)](../../models/shared/atscreateapplicationrequestdtocandidate.md)|:heavy_minus_sign:|Candidate Properties. Provide this OR candidate_id, but not both. Providing this attempts to create a new candidate with the application.||
10
+
|`candidate_id`|*T.nilable(::String)*|:heavy_minus_sign:| Unique identifier of the candidate. Provide this OR candidate, but not both.| e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
11
11
|`job_id`|*T.nilable(::String)*|:heavy_minus_sign:| Unique identifier of the job | 4071538b-3cac-4fbf-ac76-f78ed250ffdd |
12
12
|`location_id`|*T.nilable(::String)*|:heavy_minus_sign:| Unique identifier of the location | dd8d41d1-5eb8-4408-9c87-9ba44604eae4 |
13
13
|`questionnaires`| T::Array<[::StackOne::Shared::Questionnaire](../../models/shared/questionnaire.md)> |:heavy_minus_sign:| Questionnaires associated with the application ||
0 commit comments