Model Overview
Namespace: WHMCS_API.GetClientsProducts
Classes:
GetClientsProducts Class
- Result (type: string): The result of the operation: success or error
- ClientID (type: string): The specific client id searched for
- ServiceID (type: int): The specific service id searched for
- ProductID (type: int): The specific product id searched for
- Domain (type: string): The specific domain searched for
- TotalResults (type: string): The total number of results available
- StartNumber (type: int): The starting number for the returned results
- NumberReturned (type: int): The total number of results returned
- Products (type: Products): The products returned matching the criteria passed
Products Class
- Product (type: IList<Product>)
Product Class
- ID (type: string)
- ClientID (type: string)
- OrderID (type: string)
- ProductID (type: string)
- RegistryDate (type: string)
- Name (type: string)
- TranslatedName (type: string)
- GroupName (type: string)
- TranslatedGroupName (type: string)
- Domain (type: string)
- DedicatedIP (type: string)
- ServerID (type: string)
- ServerName (type: string)
- ServerIP (type: string)
- ServerHostname (type: string)
- SuspensionReason (type: string)
- FirstPaymentAmount (type: string)
- RecurringAmount (type: string)
- PaymentAmount (type: string)
- PaymentMethodName (type: string)
- BillingCycle (type: string)
- NextDueDate (type: string)
- Status (type: string)
- Username (type: string)
- Password (type: string)
- Subscription (type: string)
- PromotionID (type: string)
- OverideAutoSuspend (type: string)
- OverideSuspendUntil (type: string)
- NameServer1 (type: string)
- NameServer2 (type: string)
- AssignedIPs (type: string)
- Notes (type: string)
- DiskUsage (type: string)
- DiskLimit (type: string)
- BandwithUsage (type: string)
- BandwithLimit (type: string)
- LastUpdate (type: string)
- CustomFields (type: Customfields)
- ConfigOptions (type: Configoptions)
Customfields Class
- CustomField (type: IList<Customfield>)
Customfield Class
- ID (type: string)
- Name (type: string)
- TranslatedName (type: string)
- Value (type: string)
ConfigOptions Class
- ConfigOption (type: IList<Configoption>)
Configoption Class
- ID (type: string)
- Option (type: string)
- Type (type: string)
- Value (type: object)