Lifeboats REST Endpoints

Configurations/Lifeboats
Create a new Lifeboat record
Method: post
Path: /spms/v2/ships/{shipId}/configurations/safety/lifeBoats
Delete existing Lifeboat record
Method: delete
Path: /spms/v2/ships/{shipId}/configurations/safety/lifeBoats/{lifeBoatId}
Retrieve configured Lifeboats
Method: get
Path: /spms/v2/ships/{shipId}/configurations/safety/lifeBoats
Update existing Lifeboat code record
Method: put
Path: /spms/v2/ships/{shipId}/configurations/safety/lifeBoats/{lifeBoatId}