Reverse reservation
documentedReverse one soft reservation event.
POST /api/environment/{environmentId}/onhand/unreserveInventory Visibilityno implementation yet0 runsNo 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?jobId={{$jobId}}" \
-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}}","dimensions":{"siteId":"{{$siteId}}","locationId":"{{$locationId}}","colorId":"{{$colorId}}","sizeId":"{{$sizeId}}"},"OffsetQty":{{$offsetQty}}}'