Crew Reservations REST Endpoints
Reservations/Crew Reservations
- Create crew reservation
- Method: postPath:
/spms/v2/ships/{shipId}/reservations/crews - Retrieve a crew reservation record
- Method: getPath:
/spms/v2/ships/{shipId}/reservations/crews - Update crew reservation
- Method: putPath:
/spms/v2/ships/{shipId}/reservations/crews/{reservationId}