Overview of the IMEI Vaalidation API response object.
Shown below is a sample response returned through our IMEI Validation API.
{
"merchant_product_imei_reference": "merchant-ref-786",
"request_type": "BLOCKING",
"products": [
{
"product_code": "xyz",
"dealer_code": "DLR100",
"state_code": "NY",
"product_imei": "SN1234567863",
"product_imei_status": "BLOCKED",
"product_brand_response": {}
}
]
}
The table below lists the various parameters returned in the IMEI Validation response objects.
Parameter | Type | Description |
---|---|---|
merchant_product_imei_reference | string | Merchant product IMEI reference. Example: sample |
request_type | string | IMEI request type. Accepted values:
|
products | array of object | An object that contains the product information details. Learn more about our products child object. |
Products
The table below lists the various parameters in the products
object. This is part of the IMEI Validation API response object.
Parameter | Type | Description |
---|---|---|
product_code | string | Unique Product identifier of the product. Example: redmi_1 |
dealer_code | string | Unique identifier for the dealer. Example: DLR100 |
state_code | string | State code passed in the request parameter. Example: 23 |
product_imei | string | The unique IMEI number of the product. Example: SN1234567892 |
product_imei_status | string | Product IMEI status.
|
product_brand_response | object | An object that contains the product brand response details. Learn more about the product_brand_response child object. |
Product Brand Response [Child Object]
The table below lists the various parameters in the product_brand_response
child object. This is part of the products
object.
Parameter | Type | Description |
---|---|---|
code | string | Code returned from brand in case of failure |
message | string | Message corresponding to the validation status. Example: Offer is Eligible |