v1

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

savePhysicalInventoryStandards

Create a new physical inventory entry. Update a physical inventory entry.

post/inventory/physicalinventorystandard/v1/savePhysicalInventoryStandards

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 required

The Code that identifies the Location in Crunchtime.

Example request

{
  "locationCode": "000000",
  "physicalInventoryStandardDetails": [
    {
      "physicalInventoryStandardDetailDetails": [
        {
          "altQuantity1": 9.99,
          "altQuantity2": 9.99,
          "altQuantity3": 9.99,
          "inventoryDate": "12/14/2025",
          "quantity": 9.99,
          "userId": "john"
        }
      ]
    }
  ]
}

Response

Success

object required