Offer confirmation

Represents an offer confirmation.

Syntax
/api/v9/applications/ID/offers/ID/confirm
Host: apply.example.edu
Authorization: DREAM apikey="..."

POST Confirm an offer

This action confirms the offer and sends it out to the applicant using the current offer details:

Review and update the offer details before confirming the offer. Otherwise, DreamApply will proceed with the values most recently saved in the system.

Syntax
POST /api/v9/applications/123/offers/321/confirm
Host: apply.example.edu
Authorization: DREAM apikey="..."

Example request

Request
curl
curl \
  -X POST \
  -H "Authorization: DREAM apikey=\"YOUR-API-KEY\"" \
  "https://apply.example.edu/api/v9/applications/123/offers/321/confirm"

Response headers

HeaderValueDescription
Content-Typeapplication/jsonMedia type of the resource
Content-Length0Size of the response body in bytes

Response codes

Response codeDescription
204 No ContentThe offer was successfully confirmed
400 Bad RequestThe offer type was not yet set (Unreplied)