Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
W
whmcs-api
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Pedro Cavaleiro
  • whmcs-api
  • Wiki
  • Getclientsproducts model

Getclientsproducts model

Last edited by hitmanpt Feb 08, 2017
Page history

Model Overview

Namespace: WHMCS_API.GetClientsProducts

Classes:

  • GetClientsProducts
  • Products
  • Product
  • Customfields
  • Customfield
  • Configoptions
  • Configoption

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)
Clone repository
  • Addclient()
  • Addclient model
  • Advanced usage
  • Contrubute to the project
  • Domainwhois()
  • Domainwhois model
  • Getclientsdetails()
  • Getclientsdetails model
  • Getclientsdomains()
  • Getclientsdomains model
  • Getclientsproducts()
  • Getclientsproducts model
  • Getinvoice()
  • Getinvoice model
  • Getinvoices()
More Pages
×

New Wiki Page

Tip: You can specify the full path for the new file. We will automatically create any missing directories.