API接口目录

自营业务

退厂API
厂送API
厂送退换货API
品牌串码API
采购订单API
供应商收发货API
售后服务API
供应商财务API
主数据API
自营合同API
自营商品API
自营财务API
采购计划API
收发货API
订单API
易道报表API
不良品API
自营促销API
异常码自查工具
suning.selfmarket.protoprice.add C类样机价格文件申请
¥免费

C类样机价格文件申请

公共参数
请求参数
名称 类型 是否必须 示例值 描述
priceFileNameStringN价格文件20170818103514价格文件名称
effectiveDateStringN2018-01-18生效时期
infoListStringN
serialNumberStringYC03Y3T008C样机序列号
supplyPriceStringY6999.99供价
productCodeStringN000000000106225751商品编码
storeCodeStringN7002入库门店
commentStringN国庆大促特价机备注
pdfFileStringN经过Base64加密的字符串pdf文件
signDateStringN2018-01-20盖章日期
supplierCodeStringN10058021指定供应商编码,且只支持一个供应商编码
响应参数
名称 类型 示例值 描述
successFlagStringY是否成功
priceFileNameString价格文件20170818103514价格文件名称
infoListString
priceFileCodeString100463121708180000价格文件编码
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <addProtoprice>
      <priceFileName>价格文件20170818103514</priceFileName>
      <pdfFile>经过Base64加密的字符串</pdfFile>
      <supplierCode>10058021</supplierCode>
      <infoList>
        <productCode>000000000106225751</productCode>
        <serialNumber>C03Y3T008C</serialNumber>
        <supplyPrice>6999.99</supplyPrice>
        <comment>国庆大促特价机</comment>
        <storeCode>7002</storeCode>
      </infoList>
      <signDate>2018-01-20</signDate>
      <effectiveDate>2018-01-18</effectiveDate>
    </addProtoprice>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "addProtoprice": {
        "priceFileName": "价格文件20170818103514",
        "pdfFile": "经过Base64加密的字符串",
        "supplierCode": "10058021",
        "infoList": [
          {
            "productCode": "000000000106225751",
            "serialNumber": "C03Y3T008C",
            "supplyPrice": "6999.99",
            "comment": "国庆大促特价机",
            "storeCode": "7002"
          }
        ],
        "signDate": "2018-01-20",
        "effectiveDate": "2018-01-18"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <addProtoprice>
      <priceFileName>价格文件20170818103514</priceFileName>
      <infoList>
        <priceFileCode>100463121708180000</priceFileCode>
      </infoList>
      <successFlag>Y</successFlag>
    </addProtoprice>
  </sn_body>
</sn_responseContent>

                              
                              {
  "sn_responseContent": {
    "sn_body": {
      "addProtoprice": {
        "priceFileName": "价格文件20170818103514",
        "infoList": [
          {
            "priceFileCode": "100463121708180000"
          }
        ],
        "successFlag": "Y"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.selfmarket.addprotoprice.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.selfmarket.addprotoprice.length-overlong:* 参数的值超过规定长度 请检查此参数的值,*号表示参数字段名
isp.sys.service.unavailable.sprice 服务不可用 请联系苏宁技术人员
biz.selfmarket.addprotoprice.invalid-biz:100 价格文件名称重复
biz.selfmarket.addprotoprice.invalid-biz:102 生效日期格式错误
biz.selfmarket.addprotoprice.invalid-biz:103 生效日期小于当前日期
biz.selfmarket.addprotoprice.invalid-biz:104 infoList节点为空
biz.selfmarket.addprotoprice.invalid-biz:106 PDF签章文件不是通过base64加密
biz.selfmarket.addprotoprice.invalid-biz:108 样机序列号重复
biz.selfmarket.addprotoprice.invalid-biz:109 样机序列和供应商编码不匹配
biz.selfmarket.addprotoprice.invalid-biz:110 商品编码和样机序列号不匹配
biz.selfmarket.addprotoprice.invalid-biz:111 入库门店编码和样机序列号不匹配
biz.selfmarket.addprotoprice.invalid-biz:113 价格格式错误:精确到小数点后两位,范围为0.01-99,999,999,999.99
biz.selfmarket.addprotoprice.invalid-biz:114 签章文件不是PDF文件
biz.selfmarket.addprotoprice.invalid-biz:115 签章文件中价格文件名称与传输字段不匹配
biz.selfmarket.addprotoprice.invalid-biz:116 签章文件中生效日期与传输字段不匹配
biz.selfmarket.addprotoprice.invalid-biz:117 签章文件中签章日期与传输字段不匹配
biz.selfmarket.addprotoprice.invalid-biz:119 签章日期格式错误
biz.selfmarket.addprotoprice.invalid-biz:120 签章日期大于当前日期
biz.selfmarket.addprotoprice.invalid-biz:121 行项目不一致
biz.selfmarket.addprotoprice.invalid-biz:122 价格文件名称超过20个字符
biz.selfmarket.addprotoprice.invalid-biz:123 备注超过100个字符
biz.selfmarket.addprotoprice.invalid-biz:124 指定供应商编码,且只支持一个供应商编码
biz.selfmarket.addprotoprice.invalid-biz:130 未签署免签协议,签署地址:https://sop.suning.com/sel/visaFree/signVisaFreeAgreement.action
公共异常码
API工具
FAQ