|
Parameters |
|
Description |
Passed |
Returned |
Method creates new subscription based on given parameters with specified ID. Subscription information is added to PBA database and provisioning specific information is added to DUMMYGATE table. |
21 |
1 |
Syntax
ErrorMessage BM::SubscriptionWithIDAdd_API(
Int SubscriptionID;
Int ParentID;
Str(40) SubscriptionName;
Int Status;
Int ServStatus;
Int startDate;
Int ExpirationDate;
Int AccountID;
Int PlanID;
Int Period;
Int PeriodType;
Double SetupFee;
Double SubscriptionFee;
Double RenewalFee;
Double TransferFee;
Double NonRefundableAmt;
Int RefundPeriod;
Int BillingPeriodType;
Int BillingPeriod;
Int LastBillDate;
Int NextBillDate.
)
returns
Str ErrorMessage - message after subscription has been added: "Subscription is added."
Special Notes
Note: fees for subscription are passed in "00.00" format and provider's default currency.