Dealer
API call to get information about a dealer.
API Actions
get_info
Parameters
Examples
curl -X POST 'https://api.eu.navixy.com/v2/panel/dealer/get_info' \
-H 'Content-Type: application/json' \
-d '{"hash": "fa7bf873fab9333144e171372a321b06"}'https://api.eu.navixy.com/v2/panel/dealer/get_info?hash=fa7bf873fab9333144e171372a321b06Response
{
"success": true,
"id": 9000,
"seller_id": 3,
"parent_dealer_id": 5001,
"contract_type": "PAAS",
"tariff_id": 5,
"tariff": {
"id": 5,
"name": "PaaS Tariff",
"type": "monthly",
"currency": "RUB",
"license_price": null,
"min_license_pay": null,
"vat": false,
"trial": false,
"premium_gis": true,
"service_prices": {
"incoming_sms": 2.0,
"outgoing_sms": 0.95,
"service_sms": 0.95,
"phone_call": 15,
"traffic": 1.5
},
"store_period": "P3Y"
},
"demo_tariff": false,
"tracker_tariff_end_date": "2015-12-31",
"store_period": "P6M",
"demo_ends": null,
"title": "Navixy Demo",
"block_status": "NOT_BLOCKED",
"legal_name": "Company",
"active_amount": 99,
"active_amount_own": 80,
"active_amount_subpaas": 19,
"active_limit": 100,
"locale": "en_US",
"domain": "demo.navixy.com",
"favicon": "paas/5001/custom.ico",
"logo": "paas/5001/logo.png",
"enable_trackers": true,
"enable_cameras": false,
"paas_activation_date": "2015-03-01",
"license_balance": 0.0,
"seller_currency": "USD",
"features": [
"branding_web",
"branding_mobile",
"navixy_label",
"tracking",
"reports",
"fleet",
"field_service",
"premium_gis"
],
"default_user_time_zone": "Europe/London"
}Errors
Last updated
Was this helpful?