Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@sap/cloud-sdk-op-vdm-supply-assignment-priority-service

sap_extncrepos29SEE LICENSE IN LICENSE.mddeprecated2.1.0TypeScript support: included

The pregenerated clients (also known as Virtual Data Model or VDM) of the SAP Cloud SDK are no longer maintained. Check our documentation for generating your own clients: https://sap.github.io/cloud-sdk/docs/js/features/odata/generate-client

SAP Cloud SDK for JavaScript: Virtual Data Model (VDM) for service supply-assignment-priority-service

readme

@sap/cloud-sdk-op-vdm-supply-assignment-priority-service

This package contains the OData VDM for the Supply Assignment Priority Service.

Usage Example

import { supplyAssignmentPriorityService } from '@sap/cloud-sdk-op-vdm-supply-assignment-priority-service';

const { aRunPriorityApi } = supplyAssignmentPriorityService()
const resultPromise = aRunPriorityApi.requestBuilder().getAll().top(5).execute({ destinationName:'myDestinationName' });