curl --location --request POST 'https://api-inventory.simprasuite.com/integration/api/stockonhand/getlist' \
--header 'Content-Type: application\json' \
--data-raw '{
"pageSize": 0,
"pageNumber": 0,
"storeItemFilterType": 0,
"storeIds": [
"string"
],
"storeCodes": [
"string"
],
"overGroupIds": [
"string"
],
"majorGroupIds": [
"string"
],
"itemGroupIds": [
"string"
],
"stockItemIds": [
"string"
],
"stockItemNumbers": [
"string"
],
"stockItemType": 1,
"sortExpressionList": [
{
"columnName": "string",
"sortType": 0
}
],
"showExpirationDateControlIsEnabledOnly": true,
"showWithBaseCurrency": true
}'