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