POST api/engine

Request Information

URI Parameters

None.

Body Parameters

Engine
NameDescriptionTypeAdditional information
EngineId

integer

None.

EngineBrandId

integer

None.

EngineModel

string

None.

EngineModelSlug

string

None.

IsActive

boolean

None.

OrderBy

integer

None.

EngineTypeId

integer

None.

EngineSubTypeID

integer

None.

EngineTagline

string

None.

EngineDescription

string

None.

OutboardFuelTankID

integer

None.

OutboardGearID

integer

None.

OutboardPowerTrimSystemID

integer

None.

OutboardStartSystemID

integer

None.

OutboardSteeringID

integer

None.

OutboardTypeId

integer

None.

Effect

integer

None.

MaxRPMLow

integer

None.

Cylinders

integer

None.

CylinderVolume

integer

None.

OilVolume

integer

None.

MaxRPMHigh

integer

None.

GeneratorAmp

integer

None.

InboardCylConfId

integer

None.

InboardFWCId

integer

None.

InboardLength

integer

None.

InboardWidth

integer

None.

InboardHeight

integer

None.

InboardWeight

integer

None.

InboardFuelSystemId

integer

None.

PriceComment

string

None.

varenr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EngineId": 1,
  "EngineBrandId": 2,
  "EngineModel": "sample string 3",
  "EngineModelSlug": "sample string 4",
  "IsActive": true,
  "OrderBy": 6,
  "EngineTypeId": 7,
  "EngineSubTypeID": 8,
  "EngineTagline": "sample string 9",
  "EngineDescription": "sample string 10",
  "OutboardFuelTankID": 1,
  "OutboardGearID": 1,
  "OutboardPowerTrimSystemID": 1,
  "OutboardStartSystemID": 1,
  "OutboardSteeringID": 1,
  "OutboardTypeId": 1,
  "Effect": 11,
  "MaxRPMLow": 12,
  "Cylinders": 13,
  "CylinderVolume": 14,
  "OilVolume": 15,
  "MaxRPMHigh": 16,
  "GeneratorAmp": 17,
  "InboardCylConfId": 1,
  "InboardFWCId": 1,
  "InboardLength": 1,
  "InboardWidth": 1,
  "InboardHeight": 1,
  "InboardWeight": 1,
  "InboardFuelSystemId": 1,
  "PriceComment": "sample string 18",
  "varenr": "sample string 19"
}

application/xml, text/xml

Sample:
<Engine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models">
  <CylinderVolume>14</CylinderVolume>
  <Cylinders>13</Cylinders>
  <Effect>11</Effect>
  <EngineBrandId>2</EngineBrandId>
  <EngineDescription>sample string 10</EngineDescription>
  <EngineId>1</EngineId>
  <EngineModel>sample string 3</EngineModel>
  <EngineModelSlug>sample string 4</EngineModelSlug>
  <EngineSubTypeID>8</EngineSubTypeID>
  <EngineTagline>sample string 9</EngineTagline>
  <EngineTypeId>7</EngineTypeId>
  <GeneratorAmp>17</GeneratorAmp>
  <InboardCylConfId>1</InboardCylConfId>
  <InboardFWCId>1</InboardFWCId>
  <InboardFuelSystemId>1</InboardFuelSystemId>
  <InboardHeight>1</InboardHeight>
  <InboardLength>1</InboardLength>
  <InboardWeight>1</InboardWeight>
  <InboardWidth>1</InboardWidth>
  <IsActive>true</IsActive>
  <MaxRPMHigh>16</MaxRPMHigh>
  <MaxRPMLow>12</MaxRPMLow>
  <OilVolume>15</OilVolume>
  <OrderBy>6</OrderBy>
  <OutboardFuelTankID>1</OutboardFuelTankID>
  <OutboardGearID>1</OutboardGearID>
  <OutboardPowerTrimSystemID>1</OutboardPowerTrimSystemID>
  <OutboardStartSystemID>1</OutboardStartSystemID>
  <OutboardSteeringID>1</OutboardSteeringID>
  <OutboardTypeId>1</OutboardTypeId>
  <PriceComment>sample string 18</PriceComment>
  <varenr>sample string 19</varenr>
</Engine>

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