v1
latestOpenAPI 3.0.12026-07-243124341009.5 KBTalent
Add a Talent Nomination Stage
Adds a talent nomination stage for a job. This information is displayed on the talent profile page.
post/v1/talent/stage
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 Talent Nomination Stage that was successfully added.
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
}