Link a submission to a person
Links an unlinked submission to a parent, entity, or donor. The server also links applicable fees, payments, and uploaded files; attempting to link an already-linked submission returns a validation error.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Path parameters
formSubmission
Submission to link.
Request
This endpoint expects an object.
payer_id
ID of the parent
payer_type
Payer model category.
Allowed values:
Response
The submission was linked and the updated submission resource is returned.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

