Update a parent

Applies the supplied parent fields and optionally synchronizes processing-fee blocking with the family donor.

Authentication

AuthorizationBearer

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

Path parameters

idintegerRequired

Request

This endpoint expects an object.
firstnamestring or nullOptional<=255 characters
lastnamestring or nullOptional<=255 characters
emailstring or nullOptionalformat: "email"<=255 characters
home_phonestring or nullOptional<=255 characters
cell_phonestring or nullOptional<=255 characters
addressstring or nullOptional<=1000 characters
citystring or nullOptional<=255 characters
statestring or nullOptional<=255 characters
countrystring or nullOptional<=1000 characters
zipstring or nullOptional<=255 characters
parent_student_type_idinteger or nullOptional
processing_fee_blockedboolean or nullOptional

Response

Parent updated
statusstringOptional
messagestringOptional
datamap from strings to anyOptional

Errors

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