Show / Hide Table of Contents

    Class SevDeskDataApiEndpoint

    Represents a single endpoint of the SevDesk API from which to obtain data

    Inheritance
    System.Object
    SevDeskDataApiEndpoint
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Dangl.SevDeskExport
    Assembly: Dangl.SevDeskExport.dll
    Syntax
    public class SevDeskDataApiEndpoint

    Properties

    | Improve this Doc View Source

    AdditionalParameters

    Any additional query parameters to be included in each request

    Declaration
    public Dictionary<string, string> AdditionalParameters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>
    | Improve this Doc View Source

    ModelName

    The name of the model

    Declaration
    public string ModelName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PathReplacement

    If this is set, the current endpoint depends on another one and will use the base ids to obtain its own values

    Declaration
    public PathReplacement PathReplacement { get; set; }
    Property Value
    Type Description
    PathReplacement
    | Improve this Doc View Source

    RelativeUrl

    The relative url of this resource

    Declaration
    public string RelativeUrl { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top © Dangl IT GmbH