getInventoryAdjustmentsByPage
Retrieve a page of inventory adjustments (waste transactions) by date and location.
Query parameters
Recipe Adjustment. When true indicates a recipe adjustment, when false indicates an inventory adjustment.
The code for the Daypart associated with the adjustment.
Date of transaction adjustment in format DD-MMM-YY.
Retrieve all the details of the inventory adjustment.
The Code that identifies the Location in Crunchtime.
The number of minutes since a inventory adjustment record was last updated. Use to set how far back to search.
Retrieve one or more records by pageNumber. Use to retrieve data in smaller chunks. If left blank, the default is 1.
Transaction number associated to the entry in Crunchtime.
Number of items to display per page.
Specify 'true' to output null data elements.
Headers
Secure token for API authentication.
Password for the Crunchtime Application User.
Crunchtime site identifier. (test or production)
User ID for the Crunchtime Application User.
Optional trace identifier for troubleshooting.
Response
Success
Example response
{
"inventoryAdjustmentDetails": [
{
"inventoryAdjustmentDetailDetails": [
{
"lotNumber": "165R-13593",
"packageType": "GAL",
"productName": "OIL BLENDED",
"qualitativeJudgment": "BREAKAGE",
"quantity": 0.2475,
"recipeName": "MUSHROOMS ROASTED",
"recipeQuantity": 9.9,
"storageCode": "0004",
"transactionDate": "12/14/2025",
"value": 0.32,
"unitCost": 19.2632,
"recipeValue": 43.86
}
],
"inventoryAdjustmentHeaderDetails": {
"componentRecipeAdjustmentFlag": "Y",
"daypartCode": 6,
"entryUser": "JSCOTT",
"locationCode": "BS002",
"memo": "Items left out on counter",
"transactionNumber": "BS002",
"transactionDate": "12/14/2025",
"transactionValue": 132.48
}
}
]
}