/api/applications/ID/offers/ID/confirm

POST

This action confirms the offer, as well as sending it out to the applicant. Normally you would first set the offer's type to some value, for example “Enrolled” and then confirm the offer.

Syntax

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

Response headers

Content-Type: application/json
Content-Length: 0

Response codes

204 No content Offer was successfully confirmed
400 User error Offer type was not yet set (Unreplied)