API接口目录
suning.logistics.receiveexpection.add 外部公司异常提报接口
¥免费

接收外部公司异常提报接口

公共参数
请求参数
名称 类型 是否必须 示例值 描述
exTypeStringY1异常类型
logisticOrderIdStringYLOS000000325670901物流订单号
remarkStringY失败备注
storeOutCompanyStringY008078698保税委外公司
响应参数
名称 类型 示例值 描述
remarkString失败备注
resultStringY结果
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <addReceiveexpection>
      <logisticOrderId>LOS000000325670901</logisticOrderId>
      <exType>1</exType>
      <remark>失败</remark>
      <storeOutCompany>008078698</storeOutCompany>
    </addReceiveexpection>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "addReceiveexpection": {
        "logisticOrderId": "LOS000000325670901",
        "exType": "1",
        "remark": "失败",
        "storeOutCompany": "008078698"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <addReceiveexpection>
      <result>Y</result>
      <remark>失败</remark>
    </addReceiveexpection>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "addReceiveexpection": {
        "result": "Y",
        "remark": "失败"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.logistics.addreceiveexpection.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.logistics.addreceiveexpection.format-error:* 参数格式错误 请检查此参数的值,*号表示参数字段名
biz.logistics.addreceiveexpection.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.logistics.addreceiveexpection.format-error:* 参数格式错误 请检查此参数的值,*号表示参数字段名
isp.sys.service.unavailable.lsp 服务不可用 请联系苏宁技术人员
公共异常码
API工具
FAQ