ReadiVoice PSPI Reference
64
Proprietary & Confidential
GetSub_v2550()
Stored procedure for retrieving a subscriber’s record from the database using
the subscriber ID. This procedure requires ReadiVoice v. 2.55.0 or later.
To retrieve a subscriber’s record using the subscriber’s external ID B, use
. Both procedures return the same set of data.
To retrieve a subscriber’s record using the subscriber’s external ID, use
. It returns the same set of data except for external ID B.
This procedure is similar to
, but has one additional return
value, which is the contents of the new External ID B field.
Parameters
The constraints column shows specific value or range constraints. For syntax
rules and constraints applicable to all parameters, see
Return Values
Parameter
Data Type
Constraints
Description
vSubscriberId INT
>0
ID of subscriber. Must be in database.
Data Type
Description
INT
Return code (0: OK; otherwise, error code).
INT
Subscriber ID.
INT
Billing ID.
SMALLINT
Billing type. 0: Credit card; 1: Phone number.
CHAR (30)
Billing phone number.
CHAR (255)
Billing address.
SMALLINT
Credit card type. 0: Visa; 1: MC; 2: Amex;
3: Discover.
CHAR (20)
Credit card number.
DATETIME YEAR TO MONTH
Credit card expiration date.
CHAR (255)
User-defined billing field 1.
CHAR (255)
User-defined billing field 2.
Содержание ReadiVoice
Страница 1: ...ReadiVoice PSPI Reference ...
Страница 134: ...ReadiVoice PSPI Reference 126 Proprietary Confidential ...
Страница 268: ...ReadiVoice PSPI Reference 260 Proprietary Confidential ...