{
"body": {
"receiptOrderCode": "string",
"returnOrderCode": "string",
"enableLineNo": true,
"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
}
]
}
],
"comment": "string"
}
}curl --location 'https://c2.xinheyun.com/api/open/v3/purchase/return/create' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data '{
"body": {
"receiptOrderCode": "string",
"returnOrderCode": "string",
"enableLineNo": true,
"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
}
]
}
],
"comment": "string"
}
}'{
"code": 0,
"message": ""
}