POST api/Admin/DeleteModel

Request Information

URI Parameters

None.

Body Parameters

SubTopic
NameDescriptionTypeAdditional information
SubTopicId

integer

None.

SubTopicName

string

None.

SubjectId

integer

None.

SubjectName

string

None.

TopicId

integer

None.

TopicName

string

None.

CreatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SubTopicId": 1,
  "SubTopicName": "sample string 2",
  "SubjectId": 3,
  "SubjectName": "sample string 4",
  "TopicId": 5,
  "TopicName": "sample string 6",
  "CreatedBy": 7
}

application/xml, text/xml

Sample:
<SubTopic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestSeriesServices.Models">
  <CreatedBy>7</CreatedBy>
  <SubTopicId>1</SubTopicId>
  <SubTopicName>sample string 2</SubTopicName>
  <SubjectId>3</SubjectId>
  <SubjectName>sample string 4</SubjectName>
  <TopicId>5</TopicId>
  <TopicName>sample string 6</TopicName>
</SubTopic>

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.