文档
测试

单据撤销

GET
http://localhost:8081/insoApp/outintbound/undoOutBoundOrder/1298818596880408576

接口描述

请求携带id(1298818596880408576)

响应参数

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

响应示例

``` { "code": 200, "msg": "撤销成功", "data": { "salesOutintboundOrderMain": { "id": "1298818596880408576", "enterpriseId": 15, "sourceMainId": "1298809272904892416", "customerId": null, "customerName": null, "supplierId": "1280777126256721920", "supplierName": null, "salesmanUserId": 80, "salesmanUserName": null, "departmentId": 1, "departmentName": null, "outintboundType": 1, "outintboundStatus": 2, "createUserId": 80, "createUserName": null, "timeCreate": "2020-08-27 11:04:19", "checkUserId": 83, "checkUserName": null, "timeCheck": null, "modifiedUserId": null, "modifiedUserName": null, "timeModified": null, "saveState": 2, "remark": null, "accessoryUrl": null, "isdeleted": 1 }, "childList": [ { "id": "1298818597685714944", "outintboundMainId": "1298818596880408576", "storageId": "1281044704170479616", "storageName": null, "goodsNo": "1024bikini", "goodsName": "1024比基尼(bikini)", "model": null, "goodsUnit": "件", "goodsCount": null, "actualSendNum": 4, "goodsPrice": 2.4, "goodsTotalMoney": 57.6, "isgifts": null, "sourceChildId": "1298809272938446848", "outintboundNumber": 4, "lineState": 2, "timeCreate": "2020-08-27 11:04:19", "isdeleted": 1 }, { "id": "1298818597807349760", "outintboundMainId": "1298818596880408576", "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": "1298809272942641152", "outintboundNumber": 5, "lineState": 2, "timeCreate": "2020-08-27 11:04:19", "isdeleted": 1 } ] } } ```