getAllInventoryAdjustments

Retrieve inventory adjustments (waste transactions) by date and location.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean

Recipe Adjustment. When true indicates a recipe adjustment, when false indicates an inventory adjustment.

string

The code for the Daypart associated with the adjustment.

string
required

Date of transaction adjustment in format DD-MMM-YY.

boolean
Defaults to false

Retrieve all the details of the inventory adjustment.

string
required

The Code that identifies the Location in Crunchtime.

int32

The number of minutes since a inventory adjustment record was last updated. Use to set how far back to search.

string

Transaction number associated to the entry in Crunchtime.

boolean

Specify 'true' to output null data elements.

Headers
string
required

Secure token for API authentication.

string
required

Password for the Crunchtime Application User.

string
required

Crunchtime site identifier. (test or production)

string
required

User ID for the Crunchtime Application User.

string

Optional trace identifier for troubleshooting.

Responses

Response body
array of objects
object
inventoryAdjustmentDetailDetails
array of objects
inventoryAdjustmentDetailDetails
object
string

"lotNumber" from inventoryadjustment

string

"packageType" from inventoryadjustment

string
required

"productNumber" from inventoryadjustment

string
required

"qualitativeJudgment" from inventoryadjustment

number
required

"quantity" from inventoryadjustment

string

"storageCode" from inventoryadjustment

string

"transactionDate" from inventoryadjustment

inventoryAdjustmentHeaderDetails
object

InventoryAdjustmentHeaderDto description

Language