GET api/TMSApp/Dispatch/GetDispatchDetailFromFPlan?corpID={corpID}&StartTime={StartTime}&EndTime={EndTime}&OrderId={OrderId}

通过调运计划获取运单信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
corpID

integer

Required

StartTime

date

Required

EndTime

date

Required

OrderId

integer

Required

Body Parameters

None.

Response Information

Resource Description

通过调运计划获取运单信息

MsgBaseApiPageOfDispatchSummary
NameDescriptionTypeAdditional information
Status

返回状态0:失败,1:成功

integer

None.

Msg

返回消息

string

None.

Data

返回数据内容,默认为空

DispatchSummary

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Msg": "sample string 2",
  "Data": {
    "totalFatCoal": 1.0,
    "ygSendWeight": 1.0,
    "totalPaid": 1.0,
    "totalFinishedYesterdaySend": 1.0,
    "totalDeductWeight": 1.0,
    "totalLossWeight": 1.0,
    "totalNewwork": 2,
    "totalLoad": 3,
    "totalTransporting": 5,
    "totalUnload": 7,
    "totalUnloading": 9,
    "totalFinished": 11,
    "totalException": 13,
    "totalTrip": 14,
    "OrderName": "sample string 15",
    "OrderId": 16,
    "ReceiverId": 17,
    "ReceiverName": "sample string 18",
    "ShipperId": 19,
    "ShipperName": "sample string 20",
    "ConginerId": 21,
    "consignername": "sample string 22",
    "TPValue": 23.0,
    "dispatchDetaillist": [
      {
        "shipperId": 1,
        "shippername": "sample string 2",
        "ConginerId": 3,
        "consignername": "sample string 4",
        "ReceiverId": 5,
        "ReceiverName": "sample string 6",
        "totalFatCoal": 1.0,
        "ygSendWeight": 1.0,
        "totalPaid": 1.0,
        "totalDeductWeight": 1.0,
        "totalLossWeight": 1.0,
        "totalNewwork": 7,
        "totalLoad": 8,
        "totalLoadWeight": 9.0,
        "totalTransporting": 10,
        "totalTransportingWeight": 11.0,
        "totalUnload": 12,
        "totalUnloadWeight": 13.0,
        "totalUnloading": 14,
        "totalUnloadingWeight": 15.0,
        "totalFinished": 16,
        "totalFinishedWeight": 17.0,
        "totalException": 18,
        "totalTrip": 19,
        "OrderName": "sample string 20",
        "OrderId": 21,
        "TALimit": 22.0,
        "totalTodayTrip": 23
      },
      {
        "shipperId": 1,
        "shippername": "sample string 2",
        "ConginerId": 3,
        "consignername": "sample string 4",
        "ReceiverId": 5,
        "ReceiverName": "sample string 6",
        "totalFatCoal": 1.0,
        "ygSendWeight": 1.0,
        "totalPaid": 1.0,
        "totalDeductWeight": 1.0,
        "totalLossWeight": 1.0,
        "totalNewwork": 7,
        "totalLoad": 8,
        "totalLoadWeight": 9.0,
        "totalTransporting": 10,
        "totalTransportingWeight": 11.0,
        "totalUnload": 12,
        "totalUnloadWeight": 13.0,
        "totalUnloading": 14,
        "totalUnloadingWeight": 15.0,
        "totalFinished": 16,
        "totalFinishedWeight": 17.0,
        "totalException": 18,
        "totalTrip": 19,
        "OrderName": "sample string 20",
        "OrderId": 21,
        "TALimit": 22.0,
        "totalTodayTrip": 23
      }
    ],
    "IsYourOrder": true,
    "totalTodayTrip": 25
  }
}