{
"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": {}
}
}
]
}