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.GetEmsCall
BaseApi.ApiVersion
BaseApi.GetRequestExtraHeaders()
BaseApi.OverrideAuthenticationHeader
BaseApi.BypassInternetCheck
BaseApi.JsonReplaceKvp
BaseApi.ResponseSaveType
BaseApi.GetCustomOfflineJsonContent(Int32, Object, BaseRequestContent)
BaseApi.UpdateCustomOfflineJsonContent(BaseApi, Int32, Object, BaseRequestContent)
BaseApi.GetJsonFileExtraParams(Object, BaseRequestContent)
BaseApi.GetApiCall<T>(String, String, Int32, BaseRequestContent)
BaseApi.ResetToDefault<T>()
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: Appearition.Job.API
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Job_SubmitJobFormFile : BaseApiPost

Fields

View Source

Data

Declaration
public string Data
Field Value
Type Description
System.String
View Source

FieldKey

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

FormKey

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

JobId

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

ProjectId

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

SiteId

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

Properties

View Source

AuthenticationOverride

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

AuthenticationTokenCustomKey

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

ChannelIdOverride

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

ExtraRequestUrlHeaders

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

ForcedEndPoint

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

FormType

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

RequiresTenant

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

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX