Parameter | Value | Example value |
---|---|---|
success | command executed successfully | 0 = error 1 = command executed successfully |
command_response_message | Error Only sent when value parameter success = 0 |
incorrect password |
total_count | Total amount contacts. Only sent when value parameter success = 1 |
20 |
id_X | Contact ID The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
32338 |
companyname_X | Company name. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
versio |
initials_X | Initials. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
H |
surname_X | Surname. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
Sarly |
email_x | E-mail address. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
h.sarly@email.com |
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 name. 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. 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 |
validated_X | Is the contact validated. 0 = not validated. 1= validated The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
1 |
echo $versio['id_'.$teller]; ?> | echo $versio['companyname_'.$teller]; ?> | echo $versio['initials_'.$teller]; ?> | echo $versio['surname_'.$teller]; ?> | echo $versio['email_'.$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]; ?> | echo $versio['validated_'.$teller]; ?> |