TRUE
TRUE
TRUE
TRUE
for new clients. FALSE
for existing clients until they migrate.Telephones
and Tablets
while
others may introduce a third middle range screen size as Phablets
between the 2.client_category
) i.e. “Mobile phones” and a corresponding integer
category identifier (client_category_id
) i.e. 12345.
To use the ValueChecker API you can pass either the client_category
(recommended) or the client_category_id
. E.g, if the client category
“Tablets” has a client category id 123, then it will be equivalent to
send a request using either client_category_id
=123 or
client_category
=tablets.
client_category_id
) will be automatically
processed. There is no need to wait until the client_category_id
is
issued, making the implementation process simpler and faster.
client_category
that has never been passed to the
ValueChecker API before: Example: “Android Tablets”.client_category_id
(i.e. 123) and is available in the
next request to the Client Categories
endpoint.client_category
or the
client_category_id
for future requests to this category.client_category_id
along with the request query to both the
Claimed Product
and Replacement Product
endpoints.
client_category_id
will yield no results!client_category
(string) parameter.client_id
to specify which client you are requesting
data from.client_id
is a required parameter on
most endpoints. It is good practise to include the client_id
in all your
requests by default so that you do not need to make code change when
enabling/disabling MCU.client_id
when not MCU enabled, it is
ignored with a 200 response.