Skip to main content
  • Next, test GetCompanyInfo. You must pass a valid ID of a company to the method. It is likely that “1” is valid.

    
    USER>Set company = client.GetCompanyInfo(1)
    USER>Write company.Name
    OptiTech LLC.
    USER>Write company.Mission
    Spearheading the next generation of nano-instrumentation technologies for the Fortune 50
    USER>Write company.PrimaryAddress.City
    Pueblo
    
    

  • FeedbackOpens in a new tab