CS QRCode
HP Warranty Check
This service is used to check the warranty details of HP devices, etc.
Concurrent / Thread Count
For queries that take more than 1 second, the concurrent / thread count should be controlled within 10 or less.
Reason: Excessive concurrency can cause the system to directly return a failure.
Request Parameters
Parameter Required Value
key Yes key
type Yes hp
sn Yes HP SN
Example of successful request return
{
    'code': 0,
    'data': {
        'sn': '4CE137BR0W',
        'model': 'HP ProDesk 480 G7 基本型号 PCI 小型立式电脑',
        'skuId': 37933837,
        'number': '9CZ89AV',   //device model
        'warranty': {
            'type': '工厂保修',
            'status': '已过期',
            'startDate': '2021-09-17',
            'endDate': '2024-11-05'
        },
        'warrantyDetail': [
            '1: HP HW Maintenance Onsite Support, 2021-09-17至2024-11-05, 保修到期',
            '2: HP Support for Initial Setup, 2021-09-17至2022-02-03, 保修到期'
        ]
    }
}
Request failed return code, please refer to Develop Documents