Table of Contents

Class MatchJobRequest

Namespace
Textkernel.Tx.Models.API.Matching
Assembly
Textkernel.Tx.SDK.dll

Request body for a Match request

public class MatchJobRequest : MatchRequest
Inheritance
MatchJobRequest
Inherited Members

Properties

JobData

The job to match. This should be generated by parsing a job with the Job Parser.

public ParsedJob JobData { get; set; }

Property Value

ParsedJob