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 push requests. Only sent when value parameter success = 1 |
20 |
id_X | push ID. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
32338 |
dedicated_X | Dedicated server ID. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
230 |
from_client_X | Vanaf klant id. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
1 |
to_client_X | To client id. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
2 |
status_X | Status of push request. "pending", "approved", "refused" en "cancelled" are possible values. The X runs from 1 to the value of total_count Only sent when value parameter success = 1 |
pending |
echo $versio['id_'.$teller]; ?> | echo $versio['dedicated_'.$teller]; ?> | echo $versio['from_client_'.$teller]; ?> | echo $versio['to_client_'.$teller]; ?> | echo $versio['to_client_'.$teller]; ?> | echo $versio['status_'.$teller]; ?> |