HuduAPI Client HuduAPI Client
HuduAPI Client HuduAPI Client
DocFX

Search Results for

    Class Company.Integration

    Any API integrations that may be enabled for the company

    Inheritance
    System.Object
    Company.Integration
    Namespace: HuduAPI.Records
    Assembly: HuduAPI.dll
    Syntax
    public class Integration

    Constructors

    Integration(Int32, Int32, String, String)

    Initializes a new instance of the Company.Integration class.

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

    The identifier.

    System.Int32 integratorID

    The integrator identifier.

    System.String integratorName

    Name of the integrator.

    System.String name

    The integration name.

    Properties

    ID

    Declaration
    [JsonProperty("id")]
    public int ID { get; set; }
    Property Value
    Type Description
    System.Int32

    Identifier

    Declaration
    [JsonProperty("identifier")]
    public string Identifier { get; set; }
    Property Value
    Type Description
    System.String

    IntegratorID

    Declaration
    [JsonProperty("integrator_id")]
    public int IntegratorID { get; set; }
    Property Value
    Type Description
    System.Int32

    IntegratorName

    Declaration
    [JsonProperty("integrator_name")]
    public string IntegratorName { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    SyncId

    Declaration
    [JsonProperty("sync_id")]
    public int SyncId { get; set; }
    Property Value
    Type Description
    System.Int32
    © Dracon80. All rights reserved.