PUT api/boat/catalog

Request Information

URI Parameters

None.

Body Parameters

BoatCatalog
NameDescriptionTypeAdditional information
Type

integer

None.

BoatId

integer

None.

ExtraId

integer

None.

InCatalog

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": 1,
  "BoatId": 2,
  "ExtraId": 3,
  "InCatalog": true
}

application/xml, text/xml

Sample:
<BoatCatalog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models">
  <BoatId>2</BoatId>
  <ExtraId>3</ExtraId>
  <InCatalog>true</InCatalog>
  <Type>1</Type>
</BoatCatalog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.