curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalInventoryAPI/ListInventoryHistories' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientCodes": [
"string"
],
"clientSkus": [
"string"
],
"systemSkus": [
"string"
],
"updateReasons": [
"string"
],
"updatedFrom": "2023-01-15T01:30:15.01Z",
"updatedTo": "2023-01-15T01:30:15.01Z",
"offset": 0,
"limit": 1
}'{
"data": [
{
"id": 0,
"conditionType": "string",
"updateReason": "string",
"updatedField": "string",
"quantityAfterUpdate": 0,
"adjustedQuantity": 0,
"reason": "string",
"client": {
"id": 0,
"code": "string",
"firstName": "string",
"lastName": "string"
},
"product": {
"id": 0,
"systemSku": "string",
"clientSku": "string",
"name": "string",
"type": "string",
"status": "string",
"warehouseBarcode": "string",
"thumbnailUrl": "string"
},
"inventoryCluster": {
"id": 0,
"code": "string"
},
"updatedAt": "2023-01-15T01:30:15.01Z",
"binCode": "string",
"remark": "string",
"updatedUser": {
"id": 0,
"username": "string",
"fullName": "string"
},
"outboundRequestCode": "string"
}
]
}