POST api/v1/orgs/{orgId}/jobs/{jobId}/AryaType/{aryaType}/RetainType/{retainType}?autoSendEmail={autoSendEmail}&searchType={searchType}
To activate/deactivate sourcing for the given jobId, orgId, and portal/arya type.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
orgId | ID of the organization the user and job belongs to |
Define this parameter in the request URI. |
jobId | ID of the the job the user has access to |
Define this parameter in the request URI. |
request |
None. |
|
aryaType | The type of the portal. Valid values are - [social, internal, monster, careerbuilder, dice, indeed, activeprofile] |
Define this parameter in the request URI. |
retainType | Action to do with the sourced candidates. Valid values are - [keepall, keepshortlisted, deleteall] |
Define this parameter in the request URI. |
autoSendEmail | Send an email automatically for candidates sourced? Valid values are - [true, false] |
Define this parameter in the request URI. |
searchType | Search types for specific portals. Considered only for Monster and Dice. Valid values are - Monster: [CLASSIC, POWER] (default CLASSIC), Dice: [NATIVE, API, RESUME, OPENWEB, INTEGRATED] (default NATIVE) |
Define this parameter in the request URI. |