README
@sap/cloud-sdk-op-vdm-vms-vehicle-search-area-service
This package contains the OData VDM for the Vms Vehicle Search Area Service.
Usage Example
import { VmsVehicleSearchArea } from '@sap/cloud-sdk-op-vdm-vms-vehicle-search-area-service';
const resultPromise = VmsVehicleSearchArea.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });