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
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