API接口目录

自营业务

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

C类样机价格文件记录查询

公共参数
请求参数
名称 类型 是否必须 示例值 描述
pageNoStringY1页码
pageSizeStringY10每页条数
priceFileNameStringN价格文件20170818103514价格文件名称
applyStartDateStringN2018-01-18申请时间开始
applyEndDateStringN2018-01-18申请时间结束
effectStartDateStringN2018-01-18生效时间开始
effectEndDateStringN2018-01-18生效时间结束
approveStatusStringN11审批状态
supplierCodeStringN10058021指定供应商编码,且只支持一个供应商编码
响应参数
名称 类型 示例值 描述
priceFileNameString价格文件20170818103514价格文件名称
applyDateString2018-01-12 20:02:03申请时间
effectiveDateString2018-01-18生效时间
priceFileString
priceFileCodeString100463121708180000价格文件编码
infoListString
serialNumberStringC03Y3T008C样机序列号
supplyPriceString6999.99供价
commentString国庆大促特价机备注
approveStatusString10审批结果
rejectReasonString价格维护不合理驳回原因
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                
<sn_request>
  <sn_body>
    <queryProtoprice>
      <effectEndDate>2018-01-18</effectEndDate>
      <approveStatus>11</approveStatus>
      <pageNo>1</pageNo>
      <pageSize>10</pageSize>
      <effectStartDate>2018-01-18</effectStartDate>
      <applyStartDate>2018-01-18</applyStartDate>
      <supplierCode>10058021</supplierCode>
      <priceFileName>价格文件20170818103514</priceFileName>
      <applyEndDate>2018-01-18</applyEndDate>
    </queryProtoprice>
  </sn_body>
</sn_request>

			
                                
                                
{
  "sn_request": {
    "sn_body": {
      "queryProtoprice": {
        "effectEndDate": "2018-01-18",
        "approveStatus": "11",
        "pageNo": "1",
        "pageSize": "10",
        "applyStartDate": "2018-01-18",
        "effectStartDate": "2018-01-18",
        "supplierCode": "10058021",
        "priceFileName": "价格文件20170818103514",
        "applyEndDate": "2018-01-18"
      }
    }
  }
}
			
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              
<sn_responseContent>
  <sn_body>
    <queryProtoprice>
      <priceFile>
        <infoList>
          <rejectReason>价格维护不合理</rejectReason>
          <approveStatus>10</approveStatus>
          <supplyPrice>6999.99</supplyPrice>
          <serialNumber>C03Y3T008C</serialNumber>
          <comment>国庆大促特价机</comment>
        </infoList>
        <priceFileCode>100463121708180000</priceFileCode>
      </priceFile>
      <priceFileName>价格文件20170818103514</priceFileName>
      <effectiveDate>2018-01-18</effectiveDate>
      <applyDate>2018-01-12 20:02:03</applyDate>
    </queryProtoprice>
  </sn_body>
  <sn_head>
    <pageTotal>1</pageTotal>
    <pageNo>1</pageNo>
    <totalSize>1</totalSize>
    <returnMessage>biz.handler.data-get:success</returnMessage>
  </sn_head>
</sn_responseContent>

			
                              
                              
{
  "sn_responseContent": {
    "sn_head": {
      "pageTotal": "1",
      "pageNo": "1",
      "totalSize": "1",
      "returnMessage": "biz.handler.data-get:success"
    },
    "sn_body": {
      "queryProtoprice": [
        {
          "priceFile": [
            {
              "infoList": [
                {
                  "approveStatus": "10",
                  "rejectReason": "价格维护不合理",
                  "supplyPrice": "6999.99",
                  "serialNumber": "C03Y3T008C",
                  "comment": "国庆大促特价机"
                }
              ],
              "priceFileCode": "100463121708180000"
            }
          ],
          "priceFileName": "价格文件20170818103514",
          "effectiveDate": "2018-01-18",
          "applyDate": "2018-01-12 20:02:03"
        }
      ]
    }
  }
}
			
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.selfmarket.queryprotoprice.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.selfmarket.queryprotoprice.length-overlong:* 参数的值超过规定长度 请检查此参数的值,*号表示参数字段名
biz.handler.data-get:no-result 查询没结果 请检查查询参数
isp.sys.service.unavailable.sprice 服务不可用 请联系苏宁技术人员
biz.selfmarket.queryprotoprice.invalid-biz:100 指定供应商编码,且只支持一个供应商编码
公共异常码
API工具
FAQ