Fetches GISIS codes related to the given LOCODE. If no LOCODE is supplied then all available GISIS codes are returned.
| locode | string The LOCODE of the port where the GISIS berths are. |
[- "string"
]Fetches finnish port information from the db with port area code.
| portAreaName | string The finnish port area code eg. FIHEL-ES. |
[- {
- "code": "string",
- "portAreaCode": "string",
- "berthName": "string",
- "gisisCode": "string",
- "isps": true
}
]Fetches finnish berth information from the db with gisisCode.
| gisis | string The gisisCode of the finnish berth. |
[- {
- "code": "string",
- "portAreaCode": "string",
- "berthName": "string",
- "gisisCode": "string",
- "isps": true
}
]Fetches finnish port information from the db.
| code required | string The finnish port berth code. |
[- {
- "code": "string",
- "portAreaCode": "string",
- "berthName": "string",
- "gisisCode": "string",
- "isps": true
}
]Fetches finnish port areas from the db with locode. If locode is not provided then all port areas are returned.
| locode | string The locode of the finnish port. |
[- {
- "code": "string",
- "portName": "string",
- "portAreaName": "string",
- "locode": "string",
- "berths": [
- { }
]
}
]Fetches location data from the db. If request body is empty then a limited default list of location items is returned.
| stringSearch | string or null A general string search param. Is matched against locode and location name. |
{- "stringSearch": "string"
}[- {
- "locode": "string",
- "createdOn": "2019-08-24T14:15:22Z",
- "lastUpdatedOn": "2019-08-24T14:15:22Z",
- "locationNameWithDiacritics": "string",
- "locationNameWithoutDiacritics": "string",
- "countryCode": "string",
- "type": 0,
- "coordinates": {
- "latitude": 0.1,
- "longitude": 0.1
}, - "UNECEFunctions": [
- "string"
], - "portFacilities": [
- {
- "name": "string",
- "description": "string",
- "code": "string",
- "coordinates": {
- "latitude": 0.1,
- "longitude": 0.1
}
}
]
}
]Fetches only LOCODE values from the db. If no LOCODE filter is supplied then all available LOCODE values are returned.
| locode | string Optional LOCODE filter. Matching is case-insensitive and uses LOCODE values only. |
[- "string"
]