XuLian@wwzlwl.com

万物智联国际物流
  1. 卡车对接
万物智联国际物流
  • 文档介绍
  • 卡车对接
    • 获取报价
      POST
    • 创建订单
      POST
    • 获取包装类型
      GET
    • 获取货物密度和货运等级
      POST
    • 获取站点
      GET
    • 撤回订单
      PUT
    • 重新提交订单
      POST
    • 获取订单信息
      GET
    • 查询地区邮编
      GET
    • 获取拨号类型
      GET
  • 获取Token
    POST
  • 数据模型
    • AESTransactionNumber
  1. 卡车对接

重新提交订单

测试中
POST
/v1/truck/anewSaveByQuoteId
重新提交订单

请求参数

Header 参数

Body 参数application/json

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

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "message": "string",
    "data": "string"
}
上一页
撤回订单
下一页
获取订单信息
Built with