POST api/Areas/GetAreas
Request Information
URI Parameters
None.
Body Parameters
BoatUserRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProvinceId | integer |
None. |
|
| ProvinceText | string |
None. |
|
| CityId | integer |
None. |
|
| CityText | string |
None. |
|
| RegionId | integer |
None. |
|
| RegionText | string |
None. |
|
| Address | string |
None. |
|
| IdNumber | string |
None. |
|
| NationalityId | integer |
None. |
|
| NationalityText | string |
None. |
|
| SpecieId | integer |
None. |
|
| DataState | integer |
None. |
|
| Id | integer |
None. |
|
| Account | string |
None. |
|
| Password | string |
None. |
|
| StartTime | date |
None. |
|
| State | integer |
None. |
|
| StartPortId | integer |
None. |
|
| EndTime | date |
None. |
|
| EndPortId | integer |
None. |
|
| WeatherId | integer |
None. |
|
| FuelId | integer |
None. |
|
| Expend | integer |
None. |
|
| PersonnelList | Collection of Object |
None. |
|
| CargoList | Collection of Object |
None. |
|
| Type | integer |
None. |
|
| Name | string |
None. |
|
| BoatId | integer |
None. |
|
| Longitude | string |
None. |
|
| Latitude | string |
None. |
|
| Model | string |
None. |
|
| CoverUrl | string |
None. |
|
| Date | date |
None. |
|
| Temperature | decimal number |
None. |
|
| WeatherConditionId | integer |
None. |
|
| WindForceId | integer |
None. |
|
| Humidness | integer |
None. |
|
| Oil | integer |
None. |
|
| Unit | integer |
None. |
|
| Long | integer |
None. |
|
| Wide | integer |
None. |
|
| Depth | integer |
None. |
|
| Interval | integer |
None. |
|
| TypeText | string |
None. |
|
| Facility | string |
None. |
|
| Reliable | string |
None. |
|
| High | integer |
None. |
|
| Tonnage | integer |
None. |
|
| Load | integer |
None. |
|
| Speed | integer |
None. |
|
| Fuel | integer |
None. |
|
| Personnel | integer |
None. |
|
| Weight | integer |
None. |
|
| Number | integer |
None. |
|
| Phone | string |
None. |
|
| Sex | integer |
None. |
|
| Remark | string |
None. |
|
| Paging | PaginRequest |
None. |
|
| OrderBys | string |
None. |
|
| QueryValue | string |
None. |
|
| OrderNum | string |
None. |
|
| FieldName | string |
None. |
|
| Column | Collection of Object |
None. |
|
| WarehouseId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProvinceId": 1,
"ProvinceText": "sample string 1",
"CityId": 1,
"CityText": "sample string 2",
"RegionId": 1,
"RegionText": "sample string 3",
"Address": "sample string 4",
"IdNumber": "sample string 5",
"NationalityId": 1,
"NationalityText": "sample string 6",
"SpecieId": 1,
"DataState": 1,
"Id": 1,
"Account": "sample string 7",
"Password": "sample string 8",
"StartTime": "2025-12-28T11:18:21.4163278+08:00",
"State": 1,
"StartPortId": 1,
"EndTime": "2025-12-28T11:18:21.4163278+08:00",
"EndPortId": 1,
"WeatherId": 1,
"FuelId": 1,
"Expend": 9,
"PersonnelList": [
{},
{}
],
"CargoList": [
{},
{}
],
"Type": 1,
"Name": "sample string 10",
"BoatId": 1,
"Longitude": "sample string 11",
"Latitude": "sample string 12",
"Model": "sample string 13",
"CoverUrl": "sample string 14",
"Date": "2025-12-28T11:18:21.4163278+08:00",
"Temperature": 1.0,
"WeatherConditionId": 16,
"WindForceId": 17,
"Humidness": 18,
"Oil": 19,
"Unit": 20,
"Long": 21,
"Wide": 22,
"Depth": 23,
"Interval": 24,
"TypeText": "sample string 25",
"Facility": "sample string 26",
"Reliable": "sample string 27",
"High": 28,
"Tonnage": 29,
"Load": 30,
"Speed": 31,
"Fuel": 32,
"Personnel": 33,
"Weight": 34,
"Number": 35,
"Phone": "sample string 36",
"Sex": 37,
"Remark": "sample string 38",
"Paging": {
"PageIndex": 1,
"PageSize": 1
},
"OrderBys": "sample string 39",
"QueryValue": "sample string 40",
"OrderNum": "sample string 41",
"FieldName": "sample string 42",
"Column": [
{},
{}
],
"WarehouseId": 1
}
application/xml, text/xml
Sample:
<BoatUserRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Read.Model.Request">
<Column xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</Column>
<FieldName>sample string 42</FieldName>
<OrderBys>sample string 39</OrderBys>
<OrderNum>sample string 41</OrderNum>
<Paging>
<PageIndex>1</PageIndex>
<PageSize>1</PageSize>
</Paging>
<QueryValue>sample string 40</QueryValue>
<WarehouseId>1</WarehouseId>
<Account>sample string 7</Account>
<Address>sample string 4</Address>
<BoatId>1</BoatId>
<CargoList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</CargoList>
<CityId>1</CityId>
<CityText>sample string 2</CityText>
<CoverUrl>sample string 14</CoverUrl>
<DataState>1</DataState>
<Date>2025-12-28T11:18:21.4163278+08:00</Date>
<Depth>23</Depth>
<EndPortId>1</EndPortId>
<EndTime>2025-12-28T11:18:21.4163278+08:00</EndTime>
<Expend>9</Expend>
<Facility>sample string 26</Facility>
<Fuel>32</Fuel>
<FuelId>1</FuelId>
<High>28</High>
<Humidness>18</Humidness>
<Id>1</Id>
<IdNumber>sample string 5</IdNumber>
<Interval>24</Interval>
<Latitude>sample string 12</Latitude>
<Load>30</Load>
<Long>21</Long>
<Longitude>sample string 11</Longitude>
<Model>sample string 13</Model>
<Name>sample string 10</Name>
<NationalityId>1</NationalityId>
<NationalityText>sample string 6</NationalityText>
<Number>35</Number>
<Oil>19</Oil>
<Password>sample string 8</Password>
<Personnel>33</Personnel>
<PersonnelList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</PersonnelList>
<Phone>sample string 36</Phone>
<ProvinceId>1</ProvinceId>
<ProvinceText>sample string 1</ProvinceText>
<RegionId>1</RegionId>
<RegionText>sample string 3</RegionText>
<Reliable>sample string 27</Reliable>
<Remark>sample string 38</Remark>
<Sex>37</Sex>
<SpecieId>1</SpecieId>
<Speed>31</Speed>
<StartPortId>1</StartPortId>
<StartTime>2025-12-28T11:18:21.4163278+08:00</StartTime>
<State>1</State>
<Temperature>1</Temperature>
<Tonnage>29</Tonnage>
<Type>1</Type>
<TypeText>sample string 25</TypeText>
<Unit>20</Unit>
<WeatherConditionId>16</WeatherConditionId>
<WeatherId>1</WeatherId>
<Weight>34</Weight>
<Wide>22</Wide>
<WindForceId>17</WindForceId>
</BoatUserRequest>
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/" />