{
"OrdernoList": [
"string"
],
"DSource": "string"
}curl --location --request POST '/api/CaiHua_Business_App_ErpSendSyncBO/BuildIssuedStockAdjustOrderTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"OrdernoList": [
"string"
],
"DSource": "string"
}'{
"Result": {
"IsSuccess": true,
"ErrorMessage": "string",
"ProcessTime": "2019-08-24T14:15:22.123Z",
"SourceOrg": "string",
"PlatformCode": "string",
"TotalCount": 0,
"OrderNumList": [
"string"
],
"OrderList": [
{
"SourceOrderno": "string",
"DSource": "string",
"DOrganization": "string",
"Num": "string",
"DTLCount": 0,
"IsCancel": true,
"ErrMessage": "string"
}
],
"ProcessDuration": "string"
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}