Phone Variants¶
Mulitple¶
path:
/portal/api/phone_variants
response:
[
{
"id": 326,
"base_name": "Black",
"name": "Black",
"full_name":"Acer Liquid Jade S Black",
"primary_color": "#000000",
"secondary_color": null,
"phone": {
"id": 168
},
"eans": [
"4713147841776",
"4713147841721",
"4713392016103"
]
},
{
"id": 1330,
"base_name": "Gold",
"name": "Gold",
"full_name":"Acer Liquid Z6 Gold",
"primary_color": "#DAA520",
"secondary_color": null,
"phone": {
"id": 576
},
"eans": [
"5415247099260",
"5412882707253",
"5412882698261",
"4713392847660"
]
}
]
Single¶
path:
/portal/api/phone_variants/326
response:
{
"id": 326,
"base_name": "Black",
"name": "Black",
"full_name":"Acer Liquid Jade S Black",
"primary_color": "#000000",
"secondary_color": null,
"phone": {
"id": 168
},
"eans": [
"4713147841776",
"4713147841721",
"4713392016103"
]
}
Find¶
path:
/portal/api/phone_variants/find?ean=4713147841776
response:
{
"id": 326,
"base_name": "Black",
"name": "Black",
"primary_color": "#000000",
"secondary_color": null,
"proposition_count": 328,
"phone_offer_count": 0,
"phone": {
"id": 168
},
"eans": [
"4713147841776",
"4713392016103",
"4713147841721"
]
}
Available Filters¶
- brand_id
- contract_term_in_months
- ids_only
- in_stock
- is_independent
- is_popular
- is_retention
- is_sim_only
- limit
- max_data_credits
- max_monthly_fee
- max_price
- max_sms_credits
- max_voice_credits
- min_data_credits
- min_monthly_fee
- min_price
- min_sms_credits
- min_voice_credits
- network_id
- offer_extra_id
- offer_type
- page
- phone_category_id
- phone_id
- phone_operating_system_id
- phone_variant_id
- provider_id
- shop_id