Table of Contents

Class LookupProfessionCodesRequest

Namespace
Textkernel.Tx.Models.API.DataEnrichment.Professions.Request
Assembly
Textkernel.Tx.SDK.dll

Request body for a 'LookupProfessions' request

public class LookupProfessionCodesRequest
Inheritance
LookupProfessionCodesRequest
Inherited Members

Properties

CodeIds

The profession code IDs to get details about from the Professions Taxonomy.

public List<int> CodeIds { get; set; }

Property Value

List<int>

OutputLanguage

The language to use for professions descriptions (default is en). Must be an allowed ISO code.

public string OutputLanguage { get; set; }

Property Value

string