Tender Boat REST Endpoints

Gateway Security/Tender Boat
Create a tender boat details
Method: post
Path: /spms/v2/ships/{shipId}/configurations/tenderBoats
Create the opened tender boat gateway details
Method: post
Path: /spms/v2/ships/{shipId}/gatewaySecurity/tenderBoatGateway
Delete the tender boat details
Method: delete
Path: /spms/v2/ships/{shipId}/configurations/tenderBoats/{tenderBoatId}
Edit the tender boat details
Method: put
Path: /spms/v2/ships/{shipId}/configurations/tenderBoats/{tenderBoatId}
Remove an existing tenderboat gateway user
Method: delete
Path: /spms/v2/ships/{shipId}/gatewaySecurity/tenderBoatGateway/{tenderBoatGatewayId}
Retrieve a list of tender boat details
Method: get
Path: /spms/v2/ships/{shipId}/configurations/tenderBoats
Retrieve the active tender boat count at the tender boat gateway
Method: get
Path: /spms/v2/ships/{shipId}/gatewaySecurity/tenderBoatGateway/tenderBoats/{tenderBoatId}/count
Retrieve the opened tenderboat gateway details
Method: get
Path: /spms/v2/ships/{shipId}/gatewaySecurity/tenderBoatGateway
Save the tender boat movement and other related information
Method: post
Path: /spms/v2/ships/{shipId}/gatewaySecurity/movements/tenderBoatGateway
Update the opened tender boat gateway details
Method: put
Path: /spms/v2/ships/{shipId}/gatewaySecurity/tenderBoatGateway/{tenderBoatGatewayId}
Validate gangway tender boat coming onboard rules
Method: get
Path: /spms/v2/ships/{shipId}/gatewaySecurity/tenderBoatGateway/tenderBoat/{tenderBoatId}/onboard/profiles/{profileId}/movementValidations/{gateDirection}
Validate gangway tender boat going ashore rules
Method: get
Path: /spms/v2/ships/{shipId}/gatewaySecurity/tenderBoatGateway/tenderBoat/{tenderBoatId}/ashore/profiles/{profileId}/movementValidations/{gateDirection}