API接口目录

平台业务

商品API
价格API
库存API
销售准备API
交易API
退货退款API(新)
财务API
店铺API
物流API
促销API
分销API
发票API
招商API
换货API
互动营销API
退货退款API
客服API
平台营销API
风控API
会员通API
账房API
财务记账API
异常码自查工具
suning.custom.pointaccountbalance.query 查询积分账户余额
¥免费

查询积分账户余额

公共参数
请求参数
名称 类型 是否必须 示例值 描述
ecoTypeStringY140000000010业态类型
custNumStringY1234567890会员编号
branchStringY8371分公司编码
storeStringN0001门店编码
appCodeStringYqqs系统编码
响应参数
名称 类型 示例值 描述
basicValueString200积分余额
statusStringCOMPLETE状态值
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <queryPointaccountbalance>
      <ecoType>140000000010</ecoType>
      <custNum>1234567890</custNum>
      <appCode>qqs</appCode>
      <store>0001</store>
      <branch>8371</branch>
    </queryPointaccountbalance>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "queryPointaccountbalance": {
        "ecoType": "140000000010",
        "custNum": "1234567890",
        "appCode": "qqs",
        "store": "0001",
        "branch": "8371"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <queryPointaccountbalance>
      <basicValue>200</basicValue>
      <status>COMPLETE</status>
    </queryPointaccountbalance>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "queryPointaccountbalance": {
        "basicValue": "200",
        "status": "COMPLETE"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.custom.querypointaccountbalance.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.handler.data-get:no-result 查询没结果 请检查查询参数
isp.sys.service.unavailable.qqs 服务不可用 请联系苏宁技术人员
biz.custom.querypointaccountbalance.invalid-biz:100 系统异常 系统异常
biz.custom.querypointaccountbalance.invalid-biz:101 参数为空,或丢失参数 参数为空,或丢失参数
biz.custom.querypointaccountbalance.invalid-biz:102 输入信息必填性校验失败 输入信息必填性校验失败
biz.custom.querypointaccountbalance.invalid-biz:103 业态类型不存在/输入信息长度必须符合要求 业态类型不存在/输入信息长度必须符合要求
biz.custom.querypointaccountbalance.invalid-biz:104 会员不存在 会员不存在
公共异常码
API工具
FAQ