POST api/Admin/DeleteBrand

Request Information

URI Parameters

None.

Body Parameters

Topic
NameDescriptionTypeAdditional information
TopicId

integer

None.

TopicName

string

None.

SubjectId

integer

None.

SubjectName

string

None.

CreatedBy

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

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.