{
"createBy": "string",
"dataSource": "string",
"sign": "string",
"timestamp": "string",
"request": {
"orderBasicInfo": {
"documentType": "string",
"orderStatus": "string",
"customerNumber": "string"
},
"orderProductList": [
{
"customerProductCode": "string",
"customerProductDescription": "string",
"quantity": 0,
"cancelQuantity": 0,
"vinNum": "string"
}
],
"originalDocument": {
"ext8": "string"
}
}
}
curl --location --request POST '' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"dataSource": "string",
"sign": "string",
"timestamp": "string",
"request": {
"orderBasicInfo": {
"documentType": "string",
"orderStatus": "string",
"customerNumber": "string"
},
"orderProductList": [
{
"customerProductCode": "string",
"customerProductDescription": "string",
"quantity": 0,
"cancelQuantity": 0,
"vinNum": "string"
}
],
"originalDocument": {
"ext8": "string"
}
}
}'
{
"code": 200,
"message": "响应成功",
"flag": true
}