vx_req_account_web_call
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 7 months ago
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| VX_HANDLE | account_handle The handle returned from a successful vx_req_account_anonymous_login request. |
| char * | relative_path The relative path to the original account management URL. |
| int | parameter_count The number of parameters. |
| vx_name_value_pairs_t | parameters The parameters for the web call. |
Detailed Description
struct vx_req_account_web_call;
Public Attributes Documentation
variable base
vx_req_base_t base;
The common properties for all requests.
variable account_handle
VX_HANDLE account_handle;
The handle returned from a successful vx_req_account_anonymous_login request.
variable relative_path
char * relative_path;
The relative path to the original account management URL.
For example: viv_chan_mod.php
variable parameter_count
int parameter_count;
The number of parameters.
variable parameters
vx_name_value_pairs_t parameters;
The parameters for the web call.