NOT FOR PUBLIC DISTRIBUTION: 2020-09-23

Guardian assignment REST Endpoints

Reservations/Guardian assignment
Guardian information associated with a Profile
Associate a guardian to a minor.
Method: post
Path: /spms/v1/guardians/child/{childId}
Remove/ Delete a guardian associated to a minor
Method: delete
Path: /spms/v1/guardians/{guardianId}/child/{childId}
Retrieve list of guardians associated to a minor
Method: get
Path: /spms/v1/guardians/child/{childId}
Retrieves a list of all guardians that are associated with minors
Method: get
Path: /spms/v1/guardians/{guardianId}