Locations REST Endpoints

Business Objects/Voyages/Locations
The operations from the Business Objects/Voyages/Locations category.
Create a Location
Method: post
Path: /voyages/{voyageGid}/locations
Delete a Location
Method: delete
Path: /voyages/{voyageGid}/locations/{seqNo}
Get a Location
Method: get
Path: /voyages/{voyageGid}/locations/{seqNo}
Get Locations
Method: get
Path: /voyages/{voyageGid}/locations
Update a Location
Method: patch
Path: /voyages/{voyageGid}/locations/{seqNo}
Update Locations
Method: patch
Path: /voyages/{voyageGid}/locations