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