Offer confirmation
API version
Select a version to change the base URI
in syntax and code examples. Learn about versions:
in syntax and code examples. Learn about versions
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
| Header | Value | Description |
|---|---|---|
Content-Type | application/json | Media type of the resource |
Content-Length | 0 | Size of the response body in bytes |
Response codes
| Response code | Description |
|---|---|
204 No Content | The offer was successfully confirmed |
400 Bad Request | The offer type was not yet set (Unreplied) |