curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSExternalInventoryAPI/ListInventories' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientCodes": [
"string"
],
"clientSkus": [
"string"
],
"warehouseCodes": [
"string"
],
"updatedFrom": "2023-01-15T01:30:15.01Z",
"updatedTo": "2023-01-15T01:30:15.01Z",
"offset": 0,
"limit": 1
}'{
"status": "SUCCESS",
"message": "string",
"data": [
{
"id": 0,
"clientCode": "string",
"clientSku": "string",
"warehouseCode": "string",
"goodQuantity": 0,
"goodAvailableQuantity": 0,
"goodAllocatedQuantity": 0,
"damagedQuantity": 0,
"damagedAvailableQuantity": 0,
"damagedAllocatedQuantity": 0,
"expiredQuantity": 0,
"expiredAvailableQuantity": 0,
"expiredAllocatedQuantity": 0,
"lostQuantity": 0,
"updatedAt": "2023-01-15T01:30:15.01Z"
}
]
}