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

formSubmissionlongRequired>=1
Submission to link.

Request

This endpoint expects an object.
payer_idlongRequired>=1
ID of the parent
payer_typeenumRequired
Payer model category.
Allowed values:

Response

The submission was linked and the updated submission resource is returned.
statusenum
messagestring
dataobject

Errors

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