ReadiVoice PSPI Reference
56
Proprietary & Confidential
GetSubByEIdB()
Stored procedure for retrieving a subscriber’s record from the database using
the subscriber’s external ID B, added in ReadiVoice v. 2.55.0. This procedure
requires ReadiVoice v. 2.55.0 or later.
To retrieve a subscriber’s record using the subscriber ID, 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.
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
vExternalIdB CHAR
(30)
External ID B 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 ...