PMS


固网续订-第一步 提交套餐

[TOC]

简要描述
  • 固网续订-第一步 提交套餐
请求URL
  • ip:port/boss/order/renew
请求方式
  • POST
参数
参数名 必选 类型 说明
consumerId string 客户id
consumerName string 客户姓名
consumerPhone string 客户电话
offerList array[obj] 套餐列表(只传需要续订的)
offerList-price string 价格 单位分
offerList-buyCount int 数量
offerList-unit string 单位
offerList-offerId string 商品id
offerList-offerName string 商品名称
offerList-offerSpec string 套餐主规格(枚举: 数字:80020001 ,宽带 :80020003)
offerList-offerLevel string 套餐级别,1基本 2增值
offerList-offerType string 商品类型,P 产品 K 营销活动
offerList-planId string 价格计划id,账务资费
offerList-isSupportRenew string 是否可续订 1 可以 0 否
offerList-productInfo json 套餐内商品信息(只传需要变动的产品 必选的不需要传)
返回示例
  {
    "error_code": 0,
    "data": {
      "uid": "1",
      "username": "12154545",
      "name": "吴系挂",
      "groupid": 2 ,
      "reg_time": "1436864169",
      "last_login_time": "0",
    }
  }
返回参数说明
参数名 类型 说明
code int 20000成功 其余失败
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML