{
"body": {
"code": "string",
"workOrderCodes": [
"string"
],
"staffCode": "string",
"addressCode": "string",
"customerCode": "string",
"deadline": 0,
"customerReqDeadLine": 0,
"needInvoice": 0,
"currency": "string",
"exchangeRate": "string",
"comments": "string",
"paymentsCondition": "string",
"hasSpecialPrice": 0,
"specialPrice": 0,
"customerOrderNumber": "string",
"records": [
{
"num": 0,
"itemCode": "string",
"configurableSpecs": [
{
"name": "string",
"code": "string",
"value": "string"
}
],
"quantity": 0,
"price": 0,
"taxRate": 0,
"deadline": 0,
"customerReqDeadLine": 0,
"comments": "string",
"isRaw": 0,
"discount": 0,
"extendedFieldList": [
{
"name": "string",
"value": {}
}
],
"saleUnit": {
"saleUnitName": "string",
"baseUnitQuantity": 0,
"saleUnitQuantity": 0
},
"useSaleUnit": 0,
"outWarehouseId": 0
}
],
"extendedFieldList": [
{
"name": "string",
"value": {}
}
],
"bomVersion": "string",
"priceType": 0
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v2/salesOrders/update' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "string",
"workOrderCodes": [
"string"
],
"staffCode": "string",
"addressCode": "string",
"customerCode": "string",
"deadline": 0,
"customerReqDeadLine": 0,
"needInvoice": 0,
"currency": "string",
"exchangeRate": "string",
"comments": "string",
"paymentsCondition": "string",
"hasSpecialPrice": 0,
"specialPrice": 0,
"customerOrderNumber": "string",
"records": [
{
"num": 0,
"itemCode": "string",
"configurableSpecs": [
{
"name": "string",
"code": "string",
"value": "string"
}
],
"quantity": 0,
"price": 0,
"taxRate": 0,
"deadline": 0,
"customerReqDeadLine": 0,
"comments": "string",
"isRaw": 0,
"discount": 0,
"extendedFieldList": [
{
"name": "string",
"value": {}
}
],
"saleUnit": {
"saleUnitName": "string",
"baseUnitQuantity": 0,
"saleUnitQuantity": 0
},
"useSaleUnit": 0,
"outWarehouseId": 0
}
],
"extendedFieldList": [
{
"name": "string",
"value": {}
}
],
"bomVersion": "string",
"priceType": 0
}
}'{
"code": 0,
"message": ""
}