Locations REST Endpoints
Business Objects/Voyages/Locations
The operations from the Business Objects/Voyages/Locations category.
- Create a Location
- Method: postPath:
/voyages/{voyageGid}/locations - Delete a Location
- Method: deletePath:
/voyages/{voyageGid}/locations/{seqNo} - Get a Location
- Method: getPath:
/voyages/{voyageGid}/locations/{seqNo} - Get Locations
- Method: getPath:
/voyages/{voyageGid}/locations - Update a Location
- Method: patchPath:
/voyages/{voyageGid}/locations/{seqNo} - Update Locations
- Method: patchPath:
/voyages/{voyageGid}/locations