Guardian REST Endpoints
Reservations/Guardian
- Create new guardian by minor profile ID
- Method: postPath:
/spms/v2/ships/{shipId}/profile/{profileId}/guardians - Create new minor by guardian profile ID
- Method: postPath:
/spms/v2/ships/{shipId}/profile/{profileId}/minors - Delete the guardian profile
- Method: deletePath:
/spms/v2/ships/{shipId}/profile/{profileId}/guardians/{guardianId} - Delete the minor profile
- Method: deletePath:
/spms/v2/ships/{shipId}/profile/{profileId}/minors/{minorId} - Retrieve guardian details by minor profile ID
- Method: getPath:
/spms/v2/ships/{shipId}/profile/{profileId}/guardians - Retrieve minor details by guardian profile ID
- Method: getPath:
/spms/v2/ships/{shipId}/profile/{profileId}/minors