1.

  • 2.token

    (1)

    (2)

    Token
    POST
    http://10.62.163.111:8882/v1/Oauth/token

    说明: 过期时间7200秒。过期:产生新 token,未达过期时间:回传 token 与剩余到期秒数。
    请求参数:
    备注 范例
    client_idstringYNo1sX01PbbnLw
    client_secretstringY2394fb0d9faa24b72902443831667d0d
    grant_typestringYclient_credentials
    :
    {
        "client_id": "No1sX01PbbnLw",
        "client_secret": "2394fb0d9faa24b72902443831667d0d",
        "grant_type": "client_credentials"
        }
    返回结果:
    参数名称 备注 范例
    codeinteger0
    msgstringsuccess
    tokenstring93f3f23557c6c25d76bffead16c82aebbb3d77ee104b507e38919695897a2531
    expires_ininteger5224
    refresh_tokenstring9e5bb4dff226e4d656d3467ca4eb882fe3379d00d5cea77c35c5aabf79d8b56d
    :
    {
        "code": 0,
        "msg": "success",
        "token": "93f3f23557c6c25d76bffead16c82aebbb3d77ee104b507e38919695897a2531",
        "expires_in": 5224,
        "refresh_token": "9e5bb4dff226e4d656d3467ca4eb882fe3379d00d5cea77c35c5aabf79d8b56d"
        }

    3.

    POST
    http://10.62.163.111:8882/v1/Oauth/token

    说明:
    请求参数:
    参数名称 备注 范例
    refresh_tokenstringYrefresh_token 12943601459cc83edfadddc1d65d258b7f8c9adeadf10
    grant_typestringY refresh_tokenrefresh_token
    :
    {
        "refresh_token": "12943601459cc83edfadddc1d65d258b7f8c9adeadf10",
        "grant_type": "refresh_token"
        }
    返回结果:
    参数名称 备注 范例
    access_tokenstringeyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9
    expires_inint7200
    refresh_tokenstring12943601459cc83edfadddc1d65d258b7f8c9adeadf10
    :
    {
        "access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9",
        "expires_in": "7200",
        "refresh_token": "12943601459cc83edfadddc1d65d258b7f8c9adeadf10"
        }

    4.

    :
    GET、POST、PUT、PATCH、DELETE。
    :
    Request Header:
    参数名称 备注 范例
    Content-Type String Y application/json MIME Content Type.
    Authorization String Y Bearer <token> Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9

    5.

    PHP v1.01 2019-08-16
    Java v1.01 2019-08-16
    Python v1.01 2019-08-16
    C# v1.01 2019-08-16

    6.

    http://api.demo.wareconn.com/

    Features

    Through the API serial connection in the wareconn warranty cloud platform, the data center is equipped with different scenario examples, it's available to view the warranty claim, spare parts shipment information, defective product repair progress, etc. of each warranty provider, saving man-hours and improving process efficiency. The entire warranty process is systematically tracked and managed, saving 3-5 days of work and communication time.

    Functional advantage

  • Comprehensive technical support
  • Comprehensive technical support

    100+ interfaces are open and continuously updated to provide developers with solid technical support.

  • Online quick docking
  • Online quick docking

    Register an account and log in to wareconn, click the query interface, and generate api documents for quick connection.

  • Improve service support
  • Improve service support

    Share API documents online and view them online to facilitate team internal development assistance

  • In-depth business development
  • In-depth business development

    If require customized development, please contact us.

  • Professional technical training
  • Professional technical training

    For different service centers, hold regular face-to-face trainings to share the latest features and open capabilities.

  • Stable service availability
  • Stable service availability

    Ultra-high service availability, continuous and stable support for your business development.

    Case Studies

    Service Center Pass Station · Interface Description

    1

    After the warranty provider returns the defective product to the service center from the customer, the service center performs actions such as receiving, testing, and repairing, and each station result information will be automatically uploaded to the Wareconne system through [Automatic Station API].

    2

    The Wareconn system receives information, records the test status and results, operates strictly in accordance with the station flow set up by warranty provider, does not require manual operation.

    Service Center Pass Station · Interface Description

    Automatic Passing API

    POST
    /v1/r/Progress/autoStn
    Description:The expiration time is 7200 seconds. Expiration: Generate a new token; Expiration time is not reached: the token and the remaining expiration seconds are returned.
    Request parameter:
    parameter name Remarks example
    part_number Product Part Number MX6DC
    serial_number Product Serial Number PLKMX6DC1379025P003QB04
    status status Pass
    rpn_id Station ID VlkFoWlo
    contents Work station records array{'year-month-day hour:minute:second':'job record' ,
    '2018-06-07 14:12:24':'replacement parts'}
    Return result:
    parameter name Remarks example
    code Wherher the query is correct, correct code = 0, error code > 0 0
    msg Search information success

    You are not logged in yet,Sign in to see more