v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBTalent
Jobs
Update a Talent Pipeline Stage
Updates a talent to a pipeline stage for a job.
put/v1/pipeline/talent-stage/{pipelineId}
Path parameters
pipelineIdstring required
The identifier for the pipeline.
Headers
RequestIdstring uuid
The unique request identifier used to correlate request data with log entries and events, formatted as a UUID.
Unique request identifier (UUID) used to correlate request data with log entries and events.
FrontOfficeTenantIdinteger
An integer identifier for the tenant that the request is being made for. Required when Tenant header is not provided.
Tenantstring
Tenant company code that determines data access scope during the request. Required when FrontOfficeTenantId header is not provided.
Request body
Example request
{
"id": 15741,
"talentId": 189482,
"jobId": 175529,
"jobActivityId": 7382,
"jobActivityName": "Pipelined",
"pipelineStage": "General",
"creditTo": 24398,
"message": "Please note that this applicant was previously pipelined, but then declined."
}Response
The talent pipeline stage.
Example response
{
"id": 15741,
"talentId": 189482,
"jobId": 175529,
"jobActivityId": 7382,
"jobActivityName": "Pipelined",
"pipelineStage": "General",
"creditTo": 24398,
"message": "Please note that this applicant was previously pipelined, but then declined."
}