{
"body": {
"workOrderCode": "string",
"comments": "string",
"records": [
{
"itemCode": "string",
"batchNumber": "string",
"quantity": 0,
"procedureCode": "string",
"sn": [
"string"
]
}
]
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v3/inventory/task/materialReturn/create' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"workOrderCode": "string",
"comments": "string",
"records": [
{
"itemCode": "string",
"batchNumber": "string",
"quantity": 0,
"procedureCode": "string",
"sn": [
"string"
]
}
]
}
}'{
"code": 0,
"message": "",
"data": {
"list": [
0
]
}
}