PUT api/trailerbrand

Request Information

URI Parameters

None.

Body Parameters

TrailerBrand
NameDescriptionTypeAdditional information
TrailerBrandId

integer

None.

TrailerBrandName

string

None.

OrderBy

integer

None.

IsActive

boolean

None.

TrailerBrandTopImage

string

None.

TrailerBrandText

string

None.

TrailerBrandSlug

string

None.

TrailerBrandLogo

string

None.

PdfLink

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TrailerBrandId": 1,
  "TrailerBrandName": "sample string 2",
  "OrderBy": 3,
  "IsActive": true,
  "TrailerBrandTopImage": "sample string 5",
  "TrailerBrandText": "sample string 6",
  "TrailerBrandSlug": "sample string 7",
  "TrailerBrandLogo": "sample string 8",
  "PdfLink": "sample string 9"
}

application/xml, text/xml

Sample:
<TrailerBrand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models">
  <IsActive>true</IsActive>
  <OrderBy>3</OrderBy>
  <PdfLink>sample string 9</PdfLink>
  <TrailerBrandId>1</TrailerBrandId>
  <TrailerBrandLogo>sample string 8</TrailerBrandLogo>
  <TrailerBrandName>sample string 2</TrailerBrandName>
  <TrailerBrandSlug>sample string 7</TrailerBrandSlug>
  <TrailerBrandText>sample string 6</TrailerBrandText>
  <TrailerBrandTopImage>sample string 5</TrailerBrandTopImage>
</TrailerBrand>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />