Sync reservations
documentedClean up reservation data.
POST /api/environment/{environmentId}/onhand/reserve/resyncjobInventory 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/reserve/resyncjob" \
-X POST \
-H "Api-Version: 1.0" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '["{{$dataSource1}}","{{$dataSource2}}"]'