suning.fontorder.serviceinformation.query 服务商查询字体服务订购信息
¥免费

服务商定时通过api接口查询服务市场字体服务订购信息,用于制作授权书和发票

公共参数
请求参数
名称 类型 是否必须 示例值 描述
endTimeStringN2017-07-19 14:21:35查询结束时间
orderStatusStringY1订单状态
startTimeStringN2017-07-19 14:21:35查询开始时间
pageNoStringN1页码
pageSizeStringN20每页条数
响应参数
名称 类型 示例值 描述
authCompanyString某某某公司被授权公司名称
cmpyNameString某某某公司买家商户名称
contactString张三联系人
emailString12345@126.com邮箱
invoiceEmailString12345@126.com收票人邮箱
invoicePhoneString13888888888发票联系电话
invoiceTaxNumString913201099999999999纳税人识别号
invoiceTitleString莫某某公司发票抬头
itemIdString9090订单详情ID
orderCodeString201706230086259000订单编号
orderCreatimeString2017-06-23 17:19:20订单时间
orderCycleString一年订购周期
orderQuintityString4订购字号数量
phoneNumString13888888888电话
releaseIdString15013服务版本
serverIdString10013123服务编码
shopNameString网店名称蚂蚁客手机数码官方旗舰店
shopUrlStringhttp://mayi.suning.com/网店地址
subReleaseCodeStringa,b,c,d字号编码
supplierCodeString0070057497买家商家编码
orderAmountString18.99订单总金额
请求示例
  • XML示例
  • JSON示例
复制全部代码
                                <sn_request>
  <sn_body>
    <queryServiceinformation>
      <startTime>2017-07-19 14:21:35</startTime>
      <pageNo>1</pageNo>
      <pageSize>20</pageSize>
      <endTime>2017-07-19 14:21:35</endTime>
      <orderStatus>1</orderStatus>
    </queryServiceinformation>
  </sn_body>
</sn_request>

                                
                                {
  "sn_request": {
    "sn_body": {
      "queryServiceinformation": {
        "startTime": "2017-07-19 14:21:35",
        "pageNo": "1",
        "pageSize": "20",
        "endTime": "2017-07-19 14:21:35",
        "orderStatus": "1"
      }
    }
  }
}
                                
响应示例
  • XML示例
  • JSON示例
复制全部代码
                              <sn_responseContent>
  <sn_body>
    <queryServiceinformation>
      <orderCode>201706230086259000</orderCode>
      <supplierCode>0070057497</supplierCode>
      <itemId>9090</itemId>
      <contact>张三</contact>
      <invoiceTitle>莫某某公司</invoiceTitle>
      <orderCycle>一年</orderCycle>
      <invoiceEmail>12345@126.com</invoiceEmail>
      <authCompany>某某某公司</authCompany>
      <invoiceTaxNum>913201099999999999</invoiceTaxNum>
      <phoneNum>13888888888</phoneNum>
      <orderQuintity>4</orderQuintity>
      <releaseId>15013</releaseId>
      <orderAmount>18.99</orderAmount>
      <subReleaseCode>a,b,c,d</subReleaseCode>
      <email>12345@126.com</email>
      <invoicePhone>13888888888</invoicePhone>
      <shopName>网店名称</shopName>
      <shopUrl>http://mayi.suning.com/</shopUrl>
      <serverId>10013123</serverId>
      <cmpyName>某某某公司</cmpyName>
      <orderCreatime>2017-06-23 17:19:20</orderCreatime>
    </queryServiceinformation>
  </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": {
      "queryServiceinformation": {
        "orderCode": "201706230086259000",
        "supplierCode": "0070057497",
        "itemId": "9090",
        "contact": "张三",
        "invoiceTitle": "莫某某公司",
        "orderCycle": "一年",
        "invoiceEmail": "12345@126.com",
        "authCompany": "某某某公司",
        "invoiceTaxNum": "913201099999999999",
        "phoneNum": "13888888888",
        "orderQuintity": "4",
        "releaseId": "15013",
        "invoicePhone": "13888888888",
        "email": "12345@126.com",
        "subReleaseCode": "a,b,c,d",
        "orderAmount": "18.99",
        "shopName": "网店名称",
        "shopUrl": "http://mayi.suning.com/",
        "serverId": "10013123",
        "orderCreatime": "2017-06-23 17:19:20",
        "cmpyName": "某某某公司"
      }
    }
  }
}
                              
异常示例
  • XML示例
  • JSON示例
复制全部代码

  
  	API异常码
  	异常码中文描述
  

                           	  
{
  "sn_responseContent": {
    "sn_error": {
      "error_code": "API异常码",
      "error_msg": "异常码中文描述"
    }
  }
}
                           		
业务异常码
异常码 错误描述 解决方案
biz.fontorder.queryserviceinformation.missing-parameter:* 参数必填 请检查此参数的值,*号表示参数字段名
biz.fontorder.queryserviceinformation.format-error:* 参数格式错误 请检查此参数的值,*号表示参数字段名
biz.handler.data-get:no-result 查询没结果 请检查查询参数
isp.sys.service.unavailable.fws 服务不可用 请联系苏宁技术人员
公共异常码
API工具
FAQ