Create Application
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Body
Value to pass through to the provider
{ "other_known_names": "John Doe" }
Unique identifier of the job
"4071538b-3cac-4fbf-ac76-f78ed250ffdd"
Unique identifier of the job posting that is associated with application
"1c702a20-8de8-4d03-ac18-cbf4ac42eb51"
Unique identifier of the location
"dd8d41d1-5eb8-4408-9c87-9ba44604eae4"
Questionnaires associated with the application
{
"id": "right_to_work",
"answers": [
{
"id": "answer1",
"type": "text",
"values": ["Yes"]
}
]
}
Unique identifier of the candidate. Provide this OR candidate, but not both.
"e3cb75bf-aa84-466e-a6c1-b8322b257a48"
Candidate Properties. Provide this OR candidate_id, but not both. Providing this attempts to create a new candidate with the application.
Was this page helpful?