Table of Contents

Class AddJobRequest

Namespace
Textkernel.Tx.Models.API.MatchV2.Request
Assembly
Textkernel.Tx.SDK.dll

Request body for AddJob request

public class AddJobRequest : AddDocumentRequestBase
Inheritance
AddJobRequest
Inherited Members

Properties

CustomFields

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

public Dictionary<string, string> CustomFields { get; set; }

Property Value

Dictionary<string, string>

JobData

Parsed output from the Job Parser

public ParsedJob JobData { get; set; }

Property Value

ParsedJob