POST api/boat/equipment

Request Information

URI Parameters

None.

Body Parameters

BoatAttribute
NameDescriptionTypeAdditional information
TilbehorType

string

None.

AttributeName

string

None.

AttributeProductCrossID

integer

None.

ShowInMatrix

boolean

None.

Priority

integer

None.

BoatId

integer

None.

AttributeID

integer

None.

AttrStdlInAdID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TilbehorType": "sample string 1",
  "AttributeName": "sample string 2",
  "AttributeProductCrossID": 3,
  "ShowInMatrix": true,
  "Priority": 5,
  "BoatId": 6,
  "AttributeID": 7,
  "AttrStdlInAdID": 1
}

application/xml, text/xml

Sample:
<BoatAttribute xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models">
  <AttrStdlInAdID>1</AttrStdlInAdID>
  <AttributeID>7</AttributeID>
  <AttributeName>sample string 2</AttributeName>
  <AttributeProductCrossID>3</AttributeProductCrossID>
  <BoatId>6</BoatId>
  <Priority>5</Priority>
  <ShowInMatrix>true</ShowInMatrix>
  <TilbehorType>sample string 1</TilbehorType>
</BoatAttribute>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.