Post an inventory adjustment in Acumatica via the contract-based REST API to correct on-hand quantities after a cycle count

domain: help-2023r2.acumatica.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Authenticate and confirm the correct endpoint version by checking GET /entity/Default/<version>/swagger.json for the InventoryAdjustmentEntry entity.
  2. Create the adjustment document: PUT /entity/Default/<version>/InventoryAdjustmentEntry with a JSON body including Description, Date, and a Details array containing InventoryID, WarehouseID, LocationID, Qty, UOM, and UnitCost.
  3. Set the AdjustmentType on each detail line to 'Receipt' (positive adjustment) or 'Issue' (negative adjustment) based on the variance direction.
  4. Retrieve the created document reference number from the response's ReferenceNbr field.
  5. Release the adjustment by calling the Release action: POST /entity/Default/<version>/InventoryAdjustmentEntry/<ReferenceNbr>/Release — this posts the document to inventory and GL.
  6. Verify the new on-hand quantities via GET /entity/Default/<version>/InventoryQuantities or by querying the InventorySummaryEnquiry endpoint.

Known gotchas

Related routes

Perform an inventory adjustment via WMS API to correct on-hand quantities after a cycle count discrepancy
manh.com · 5 steps · unrated
Create and release a manufacturing production order via the Acumatica Manufacturing REST API using the contract-based endpoint
help-2023r2.acumatica.com · 6 steps · unrated
Create a contract-based REST API integration with Acumatica and handle endpoint versioning across upgrades
acumatica · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans