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

Request Information

URI Parameters

None.

Body Parameters

ExamQuestionReasonSimilarityAllRebuildDTO
NameDescriptionTypeAdditional information
SubjectSN

integer

None.

IncludeZero

boolean

None.

ResetBeforeInsert

boolean

None.

BatchSize

integer

None.

TopN

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

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.