PMS


查询套餐内物品详情

[TOC]

简要描述
  • 查询套餐内物品详情
请求URL
  • http://ip:port/requestCpsService/queryGoodsDetailByOffer
请求方式
  • POST
参数
参数名 必选 类型 说明
resSubTypeId string 资源小类ID
resSkuId string 资源型号
offerId string 物品ID
返回示例
{
     "code" : 20000 ,
     "data" : {
         "goodsDetails" : [
           {
                 "feeTypeCodeName" : "费用类型名称 ",
                 "fresSubTypeId" : "资源小类 ",
                 "fserialNo" : "1111" ,
                 "fresKindName" : "小类名称 ",
                 "fresSkuName" : "12345" ,
                 "fpricePlanName" : "名称 ",
                 "fpriceId" : "R" ,
                 "fbrandCode" : "费用类型 ",
                 "fguidePrice" : "5555" ,
                 "fresSkuId" : "12345" ,
                 "fofferId" : "名称 ",
                 "fgroupId" : "R33" ,
                 "fresInstId" : "001223" ,
                 "fpricePlanType" : "价格计划类型 ",
                 "ffeeType" : "R11" ,
                 "fresSubTypeName" : "001223" ,
                 "fsalePriceY" : "12" ,
                 "fpricePlanId" : "33"
           }
       ]
   }
}
返回参数说明
字段 类型 说明
code Integer 20000
data Object 数据对象
goodsDetails Array 商品详情列表
feeTypeCodeName String 费用类型名称
fresSubTypeId String 资源小类
fserialNo String 序列号
fresKindName String 资源类型名称
fresSkuName String 小类名称
fpricePlanName String 价格计划名称
fpriceId String 价格ID
fbrandCode String 品牌代码
fguidePrice String 指导价格
fresSkuId String 资源小类ID
fofferId String 套餐ID
fgroupId String 组ID
fresInstId String 资源实例ID
fpricePlanType String 价格计划类型
ffeeType String 费用类型
fresSubTypeName String 资源小类名称
fsalePriceY String 销售价格Y
fpricePlanId String 价格计划ID
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML