{
"body": {
"code": "string",
"businessType": "string",
"department": "string",
"relativeOrderCode": "string",
"relativeOrderType": "SALE_ORDER",
"enterprise": {
"type": "CUSTOMER",
"code": "string"
},
"comments": "string",
"customizeFields": {
"key": {}
},
"records": [
{
"itemCode": "string",
"quantity": 0,
"assistQuantity": 0,
"batchNumber": "string",
"warehouseCode": "string",
"locationCode": "string",
"configurableSpecs": [
{
"name": "string",
"code": "string",
"value": "string"
}
],
"inQuality": "QUALIFIED",
"comment": "string",
"customizeFields": {
"key": {}
},
"snInfos": [
{
"sn": "string",
"assistQuantity": 0
}
]
}
]
}
}curl --location 'https://c2.xinheyun.com/api/open/v3/inventory/requisition/in/autoCreate' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data '{
"body": {
"code": "string",
"businessType": "string",
"department": "string",
"relativeOrderCode": "string",
"relativeOrderType": "SALE_ORDER",
"enterprise": {
"type": "CUSTOMER",
"code": "string"
},
"comments": "string",
"customizeFields": {
"key": {}
},
"records": [
{
"itemCode": "string",
"quantity": 0,
"assistQuantity": 0,
"batchNumber": "string",
"warehouseCode": "string",
"locationCode": "string",
"configurableSpecs": [
{
"name": "string",
"code": "string",
"value": "string"
}
],
"inQuality": "QUALIFIED",
"comment": "string",
"customizeFields": {
"key": {}
},
"snInfos": [
{
"sn": "string",
"assistQuantity": 0
}
]
}
]
}
}'{
"code": 0,
"message": ""
}