XuLian@wwzlwl.com

万物智联国际物流
  1. Schemas
万物智联国际物流
  • 文档介绍
  • 卡车对接
    • 获取报价
    • 创建订单
    • 获取包装类型
    • 获取货物密度和货运等级
    • 获取站点
    • 撤回订单
    • 重新提交订单
    • 获取订单信息
    • 查询地区邮编
    • 获取拨号类型
  • 获取Token
    POST
  • 数据模型
    • Schemas
      • GetQuoteRequest
      • CommonResult«boolean»
      • GetOrderByQuoteIdRequest
      • CommonResult«List«SelectResponse»»
      • CommonResult«DensityFreightClassVo»
      • CommonResult«List«SiteResponse»»
      • CommonResult«OrderRespVo»
      • com.zbkj.common.request.GetQuoteRequest.ItemInfo
      • CommonResult«List«CreateQuoteResp»»
      • CommonResult«string»
      • SelectResponse
      • DensityFreightClassVo
      • SiteResponse
      • OrderRespVo
      • com.zbkj.common.request.chr.ChrGetQuoteRequest.SpecialRequirementForOrigin
      • AddressInfoForDest
      • AddressInfo
      • OrderAddressRespVo
      • com.zbkj.common.request.GetQuoteRequest.AddressInfoForOrigin
      • SpecialRequirementForDest
      • DocumentRespVo
      • com.zbkj.common.request.chr.ChrGetQuoteRequest.SpecialRequirementForDest
      • ItemInfo
      • OrderItemRespVo
      • com.zbkj.common.request.GetQuoteRequest.AddressInfoForDest
      • AddressInfoForOrigin
      • QuoteInfoRespVo
      • com.zbkj.common.vo.chr.QuoteRespVo.Carrier
      • SpecialRequirementForOrigin
      • com.zbkj.common.vo.chr.QuoteRespVo.Transit
      • CreateQuoteResp
      • com.zbkj.common.vo.chr.QuoteRespVo.Rate
      • CargoLiability
      • com.zbkj.common.vo.chr.QuoteRespVo.CargoLiability
      • Carrier
      • 询价结果
      • Rate
      • com.zbkj.common.request.GetOrderByQuoteIdRequest.AddressInfo
      • Transit
      • com.zbkj.common.response.SelectResponse
      • com.zbkj.common.response.DensityFreightClassVo
      • com.zbkj.common.response.QuoteInfoRespVo
      • com.zbkj.common.response.OrderAddressRespVo
      • com.zbkj.common.response.OrderItemRespVo
      • com.zbkj.common.response.DocumentRespVo
      • com.zbkj.common.response.LocationRespVo
  1. Schemas

GetOrderByQuoteIdRequest(GetOrderByQuoteIdRequest)

{
    "bolNumber": "string",
    "deliveryNumber": "string",
    "destinationInfo": {
        "address1": "string",
        "address2": "string",
        "address3": "string",
        "addressName": "string",
        "closeTime": "string",
        "contactName": "string",
        "emailAddress": "string",
        "openTime": "string",
        "phone": "string",
        "specialInstructions": "string"
    },
    "dropDial": "string",
    "itemsInfo": [
        {
            "density": 0,
            "description": "string",
            "freightClass": "string",
            "insuranceValue": 0,
            "isHazardous": true,
            "isStackable": true,
            "nationalMotorFreightClass": "string",
            "notes": "string",
            "packagingHeight": 0,
            "packagingLength": 0,
            "packagingType": "string",
            "packagingUnitOfMeasure": "Inches",
            "packagingWidth": 0,
            "poNumber": "string",
            "quantity": 0,
            "temperatureType": "Dry",
            "temperatureUnit": "Celsius",
            "totalTrailerFeetUsed": 0,
            "weight": 0,
            "weightUnitOfMeasure": "Pounds"
        }
    ],
    "notes": "string",
    "orderNo": "string",
    "originInfo": {
        "address1": "string",
        "address2": "string",
        "address3": "string",
        "addressName": "string",
        "closeTime": "string",
        "contactName": "string",
        "emailAddress": "string",
        "openTime": "string",
        "phone": "string",
        "specialInstructions": "string"
    },
    "pickDial": "string",
    "pickUpNumber": "string",
    "primaryNumber": "string",
    "quoteNumber": 0,
    "secondaryNumber": "string",
    "shipWithNumber": "string"
}
Built with