getPhysicalInventoryStandardsByPage
Retrieve by page, all physical inventory counts (quantity only) by date and location.
Query parameters
Inventory date of a scheduled inventory or final for post inventory in format DD-MMM-YY.
The Code that identifies the Location in Crunchtime.
Retrieve one or more records by pageNumber. Use to retrieve data in smaller chunks. If left blank, the default is 1.
A unique alphanumeric code used to identify a product.
Physical inventory item's storage code.
Retrieve user id details when true.
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
{
"physicalInventoryStandardDetails": [
{
"physicalInventoryStandardDetailDetails": [
{
"altQuantity1": 9.99,
"altQuantity2": 9.99,
"altQuantity3": 9.99,
"inventoryDate": "09/10/2022",
"quantity": 9.99,
"userId": "john",
"inventoryType": "User Defined Category (Corporate)",
"detail": "CRITICAL COMPONENTS",
"inventoryUnit": "LB",
"totalQuantity": 6,
"unitPrice": 3.6402,
"physicalValue": 21.84,
"byExceptionFlag": "N"
}
]
}
]
}