HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class CreateCompany

    Provides all the properties required to create a new company using the hudu endpoint api/v1/companies

    Inheritance
    System.Object
    Company
    CreateCompany
    Implements
    IParameters
    Inherited Members
    Company.AddressLine1
    Company.AddressLine2
    Company.City
    Company.CompanyType
    Company.CountryName
    Company.FaxNumber
    Company.IdNumber
    Company.Name
    Company.Nickname
    Company.Notes
    Company.ParentCompanyId
    Company.PhoneNumber
    Company.State
    Company.Website
    Company.Zip
    Namespace: HuduAPI.Endpoints.Parameters
    Assembly: HuduAPI.dll
    Syntax
    public class CreateCompany : Company, IParameters

    Constructors

    CreateCompany(String)

    Initializes a new instance of the CreateCompany class with all required properties assigned.

    Declaration
    public CreateCompany(string name)
    Parameters
    Type Name Description
    System.String name

    The name of the new company.

    Properties

    PayloadType

    Declaration
    public string PayloadType { get; }
    Property Value
    Type Description
    System.String

    Implements

    IParameters
    © Dracon80. All rights reserved.