Model Overview
Namespace: WHMCS_API.GetClientsDomains
Classes:
GetClientsDomains Class
- Result (type: string): The result of the operation: success or error
- ClientID (type: string): The specific client id searched for
- DomainID (type: string): The specific domain id 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
- Domains (type: Domains): The domains that match the criteria passed
Domains Class
- Domain (type: IList<Domain>)
Domain Class
- ID (type: string)
- UserID (type: string)
- OrderID (type: string)
- RegType (type: string)
- DomainName (type: string)
- Registrar (type: string)
- RegPeriod (type: string)
- FirstPaymentAmount (type: string)
- RecurringAmount (type: string)
- PaymentMethod (type: string)
- PaymentMethodName (type: string)
- RegistryDate (type: string)
- ExpiricyDate (type: string)
- NextDueDate(type: string)
- Status (type: string)
- Subscription(type: string)
- PromoID (type: string)
- DNSManagment(type: string)
- EmailFowarding (type: string)
- IDProtection (type: string)
- DoNotRenew (type: string)
- Notes (type: string)