ReadiVoice PSPI Reference
92
Proprietary & Confidential
Parameters
Specify all parameters. The constraints column shows specific value or range
constraints. For syntax rules and constraints applicable to all parameters, see
Parameter
Data Type
Constraints
Description
AccessNumVerify
SMALLINT 0,
1
Validate access number integrity. 0: No; 1: Yes.
NotifyCallRouter
SMALLINT 0,
1
Parameter remains only to maintain backward
compatibility. Regardless of setting, the SPC puts
new data into the CacsEventUpdate table. See
caution above about maintaining this table.
vEntryDate
DATETIME
YEAR TO
MINUTE
Time of creation.
vActivationDate
DATETIME
YEAR TO
MINUTE
Time of activation.
vBillingId
INT
-1, >0
Existing billing ID (from database) or -1 to let
system generate a new billing ID.
vBillingType
SMALLINT
0, 1
Type of billing. 0: Credit card; 1: Phone
number.
vBillingPhone
CHAR (30)
Phone number to bill or empty string.
vBillingAddress
CHAR (255)
Billing address or empty string.
vCreditCardType
SMALLINT
0–3
Type of credit card. 0: Visa; 1: MC; 2: Amex;
3: Discover. Set to 0 if not using.
vCreditCardNumber
CHAR (20)
Credit card number (numeric characters only).
Set to “999999” if not using.
vCreditCardExpire
DATETIME
YEAR TO
MONTH
Credit card expiration date. Set to 1999-12 if
not using.
vClientBillA
CHAR (255)
User-defined billing field 1. Set to empty string
if not using.
vClientBillB
CHAR (255)
User-defined billing field 2. Set to empty string
if not using.
vGroupId
INT
-1, >0
ID number of subscriber group to which this
subscriber should be assigned (must be in
database), or -1 to use default subscriber
group.