{
"body": {
"code": "string",
"orderCode": "string",
"saleOutCode": "string",
"enableLineNo": true,
"records": [
{
"num": 0,
"saleOutNum": 0,
"itemCode": "string",
"configurableSpecs": [
{
"name": "string",
"code": "string",
"value": "string"
}
],
"quantity": 0,
"type": "QUALIFIED",
"returnType": 0
}
],
"comments": "string",
"attachments": "string"
}
}curl --location 'https://c2.xinheyun.com/api/open/v3/salesReturnOrder/create' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data '{
"body": {
"code": "string",
"orderCode": "string",
"saleOutCode": "string",
"enableLineNo": true,
"records": [
{
"num": 0,
"saleOutNum": 0,
"itemCode": "string",
"configurableSpecs": [
{
"name": "string",
"code": "string",
"value": "string"
}
],
"quantity": 0,
"type": "QUALIFIED",
"returnType": 0
}
],
"comments": "string",
"attachments": "string"
}
}'{
"code": 0,
"message": "string"
}