文档
测试

退货单据撤销

GET
http://localhost:8081/insoApp/outintbound/undoProOutBoundOrder/1298178778819379200

响应参数

参数名
类型
描述
必填
code
int
执行结果代码
必填
message
string
执行结果信息
必填
data
json
响应数据
必填

响应示例

``` { "code": 200, "msg": "撤销成功", "data": { "salesOutintboundOrderMain": { "id": "1298178778819379200", "enterpriseId": 15, "sourceMainId": "1297808908642631680", "storageId": null, "storageName": null, "customerId": null, "customerName": null, "supplierId": "1280777126256721920", "supplierName": null, "salesmanUserId": 80, "salesmanUserName": null, "departmentId": 1, "departmentName": null, "outintboundType": 1, "outintboundStatus": null, "createUserId": 80, "createUserName": null, "timeCreate": "2020-08-25 16:41:55", "checkUserId": 83, "checkUserName": null, "timeCheck": null, "modifiedUserId": null, "modifiedUserName": null, "timeModified": null, "saveState": 2, "remark": null, "accessoryUrl": null, "isdeleted": 1 }, "childList": [ { "id": "1298178778827767808", "outintboundMainId": "1298178778819379200", "storageId": "1281044704170479616", "storageName": null, "goodsNo": "1024bikini", "goodsName": "1024比基尼(bikini)", "model": null, "goodsUnit": "件", "goodsCount": null, "actualSendNum": 20, "goodsPrice": 2.4, "goodsTotalMoney": 57.6, "isgifts": null, "sourceChildId": "1297808908701351924", "outintboundNumber": null, "lineState": null, "timeCreate": "2020-08-25 17:21:14", "isdeleted": 1 }, { "id": "1298178778861322240", "outintboundMainId": "1298178778819379200", "storageId": "1297701216964026368", "storageName": null, "goodsNo": "1025bikini", "goodsName": "1025比基尼(bikini)", "model": null, "goodsUnit": "件", "goodsCount": null, "actualSendNum": 5, "goodsPrice": 2.5, "goodsTotalMoney": 62.5, "isgifts": null, "sourceChildId": "1297808908692963325", "outintboundNumber": null, "lineState": null, "timeCreate": "2020-08-25 17:21:18", "isdeleted": 1 } ] } } ```