Hire API-Offer
Number of APIs: 13
-
Get offer/s for review assigned to a PageUp user (By user email address) GET {{baseUrl}}/recruitment/hire/offers/forreview?offerStatus=Accepted&userEmail=<string>
-
Search offers for active Applicants GET {{baseUrl}}/recruitment/hire/offers?pageNumber=1&offerAccepted={{offerAccepted}}&offerProcessed={{offerProcessed}}&formComplete={{formComplete}}
-
Get offer by PageUp Offer ID (lOfferID) GET {{baseUrl}}/recruitment/hire/offers/{{offerId}}
-
Update offer by PageUp Offer ID (lOfferID - Offer PUReferenceID) POST {{baseUrl}}/recruitment/hire/offers/{{offerId}}
-
Get offer checks by PageUp Offer ID (lOfferID - Offer PUReferenceID) GET {{baseUrl}}/recruitment/hire/offers/{{offerId}}/offerchecks
-
Get offer/s by PageUp Application ID (lApplicationID) GET {{baseUrl}}/recruitment/hire/applications/:applicationId/offer?latestOffer=true
-
Create offer by PageUp Application ID (lApplicationID / Application - PUReferenceID) POST {{baseUrl}}/recruitment/hire/applications/{{applicationId}}/offer?parentOfferID=0
-
Mark offers as processed based on a list of Application IDs (limited to max 100 application Ids per API request) POST {{baseUrl}}/recruitment/hire/offers/process
-
Set offer status by PageUp Offer ID (lOfferID) POST {{baseUrl}}/recruitment/hire/offers/{{offerId}}/status
-
Mark offers as processed by PageUp Offer ID (lOfferID) POST {{baseUrl}}/recruitment/hire/offers/{{offerId}}/process