文档
测试

根据id查询单据信息

GET
http://localhost:8081/insoApp/outintbound/getOutIntBoundById/1298819884833726464

响应参数

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

响应示例

``` { "code": 200, "msg": "成功", "data": { "id": "1298819884833726464", "enterpriseId": 15, "sourceMainId": "1298809272904892416", "customerId": null, "customerName": null, "supplierId": "1280777126256721920", "supplierName": null, "salesmanUserId": 80, "salesmanUserName": null, "departmentId": 1, "departmentName": null, "outintboundType": 1, "outintboundStatus": 1, "createUserId": 80, "createUserName": null, "timeCreate": "2020-08-27 11:09:26", "checkUserId": 83, "checkUserName": null, "timeCheck": null, "modifiedUserId": null, "modifiedUserName": null, "timeModified": null, "remark": null, "accessoryUrl": null, "saveState": 2, "isdeleted": 1 } } ```