Sign in

Reverse multiple reservations

documented

Reverse multiple soft reservation events.

POST /api/environment/{environmentId}/onhand/unreserve/bulkInventory Visibilityno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://inventoryservice.operations365.dynamics.com/api/environment/{{$environmentId}}/onhand/unreserve/bulk" \
  -X POST \
  -H "Api-Version: 1.0" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '[{"id": "{{$id}}", "organizationId": "{{$organizationId}}", "productId": "{{$productId}}", "reservationId": "{{$reservationId}}", "dimensionDataSource": "{{$dimensionDataSource}}", "dimensions": {"siteId": "{{$siteId}}", "locationId": "{{$locationId}}", "colorId": "{{$colorId}}"}, "OffsetQty": {{$OffsetQty}}}]'
Reverse multiple reservations · Microsoft Dynamics 365 · OpenIntegrations