POST API/Brand/DeleteBrand

Request Information

URI Parameters

None.

Body Parameters

Brand
NameDescriptionTypeAdditional information
id

integer

None.

logo

string

None.

name

string

None.

description

string

None.

representativePerson

string

None.

contactNumber

string

None.

dateTime

date

None.

userID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "logo": "sample string 2",
  "name": "sample string 3",
  "description": "sample string 4",
  "representativePerson": "sample string 5",
  "contactNumber": "sample string 6",
  "dateTime": "2025-12-13T08:53:07.8324811+02:00",
  "userID": 8
}

application/xml, text/xml

Sample:
<Brand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <contactNumber>sample string 6</contactNumber>
  <dateTime>2025-12-13T08:53:07.8324811+02:00</dateTime>
  <description>sample string 4</description>
  <id>1</id>
  <logo>sample string 2</logo>
  <name>sample string 3</name>
  <representativePerson>sample string 5</representativePerson>
  <userID>8</userID>
</Brand>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Brand'.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.