WARNING: This section is intended for advanced users and "Super users" of PRIM Logix.
The configuration items presented in this section may indeed have an impact on your operations.
If in doubt, consult your system administrator.
Please note that only users in the appropriate security groups can access the software configuration windows. |
Allows you to programmatically create a new candidate profile by providing basic information (first name, last name, telephone, etc.).
string Required. Candidate's first name
string Required. Candidate's name
string Optional. Candidate's e-mail address
string Optional. Candidate's telephone number
string Optional. The country code(paycod) associated with the candidate's phone number (as configured in your PRIM). Possible values: Code field in Countries and provinces (CFG052) window in PRIM. Default value: Default country code set in PRIM.
string Optional. Candidate's cell phone number
string Optional. The country code (paycod) associated with the candidate's mobile phone number (as configured in your PRIM). Possible values: Code field in Countries and provinces (CFG052) window in PRIM. Default value: Default country code set in PRIM.
string Optional. Indicates which phone number should be used first. Possible values: T or C, où
•T = Phone number (voir Phone)
•C = Cell phone number (voir Mobile)
Default value: T
boolean Facultatif. Indique si le candidat autorise l'envoi de SMS à son numéro de téléphone. Valeur par défault: false
string Required. The candidate's language code(lascod) Possible values: Code field in PRIM's Languages (CFG003) window.
string Optional. The cchcod value used for the XRC criterion in the candidate profile. For greater customization within your PRIM system, we recommend creating a cchcod dedicated to your context of use (for example, ZAP for integration with Zapier). Default value: WSC
Complete query example
{
"actionParameters": {
"FirstName": "John",
"LastName": "Doe",
"Email": "j.doe@example.com",
"Phone": null,
"PhonePaycod": null,
"Mobile": "4507762151",
"MobilePaycod": "CA",
"PhonePriority": "C",
"SMSAllowed": true
"Language": "FR",
"cchcodProvXRC": null,
}
}
{
"status": "success",
"data": [
{
"cancod": 1234,
"idrcod": 123456,
"concod": 222
}
]
}
Here's what each of the fields returned by the data property corresponds to:
integer The unique identifier used to identify the candidate created among all the candidates in PRIM
integer A unique identifier used to identify the candidate created across all PRIM entities.
integer A unique identifier for the contact associated with your created candidate, used to identify him or her among all your PRIM contacts.