Http方法:POST
路由:api/Sale_SendList/GetByOrderId
根据波次单ID获取预到配货单明细信息
请求参数
None.
返回响应信息
根据波次单ID获取预到配货单明细信息
ResultInfoOfSale_SendList参数名称 | 参数描述 | 类型 | 附加信息 |
---|---|---|---|
Result | boolean |
None |
|
State | string |
None |
|
Dynamic | Object |
None |
|
Msg | string |
None |
|
Data | Sale_SendList |
None |
Response Formats
application/json, text/json
Sample:
{ "Result": true, "State": "sample string 2", "Dynamic": {}, "Msg": "sample string 4", "Data": { "SendList_Id": 1, "StoreInfo_Id": 1, "store_id": 1, "StoreName": "sample string 2", "Send_Id": 3, "Consignor_Id": 1, "ConsignorCode": "sample string 4", "ConsignorName": "sample string 5", "ExpressCorp_Id": 1, "ExpressCorpName": "sample string 6", "Order_Id": 7, "OrderCode": "sample string 8", "ExpressCode": "sample string 9", "StoreOrderCode": "sample string 10", "OrderPrint_Id": 1, "OrderPrintCode": "sample string 11", "PrintStatusID": 64, "PrintStatusText": "sample string 12", "Client_Id": 13, "ClientCode": "sample string 14", "ClientShortName": "sample string 15", "TotalQuantityOrder": 1, "Outer_Id": 1, "OuterCode": "sample string 16", "User_Id": 1, "UserTrueName": "sample string 17", "ApplyDate": "2025-05-04T21:15:18.974461+08:00", "PayLimitDate": "2025-05-04T21:15:18.974461+08:00", "SubTotal": 1.0, "DiscountAmount": 1.0, "GrandTotal": 1.0, "MaterialCount": 1, "GatherMoney": 1.0, "UnGatherMoney": 1.0, "ShippingAmount": 1.0, "AgentTotalMoney": 1.0, "Solidity": 1.0, "Weight": 1.0, "ServiceValue": 1.0, "InsuranceAmount": 1.0, "InsuranceFee": 1.0, "Package": "sample string 18", "ShippingName": "sample string 19", "ShippingAddress": "sample string 20", "Telephone": "sample string 21", "Mobile": "sample string 22", "Enable": 64, "Remark": "sample string 23", "CreateID": 1, "Creator": "sample string 24", "CreateDate": "2025-05-04T21:15:18.974461+08:00", "ModifyID": 1, "Modifier": "sample string 25", "ModifyDate": "2025-05-04T21:15:18.974461+08:00", "ShipStatusID": 1, "ShipStatusText": "sample string 26", "CountryCnName": "sample string 27", "Email": "sample string 28", "OrderChannel": 64, "RecordAction": 0 } }