{
"body": {
"inventoryBatchId": 1
}
}curl --location 'https://c2.xinheyun.com/api/open/v3/inventoryBatch/couple/scrap/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data '{
"body": {
"inventoryBatchId": 1
}
}'{
"code": 0,
"message": "string",
"data": {
"entity": {
"inventoryBatchId": 0,
"records": [
{
"itemCode": "string",
"itemName": "string",
"itemUnit": "string",
"itemSpec": [
{
"key": "string",
"value": "string"
}
],
"configurationSpec": [
{
"key": "string",
"value": "string"
}
],
"outbound": {
"inventoryBatchId": 0,
"inventoryBatchCode": "string",
"inventoryRecordId": 0,
"qualifiedQuantity": 0,
"unqualifiedQuantity": 0,
"price": 0,
"stockBatchCode": "string",
"snCodes": [
"string"
],
"warehouse": {
"warehouseId": 0,
"warehouseCode": "string",
"warehouseName": "string",
"warehouseBinId": 0,
"warehouseBinCode": "string",
"warehouseBinName": "string"
},
"comment": "string"
},
"inbound": {
"inventoryBatchId": 0,
"inventoryBatchCode": "string",
"inventoryRecordId": 0,
"qualifiedQuantity": 0,
"unqualifiedQuantity": 0,
"price": 0,
"stockBatchCode": "string",
"snCodes": [
"string"
],
"warehouse": {
"warehouseId": 0,
"warehouseCode": "string",
"warehouseName": "string",
"warehouseBinId": 0,
"warehouseBinCode": "string",
"warehouseBinName": "string"
},
"comment": "string"
}
}
]
}
}
}