vx_req_account_web_call
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
More...
#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
See: vx_resp_account_web_callstruct vx_req_account_web_call;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable account_handle
The handle returned from a successful vx_req_account_anonymous_login request.VX_HANDLE account_handle;
variable relative_path
The relative path to the original account management URL. For example: viv_chan_mod.phpchar * relative_path;
variable parameter_count
The number of parameters.int parameter_count;
variable parameters
The parameters for the web call.vx_name_value_pairs_t parameters;