Liefert eine Liste aller Untervermittler-Nummern (v_id) in der Statistik
Folgende Parameter können übergeben werden:
- aktuell keine Parameter erforderlich
Request:
$UpdateParams = array (
"dataUser" => array (
'user' => 'IHREVERMITTLERNUMMER',
'pass' => '********',
),
"content" => array (
'statistik' => array (
'getListVids' => array(array())
)
)
)
);
Response:
array (
'response' =>
array (
'statistik' =>
array (
'getListVids' =>
array (
0 =>
array (
0 => '1',
1 => '11',
2 => '111',
3 => '1111',
4 => '123',
5 => '23',
6 => '55121',
7 => '79349176',
8 => 'es',
9 => 'JWE',
10 => 'KSC',
11 => 'Max_Makler',
12 => 'MKI',
13 => 'test',
14 => 'TS',
15 => 'TSC'
),
),
),
),
)