The functionality that make up this service and the functions that can be called.
List servers.
Function: ServersList ()
Returns: ServerListWithDetailsInfoResult
Field |
Type |
Description |
Message |
String |
A text message explaining the results of the operation, including the reason for any failures. |
Result |
Boolean |
Returns true if the function call was successful. |
Result_Code |
Int32 |
A result code, which differs by function. |
ServerDetails |
Server_Details[] |
A list of the servers’s with details, as defined in the Server_Details class.
|
Field |
Type |
Description |
Product_Id |
String |
The server product id. |
Description |
String |
The server description. |
Data Center |
String |
The server data center. |
Detail |
String |
The server details. |
Stock |
String |
The available stock. |
Setup_1_Hour |
Int32 |
The setup cost for 1 hour. |
Setup_1_Month |
Money |
The setup cost for 1 month. |
Setup_3_Month |
Money |
The setup cost for 3 months. |
Setup_6_Month |
Money |
The setup cost for setup 6 months. |
Setup_12_Month |
Money |
The setup cost for setup 12 months. |
Setup_24_Month |
Money |
The setup cost for setup 24 months. |
Setup_36_Month |
Money |
The setup cost for setup 36 months. |
Recurring_1_Hour |
Money |
The recurring cost for 1 hour. |
Recurring_1_Month |
Money |
The recurring cost for 1 month. |
Recurring_3_Month |
Money |
The recurring cost for 3 months. |
Recurring_6_Month |
Money |
The recurring cost for 6 months. |
Recurring_12_Month |
Money |
The recurring cost for 12 months. |
Recurring_24_Month |
Money |
The recurring cost for 24 months. |
Recurring_36_Month |
Money |
The recurring cost for 36 months. |
List Addon Groups.
Function: AddonGroupsList (parameter1)
Input parameter |
Type |
Description |
ProductId |
String |
The product id. |
Returns: AddonGroupsListWithDetailsInfoResult
Field |
Type |
Description |
Message |
String |
A text message explaining the results of the operation, including the reason for any failures. |
Result |
Boolean |
Returns true if the function call was successful. |
Result_Code |
Int32 |
A result code, which differs by function. |
AddonGroupDetails |
AddonGroup_Details[] |
A list of addon groups with details, as defined in the AddonGroups_Details class. |
Object - AddonGroup_Details
Field |
Type |
Description |
Group_Id |
String |
The group id. |
Description |
String |
The description. |
Sort_order |
String |
The sort order. |
List addons.
Function: AddonList (parameter1)
Input parameter |
Type |
Description |
GroupId |
String |
The addon group id. |
Returns: AddonGroupsListWithDetailsInfoResult
Field |
Type |
Description |
Message |
String |
A text message explaining the results of the operation, including the reason for any failures. |
Result |
Boolean |
Returns true if the function call was successful. |
Result_Code |
Int32 |
A result code, which differs by function. |
AddonDetails |
Addon_Details[] |
A list of addons with details, as defined in the Addon_Details class. |
Object - Addon_Details
Field |
Type |
Description |
Addon_Id |
String |
The addon id. |
Group_Id |
String |
The group id. |
Addon_Description |
String |
The addon description. |
Setup_1_Hour |
Money |
The setup cost for 1 hour. |
Setup_1_Month |
Money |
The setup cost for 36 months. |
Setup_3_Month |
Money |
The setup cost for 1 month. |
Setup_6_Month |
Money |
The setup cost for 3 months. |
Setup_12_Month |
Money |
The setup cost for 6 months. |
Setup_24_Month |
Money |
The setup cost for 24 months. |
Setup_36_Month |
Money |
The setup cost for 36 months. |
Recurring_1_Hour |
Money |
The recurring cost for 1 hour. |
Recurring_1_Month |
Money |
The recurring cost for 1 month. |
Recurring_3_Month |
Money |
The recurring cost for 3 months. |
Recurring_6_Month |
Money |
The recurring cost for 6 months. |
Recurring_12_Month |
Money |
The recurring cost for 12 months. |
Recurring_24_Month |
Money |
The recurring cost for 24 months. |
Recurring_36_Month |
Money |
The recurring cost for 36 months. |
Sort_Order |
String |
The display sort order.. |
Article ID: 252, Created: March 29, 2016 at 11:34 AM, Modified: April 2, 2016 at 1:18 AM