Set offer status by PageUp Application ID (lApplicationID)

POST {{baseUrl}}/recruitment/hire/applications/{{applicationId}}/offers/status

Setting the offer status for existing offer by PageUp application Id.

If there is no existing offer for the passed application Id, a new shell offer will be created for that application Id and assigned with the status.

If there are multiple offers for the passed applicationID, it will be set the status for the first returned offer
Consider using the offers/{offerId}/status/ endpoint especially when there are multiple offers per application (e.g. contractor or extensions)


Required OAuth scopes for authentication: Public.Offer.Write

Request Body

{"OfferStatus"=>"Hired", "ExtraNote"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

&quot;&quot;