GET api/LocationBerthNoise
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Location_BerthSummariesName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Name | string |
None. |
|
BerthBox | Collection of Location_LatLong |
None. |
|
CreatedTime | date |
None. |
|
LastModifiedTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Code": "sample string 1", "Name": "sample string 2", "BerthBox": [ { "Latitude": 1.1, "Longitude": 1.1 }, { "Latitude": 1.1, "Longitude": 1.1 } ], "CreatedTime": "2024-11-21T09:50:05.8316891+00:00", "LastModifiedTime": "2024-11-21T09:50:05.8316891+00:00" }, { "Code": "sample string 1", "Name": "sample string 2", "BerthBox": [ { "Latitude": 1.1, "Longitude": 1.1 }, { "Latitude": 1.1, "Longitude": 1.1 } ], "CreatedTime": "2024-11-21T09:50:05.8316891+00:00", "LastModifiedTime": "2024-11-21T09:50:05.8316891+00:00" } ]
application/xml, text/xml
Sample:
<ArrayOfLocation_BerthSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dashboard.Models"> <Location_BerthSummaries> <BerthBox> <Location_LatLong> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> </Location_LatLong> <Location_LatLong> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> </Location_LatLong> </BerthBox> <Code>sample string 1</Code> <CreatedTime>2024-11-21T09:50:05.8316891+00:00</CreatedTime> <LastModifiedTime>2024-11-21T09:50:05.8316891+00:00</LastModifiedTime> <Name>sample string 2</Name> </Location_BerthSummaries> <Location_BerthSummaries> <BerthBox> <Location_LatLong> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> </Location_LatLong> <Location_LatLong> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> </Location_LatLong> </BerthBox> <Code>sample string 1</Code> <CreatedTime>2024-11-21T09:50:05.8316891+00:00</CreatedTime> <LastModifiedTime>2024-11-21T09:50:05.8316891+00:00</LastModifiedTime> <Name>sample string 2</Name> </Location_BerthSummaries> </ArrayOfLocation_BerthSummaries>