SAP Knowledge Base Article - Public

2667149 - How to Reassign an Offer Approval - Recruiting Management

Symptom

On this article we will present how to reassign an Offer Approval using ODATA API.

Environment

SAP SuccessFactors Recruiting Management

Resolution

Please find the below query

URL: https://<<YOUR_INSTANCE_URL>>/odata/v2/upsert?$format=json

Payload:


[
   {
      "__metadata":{
         "uri":"RCMAdminReassignOfferApprover(applicationId=***, currUserId='****', offerDetailId=***)"
      },
      "applicationId":"***",
      "currUserId":"***",
      "offerDetailId":"***",
      "jobReqId":"***",
      "targetUserId":"****"
   }
]

For currUserId and targetUserId parameters, you need to maintain the UserID of the Approver and not the Username.

Keywords

RCMAdminReassignOfferApprover, how to, Reassign, Offer, Approval, RCM, recruiting, ODATA, API , KBA , LOD-SF-RCM-API , Webservices & APIs , How To

Product

SAP SuccessFactors Recruiting all versions