v1

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

getAllInventoryValueAdjustments

Retrieve all inventory value adjustments by date and location.

get/inventory/inventoryvalueadjustment/v1/getAllInventoryValueAdjustments

Query parameters

entryDatestring required

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

includeDetailsboolean

Retrieve all the details of the inventory adjustment.

locationCodestring required

The Code that identifies the Location in Crunchtime.

transactionNumberstring

Transaction number associated to the entry in Crunchtime.

includeNullboolean

Specify 'true' to output null data elements.

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.

Response

Success

Example response

[
  {
    "inventoryValueAdjustmentDetailDetails": [
      {
        "adjustmentValue": 99.99,
        "comments": "Inventory Cost Correction",
        "conditionalGl": "GL",
        "productCode": "0025369",
        "qualitativeJudgment": "Cost Correction",
        "receivingQuantity": 9
      }
    ],
    "inventoryValueAdjustmentHeaderDetails": {
      "locationCode": "EMFR01",
      "shipCruiseCode": "009987",
      "source": "NC",
      "vendorExportCode": "Mc-002"
    }
  }
]