curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalInventoryAPI/ListInventories' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"searchTerm": "string",
"searchValues": [
"string"
],
"productType": "string",
"productStatus": "string",
"clientCode": "string",
"status": "string",
"offset": 0,
"limit": 1
}'{
"data": [
{
"id": 0,
"goodQuantity": 0,
"goodAvailableQuantity": 0,
"goodAllocatedQuantity": 0,
"damagedQuantity": 0,
"damagedAvailableQuantity": 0,
"damagedAllocatedQuantity": 0,
"expiredQuantity": 0,
"expiredAvailableQuantity": 0,
"expiredAllocatedQuantity": 0,
"lostQuantity": 0,
"status": "string",
"updatedAt": "2023-01-15T01:30:15.01Z",
"client": {
"id": 0,
"code": "string",
"firstName": "string",
"lastName": "string"
},
"clientVendor": {
"id": 0,
"clientCode": "string",
"clientVendorCode": "string",
"name": "string",
"address1": "string",
"address2": "string",
"country": "string",
"state": "string",
"city": "string",
"zipCode": "string"
},
"warehouse": {
"id": 0,
"code": "string",
"name": "string"
},
"product": {
"id": 0,
"systemSku": "string",
"clientSku": "string",
"name": "string",
"type": "string",
"status": "string",
"warehouseBarcode": "string",
"thumbnailUrl": "string"
},
"isAdjustable": true
}
]
}