v1
latestOpenAPI 3.0.22026-07-26191278525.6 KBOffer
Patch Offer by ATS IDs
Upserts an offer identified by ATS IDs (system + ats candidate id + ats position id). If an offer already exists for the resolved (candidate, position) it is patched in place; otherwise a new offer is created and linked to the candidate's latest application. PATCH semantics: idempotent; only fields present in the body are applied; absent fields are not touched.
patch/api/v2/ats/offers/ats-systems/{systemId}/ats-candidates/{atsCandidateId}/ats-positions/{atsPositionId}
Path parameters
systemIdstring required
ATS system id (e.g. 'successfactors')
atsCandidateIdstring required
ATS-side candidate id (e.g. SF candidateId)
atsPositionIdstring required
ATS-side position / job requisition id (e.g. SF jobReqId)
Headers
Authorizationstring required
The secret key to access the api. It starts with the bearer token
Request body
Response
OK