Draft Registrations
Institutions
Add affiliated institutions to a draft registration
Add one or more institutions to a draft registration by their identifiers. The user must be affiliated with the institutions they are attempting to add.
post/draft_registrations/{draft_id}/relationships/institutions/
Path parameters
draft_idstring required
The unique identifier of the draft registration.
Request body
Example request
{
"data": [
{
"type": "institutions",
"id": "inst123"
}
]
}Response
Institutions added successfully.