| Parameter | Value | Example value | 
|---|---|---|
| success | command executed successfully | 0 = fout 1 = command executed successfully | 
| command_response_message | Error Only sent when value parameter success = 0 | incorrect password | 
| total_count | Total amount. Only sent when value parameter success = 1 | 20 | 
| id_X | Reseller ID The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | 32338 | 
| name_X | Name. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | versio | 
| email_x | E-mail adress. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | h.sarly@email.com | 
| url_x | Website. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | http://www.versio.nl | 
| phone_x | Phone number. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | 0123456780 | 
| street_x | Street namw. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | Street name | 
| hnr_X | Housenumber. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | 2 | 
| hnradd_X | Housenumber addition. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | A | 
| zipcode_X | Postcode. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | 1234 | 
| city_X | City name. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | London | 
| country_X | Country. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 | UK | 
| echo $versio['id_'.$teller]; ?> | echo $versio['name_'.$teller]; ?> | echo $versio['email_'.$teller]; ?> | echo $versio['url_'.$teller]; ?> | echo $versio['phone_'.$teller]; ?> | echo $versio['street_'.$teller]; ?> | echo $versio['hnr_'.$teller]; ?> | echo $versio['hnradd_'.$teller]; ?> | echo $versio['zipcode_'.$teller]; ?> | echo $versio['city_'.$teller]; ?> | echo $versio['country_'.$teller]; ?> |