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