POST api/boat/image
Request Information
URI Parameters
None.
Body Parameters
BoatImage| Name | Description | Type | Additional information |
|---|---|---|---|
| ImagePath | string |
None. |
|
| AltText | string |
None. |
|
| OrderBy | integer |
None. |
|
| ProductImageId | integer |
None. |
|
| ProductId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| SourceId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ImagePath": "sample string 1",
"AltText": "sample string 2",
"OrderBy": 3,
"ProductImageId": 4,
"ProductId": 5,
"IsActive": true,
"SourceId": 7
}
application/xml, text/xml
Sample:
<BoatImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models"> <AltText>sample string 2</AltText> <ImagePath>sample string 1</ImagePath> <IsActive>true</IsActive> <OrderBy>3</OrderBy> <ProductId>5</ProductId> <ProductImageId>4</ProductImageId> <SourceId>7</SourceId> </BoatImage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.