Contents
Description
ip1basicItemWarehouseStock.get retrieves stock on hand quantity and value and available stock for inquiry and sales.
Restrictions
Access to any of the operations in ip1basicItemWarehouseStock.get is dependent on user access.
Input/Output parameters
View JSON parameters| Input | Type | Description |
| I | 20A | Item number |
| WHSE | 4A | Warehouse |
| Output | Type | Description |
| SOHSL | 9N0 | Stock available quantity for sales |
| SOHA | 9N0 | Stock available quantity for inquiry |
| SOHO | 9N0 | Stock on hand quantity |
| SOHV | 13N2 | Stock on hand value |
JSON example
View JSON request & response exampleRequest:
{
“IptorAPI”: “1.0”,
“method”: “ip1basicItemWarehouseStock.get”,
“params”: {
“I”: “PUO010”,
“WHSE”: “ALU3”
},
“id”: “867715”
}
Response:
{
“IptorAPI”: “1.0”,
“data”: {
“SOHASL”: 0,
“SOHA”: -1002,
“SOHQ”: -1002,
“SOHV”: 0
},
“id”: “917404”
}
Response format
For standard response format for IP1 API methods, see Response format.
