POST api/engine/product
Request Information
URI Parameters
None.
Body Parameters
EngineProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| EngineId | integer |
None. |
|
| ProductId | integer |
None. |
|
| OutboardLengthID | integer |
None. |
|
| OrderBy | integer |
None. |
|
| IsActive | boolean |
None. |
|
| varenr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"EngineId": 2,
"ProductId": 3,
"OutboardLengthID": 1,
"OrderBy": 4,
"IsActive": true,
"varenr": "sample string 6"
}
application/xml, text/xml
Sample:
<EngineProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models"> <EngineId>2</EngineId> <ID>1</ID> <IsActive>true</IsActive> <OrderBy>4</OrderBy> <OutboardLengthID>1</OutboardLengthID> <ProductId>3</ProductId> <varenr>sample string 6</varenr> </EngineProduct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />