GET api/TMSApp/CoalQualityManage/GetTransrelByOrder?orderId={orderId}

获取承运商

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderId

订单id

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取承运商

MsgBaseOfListOfv_transrel
NameDescriptionTypeAdditional information
Status

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

integer

None.

Msg

返回消息

string

None.

Data

返回数据内容,默认为空

Collection of v_transrel

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 1,
  "Msg": "sample string 2",
  "Data": [
    {
      "CreateTimeStr": "2024-04-25",
      "TAList": [
        {
          "ID": 1,
          "TRID": 2,
          "OrderAreaID": 3,
          "IsDefault": 4,
          "Type": 5,
          "IsDeleted": 64,
          "CreateBy": 7,
          "CreateTime": "2024-04-25T00:18:32.5142481+08:00",
          "UpdateBy": 9,
          "UpdateTime": "2024-04-25T00:18:32.5298577+08:00"
        },
        {
          "ID": 1,
          "TRID": 2,
          "OrderAreaID": 3,
          "IsDefault": 4,
          "Type": 5,
          "IsDeleted": 64,
          "CreateBy": 7,
          "CreateTime": "2024-04-25T00:18:32.5142481+08:00",
          "UpdateBy": 9,
          "UpdateTime": "2024-04-25T00:18:32.5298577+08:00"
        }
      ],
      "TALimit": 2.0,
      "EstimateValue": 3.1,
      "TAId": 1,
      "hasTransportWeight": 4.0,
      "Implementation": 1,
      "ConsignerAreaId": "sample string 5",
      "ReceiverAreaId": "sample string 6",
      "RelatedAreaId": "sample string 7",
      "RelatedRoutId": "sample string 8",
      "TransUnitPrice": 1.0,
      "LossUnitPrice": 1.0,
      "TAFId": 1,
      "TAFCreateBy": 1,
      "TransUnitPrice_Supply": 1.0,
      "LossUnitPrice_Supply": 1.0,
      "TAFId_Supply": 1,
      "OrderName": "sample string 9",
      "Status": 1,
      "PauseStatus": 1,
      "OrderIsDeleted": 64,
      "CarAssignArea": 1,
      "ConsignerArea": 1,
      "ReceiverArea": 1,
      "SRID": 1,
      "TransRelId": 10,
      "TRName": "sample string 11",
      "TRSN": "sample string 12",
      "OrderId": 1,
      "ShipperId": 1,
      "ShipperName": "sample string 13",
      "PlanNo": "sample string 14",
      "ConsignerId": 1,
      "ConsignerName": "sample string 15",
      "ReceiverId": 1,
      "ReceiverName": "sample string 16",
      "IsDeleted": 64,
      "CreateBy": 1,
      "CreateByCorpID": 1,
      "CreateTime": "2024-04-25T00:18:32.5298577+08:00",
      "UpdateBy": 19,
      "UpdateTime": "2024-04-25T00:18:32.5298577+08:00"
    },
    {
      "CreateTimeStr": "2024-04-25",
      "TAList": [
        {
          "ID": 1,
          "TRID": 2,
          "OrderAreaID": 3,
          "IsDefault": 4,
          "Type": 5,
          "IsDeleted": 64,
          "CreateBy": 7,
          "CreateTime": "2024-04-25T00:18:32.5142481+08:00",
          "UpdateBy": 9,
          "UpdateTime": "2024-04-25T00:18:32.5298577+08:00"
        },
        {
          "ID": 1,
          "TRID": 2,
          "OrderAreaID": 3,
          "IsDefault": 4,
          "Type": 5,
          "IsDeleted": 64,
          "CreateBy": 7,
          "CreateTime": "2024-04-25T00:18:32.5142481+08:00",
          "UpdateBy": 9,
          "UpdateTime": "2024-04-25T00:18:32.5298577+08:00"
        }
      ],
      "TALimit": 2.0,
      "EstimateValue": 3.1,
      "TAId": 1,
      "hasTransportWeight": 4.0,
      "Implementation": 1,
      "ConsignerAreaId": "sample string 5",
      "ReceiverAreaId": "sample string 6",
      "RelatedAreaId": "sample string 7",
      "RelatedRoutId": "sample string 8",
      "TransUnitPrice": 1.0,
      "LossUnitPrice": 1.0,
      "TAFId": 1,
      "TAFCreateBy": 1,
      "TransUnitPrice_Supply": 1.0,
      "LossUnitPrice_Supply": 1.0,
      "TAFId_Supply": 1,
      "OrderName": "sample string 9",
      "Status": 1,
      "PauseStatus": 1,
      "OrderIsDeleted": 64,
      "CarAssignArea": 1,
      "ConsignerArea": 1,
      "ReceiverArea": 1,
      "SRID": 1,
      "TransRelId": 10,
      "TRName": "sample string 11",
      "TRSN": "sample string 12",
      "OrderId": 1,
      "ShipperId": 1,
      "ShipperName": "sample string 13",
      "PlanNo": "sample string 14",
      "ConsignerId": 1,
      "ConsignerName": "sample string 15",
      "ReceiverId": 1,
      "ReceiverName": "sample string 16",
      "IsDeleted": 64,
      "CreateBy": 1,
      "CreateByCorpID": 1,
      "CreateTime": "2024-04-25T00:18:32.5298577+08:00",
      "UpdateBy": 19,
      "UpdateTime": "2024-04-25T00:18:32.5298577+08:00"
    }
  ]
}