POST api/boatbrand

Request Information

URI Parameters

None.

Body Parameters

BoatBrand
NameDescriptionTypeAdditional information
BoatBrandID

integer

None.

BoatBrandName

string

None.

Priority

integer

None.

Active

boolean

None.

BrandImage

string

None.

BrandText

string

None.

StdCompleteDiscount

integer

None.

StdCompPackDiscount

integer

None.

BoatBrandSlug

string

None.

BoatBrandLogo

string

None.

PdfLink

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BoatBrandID": 1,
  "BoatBrandName": "sample string 2",
  "Priority": 3,
  "Active": true,
  "BrandImage": "sample string 5",
  "BrandText": "sample string 6",
  "StdCompleteDiscount": 7,
  "StdCompPackDiscount": 8,
  "BoatBrandSlug": "sample string 9",
  "BoatBrandLogo": "sample string 10",
  "PdfLink": "sample string 11"
}

application/xml, text/xml

Sample:
<BoatBrand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models">
  <Active>true</Active>
  <BoatBrandID>1</BoatBrandID>
  <BoatBrandLogo>sample string 10</BoatBrandLogo>
  <BoatBrandName>sample string 2</BoatBrandName>
  <BoatBrandSlug>sample string 9</BoatBrandSlug>
  <BrandImage>sample string 5</BrandImage>
  <BrandText>sample string 6</BrandText>
  <PdfLink>sample string 11</PdfLink>
  <Priority>3</Priority>
  <StdCompPackDiscount>8</StdCompPackDiscount>
  <StdCompleteDiscount>7</StdCompleteDiscount>
</BoatBrand>

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/" />