POST api/summermooring/multi-orders
Request Information
URI Parameters
None.
Body Parameters
Collection of SummerMooringOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| IndividualId | integer |
None. |
|
| MooringArticleNr | integer |
None. |
|
| ModelLength | decimal number |
None. |
|
| ModelWidth | decimal number |
None. |
|
| MooringSpotWidth | integer |
None. |
|
| MooringAreaName | string |
None. |
|
| MooringSpotNr | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ClientId": 1,
"CustomerId": 2,
"IndividualId": 3,
"MooringArticleNr": 1,
"ModelLength": 1.1,
"ModelWidth": 1.1,
"MooringSpotWidth": 4,
"MooringAreaName": "sample string 5",
"MooringSpotNr": "sample string 6"
},
{
"ClientId": 1,
"CustomerId": 2,
"IndividualId": 3,
"MooringArticleNr": 1,
"ModelLength": 1.1,
"ModelWidth": 1.1,
"MooringSpotWidth": 4,
"MooringAreaName": "sample string 5",
"MooringSpotNr": "sample string 6"
}
]
application/xml, text/xml
Sample:
<ArrayOfSummerMooringOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AdmApi.Marindepan2015.Models.SummerMooring">
<SummerMooringOrder>
<ClientId>1</ClientId>
<CustomerId>2</CustomerId>
<IndividualId>3</IndividualId>
<ModelLength>1.1</ModelLength>
<ModelWidth>1.1</ModelWidth>
<MooringAreaName>sample string 5</MooringAreaName>
<MooringArticleNr>1</MooringArticleNr>
<MooringSpotNr>sample string 6</MooringSpotNr>
<MooringSpotWidth>4</MooringSpotWidth>
</SummerMooringOrder>
<SummerMooringOrder>
<ClientId>1</ClientId>
<CustomerId>2</CustomerId>
<IndividualId>3</IndividualId>
<ModelLength>1.1</ModelLength>
<ModelWidth>1.1</ModelWidth>
<MooringAreaName>sample string 5</MooringAreaName>
<MooringArticleNr>1</MooringArticleNr>
<MooringSpotNr>sample string 6</MooringSpotNr>
<MooringSpotWidth>4</MooringSpotWidth>
</SummerMooringOrder>
</ArrayOfSummerMooringOrder>
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/" />