HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class UpdateCompany

    Provides all the properties required to call the hudu endpoint api/v1/companies and update an existing company.

    Inheritance
    System.Object
    Company
    UpdateCompany
    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 UpdateCompany : Company, IParameters

    Constructors

    UpdateCompany(Int32, String)

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

    Declaration
    public UpdateCompany(int id, string name)
    Parameters
    Type Name Description
    System.Int32 id

    The identifier of the company to update.

    System.String name

    The name the company will be updated with.

    Properties

    Id

    Gets the identifier of the company.

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    System.Int32

    PayloadType

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

    Implements

    IParameters

    See Also

    Company
    © Dracon80. All rights reserved.