POST api/exam/reason-similarity-all/rebuild

Request Information

URI Parameters

None.

Body Parameters

WtsSubjectVersionReasonSimilarityAllRebuildDTO
NameDescriptionTypeAdditional information
SubjectSN

integer

None.

IncludeZero

boolean

None.

ResetBeforeInsert

boolean

None.

BatchSize

integer

None.

TopN

integer

None.

ExportToFile

boolean

None.

WriteToDb

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "SubjectSN": 1,
  "IncludeZero": true,
  "ResetBeforeInsert": true,
  "BatchSize": 4,
  "TopN": 5,
  "ExportToFile": true,
  "WriteToDb": true
}

application/xml, text/xml

Sample:
<WtsSubjectVersionReasonSimilarityAllRebuildDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIProject.API.Models.DTO">
  <BatchSize>4</BatchSize>
  <ExportToFile>true</ExportToFile>
  <IncludeZero>true</IncludeZero>
  <ResetBeforeInsert>true</ResetBeforeInsert>
  <SubjectSN>1</SubjectSN>
  <TopN>5</TopN>
  <WriteToDb>true</WriteToDb>
</WtsSubjectVersionReasonSimilarityAllRebuildDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.