v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBTalent
Update a Talent Nomination Stage
Updates the specified talent nomination stage.
put/v1/talent/stage/{nominationId}
Path parameters
nominationIdstring required
The identifier for the talent nomination stage that should be updated.
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": 42280,
"talentId": 189482,
"jobId": 175529,
"jobActivityId": 7382,
"jobActivityName": "Offer Accepted",
"stagedDate": "2024-12-01T14:30:00.546Z",
"jobActivityStartDate": "2024-12-01T14:30:00.546Z",
"jobActivityEndDate": "2024-12-01T14:30:00.546Z",
"declinedStageDate": "2024-12-01T14:30:00.546Z",
"startedStageDate": "2024-12-01T14:30:00.546Z",
"stageType": "General",
"creditTo": 24398
}Response
The updated talent nomination stage.
Example response
{
"id": 42280,
"talentId": 189482,
"jobId": 175529,
"jobActivityId": 7382,
"jobActivityName": "Offer Accepted",
"stagedDate": "2024-12-01T14:30:00.546Z",
"jobActivityStartDate": "2024-12-01T14:30:00.546Z",
"jobActivityEndDate": "2024-12-01T14:30:00.546Z",
"declinedStageDate": "2024-12-01T14:30:00.546Z",
"startedStageDate": "2024-12-01T14:30:00.546Z",
"stageType": "General",
"creditTo": 24398
}