Lịch sử IMEI

  • Tính năng này dùng để lấy danh sách lịch sử của IMEI trên Nhanh.vn. Dữ liệu sẽ được phân trang, mỗi trang tối đa không quá 100 lịch sử.

Request

curl --location 'https://pos.open.nhanh.vn/v3.0/product/imeihistory?appId={{appId}}&businessId={{businessId}}' \
--header 'Authorization: {{accessToken}}' \
--header 'Content-Type: application/json'
--data '{
    "filters": {
        "imei": "9316254891976"
    },
    "paginator": {
        "size": 100
    }
}'

Filters

Key
Type
Description

imei

string ^{{\color{red}*}}

IMEI sản phẩm

Response

Failed response

Successful response

Last updated