Class AddJobRequest
Request body for AddJob request
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: Textkernel.Tx.Models.API.MatchV2.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class AddJobRequest : AddDocumentRequestBase
Properties
| Improve this Doc View SourceCustomFields
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> |
JobData
Parsed output from the Job Parser
Declaration
public ParsedJob JobData { get; set; }
Property Value
Type | Description |
---|---|
ParsedJob |