Show / Hide Table of Contents

    Class Job_SubmitJobFormFile

    https://api.appearition.com/TenantName/api/Job/SubmitFormFile/0 , where 0 is Channel ID

    Inheritance
    System.Object
    BaseApi
    BaseApiPost
    Job_SubmitJobFormFile
    Inherited Members
    BaseApi.IsSuccess
    BaseApi.Errors
    BaseApi.IsBeingUsed
    BaseApi.OverrideAuthenticationHeader
    BaseApi.GetEmsCall
    BaseApi.ApiVersion
    BaseApi.GetRequestExtraHeaders()
    BaseApi.GetApiCall<T>(String, String, Int32, BaseRequestContent)
    BaseApi.ResetToDefault<T>()
    Namespace: Appearition.Job.API
    Assembly: Appearition.SDK.dll
    Syntax
    [Serializable]
    public class Job_SubmitJobFormFile : BaseApiPost

    Fields

    Data

    Declaration
    public string Data
    Field Value
    Type Description
    System.String

    FieldKey

    Declaration
    [NonSerialized]
    public string FieldKey
    Field Value
    Type Description
    System.String

    FormKey

    Declaration
    [NonSerialized]
    public string FormKey
    Field Value
    Type Description
    System.String

    JobId

    Declaration
    [NonSerialized]
    public string JobId
    Field Value
    Type Description
    System.String

    ProjectId

    Declaration
    [NonSerialized]
    public string ProjectId
    Field Value
    Type Description
    System.String

    SiteId

    Declaration
    [NonSerialized]
    public string SiteId
    Field Value
    Type Description
    System.String

    Properties

    AuthenticationOverride

    Declaration
    public override AuthenticationOverrideType AuthenticationOverride { get; }
    Property Value
    Type Description
    AuthenticationOverrideType
    Overrides
    BaseApi.AuthenticationOverride

    AuthenticationTokenCustomKey

    Declaration
    public override string AuthenticationTokenCustomKey { get; }
    Property Value
    Type Description
    System.String
    Overrides
    BaseApi.AuthenticationTokenCustomKey

    ChannelIdOverride

    Declaration
    public override int? ChannelIdOverride { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    Overrides
    BaseApi.ChannelIdOverride

    ExtraRequestUrlHeaders

    Declaration
    protected override Dictionary<string, string> ExtraRequestUrlHeaders { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>
    Overrides
    BaseApi.ExtraRequestUrlHeaders

    ForcedEndPoint

    Declaration
    public override string ForcedEndPoint { get; }
    Property Value
    Type Description
    System.String
    Overrides
    BaseApi.ForcedEndPoint

    FormType

    Declaration
    public override TypeOfPost FormType { get; }
    Property Value
    Type Description
    TypeOfPost
    Overrides
    BaseApiPost.FormType

    RequiresTenant

    Declaration
    public override bool RequiresTenant { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    BaseApi.RequiresTenant

    Extension Methods

    ObjectExtension.ToStream(Object)
    Back to top Appearition SDK for Unity API