Documentation

Support

Vivox Core SDK

Vivox Core SDK

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_tbase
The common properties for all requests.
VX_HANDLEaccount_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.
intparameter_count
The number of parameters.
vx_name_value_pairs_tparameters
The parameters for the web call.

Detailed Description

struct vx_req_account_web_call;
See: vx_resp_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.