Create a registration requirement

Creates a custom file, checkbox, document template, or form requirement for an academic year.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
batch_idintegerRequired
registration_phase_idintegerOptional>=1
namestring or nullOptional
descriptionstring or nullOptional
requirement_detailsmap from strings to any or nullOptional
is_requiredbooleanOptional
is_editablebooleanOptional
is_publicbooleanOptional
relates_toenum or nullOptional
Allowed values:
sort_orderintegerOptional
typeenumOptional
Allowed values:
fileinteger or nullOptional
file_category_idinteger or nullOptional
document_templateinteger or nullOptional
form_idinteger or nullOptional

Response

Registration requirement created
statusstring
messagestring
datamap from strings to any

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error