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