v1

latestOpenAPI 3.0.0Apache License Version 2.02026-07-24163274903.6 KB
Inventory Service

saveInventoryAdjustments

Create a new inventory adjustment entry. Update an inventory adjustment entry.

post/inventory/inventoryadjustment/v1/saveInventoryAdjustments

Headers

authenticationtokenstring required

Secure token for API authentication.

passwordstring required

Password for the Crunchtime Application User.

sitenamestring required

Crunchtime site identifier. (test or production)

useridstring required

User ID for the Crunchtime Application User.

X-B3-TraceIdstring

Optional trace identifier for troubleshooting.

Request body

locationCodestring

Location Code from adjustment transaction.

Example request

{
  "inventoryAdjustmentDetails": [
    {
      "inventoryAdjustmentDetailDetails": [
        {
          "lotNumber": "165R-13593",
          "packageType": "GAL",
          "qualitativeJudgment": "BREAKAGE",
          "quantity": 0.2475,
          "storageCode": "0004",
          "transactionDate": "10/08/2023"
        }
      ],
      "inventoryAdjustmentHeaderDetails": {
        "componentRecipeAdjustmentFlag": "Y",
        "daypartCode": 6,
        "entryUser": "JSCOTT",
        "locationCode": "BS002",
        "memo": "Items left out on counter",
        "transactionNumber": "BS002",
        "transactionDate": "12/14/2025"
      }
    }
  ],
  "locationCode": "BS002"
}

Response

Success

object required