Overview
The list of Vessels.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
|
|
Requests allowed |
GET, POST, PATCH, DELETE |
|
Primary key |
“No.” |
|
Record ID |
|
|
Procedures |
|
Data
Field List
|
Property |
Type |
Format |
Description |
|
|
|
string |
|
|
|
|
|
string |
uuid |
|
non-editable |
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
boolean |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
string |
uuid |
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
boolean |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
string |
|
|
|
|
|
integer |
|
|
non-editable |
|
|
string |
date-time |
|
non-editable |
Example Object
An example of one object :
{
"@odata.etag": "W/\"JzIwOzEyNzY0NzcyMDMwMjU5MDg1NjM2MTswMDsn\"",
"code": "BS123",
"systemId": "cdb0bfcd-6853-f111-b032-a998af6b54b1",
"name": "my vessel",
"callSign": "",
"address": "",
"countryOfOrigin": "",
"gln": "",
"eMail": "",
"ownVessel": false,
"stockCenterCode": "",
"originalProducer": "",
"ownersVendorId": "00000000-0000-0000-0000-000000000000",
"ownersVendorNo": "",
"portOfLanding": "",
"homePort": "",
"freezerTrawler": false,
"fishingEquipmentCode": "",
"defaultTubCode": "",
"defaultFishingArea": "",
"defaultLandingType": "",
"defaultRawMaterialLocation": "",
"defaultProductLocation": "",
"processingStageAtLanding": "",
"exchangeValueRatioCode": "",
"systemRowVersion": 2582338,
"lastModified": "2026-05-19T09:55:25.867Z"
}
Usage
Read all entries
GET
.../vessels
Read a specific entry
To read vessel with code ‘BS123’:
GET
.../vessel('BS123')