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