|
Parameters |
|
Description |
Passed |
Returned |
Method returns shared hosting subscriptions for specified account. |
2 |
12 |
Syntax
ListResult BM::GetSharedHostingSubscriptionList_API(
Int AccountID;
Int SortNo.
)
returns
Int SubscriptionID - subscription ID;
Str SubscriptionName - subscription name;
Int PlanID - ID of subscription service plan;
Str PlanName - subscription service plan name;
Int PlanPeriodID - subscription period ID;
Int Period - subscription period duration (for example, 1 if subscription period is 1 year);
Int PeriodType - subscription period type: 0 - Hour(s), 1 - Day(s), 2 - Month(s), 3 - Year(s);
Int StartDate - the date of the subscription start in Unix date format;
Int ExpirationDate - expiration date of the subscription in Unix date format;
Int Status - subscription status: 10 - Ordered, 15 - Trial, 30 - Active, 40 - Graced, 50 - Expired, 60 - terminated, 70 - Canceled, 80 - Suspended;
Int ServStatus - subscription service status: 10 - Not Provisioned, 20 - Provisioning, 30 - Stopped, 40 - Starting, 50 - Running, 60 - Stopping, 70 - Removing, 80 - Changing Plan, 90 - Removed;
Str ContainerName - name of service gate subscription service is provisioned through. Shared hosting is provisioned through PEMGATE only.
Special Notes