POST api/areamooring/StatBySecteur/ByFilterByDate/{download}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| download | string |
Default value is |
Body Parameters
StatFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FiltreSecteurListArea | Collection of AreaModel |
None. |
|
| DateDebutStr | string |
None. |
|
| DateFinStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FiltreSecteurListArea": [
{
"area_id": 1,
"start_place": "sample string 2",
"end_place": "sample string 3",
"lon": 1.1,
"lat": 1.1
},
{
"area_id": 1,
"start_place": "sample string 2",
"end_place": "sample string 3",
"lon": 1.1,
"lat": 1.1
}
],
"DateDebutStr": "sample string 1",
"DateFinStr": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of StatNbMouillageAreaDateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| area_id | integer |
None. |
|
| fullName | string |
None. |
|
| start_place | string |
None. |
|
| end_place | string |
None. |
|
| date | date |
None. |
|
| dateStr | string |
None. |
|
| boats | integer |
None. |
|
| sailingPc | decimal number |
None. |
|
| sailingNb | integer |
None. |
|
| sailingPcTotal | decimal number |
None. |
|
| smallPc | decimal number |
None. |
|
| smallNb | integer |
None. |
|
| smallPcTotal | decimal number |
None. |
|
| nombreMooringAgreg | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"area_id": 1,
"fullName": "sample string 1",
"start_place": "sample string 2",
"end_place": "sample string 3",
"date": "2025-12-11T02:20:14.4260093+01:00",
"dateStr": "sample string 5",
"boats": 1,
"sailingPc": 1.1,
"sailingNb": 1,
"sailingPcTotal": 1.1,
"smallPc": 1.1,
"smallNb": 1,
"smallPcTotal": 1.1,
"nombreMooringAgreg": 6
},
{
"area_id": 1,
"fullName": "sample string 1",
"start_place": "sample string 2",
"end_place": "sample string 3",
"date": "2025-12-11T02:20:14.4260093+01:00",
"dateStr": "sample string 5",
"boats": 1,
"sailingPc": 1.1,
"sailingNb": 1,
"sailingPcTotal": 1.1,
"smallPc": 1.1,
"smallNb": 1,
"smallPcTotal": 1.1,
"nombreMooringAgreg": 6
}
]