Group
Show / Hide Table of Contents

Class AddJobRequest

Request body for AddJob request

Inheritance
System.Object
AddDocumentRequestBase
AddJobRequest
Inherited Members
AddDocumentRequestBase.Roles
AddDocumentRequestBase.SearchAndMatchEnvironment
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: Textkernel.Tx.Models.API.MatchV2.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class AddJobRequest : AddDocumentRequestBase

Properties

| Improve this Doc View Source

CustomFields

Optional fields that match up to the custom fields set on an Account for Search & Match V2

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

JobData

Parsed output from the Job Parser

Declaration
public ParsedJob JobData { get; set; }
Property Value
Type Description
ParsedJob
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾