{ "openapi": "3.0.1", "info": { "title": "S&P Global - Ships Events PSC API", "description": "Provides S&P Global Ships, Events and PSC data", "version": "v1" }, "paths": { "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipDataByIHSLRorIMO": { "get": { "tags": [ "Ships API" ], "summary": "GetShipDataByIHSLRorIMO", "description": " Sample request:\r\n```\r\n GET GetShipDataByIHSLRorIMO?IHSLRorIMO=1234567\r\n ```", "parameters": [ { "name": "ihslrOrImo", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipsByIHSLRorIMONumbers": { "get": { "tags": [ "Ships API" ], "summary": "GetShipsByIHSLRorIMONumbers", "description": " Sample request:\r\n```\r\n GET GetShipsByIHSLRorIMONumbers?IHSLRorIMONumbers=1234567,9876543\r\n ```", "parameters": [ { "name": "ihslrOrImoNumbers", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipsByIHSLRorIMONumbersAll": { "get": { "tags": [ "Ships API" ], "summary": "GetShipsByIHSLRorIMONumbersAll", "description": " Sample request:\r\n```\r\n GET GetShipsByIHSLRorIMONumbersAll?IMONumbers=1234567,9876543\r\n ```", "parameters": [ { "name": "imoNumbers", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipMultiResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipMultiResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipMultiResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipDataByMMSI": { "get": { "tags": [ "Ships API" ], "summary": "GetShipDataByMMSI", "description": " Sample request:\r\n```\r\n GET GetShipDataByMMSI?MMSI=234028000\r\n ```", "parameters": [ { "name": "mmsi", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipDataByCallSign": { "get": { "tags": [ "Ships API" ], "summary": "GetShipDataByCallSign", "description": " Sample request:\r\n```\r\n GET GetShipDataByCallSign?CallSign=MVWV7\r\n ```", "parameters": [ { "name": "callSign", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipsByName": { "get": { "tags": [ "Ships API" ], "summary": "GetShipsByName", "description": " Sample request:\r\n```\r\n GET GetShipsByName?ShipsCategory=1&NameString=Oceana\r\n ```", "parameters": [ { "name": "shipsCategory", "in": "query", "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.ShipsCategory" } }, { "name": "nameString", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipsNeverExisted": { "get": { "tags": [ "Ships API" ], "summary": "GetShipsNeverExisted", "description": " Sample request:\r\n```\r\n GET GetShipsNeverExisted\r\n ```", "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipsByStatcode": { "get": { "tags": [ "Ships API" ], "summary": "GetShipsByStatcode", "description": " Sample request:\r\n```\r\n GET GetShipsByStatcode?Statcode=X11A2YP\r\n ```", "parameters": [ { "name": "statcode", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipsByFlag": { "get": { "tags": [ "Ships API" ], "summary": "GetShipsByFlag", "description": " Sample request:\r\n```\r\n GET GetShipsByFlag?FlagCode=GBI\r\n ```", "parameters": [ { "name": "flagCode", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipChangesByLastUpdate": { "get": { "tags": [ "Ships API" ], "summary": "GetShipChangesByLastUpdate", "description": " Sample request:\r\n```\r\n GET GetShipChangesByLastUpdate?ShipsCategory=1&Year=2023&Month=7&Day=5\r\n ```", "parameters": [ { "name": "shipsCategory", "in": "query", "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.ShipsCategory" } }, { "name": "year", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "month", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "day", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipChangesByLastUpdateDateRange": { "get": { "tags": [ "Ships API" ], "summary": "GetShipChangesByLastUpdateDateRange", "description": " Sample request:\r\n```\r\n GET GetShipChangesByLastUpdateDateRange?ShipsCategory=1&FromYear=2023&FromMonth=5&FromDay=1&ToYear=2023&ToMonth=5&ToDay=10\r\n ```", "parameters": [ { "name": "shipsCategory", "in": "query", "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.ShipsCategory" } }, { "name": "fromYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toDay", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetCompanyDataByCode": { "get": { "tags": [ "Ships API" ], "summary": "GetCompanyDataByCode", "description": " Sample request:\r\n```\r\n GET GetCompanyDataByCode?CompanyCode=3020695\r\n ```", "parameters": [ { "name": "companyCode", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetCompaniesByName": { "get": { "tags": [ "Ships API" ], "summary": "GetCompaniesByName", "description": " Sample request:\r\n```\r\n GET GetCompaniesByName?NameString=maersk\r\n ```", "parameters": [ { "name": "nameString", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanySearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanySearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanySearchResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetCompanyChangesByLastUpdateDateRange": { "get": { "tags": [ "Ships API" ], "summary": "GetCompanyChangesByLastUpdateDateRange", "description": " Sample request:\r\n```\r\n GET GetCompanyChangesByLastUpdateDateRange?FromYear=2023&FromMonth=4&FromDay=1&ToYear=2023&ToMonth=4&ToDay=10\r\n ```", "parameters": [ { "name": "fromYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toDay", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanySearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanySearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanySearchResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetAssociatedDataByName": { "get": { "tags": [ "Ships API" ], "summary": "GetAssociatedDataByName", "description": " Sample request:\r\n```\r\n GET GetAssociatedDataByName?EnglishName=Flag Code\r\n ```", "parameters": [ { "name": "englishName", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAssociatedResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAssociatedResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAssociatedResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetAssociatedFlagISOByName": { "get": { "tags": [ "Ships API" ], "summary": "GetAssociatedFlagISOByName", "description": " Sample request:\r\n```\r\n GET GetAssociatedFlagISOByName\r\n ```", "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAssociatedFlagISOResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAssociatedFlagISOResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAssociatedFlagISOResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetAssociatedShipTypeByName": { "get": { "tags": [ "Ships API" ], "summary": "GetAssociatedShipTypeByName", "description": " Sample request:\r\n```\r\n GET GetAssociatedShipTypeByName\r\n ```", "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAssociatedShipTypeResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAssociatedShipTypeResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAssociatedShipTypeResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipsByExName": { "get": { "tags": [ "Ships API" ], "summary": "GetShipsByExName", "description": " Sample request:\r\n```\r\n GET GetShipsByExName?ShipsCategory=1&ExNameString=oscar\r\n ```", "parameters": [ { "name": "shipsCategory", "in": "query", "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.ShipsCategory" } }, { "name": "exNameString", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipsByOfficialNumber": { "get": { "tags": [ "Ships API" ], "summary": "GetShipsByOfficialNumber", "description": " Sample request:\r\n```\r\n GET GetShipsByOfficialNumber?OfficialNumber=741896\r\n ```", "parameters": [ { "name": "officialNumber", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetDownloadEntitlement": { "get": { "tags": [ "Ships API" ], "summary": "GetDownloadEntitlement", "description": " Sample request:\r\n```\r\n GET GetDownloadEntitlement\r\n ```", "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.DownloadEntitlementResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.DownloadEntitlementResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.DownloadEntitlementResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetShipCountByLastUpdateYearAndMonth": { "get": { "tags": [ "Ships API" ], "summary": "GetShipCountByLastUpdateYearAndMonth", "description": " Sample request:\r\n```\r\n GET GetShipCountByLastUpdateYearAndMonth\r\n ```", "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipCountResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipCountResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipCountResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetAllIMONumbersToDelete": { "get": { "tags": [ "Ships API" ], "summary": "GetAllIMONumbersToDelete", "description": " Sample request:\r\n```\r\n GET GetAllIMONumbersToDelete\r\n ```", "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } } } } } } }, "/MaritimeWCF/APSShipService.svc/RESTFul/GetAllIMONumbers": { "get": { "tags": [ "Ships API" ], "summary": "GetAllIMONumbers", "description": " Sample request:\r\n```\r\n GET GetAllIMONumbers?includeDeadShips=0\r\n ```", "parameters": [ { "name": "includeDeadShips", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipSearchResult" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetEventDataByEventID": { "get": { "tags": [ "Events API" ], "summary": "GetEventDataByEventID", "description": " Sample request:\r\n```\r\n GET GetEventDataByEventID?EventID=512591\r\n ```", "parameters": [ { "name": "eventID", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.Event" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.Event" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.Event" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetEventListByIHSLRorIMO": { "get": { "tags": [ "Events API" ], "summary": "GetEventListByIHSLRorIMO", "description": " Sample request:\r\n```\r\n GET GetEventListByIHSLRorIMO?IHSLRorIMO=1234567\r\n ```", "parameters": [ { "name": "ihslrOrImo", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetEventListByName": { "get": { "tags": [ "Events API" ], "summary": "GetEventListByName", "description": " Sample request:\r\n```\r\n GET GetEventListByName?Name=merrick\r\n ```", "parameters": [ { "name": "name", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetDownloadEntitlement": { "get": { "tags": [ "Events API" ], "summary": "GetDownloadEntitlement", "description": " Sample request:\r\n```\r\n GET GetDownloadEntitlement\r\n ```", "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeDownloadEntitlementResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeDownloadEntitlementResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeDownloadEntitlementResult" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetAssociatedDataByName": { "get": { "tags": [ "Events API" ], "summary": "GetAssociatedDataByName", "description": " Sample request:\r\n```\r\n GET GetAssociatedDataByName?EnglishName=Classification Society\r\n ```", "parameters": [ { "name": "englishName", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeAssociatedResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeAssociatedResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeAssociatedResult" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetAssociatedFlagISOByName": { "get": { "tags": [ "Events API" ], "summary": "GetAssociatedFlagISOByName", "description": " Sample request:\r\n```\r\n GET GetAssociatedFlagISOByName\r\n ```", "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeAssociatedFlagISOResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeAssociatedFlagISOResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeAssociatedFlagISOResult" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetEventListByEventStartDate": { "get": { "tags": [ "Events API" ], "summary": "GetEventListByEventStartDate", "description": " Sample request:\r\n```\r\n GET GetEventListByEventStartDate?FromYear=2023&FromMonth=7&FromDay=1\r\n ```", "parameters": [ { "name": "fromYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromDay", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetEventListByEventStartDateRange": { "get": { "tags": [ "Events API" ], "summary": "GetEventListByEventStartDateRange", "description": " Sample request:\r\n```\r\n GET GetEventListByEventStartDateRange?FromYear=2023&FromMonth=1&FromDay=1&ToYear=2023&ToMonth=2&ToDay=1\r\n ```", "parameters": [ { "name": "fromYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toDay", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetEventListByEventUpdateDate": { "get": { "tags": [ "Events API" ], "summary": "GetEventListByEventUpdateDate", "description": " Sample request:\r\n```\r\n GET GetEventListByEventUpdateDate?FromYear=2023&FromMonth=12&FromDay=1&FromHour=20&FromMinute=30\r\n ```", "parameters": [ { "name": "fromYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromHour", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMinute", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetEventListByEventUpdateDateRange": { "get": { "tags": [ "Events API" ], "summary": "GetEventListByEventUpdateDateRange", "description": " Sample request:\r\n```\r\n GET GetEventListByEventUpdateDateRange?FromYear=2023&FromMonth=9&FromDay=9&FromHour=17&FromMinute=15&ToYear=2023&ToMonth=9&ToDay=1&ToHour=17&ToMinute=45\r\n ```", "parameters": [ { "name": "fromYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromHour", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMinute", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toHour", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toMinute", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetEventCountByLastUpdateYearAndMonth": { "get": { "tags": [ "Events API" ], "summary": "GetEventCountByLastUpdateYearAndMonth", "description": " Sample request:\r\n```\r\n GET GetEventCountByLastUpdateYearAndMonth\r\n ```", "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeEventCountResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeEventCountResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeEventCountResult" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetEventListByEventChangeDate": { "get": { "tags": [ "Events API" ], "summary": "GetEventListByEventChangeDate", "description": " Sample request:\r\n```\r\n GET GetEventListByEventChangeDate?FromYear=2023&FromMonth=8&FromDay=1&FromHour=20&FromMinute=00\r\n ```", "parameters": [ { "name": "fromYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromHour", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMinute", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } } } } } } }, "/MaritimeWCF/MaritimeAndTradeEventsService.svc/RESTFul/GetEventListByEventChangeDateRange": { "get": { "tags": [ "Events API" ], "summary": "GetEventListByEventChangeDateRange", "description": " Sample request:\r\n```\r\n GET GetEventListByEventChangeDateRange?FromYear=2023&FromMonth=6&FromDay=15&FromHour=11&FromMinute=20&ToYear=2023&ToMonth=6&ToDay=15&ToHour=11&ToMinute=50\r\n ```", "parameters": [ { "name": "fromYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromHour", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMinute", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toHour", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toMinute", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.EventResult" } } } } } } }, "/MaritimeWCF/PSCService.svc/RESTFul/GetPSCListOfChangesByInspectionDateRange": { "get": { "tags": [ "PSC API" ], "summary": "GetPSCListOfChangesByInspectionDateRange", "description": " Sample request:\r\n```\r\n GET GetPSCListOfChangesByInspectionDateRange?ShipsCategory=1&FromYear=2023&FromMonth=8&FromDay=1&ToYear=2023&ToMonth=8&ToDay=2\r\n ```", "parameters": [ { "name": "shipsCategory", "in": "query", "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.ShipsCategory" } }, { "name": "fromYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toDay", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } } } } } } }, "/MaritimeWCF/PSCService.svc/RESTFul/GetPSCListOfChangesByLastUpdateDateRange": { "get": { "tags": [ "PSC API" ], "summary": "GetPSCListOfChangesByLastUpdateDateRange", "description": " Sample request:\r\n```\r\n GET GetPSCListOfChangesByLastUpdateDateRange?ShipsCategory=1&FromYear=2023&FromMonth=11&FromDay=1&ToYear=2023&ToMonth=11&ToDay=2\r\n ```", "parameters": [ { "name": "shipsCategory", "in": "query", "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.ShipsCategory" } }, { "name": "fromYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toDay", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } } } } } } }, "/MaritimeWCF/PSCService.svc/RESTFul/GetPSCDataByInspectionID": { "get": { "tags": [ "PSC API" ], "summary": "GetPSCDataByInspectionID", "description": " Sample request:\r\n```\r\n GET GetPSCDataByInspectionID?InspectionId={sInspectionId}\r\n ```", "parameters": [ { "name": "inspectionId", "in": "query", "schema": { "type": "string" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCResult" } } } } } } }, "/MaritimeWCF/PSCService.svc/RESTFul/GetPSCDataByIHSLRorIMO": { "get": { "tags": [ "PSC API" ], "summary": "GetPSCDataByIHSLRorIMO", "description": " Sample request:\r\n```\r\n GET GetPSCDataByIHSLRorIMO?IHSLRorIMO=1234567\r\n ```", "parameters": [ { "name": "ihslrOrImo", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } } } } } } }, "/MaritimeWCF/PSCService.svc/RESTFul/GetPSCDataByInspectionDateRange": { "get": { "tags": [ "PSC API" ], "summary": "GetPSCDataByInspectionDateRange", "description": " Sample request:\r\n```\r\n GET GetPSCDataByInspectionDateRange?ShipsCategory=1&FromYear=2023&FromMonth=10&FromDay=1&ToYear=2023&ToMonth=10&ToDay=2\r\n ```", "parameters": [ { "name": "shipsCategory", "in": "query", "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.ShipsCategory" } }, { "name": "fromYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toDay", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } } } } } } }, "/MaritimeWCF/PSCService.svc/RESTFul/GetPSCDataByLastUpdateDateRange": { "get": { "tags": [ "PSC API" ], "summary": "GetPSCDataByLastUpdateDateRange", "description": " Sample request:\r\n```\r\n GET GetPSCDataByLastUpdateDateRange?ShipsCategory=1&FromYear=2023&FromMonth=2&FromDay=1&ToYear=2023&ToMonth=2&ToDay=28\r\n ```", "parameters": [ { "name": "shipsCategory", "in": "query", "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.ShipsCategory" } }, { "name": "fromYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "fromDay", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toYear", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toMonth", "in": "query", "schema": { "type": "integer", "format": "int32" } }, { "name": "toDay", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCSearchResult" } } } } } } }, "/MaritimeWCF/PSCService.svc/RESTFul/GetPSCListOfInspectionsByIHSLRorIMO": { "get": { "tags": [ "PSC API" ], "summary": "GetPSCListOfInspectionsByIHSLRorIMO", "description": " Sample request:\r\n```\r\n GET GetPSCListOfInspectionsByIHSLRorIMO?IHSLRorIMO={nIHSLRorIMO}\r\n ```", "parameters": [ { "name": "ihslrOrImo", "in": "query", "schema": { "type": "integer", "format": "int32" } } ], "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCInspectionsSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCInspectionsSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCInspectionsSearchResult" } } } } } } }, "/MaritimeWCF/PSCService.svc/RESTFul/GetPSCCountByLastUpdateYearAndMonth": { "get": { "tags": [ "PSC API" ], "summary": "GetPSCCountByLastUpdateYearAndMonth", "description": " Sample request:\r\n```\r\n GET GetPSCCountByLastUpdateYearAndMonth\r\n ```", "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCListResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCListResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCListResult" } } } } } } }, "/MaritimeWCF/PSCService.svc/RESTFul/GetPSCDeletedInspectionIDs": { "get": { "tags": [ "PSC API" ], "summary": "GetPSCDeletedInspectionIDs", "description": " Sample request:\r\n```\r\n GET GetPSCDeletedInspectionIDs\r\n ```", "responses": { "200": { "description": "Success", "content": { "text/plain": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCInspectionsSearchResult" } }, "application/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCInspectionsSearchResult" } }, "text/json": { "schema": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCInspectionsSearchResult" } } } } } } } }, "components": { "schemas": { "ShipsEventsPscApi.Models.APSAdditionalInformationDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "tweenDeckFixed": { "type": "string", "nullable": true }, "tweenDeckPortable": { "type": "string", "nullable": true }, "deckHeatExchangerInd": { "type": "string", "nullable": true }, "deckHeatExchangerMaterial": { "type": "string", "nullable": true }, "drillBargeInd": { "type": "string", "nullable": true }, "drillDepthMax": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "productionVesselInd": { "type": "string", "nullable": true }, "shipEmail": { "type": "string", "nullable": true }, "waterDepthMax": { "type": "string", "nullable": true }, "satComID": { "type": "string", "nullable": true }, "satComAnsBack": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSArrangementsDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "structure": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "position": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "material": { "type": "string", "nullable": true }, "length": { "type": "string", "nullable": true }, "breadth": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSAssociatedDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "code": { "type": "string", "nullable": true }, "decode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSAssociatedFlagISODetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "code": { "type": "string", "nullable": true }, "decode": { "type": "string", "nullable": true }, "isO2": { "type": "string", "nullable": true }, "isO3": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSAssociatedFlagISOResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "associatedName": { "type": "string", "nullable": true }, "associatedCount": { "type": "integer", "format": "int32" }, "apsAssociatedFlagISODetails": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAssociatedFlagISODetail" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSAssociatedResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "associatedName": { "type": "string", "nullable": true }, "associatedCount": { "type": "integer", "format": "int32" }, "apsAssociatedDetails": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAssociatedDetail" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSAssociatedShipTypeDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "statCode5": { "type": "string", "nullable": true }, "shiptypeLevel5": { "type": "string", "nullable": true }, "level4Code": { "type": "string", "nullable": true }, "shipTypeLevel4": { "type": "string", "nullable": true }, "level3Code": { "type": "string", "nullable": true }, "shipTypeLevel3": { "type": "string", "nullable": true }, "level2Code": { "type": "string", "nullable": true }, "shipTypeLevel2": { "type": "string", "nullable": true }, "shipTypeLevel1Code": { "type": "string", "nullable": true }, "shiptypeLevel1": { "type": "string", "nullable": true }, "hullType": { "type": "string", "nullable": true }, "subGroup": { "type": "string", "nullable": true }, "subType": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSAssociatedShipTypeResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "associatedName": { "type": "string", "nullable": true }, "associatedCount": { "type": "integer", "format": "int32" }, "apsAssociatedShipTypeDetails": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAssociatedShipTypeDetail" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSAuxEngineDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "bore": { "type": "string", "nullable": true }, "engineDesigner": { "type": "string", "nullable": true }, "engineModel": { "type": "string", "nullable": true }, "engineBuilder": { "type": "string", "nullable": true }, "engineSequence": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "maxPower": { "type": "string", "nullable": true }, "numberOfCylinders": { "type": "string", "nullable": true }, "stroke": { "type": "string", "nullable": true }, "strokeType": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSAuxGeneratorDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "acdc": { "type": "string", "nullable": true }, "frequency": { "type": "string", "nullable": true }, "kwEach": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "mainEngineDriven": { "type": "string", "nullable": true }, "number": { "type": "string", "nullable": true }, "seq": { "type": "string", "nullable": true }, "voltage1": { "type": "string", "nullable": true }, "voltage2": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSBoilerDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "boiler": { "type": "string", "nullable": true }, "boilerCode": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "numberOfBoilers": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSBoilersExpandedDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "builder": { "type": "string", "nullable": true }, "design": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true }, "numberOfBoilers": { "type": "string", "nullable": true }, "boilerTypeCode": { "type": "string", "nullable": true }, "boilerTypeDecode": { "type": "string", "nullable": true }, "firingTypeCode": { "type": "string", "nullable": true }, "firingTypeDecode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSBuilderAddressDetail": { "type": "object", "properties": { "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "builderCode": { "type": "string", "nullable": true }, "contact": { "type": "string", "nullable": true }, "countryCode": { "type": "string", "nullable": true }, "countryName": { "type": "string", "nullable": true }, "emailAddress": { "type": "string", "nullable": true }, "facsimile": { "type": "string", "nullable": true }, "fullAddress": { "type": "string", "nullable": true }, "shipBuilder": { "type": "string", "nullable": true }, "shipBuilderFullStyle": { "type": "string", "nullable": true }, "telephone": { "type": "string", "nullable": true }, "telex": { "type": "string", "nullable": true }, "town": { "type": "string", "nullable": true }, "townCode": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true }, "builderStatus": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCapacitiesDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "bale": { "type": "string", "nullable": true }, "horsepower": { "type": "string", "nullable": true }, "numberOfBarges": { "type": "string", "nullable": true }, "bollardPull": { "type": "string", "nullable": true }, "numberOfCars": { "type": "string", "nullable": true }, "gasCapacity": { "type": "string", "nullable": true }, "grainCapacity": { "type": "string", "nullable": true }, "indicatedHorsepower": { "type": "string", "nullable": true }, "liquidCapacity": { "type": "string", "nullable": true }, "numberOfPassengers": { "type": "string", "nullable": true }, "numberRefrigeratedContainers": { "type": "string", "nullable": true }, "numberOfTEU": { "type": "string", "nullable": true }, "numberOfTrucks": { "type": "string", "nullable": true }, "numberOfVehicles": { "type": "string", "nullable": true }, "numberOfRailWagons": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCargoPumpDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "cubicMetersCapacity": { "type": "string", "nullable": true }, "cubicTonsCapacity": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "numberOfPumps": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSClassCurrentDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "class": { "type": "string", "nullable": true }, "classCode": { "type": "string", "nullable": true }, "classID": { "type": "string", "nullable": true }, "classIndicator": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSClassHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "class": { "type": "string", "nullable": true }, "classCode": { "type": "string", "nullable": true }, "classIndicator": { "type": "string", "nullable": true }, "classID": { "type": "string", "nullable": true }, "currentIndicator": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSClassWithdrawnDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "class": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "reason": { "type": "string", "nullable": true }, "withdrawnDate": { "type": "string", "format": "date-time", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyCompliance": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "owCode": { "type": "string", "nullable": true }, "shortCompanyName": { "type": "string", "nullable": true }, "companyOnOFACSanctionList": { "type": "string", "nullable": true }, "companyOnUNSanctionList": { "type": "string", "nullable": true }, "companyOnEUSanctionList": { "type": "string", "nullable": true }, "companyOnBESSanctionList": { "type": "string", "nullable": true }, "companyInOFACSanctionedCountry": { "type": "string", "nullable": true }, "companyInFATFJurisdiction": { "type": "string", "nullable": true }, "parentCompanyComplianceRisk": { "type": "string", "nullable": true }, "overallComplianceStatus": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyComplianceDetails": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "owCode": { "type": "string", "nullable": true }, "shortCompanyName": { "type": "string", "nullable": true }, "companyOnOFACSanctionList": { "type": "string", "nullable": true }, "companyOnUNSanctionList": { "type": "string", "nullable": true }, "companyOnEUSanctionList": { "type": "string", "nullable": true }, "companyOnBESSanctionList": { "type": "string", "nullable": true }, "companyInOFACSanctionedCountry": { "type": "string", "nullable": true }, "companyInFATFJurisdiction": { "type": "string", "nullable": true }, "parentCompanyComplianceRisk": { "type": "string", "nullable": true }, "companyOverallComplianceStatus": { "type": "string", "nullable": true }, "companyOnAustralianSanctionList": { "type": "string", "nullable": true }, "companyOnCanadianSanctionList": { "type": "string", "nullable": true }, "companyOnSwissSanctionList": { "type": "string", "nullable": true }, "companyOnOFACSSIList": { "type": "string", "nullable": true }, "companyOnOFACNonSDNSanctionList": { "type": "string", "nullable": true }, "companyOnUAESanctionList": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "companyStatus": { "type": "string", "nullable": true }, "countryName": { "type": "string", "nullable": true }, "emailaddress": { "type": "string", "nullable": true }, "facsimile": { "type": "string", "nullable": true }, "fullAddress": { "type": "string", "nullable": true }, "fullName": { "type": "string", "nullable": true }, "lastChangeDate": { "type": "string", "nullable": true }, "nationalityOfControl": { "type": "string", "nullable": true }, "nationalityOfRegistration": { "type": "string", "nullable": true }, "owcode": { "type": "string", "nullable": true }, "shortCompanyName": { "type": "string", "nullable": true }, "telephone": { "type": "string", "nullable": true }, "telex": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyDetailsAndParentCodeDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "companyStatus": { "type": "string", "nullable": true }, "countryName": { "type": "string", "nullable": true }, "emailaddress": { "type": "string", "nullable": true }, "facsimile": { "type": "string", "nullable": true }, "fullAddress": { "type": "string", "nullable": true }, "fullName": { "type": "string", "nullable": true }, "lastChangeDate": { "type": "string", "nullable": true }, "nationalityOfControl": { "type": "string", "nullable": true }, "nationalityOfRegistration": { "type": "string", "nullable": true }, "owcode": { "type": "string", "nullable": true }, "parentCompany": { "type": "string", "nullable": true }, "shortCompanyName": { "type": "string", "nullable": true }, "telephone": { "type": "string", "nullable": true }, "telex": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyDetailsComplexAndParentCodeDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "careOfCode": { "type": "string", "nullable": true }, "companyStatus": { "type": "string", "nullable": true }, "countryName": { "type": "string", "nullable": true }, "emailaddress": { "type": "string", "nullable": true }, "facsimile": { "type": "string", "nullable": true }, "fullAddress": { "type": "string", "nullable": true }, "fullCompanyName": { "type": "string", "nullable": true }, "lastChangeDate": { "type": "string", "nullable": true }, "nationalityofControl": { "type": "string", "nullable": true }, "nationalityofRegistration": { "type": "string", "nullable": true }, "owcode": { "type": "string", "nullable": true }, "parentCompany": { "type": "string", "nullable": true }, "poBox": { "type": "string", "nullable": true }, "postPostcode": { "type": "string", "nullable": true }, "prePostcode": { "type": "string", "nullable": true }, "roomFloorBuilding1": { "type": "string", "nullable": true }, "roomFloorBuilding2": { "type": "string", "nullable": true }, "roomFloorBuilding3": { "type": "string", "nullable": true }, "shortCompanyName": { "type": "string", "nullable": true }, "street": { "type": "string", "nullable": true }, "streetNumber": { "type": "string", "nullable": true }, "telephone": { "type": "string", "nullable": true }, "telex": { "type": "string", "nullable": true }, "townName": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyDetailsComplexDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "careOfCode": { "type": "string", "nullable": true }, "companyStatus": { "type": "string", "nullable": true }, "countryName": { "type": "string", "nullable": true }, "emailaddress": { "type": "string", "nullable": true }, "facsimile": { "type": "string", "nullable": true }, "fullAddress": { "type": "string", "nullable": true }, "fullName": { "type": "string", "nullable": true }, "lastChangeDate": { "type": "string", "nullable": true }, "nationalityofControl": { "type": "string", "nullable": true }, "nationalityofRegistration": { "type": "string", "nullable": true }, "owcode": { "type": "string", "nullable": true }, "poBox": { "type": "string", "nullable": true }, "postPostcode": { "type": "string", "nullable": true }, "prePostcode": { "type": "string", "nullable": true }, "roomFloorBuilding1": { "type": "string", "nullable": true }, "roomFloorBuilding2": { "type": "string", "nullable": true }, "roomFloorBuilding3": { "type": "string", "nullable": true }, "shortCompanyName": { "type": "string", "nullable": true }, "street": { "type": "string", "nullable": true }, "streetNumber": { "type": "string", "nullable": true }, "telephone": { "type": "string", "nullable": true }, "telex": { "type": "string", "nullable": true }, "townName": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyDetailsComplexWithCodesAndParentDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "careOfCode": { "type": "string", "nullable": true }, "companyStatus": { "type": "string", "nullable": true }, "countryName": { "type": "string", "nullable": true }, "emailaddress": { "type": "string", "nullable": true }, "facsimile": { "type": "string", "nullable": true }, "foundedDate": { "type": "string", "nullable": true }, "fullAddress": { "type": "string", "nullable": true }, "fullName": { "type": "string", "nullable": true }, "lastChangeDate": { "type": "string", "nullable": true }, "locationCode": { "type": "string", "nullable": true }, "nationalityofControl": { "type": "string", "nullable": true }, "nationalityofControlCode": { "type": "string", "nullable": true }, "nationalityofRegistration": { "type": "string", "nullable": true }, "nationalityofRegistrationCode": { "type": "string", "nullable": true }, "owcode": { "type": "string", "nullable": true }, "parentCompany": { "type": "string", "nullable": true }, "poBox": { "type": "string", "nullable": true }, "postPostcode": { "type": "string", "nullable": true }, "prePostcode": { "type": "string", "nullable": true }, "roomFloorBuilding1": { "type": "string", "nullable": true }, "roomFloorBuilding2": { "type": "string", "nullable": true }, "roomFloorBuilding3": { "type": "string", "nullable": true }, "shortCompanyName": { "type": "string", "nullable": true }, "street": { "type": "string", "nullable": true }, "streetNumber": { "type": "string", "nullable": true }, "telephone": { "type": "string", "nullable": true }, "telex": { "type": "string", "nullable": true }, "townName": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyDetailsComplexWithCodesDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "careOfCode": { "type": "string", "nullable": true }, "companyStatus": { "type": "string", "nullable": true }, "countryName": { "type": "string", "nullable": true }, "emailaddress": { "type": "string", "nullable": true }, "facsimile": { "type": "string", "nullable": true }, "foundedDate": { "type": "string", "nullable": true }, "fullAddress": { "type": "string", "nullable": true }, "fullName": { "type": "string", "nullable": true }, "lastChangeDate": { "type": "string", "nullable": true }, "locationCode": { "type": "string", "nullable": true }, "nationalityofControl": { "type": "string", "nullable": true }, "nationalityofControlCode": { "type": "string", "nullable": true }, "nationalityofRegistration": { "type": "string", "nullable": true }, "nationalityofRegistrationCode": { "type": "string", "nullable": true }, "owcode": { "type": "string", "nullable": true }, "poBox": { "type": "string", "nullable": true }, "postPostcode": { "type": "string", "nullable": true }, "prePostcode": { "type": "string", "nullable": true }, "roomFloorBuilding1": { "type": "string", "nullable": true }, "roomFloorBuilding2": { "type": "string", "nullable": true }, "roomFloorBuilding3": { "type": "string", "nullable": true }, "shortCompanyName": { "type": "string", "nullable": true }, "street": { "type": "string", "nullable": true }, "streetNumber": { "type": "string", "nullable": true }, "telephone": { "type": "string", "nullable": true }, "telex": { "type": "string", "nullable": true }, "townName": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyDetailsWithCodesAndParentCodeDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "companyStatus": { "type": "string", "nullable": true }, "countryName": { "type": "string", "nullable": true }, "emailaddress": { "type": "string", "nullable": true }, "facsimile": { "type": "string", "nullable": true }, "fullAddress": { "type": "string", "nullable": true }, "fullName": { "type": "string", "nullable": true }, "lastChangeDate": { "type": "string", "nullable": true }, "locationCode": { "type": "string", "nullable": true }, "nationalityofControl": { "type": "string", "nullable": true }, "nationalityofControlCode": { "type": "string", "nullable": true }, "nationalityofRegistration": { "type": "string", "nullable": true }, "nationalityofRegistrationCode": { "type": "string", "nullable": true }, "owcode": { "type": "string", "nullable": true }, "parentCompany": { "type": "string", "nullable": true }, "shortCompanyName": { "type": "string", "nullable": true }, "telephone": { "type": "string", "nullable": true }, "telex": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyDetailsWithCodesDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "companyStatus": { "type": "string", "nullable": true }, "countryName": { "type": "string", "nullable": true }, "emailaddress": { "type": "string", "nullable": true }, "facsimile": { "type": "string", "nullable": true }, "fullAddress": { "type": "string", "nullable": true }, "fullName": { "type": "string", "nullable": true }, "lastChangeDate": { "type": "string", "nullable": true }, "locationCode": { "type": "string", "nullable": true }, "nationalityofControl": { "type": "string", "nullable": true }, "nationalityofControlCode": { "type": "string", "nullable": true }, "nationalityofRegistration": { "type": "string", "nullable": true }, "nationalityofRegistrationCode": { "type": "string", "nullable": true }, "owcode": { "type": "string", "nullable": true }, "parentCompany": { "type": "string", "nullable": true }, "shortCompanyName": { "type": "string", "nullable": true }, "telephone": { "type": "string", "nullable": true }, "telex": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyFleetCountsDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "docCount": { "type": "string", "nullable": true }, "fleetSize": { "type": "string", "nullable": true }, "groupOwnerCount": { "type": "string", "nullable": true }, "inServiceCount": { "type": "string", "nullable": true }, "operatorCount": { "type": "string", "nullable": true }, "owcode": { "type": "string", "nullable": true }, "registeredOwnerCount": { "type": "string", "nullable": true }, "shipManagerCount": { "type": "string", "nullable": true }, "shortCompanyName": { "type": "string", "nullable": true }, "technicalManagerCount": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyInformationDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "companyStatus": { "type": "string", "nullable": true }, "countryName": { "type": "string", "nullable": true }, "emailaddress": { "type": "string", "nullable": true }, "facsimile": { "type": "string", "nullable": true }, "fullAddress": { "type": "string", "nullable": true }, "fullName": { "type": "string", "nullable": true }, "nationalityofControl": { "type": "string", "nullable": true }, "nationalityofRegistration": { "type": "string", "nullable": true }, "owcode": { "type": "string", "nullable": true }, "shortCompanyName": { "type": "string", "nullable": true }, "telephone": { "type": "string", "nullable": true }, "telex": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true }, "countryOfRegistration": { "type": "string", "nullable": true }, "countryOfRegistrationCode": { "type": "string", "nullable": true }, "imoCompanyNumber": { "type": "string", "nullable": true }, "operationalAddress": { "type": "string", "nullable": true }, "ownerNameAdministrationNameStyle": { "type": "string", "nullable": true }, "ownerNameLRFNameStyle": { "type": "string", "nullable": true }, "ownerRegisteredAddressAdministrationSupplied": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyOrderBookCountsDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "docOrderbookCount": { "type": "string", "nullable": true }, "groupOwnerOrderbookCount": { "type": "string", "nullable": true }, "operatorOrderbookCount": { "type": "string", "nullable": true }, "owcode": { "type": "string", "nullable": true }, "registeredOrderbookOwnerCount": { "type": "string", "nullable": true }, "shipManagerOrderbookCount": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyPersonnelDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "afterOfficeHoursTelephone": { "type": "string", "nullable": true }, "directLine": { "type": "string", "nullable": true }, "email": { "type": "string", "nullable": true }, "fullname": { "type": "string", "nullable": true }, "generalContact": { "type": "string", "nullable": true }, "initials": { "type": "string", "nullable": true }, "marketingContact": { "type": "string", "nullable": true }, "mobile": { "type": "string", "nullable": true }, "owcode": { "type": "string", "nullable": true }, "parentOwcode": { "type": "string", "nullable": true }, "personnelID": { "type": "string", "nullable": true }, "position": { "type": "string", "nullable": true }, "salutation": { "type": "string", "nullable": true }, "surname": { "type": "string", "nullable": true }, "technicalContact": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "companyCount": { "type": "integer", "format": "int32" }, "apsCompanyInformationDetail": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyInformationDetail" }, "apsCompanyCompliance": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyCompliance" }, "apsCompanyComplianceDetails": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyComplianceDetails" } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanySearchResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "companyCount": { "type": "integer", "format": "int32" }, "companies": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyInformationDetail" }, "nullable": true }, "companyCompliance": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyCompliance" }, "nullable": true }, "companyComplianceDetails": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyComplianceDetails" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCompanyVesselRelationshipsDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "docCode": { "type": "string", "nullable": true }, "docCompany": { "type": "string", "nullable": true }, "docGroup": { "type": "string", "nullable": true }, "docGroupCode": { "type": "string", "nullable": true }, "groupBeneficialOwner": { "type": "string", "nullable": true }, "groupBeneficialOwnerCode": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "operator": { "type": "string", "nullable": true }, "operatorCode": { "type": "string", "nullable": true }, "operatorGroup": { "type": "string", "nullable": true }, "operatorGroupCode": { "type": "string", "nullable": true }, "registeredOwner": { "type": "string", "nullable": true }, "registeredOwnerCode": { "type": "string", "nullable": true }, "shipManager": { "type": "string", "nullable": true }, "shipManagerCode": { "type": "string", "nullable": true }, "shipManagerGroup": { "type": "string", "nullable": true }, "shipManagerGroupCode": { "type": "string", "nullable": true }, "technicalManager": { "type": "string", "nullable": true }, "technicalManagerCode": { "type": "string", "nullable": true }, "technicalManagerGroup": { "type": "string", "nullable": true }, "technicalManagerGroupCode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSCrewListDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "id": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "shipname": { "type": "string", "nullable": true }, "crewListDate": { "type": "string", "format": "date-time", "nullable": true }, "nationality": { "type": "string", "nullable": true }, "totalCrew": { "type": "string", "nullable": true }, "totalRatings": { "type": "string", "nullable": true }, "totalOfficers": { "type": "string", "nullable": true }, "totalCadets": { "type": "string", "nullable": true }, "totalTrainees": { "type": "string", "nullable": true }, "totalRidingSquad": { "type": "string", "nullable": true }, "totalUndeclared": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSDOCHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "companyStatus": { "type": "string", "nullable": true }, "docCompany": { "type": "string", "nullable": true }, "docCompanyCode": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSDUNSNumberDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "owcode": { "type": "string", "nullable": true }, "dunsNumber": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSDarkActivityConfirmed": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "mmsi": { "type": "string", "nullable": true }, "vessel_Name": { "type": "string", "nullable": true }, "dark_Hours": { "type": "string", "nullable": true }, "dark_Activity": { "type": "string", "nullable": true }, "dark_Status": { "type": "string", "nullable": true }, "area_Id": { "type": "string", "nullable": true }, "area_Name": { "type": "string", "nullable": true }, "area_Country": { "type": "string", "nullable": true }, "dark_Time": { "type": "string", "nullable": true }, "dark_Latitude": { "type": "string", "nullable": true }, "dark_Longitude": { "type": "string", "nullable": true }, "dark_Speed": { "type": "string", "nullable": true }, "dark_Heading": { "type": "string", "nullable": true }, "dark_Draught": { "type": "string", "nullable": true }, "nextSeen": { "type": "string", "nullable": true }, "nextSeen_Latitude": { "type": "string", "nullable": true }, "nextSeen_Longitude": { "type": "string", "nullable": true }, "nextSeen_Speed": { "type": "string", "nullable": true }, "nextSeen_Draught": { "type": "string", "nullable": true }, "nextSeen_Heading": { "type": "string", "nullable": true }, "dark_Reported_Destination": { "type": "string", "nullable": true }, "nextSeen_Reported_Destination": { "type": "string", "nullable": true }, "last_Port_of_Call": { "type": "string", "nullable": true }, "last_Port_Country_Code": { "type": "string", "nullable": true }, "last_Port_Country": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSDefectDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "action_1": { "type": "string", "nullable": true }, "action_2": { "type": "string", "nullable": true }, "action_3": { "type": "string", "nullable": true }, "action_Code_1": { "type": "string", "nullable": true }, "action_Code_2": { "type": "string", "nullable": true }, "action_Code_3": { "type": "string", "nullable": true }, "classIsResponsible": { "type": "string", "nullable": true }, "defect_Code": { "type": "string", "nullable": true }, "defect_ID": { "type": "string", "nullable": true }, "defect_Text": { "type": "string", "nullable": true }, "defectiveItemCode": { "type": "string", "nullable": true }, "detentionReasonDeficiency": { "type": "string", "nullable": true }, "inspection_ID": { "type": "string", "nullable": true }, "main_Defect_Code": { "type": "string", "nullable": true }, "main_Defect_Text": { "type": "string", "nullable": true }, "natureOfDefectCode": { "type": "string", "nullable": true }, "natureOfDefectDecode": { "type": "string", "nullable": true }, "other_Action": { "type": "string", "nullable": true }, "other_Recognised_Org_Resp": { "type": "string", "nullable": true }, "recognised_Org_Resp": { "type": "string", "nullable": true }, "recognised_Org_Resp_Code": { "type": "string", "nullable": true }, "recognised_Org_Resp_YN": { "type": "string", "nullable": true }, "isAccidentalDamage": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSDestinationDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "aisDestinationRaw": { "type": "string", "nullable": true }, "destinationCountry": { "type": "string", "nullable": true }, "destinationCountryCode": { "type": "string", "nullable": true }, "destinationPortOfCall": { "type": "string", "nullable": true }, "eta": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdated": { "type": "string", "format": "date-time", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "shipName": { "type": "string", "nullable": true }, "worldPortNumber": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSEngineBuilderDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "engineBuilderLargestCode": { "type": "string", "nullable": true }, "engineBuilderShortName": { "type": "string", "nullable": true }, "engineBuilderFullName": { "type": "string", "nullable": true }, "fullAddress": { "type": "string", "nullable": true }, "townName": { "type": "string", "nullable": true }, "countryName": { "type": "string", "nullable": true }, "telephone": { "type": "string", "nullable": true }, "facsimile": { "type": "string", "nullable": true }, "emailAddress": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true }, "telex": { "type": "string", "nullable": true }, "countryCode": { "type": "string", "nullable": true }, "townCode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSFixtureDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "charterer": { "type": "string", "nullable": true }, "chartererCode": { "type": "string", "nullable": true }, "charterPartyCommodity": { "type": "string", "nullable": true }, "charterPartyDates": { "type": "string", "nullable": true }, "charterPartyRate": { "type": "string", "nullable": true }, "charterPartyTerms": { "type": "string", "nullable": true }, "charterPartyTonnage": { "type": "string", "nullable": true }, "commoditySubtype": { "type": "string", "nullable": true }, "commodity": { "type": "string", "nullable": true }, "dateOffFixture": { "type": "string", "format": "date-time", "nullable": true }, "dateOnFixture": { "type": "string", "format": "date-time", "nullable": true }, "dateReported": { "type": "string", "format": "date-time", "nullable": true }, "destinationArea": { "type": "string", "nullable": true }, "destinationPort": { "type": "string", "nullable": true }, "destinationPortCode": { "type": "string", "nullable": true }, "fixtureID": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "originArea": { "type": "string", "nullable": true }, "originPort": { "type": "string", "nullable": true }, "originPortCode": { "type": "string", "nullable": true }, "shipnameReported": { "type": "string", "nullable": true }, "size": { "type": "string", "nullable": true }, "timeCharterRate": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSFlagHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "effectiveDate": { "type": "string", "nullable": true }, "flag": { "type": "string", "nullable": true }, "flagCode": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSFlagStateSpecialDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "countryOfRegistration": { "type": "string", "nullable": true }, "countryOfRegistrationCode": { "type": "string", "nullable": true }, "imoCompanyNumber": { "type": "string", "nullable": true }, "lastChangeDate": { "type": "string", "nullable": true }, "operationalAddress": { "type": "string", "nullable": true }, "ownerNameAdministrationNameStyle": { "type": "string", "nullable": true }, "ownerNameLRFNameStyle": { "type": "string", "nullable": true }, "ownerRegisteredAddressAdministrationSupplied": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSGrossTonnageHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "effectiveDate": { "type": "string", "nullable": true }, "gt": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSGroupBeneficialOwnerHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "companyStatus": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true }, "groupBeneficialOwner": { "type": "string", "nullable": true }, "groupBeneficialOwnerCode": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSIceClassDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "iceClass": { "type": "string", "nullable": true }, "iceClassCode": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSInspectionDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "authorisation": { "type": "string", "nullable": true }, "callSign": { "type": "string", "nullable": true }, "cargo": { "type": "string", "nullable": true }, "charterer": { "type": "string", "nullable": true }, "class": { "type": "string", "nullable": true }, "country": { "type": "string", "nullable": true }, "date_Release": { "type": "string", "format": "date-time", "nullable": true }, "detained": { "type": "string", "nullable": true }, "dwt": { "type": "string", "nullable": true }, "expanded_Inspection": { "type": "string", "nullable": true }, "flag": { "type": "string", "nullable": true }, "follow_Up_Inspection": { "type": "string", "nullable": true }, "gt": { "type": "string", "nullable": true }, "inspection_Date": { "type": "string", "format": "date-time", "nullable": true }, "inspection_ID": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "manager": { "type": "string", "nullable": true }, "no_Days_Detained": { "type": "string", "nullable": true }, "no_Defects": { "type": "string", "nullable": true }, "number_Part_Days_Detained": { "type": "string", "nullable": true }, "other_Inspection_Type": { "type": "string", "nullable": true }, "owner": { "type": "string", "nullable": true }, "port": { "type": "string", "nullable": true }, "shipname": { "type": "string", "nullable": true }, "shiptype": { "type": "string", "nullable": true }, "source": { "type": "string", "nullable": true }, "yob": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSInvestigationIndicatorsDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "changeType": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "notes": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSLastRecordedPortOfCallDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "arrivalDateFull": { "type": "string", "format": "date-time", "nullable": true }, "country": { "type": "string", "nullable": true }, "hoursInPort": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "moveType": { "type": "string", "nullable": true }, "port": { "type": "string", "nullable": true }, "sailDateFull": { "type": "string", "format": "date-time", "nullable": true }, "worldPortNumber": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSLiftingGearDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "gearType": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "maxSWLOfGear": { "type": "string", "nullable": true }, "numberOfGears": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSMainEngineDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "bhpOfMainOilEngines": { "type": "string", "nullable": true }, "bore": { "type": "string", "nullable": true }, "cylinderArrangementCode": { "type": "string", "nullable": true }, "cylinderArrangementDecode": { "type": "string", "nullable": true }, "engineBuilder": { "type": "string", "nullable": true }, "engineBuilderCode": { "type": "string", "nullable": true }, "engineDesigner": { "type": "string", "nullable": true }, "engineMakerCode": { "type": "string", "nullable": true }, "engineModel": { "type": "string", "nullable": true }, "engineType": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "numberOfCylinders": { "type": "string", "nullable": true }, "position": { "type": "string", "nullable": true }, "powerBHP": { "type": "string", "nullable": true }, "powerKW": { "type": "string", "nullable": true }, "rpm": { "type": "string", "nullable": true }, "stroke": { "type": "string", "nullable": true }, "strokeType": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSMainGeneratorDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "aC_DCIndicator": { "type": "string", "nullable": true }, "frequency": { "type": "string", "nullable": true }, "generatorMaker": { "type": "string", "nullable": true }, "generatorPosition": { "type": "string", "nullable": true }, "kw": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "number": { "type": "string", "nullable": true }, "sequenceNumber": { "type": "string", "nullable": true }, "voltage": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSNameHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "effective_Date": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "vesselName": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSOFACReportDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "inspectedDate": { "type": "string", "format": "date-time", "nullable": true }, "lrno": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSOperatorHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "companyStatus": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "operator": { "type": "string", "nullable": true }, "operatorCode": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSOwnerHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "companyStatus": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "owner": { "type": "string", "nullable": true }, "ownerCode": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSPandIHistory": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "pandIClubCode": { "type": "string", "nullable": true }, "pandIClubDecode": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true }, "source": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSPropellerDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "nozzleType": { "type": "string", "nullable": true }, "propellerPosition": { "type": "string", "nullable": true }, "propellerType": { "type": "string", "nullable": true }, "propellerTypeCode": { "type": "string", "nullable": true }, "rpmMaximum": { "type": "string", "nullable": true }, "rpmService": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSRORODoorsDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "roroDoorPosition": { "type": "string", "nullable": true }, "roroDoorWidth": { "type": "string", "nullable": true }, "roroDoorHeight": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSRORORampsDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "numberOfRORORamps": { "type": "string", "nullable": true }, "roroRampPosition": { "type": "string", "nullable": true }, "roroRampLength": { "type": "string", "nullable": true }, "roroRampWidth": { "type": "string", "nullable": true }, "roroRampSWL": { "type": "string", "nullable": true }, "roroRampInclinationUp": { "type": "string", "nullable": true }, "roroRampInclinationDown": { "type": "string", "nullable": true }, "roroRampMaximumAxleWeight": { "type": "string", "nullable": true }, "roroRampType": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSRecentTerrestrialPositionDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "heading": { "type": "string", "nullable": true }, "lastUpdateReceived": { "type": "string", "format": "date-time", "nullable": true }, "latitude": { "type": "string", "nullable": true }, "longitude": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "speed": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSSafetyManagementCertificateHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "safetyManagementCertificateAuditor": { "type": "string", "nullable": true }, "safetyManagementCertificateConventionOrVol": { "type": "string", "nullable": true }, "safetyManagementCertificateDateExpires": { "type": "string", "nullable": true }, "safetyManagementCertificateDateIssued": { "type": "string", "nullable": true }, "safetyManagementCertificateDOCCompany": { "type": "string", "nullable": true }, "safetyManagementCertificateFlag": { "type": "string", "nullable": true }, "safetyManagementCertificateIssuer": { "type": "string", "nullable": true }, "safetyManagementCertificateOtherDescription": { "type": "string", "nullable": true }, "safetyManagementCertificateShipName": { "type": "string", "nullable": true }, "safetyManagementCertificateShipType": { "type": "string", "nullable": true }, "safetyManagementCertificateSource": { "type": "string", "nullable": true }, "safetyManagementCertificateCompanyCode": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSSalesDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "reportedSoldTo": { "type": "string", "nullable": true }, "reportedSoldToCode": { "type": "string", "nullable": true }, "saleDate": { "type": "string", "nullable": true }, "salePriceUSD": { "type": "string", "nullable": true }, "salesText": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSScrubberDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "scrubberDesigner": { "type": "string", "nullable": true }, "scrubberRetrofitted": { "type": "string", "nullable": true }, "scrubberRetrofittedYear": { "type": "string", "nullable": true }, "scrubberType": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipBuilderAndSubContractorDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "builderCode": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "section": { "type": "string", "nullable": true }, "sequenceNumber": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipBuilderDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "builderCode": { "type": "string", "nullable": true }, "builderStatus": { "type": "string", "nullable": true }, "contact": { "type": "string", "nullable": true }, "countryCode": { "type": "string", "nullable": true }, "countryName": { "type": "string", "nullable": true }, "emailAddress": { "type": "string", "nullable": true }, "facsimile": { "type": "string", "nullable": true }, "fullAddress": { "type": "string", "nullable": true }, "shipbuilder": { "type": "string", "nullable": true }, "shipbuilderFullStyle": { "type": "string", "nullable": true }, "telephone": { "type": "string", "nullable": true }, "telex": { "type": "string", "nullable": true }, "town": { "type": "string", "nullable": true }, "townCode": { "type": "string", "nullable": true }, "website": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipBuilderHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "builderCode": { "type": "string", "nullable": true }, "builderHistory": { "type": "string", "nullable": true }, "builderType": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipCallSignAndMmsiHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "seqNo": { "type": "string", "nullable": true }, "callSign": { "type": "string", "nullable": true }, "mmsi": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipCertificateAllDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "certificate_ID": { "type": "string", "nullable": true }, "certificate_Title": { "type": "string", "nullable": true }, "certificate_Title_Code": { "type": "string", "nullable": true }, "class_SOC_Of_Issuer": { "type": "string", "nullable": true }, "expiry_Date": { "type": "string", "format": "date-time", "nullable": true }, "inspection_ID": { "type": "string", "nullable": true }, "issue_Date": { "type": "string", "format": "date-time", "nullable": true }, "issuing_Authority": { "type": "string", "nullable": true }, "issuing_Authority_Code": { "type": "string", "nullable": true }, "last_Survey_Date": { "type": "string", "format": "date-time", "nullable": true }, "latest_Survey_Place": { "type": "string", "nullable": true }, "latest_Survey_Place_Code": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "other_Issuing_Authority": { "type": "string", "nullable": true }, "other_Survey_Authority": { "type": "string", "nullable": true }, "survey_Authority": { "type": "string", "nullable": true }, "survey_Authority_Code": { "type": "string", "nullable": true }, "survey_Authority_Type": { "type": "string", "nullable": true }, "inspection_Date": { "type": "string", "nullable": true }, "inspected_By": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipCertificateDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "certificate_ID": { "type": "string", "nullable": true }, "certificate_Title": { "type": "string", "nullable": true }, "certificate_Title_Code": { "type": "string", "nullable": true }, "class_SOC_Of_Issuer": { "type": "string", "nullable": true }, "expiry_Date": { "type": "string", "format": "date-time", "nullable": true }, "inspection_ID": { "type": "string", "nullable": true }, "issue_Date": { "type": "string", "format": "date-time", "nullable": true }, "issuing_Authority": { "type": "string", "nullable": true }, "issuing_Authority_Code": { "type": "string", "nullable": true }, "last_Survey_Date": { "type": "string", "format": "date-time", "nullable": true }, "latest_Survey_Place": { "type": "string", "nullable": true }, "latest_Survey_Place_Code": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "other_Issuing_Authority": { "type": "string", "nullable": true }, "other_Survey_Authority": { "type": "string", "nullable": true }, "survey_Authority": { "type": "string", "nullable": true }, "survey_Authority_Code": { "type": "string", "nullable": true }, "survey_Authority_Type": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipCountResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "periodsCount": { "type": "integer", "format": "int32" }, "shipYearMonthCount": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.YearMonthCount" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "alterationsDescriptiveNarrative": { "type": "string", "nullable": true }, "auxiliaryEnginesNarrative": { "type": "string", "nullable": true }, "auxiliaryGeneratorsDescriptiveNarrative": { "type": "string", "nullable": true }, "baleCapacity": { "type": "string", "nullable": true }, "bareboatCharterCompanyCode": { "type": "string", "nullable": true }, "bareboatCharterEffectiveDate": { "type": "string", "nullable": true }, "bareboatCharterCountryOfControlCode": { "type": "string", "nullable": true }, "bareboatCharterCountryOfControl": { "type": "string", "nullable": true }, "bareboatCharterCountryOfDomicileCode": { "type": "string", "nullable": true }, "bareboatCharterCountryOfDomicile": { "type": "string", "nullable": true }, "bareboatCharterCountryOfRegistrationCode": { "type": "string", "nullable": true }, "bareboatCharterCountryOfRegistration": { "type": "string", "nullable": true }, "bareboatCharterCompany": { "type": "string", "nullable": true }, "bollardPull": { "type": "string", "nullable": true }, "boilersDescriptiveNarrative": { "type": "string", "nullable": true }, "boilerManufacturer": { "type": "string", "nullable": true }, "bowDischargeFacility": { "type": "string", "nullable": true }, "bowLoadingFacility": { "type": "string", "nullable": true }, "bowStoppersNo": { "type": "string", "nullable": true }, "bowStoppersSWL": { "type": "string", "nullable": true }, "bowStoppersType": { "type": "string", "nullable": true }, "bowToCentreManifold": { "type": "string", "nullable": true }, "breadth": { "type": "string", "nullable": true }, "bulbousBow": { "type": "string", "nullable": true }, "breadthExtreme": { "type": "string", "nullable": true }, "breadthMoulded": { "type": "string", "nullable": true }, "bunkersDescriptiveNarrative": { "type": "string", "nullable": true }, "callSign": { "type": "string", "nullable": true }, "cancelDate": { "type": "string", "nullable": true }, "cargoCapacitiesNarrative": { "type": "string", "nullable": true }, "cargoGradesSegregations": { "type": "string", "nullable": true }, "cargoManifoldType": { "type": "string", "nullable": true }, "cargoTankCoatings": { "type": "string", "nullable": true }, "cargoTankHeatExchangerMaterial": { "type": "string", "nullable": true }, "cargoTankHeatExchangers": { "type": "string", "nullable": true }, "casualtyDate": { "type": "string", "nullable": true }, "chartererLatestReported": { "type": "string", "nullable": true }, "chartererLatestReportedOffFixture": { "type": "string", "nullable": true }, "chartererLatestReportedOnFixture": { "type": "string", "nullable": true }, "classNarrative": { "type": "string", "nullable": true }, "classificationSociety": { "type": "string", "nullable": true }, "classificationSocietyCode": { "type": "string", "nullable": true }, "cleanBallastCapacity": { "type": "string", "nullable": true }, "clearDeckArea_m2": { "type": "string", "nullable": true }, "clearHeightOfROROLanes": { "type": "string", "nullable": true }, "closedLoadingSystem": { "type": "string", "nullable": true }, "compensatedGrossTonnageCGT": { "type": "string", "nullable": true }, "contractDate": { "type": "string", "nullable": true }, "constructionDescriptiveNarrative": { "type": "string", "nullable": true }, "consumptionSpeed1": { "type": "string", "nullable": true }, "consumptionSpeed2": { "type": "string", "nullable": true }, "consumptionValue1": { "type": "string", "nullable": true }, "consumptionValue2": { "type": "string", "nullable": true }, "conversionDateLatest": { "type": "string", "nullable": true }, "coreShipInd": { "type": "string", "nullable": true }, "countryOfBreaking": { "type": "string", "nullable": true }, "countryOfBuild": { "type": "string", "nullable": true }, "countryOfBuildCode": { "type": "string", "nullable": true }, "countryOfEconomicBenefit": { "type": "string", "nullable": true }, "craneSWL": { "type": "string", "nullable": true }, "crudeOilWashingCOW": { "type": "string", "nullable": true }, "dateBreakingCommenced": { "type": "string", "nullable": true }, "dateOfBuild": { "type": "string", "nullable": true }, "dateOfBuildConversionInd": { "type": "string", "nullable": true }, "dateOfBuildConvertedDate": { "type": "string", "format": "date-time", "nullable": true }, "dateOfLastInspection": { "type": "string", "format": "date-time", "nullable": true }, "deadweight": { "type": "string", "nullable": true }, "deathDate": { "type": "string", "nullable": true }, "deliveryDate": { "type": "string", "nullable": true }, "deliveryDateConversionInd": { "type": "string", "nullable": true }, "deliveryDateConvertedDate": { "type": "string", "format": "date-time", "nullable": true }, "depth": { "type": "string", "nullable": true }, "derrickSWL": { "type": "string", "nullable": true }, "dischargeDiameterOfCargoManifold": { "type": "string", "nullable": true }, "displacement": { "type": "string", "nullable": true }, "docCompany": { "type": "string", "nullable": true }, "docCountryOfControl": { "type": "string", "nullable": true }, "docCompanyCountryOfDomicileCode": { "type": "string", "nullable": true }, "documentOfComplianceDOCCompanyCode": { "type": "string", "nullable": true }, "docCompanyCountryOfDomicile": { "type": "string", "nullable": true }, "docCountryOfRegistration": { "type": "string", "nullable": true }, "draught": { "type": "string", "nullable": true }, "exName": { "type": "string", "nullable": true }, "fairplayID": { "type": "string", "nullable": true }, "fishingNumber": { "type": "string", "nullable": true }, "flagCode": { "type": "string", "nullable": true }, "flagEffectiveDate": { "type": "string", "nullable": true }, "flagName": { "type": "string", "nullable": true }, "flashPointOver60c": { "type": "string", "nullable": true }, "flashPointUnder60c": { "type": "string", "nullable": true }, "formulaDWT": { "type": "string", "nullable": true }, "freeboard": { "type": "string", "nullable": true }, "fuelConsumptionMainEnginesOnly": { "type": "string", "nullable": true }, "fuelConsumptionTotal": { "type": "string", "nullable": true }, "fuelType1Capacity": { "type": "string", "nullable": true }, "fuelType1Code": { "type": "string", "nullable": true }, "fuelType1First": { "type": "string", "nullable": true }, "fuelType2Capacity": { "type": "string", "nullable": true }, "fuelType2Code": { "type": "string", "nullable": true }, "fuelType2Second": { "type": "string", "nullable": true }, "gasCapacity": { "type": "string", "nullable": true }, "gearDescriptiveNarrative": { "type": "string", "nullable": true }, "gearNoLargest": { "type": "string", "nullable": true }, "gearTypeLargest": { "type": "string", "nullable": true }, "gearSWLLargest": { "type": "string", "nullable": true }, "gearless": { "type": "string", "nullable": true }, "grainCapacity": { "type": "string", "nullable": true }, "grossTonnage": { "type": "string", "nullable": true }, "groupBeneficialOwner": { "type": "string", "nullable": true }, "groupBeneficialOwnerCompanyCode": { "type": "string", "nullable": true }, "groupBeneficialOwnerCountryOfControl": { "type": "string", "nullable": true }, "groupBeneficialOwnerCountryOfDomicile": { "type": "string", "nullable": true }, "groupBeneficialOwnerCountryOfDomicileCode": { "type": "string", "nullable": true }, "groupBeneficialOwnerCountryOfRegistration": { "type": "string", "nullable": true }, "hatchesDescriptiveNarrative": { "type": "string", "nullable": true }, "heatingCoilsInCargoTanks": { "type": "string", "nullable": true }, "heatingCoilsInSlopTanks": { "type": "string", "nullable": true }, "heatingCoilsMaterial": { "type": "string", "nullable": true }, "heightOfROROLanes": { "type": "string", "nullable": true }, "holdsDescriptiveNarrative": { "type": "string", "nullable": true }, "hullMaterial": { "type": "string", "nullable": true }, "hullMaterialCode": { "type": "string", "nullable": true }, "hullShapeCode": { "type": "string", "nullable": true }, "hullType": { "type": "string", "nullable": true }, "hullTypeCode": { "type": "string", "nullable": true }, "iceCapabilityDescriptiveNarrative": { "type": "string", "nullable": true }, "imoChemicalClassI": { "type": "string", "nullable": true }, "imoChemicalClassII": { "type": "string", "nullable": true }, "imoChemicalClassIII": { "type": "string", "nullable": true }, "inertGasSystemIGS": { "type": "string", "nullable": true }, "inmarsatNumberSatCommID": { "type": "string", "nullable": true }, "insulatedCapacity": { "type": "string", "nullable": true }, "keelLaidDate": { "type": "string", "nullable": true }, "keelLaidDateConversionInd": { "type": "string", "nullable": true }, "keelLaidDateConvertedDate": { "type": "string", "format": "date-time", "nullable": true }, "keelToMastHeight": { "type": "string", "nullable": true }, "lanesDoorsRampsNarrative": { "type": "string", "nullable": true }, "largestHatchBreadth": { "type": "string", "nullable": true }, "largestHatchLength": { "type": "string", "nullable": true }, "lastUpdateDate": { "type": "string", "format": "date-time", "nullable": true }, "lastUpdateDateString": { "type": "string", "nullable": true }, "launchDate": { "type": "string", "nullable": true }, "launchDateConversionInd": { "type": "string", "nullable": true }, "launchDateConvertedDate": { "type": "string", "format": "date-time", "nullable": true }, "leadShipInSeriesByIMONumber": { "type": "string", "nullable": true }, "legalAnnex4": { "type": "string", "nullable": true }, "legalAnnex5": { "type": "string", "nullable": true }, "legalDai": { "type": "string", "nullable": true }, "legalFlagDisputed": { "type": "string", "nullable": true }, "legalFlag": { "type": "string", "nullable": true }, "legalFlagHistory": { "type": "string", "nullable": true }, "legalOwnershipHistory": { "type": "string", "nullable": true }, "legalOverall": { "type": "string", "nullable": true }, "legalOwnershipFatf": { "type": "string", "nullable": true }, "legalOwnership": { "type": "string", "nullable": true }, "legalBeSanctionedCompany": { "type": "string", "nullable": true }, "legalEuSanctionedCompany": { "type": "string", "nullable": true }, "legalOwnerOfac": { "type": "string", "nullable": true }, "legalUnsanctionedCompany": { "type": "string", "nullable": true }, "legalOwnershipOwnerFatf": { "type": "string", "nullable": true }, "legalOwnershipOwner": { "type": "string", "nullable": true }, "legalPortCall1Y": { "type": "string", "nullable": true }, "legalPortCall3M": { "type": "string", "nullable": true }, "legalPortCall180D": { "type": "string", "nullable": true }, "legalEuSanctioned": { "type": "string", "nullable": true }, "legalShipNonSdn": { "type": "string", "nullable": true }, "legalShip": { "type": "string", "nullable": true }, "legalUnsanctioned": { "type": "string", "nullable": true }, "shipOverallComplianceStatus": { "type": "string", "nullable": true }, "shipANNEX4SuspectedSTSTransferswithNKorea": { "type": "string", "nullable": true }, "shipANNEX5SuspectedExportOfNKoreanCoal": { "type": "string", "nullable": true }, "shipDarkActivityIndicator": { "type": "string", "nullable": true }, "shipFlagDisputed": { "type": "string", "nullable": true }, "shipFlagSanctionedCountry": { "type": "string", "nullable": true }, "shipHistoricalFlagSanctionedCountry": { "type": "string", "nullable": true }, "shipOwnerHistoricalOFACSanctionedCountry": { "type": "string", "nullable": true }, "shipOwnerFATFJurisdiction": { "type": "string", "nullable": true }, "shipOwnerOFACSanctionedCountry": { "type": "string", "nullable": true }, "shipOwnerBESSanctionList": { "type": "string", "nullable": true }, "shipOwnerEUSanctionList": { "type": "string", "nullable": true }, "shipOwnerOFACSanctionList": { "type": "string", "nullable": true }, "shipOwnerUNSanctionList": { "type": "string", "nullable": true }, "shipOwnerParentFATFJurisdiction": { "type": "string", "nullable": true }, "shipOwnerParentOFACSanctionedCountry": { "type": "string", "nullable": true }, "shipSanctionedCountryPortCallLast12m": { "type": "string", "nullable": true }, "shipSanctionedCountryPortCallLast3m": { "type": "string", "nullable": true }, "shipSanctionedCountryPortCallLast6m": { "type": "string", "nullable": true }, "shipEUSanctionList": { "type": "string", "nullable": true }, "shipOFACNonSDNSanctionList": { "type": "string", "nullable": true }, "shipOFACSanctionList": { "type": "string", "nullable": true }, "shipUNSanctionList": { "type": "string", "nullable": true }, "shipOFACSSIList": { "type": "string", "nullable": true }, "shipOwnerCanadianSanctionList": { "type": "string", "nullable": true }, "shipOwnerAustralianSanctionList": { "type": "string", "nullable": true }, "shipUSTreasuryOFACAdvisoryList": { "type": "string", "nullable": true }, "shipSwissSanctionList": { "type": "string", "nullable": true }, "shipOwnerSwissSanctionList": { "type": "string", "nullable": true }, "shipSTSPartnerNonComplianceLast12m": { "type": "string", "nullable": true }, "shipSecurityLegalDisputeEventLast12m": { "type": "string", "nullable": true }, "shipDetailsNoLongerMaintained": { "type": "string", "nullable": true }, "shipBESSanctionList": { "type": "string", "nullable": true }, "shipOwnerParentCompanyNonCompliance": { "type": "string", "nullable": true }, "shipOwnerUAESanctionList": { "type": "string", "nullable": true }, "length": { "type": "string", "nullable": true }, "lengthBetweenPerpendicularsLBP": { "type": "string", "nullable": true }, "lengthOfROROLanes": { "type": "string", "nullable": true }, "lengthOverallLOA": { "type": "string", "nullable": true }, "lengthRegistered": { "type": "string", "nullable": true }, "lightDisplacementTonnage": { "type": "string", "nullable": true }, "linesPerSide": { "type": "string", "nullable": true }, "liquidCapacity": { "type": "string", "nullable": true }, "ihslRorIMOShipNo": { "type": "string", "nullable": true }, "mainEngineBore": { "type": "string", "nullable": true }, "mainEngineBuilder": { "type": "string", "nullable": true }, "mainEngineBuilderCode": { "type": "string", "nullable": true }, "mainEngineDesigner": { "type": "string", "nullable": true }, "mainEngineDesignerCode": { "type": "string", "nullable": true }, "mainEngineDesignerGroup": { "type": "string", "nullable": true }, "mainEngineDesignerGroupCode": { "type": "string", "nullable": true }, "mainEngineModel": { "type": "string", "nullable": true }, "mainEngineNumberOfCylinders": { "type": "string", "nullable": true }, "mainEngineRPM": { "type": "string", "nullable": true }, "mainEngineStrokeType": { "type": "string", "nullable": true }, "mainEngineType": { "type": "string", "nullable": true }, "manifoldHeightAtBallastCondition": { "type": "string", "nullable": true }, "manifoldHeightAtLadenCondition": { "type": "string", "nullable": true }, "maritimeMobileServiceIdentityMMSINumber": { "type": "string", "nullable": true }, "marpoL13GPhaseOutCategory": { "type": "string", "nullable": true }, "midPointManifoldAftBallast": { "type": "string", "nullable": true }, "midPointManifoldAftLaden": { "type": "string", "nullable": true }, "midPointManifoldAftLight": { "type": "string", "nullable": true }, "midPointManifoldForwardBallast": { "type": "string", "nullable": true }, "midPointManifoldForwardLaden": { "type": "string", "nullable": true }, "midPointManifoldForwardLight": { "type": "string", "nullable": true }, "multiLoadLines": { "type": "string", "nullable": true }, "netTonnage": { "type": "string", "nullable": true }, "newbuildPrice": { "type": "string", "nullable": true }, "newbuildPriceCurrency": { "type": "string", "nullable": true }, "newbuildPriceUSD": { "type": "string", "nullable": true }, "newbuildSubStatus": { "type": "string", "nullable": true }, "newbuildSubStatusNote": { "type": "string", "nullable": true }, "newconstructionDateConversionInd": { "type": "string", "nullable": true }, "newconstructionEntryDate": { "type": "string", "nullable": true }, "newConstructionEntryDateConverted": { "type": "string", "format": "date-time", "nullable": true }, "nonSpecificCargoCoatingTarEpoxy": { "type": "string", "nullable": true }, "nonSpecificSlopCoatingTarEpoxy": { "type": "string", "nullable": true }, "numberOfAllEngines": { "type": "string", "nullable": true }, "numberOfAuxiliaryEngines": { "type": "string", "nullable": true }, "numberOfCabins": { "type": "string", "nullable": true }, "numberOfCargoPumps": { "type": "string", "nullable": true }, "numberOfCargoTanks": { "type": "string", "nullable": true }, "numberOfCars": { "type": "string", "nullable": true }, "numberOfDecks": { "type": "string", "nullable": true }, "numberOfGenerators": { "type": "string", "nullable": true }, "numberOfHatches": { "type": "string", "nullable": true }, "numberOfHolds": { "type": "string", "nullable": true }, "numberOfMainEngines": { "type": "string", "nullable": true }, "numberOfPropulsionUnits": { "type": "string", "nullable": true }, "numberOfRamps": { "type": "string", "nullable": true }, "numberOfROROLanes": { "type": "string", "nullable": true }, "numberOfRORORamps": { "type": "string", "nullable": true }, "numberOfSlopTanks": { "type": "string", "nullable": true }, "numberOfTanks": { "type": "string", "nullable": true }, "numberOfThrusters": { "type": "string", "nullable": true }, "officialNumber": { "type": "string", "nullable": true }, "operator": { "type": "string", "nullable": true }, "operatorCompanyCode": { "type": "string", "nullable": true }, "operatorCountryOfControl": { "type": "string", "nullable": true }, "operatorCountryOfDomicileCode": { "type": "string", "nullable": true }, "operatorCountryOfDomicileName": { "type": "string", "nullable": true }, "operatorCountryOfRegistration": { "type": "string", "nullable": true }, "panamaCanalNetTonnagePCNT": { "type": "string", "nullable": true }, "pandIClub": { "type": "string", "nullable": true }, "pandIClubCode": { "type": "string", "nullable": true }, "parallelBodyLengthBallast": { "type": "string", "nullable": true }, "parallelBodyLengthLaden": { "type": "string", "nullable": true }, "parallelBodyLengthLight": { "type": "string", "nullable": true }, "passengerCapacity": { "type": "string", "nullable": true }, "passengersBerthed": { "type": "string", "nullable": true }, "permanentBallastCapacity": { "type": "string", "nullable": true }, "photoPresent": { "type": "string", "nullable": true }, "placeOfBreaking": { "type": "string", "nullable": true }, "portOfRegistryCode": { "type": "string", "nullable": true }, "portOfRegistry": { "type": "string", "nullable": true }, "portOfRegistryFullCode": { "type": "string", "nullable": true }, "powerBHPIHPSHPMax": { "type": "string", "nullable": true }, "powerBHPIHPSHPService": { "type": "string", "nullable": true }, "powerKWMax": { "type": "string", "nullable": true }, "powerKWService": { "type": "string", "nullable": true }, "primeMoverDescriptiveNarrative": { "type": "string", "nullable": true }, "primeMoverDescriptiveOverviewNarrative": { "type": "string", "nullable": true }, "propellerManufacturer": { "type": "string", "nullable": true }, "propellerType": { "type": "string", "nullable": true }, "propulsionType": { "type": "string", "nullable": true }, "propulsionTypeCode": { "type": "string", "nullable": true }, "pumpingCapacityM3": { "type": "string", "nullable": true }, "rampLocation": { "type": "string", "nullable": true }, "rampSWL": { "type": "string", "nullable": true }, "recyclingDateArrival": { "type": "string", "nullable": true }, "recyclingDateCommenced": { "type": "string", "nullable": true }, "recyclingCountry": { "type": "string", "nullable": true }, "recyclingCountryCode": { "type": "string", "nullable": true }, "recyclingPerLDTPrice": { "type": "string", "nullable": true }, "recyclingShipbreaker": { "type": "string", "nullable": true }, "recyclingTotalPrice": { "type": "string", "nullable": true }, "reeferPoints": { "type": "string", "nullable": true }, "registeredOwner": { "type": "string", "nullable": true }, "registeredOwnerCode": { "type": "string", "nullable": true }, "registeredOwnerCountryOfControl": { "type": "string", "nullable": true }, "registeredOwnerCountryOfDomicile": { "type": "string", "nullable": true }, "registeredOwnerCountryOfDomicileCode": { "type": "string", "nullable": true }, "registeredOwnerCountryOfRegistration": { "type": "string", "nullable": true }, "safetyManagementCertificateAuditor": { "type": "string", "nullable": true }, "safetyManagementCertificateConventionOrVol": { "type": "string", "nullable": true }, "safetyManagementCertificateDateExpires": { "type": "string", "nullable": true }, "safetyManagementCertificateDateIssued": { "type": "string", "nullable": true }, "safetyManagementCertificateDOCCompany": { "type": "string", "nullable": true }, "safetyManagementCertificateFlag": { "type": "string", "nullable": true }, "safetyManagementCertificateIssuer": { "type": "string", "nullable": true }, "safetyManagementCertificateOtherDescription": { "type": "string", "nullable": true }, "safetyManagementCertificateShipName": { "type": "string", "nullable": true }, "safetyManagementCertificateShipType": { "type": "string", "nullable": true }, "safetyManagementCertificateSource": { "type": "string", "nullable": true }, "saleDate": { "type": "string", "nullable": true }, "salePriceUSD": { "type": "string", "nullable": true }, "sbtplsbtProtectedLocation": { "type": "string", "nullable": true }, "segregatedBallastCapacity": { "type": "string", "nullable": true }, "segregatedBallastTanks": { "type": "string", "nullable": true }, "shipManager": { "type": "string", "nullable": true }, "shipManagerCompanyCode": { "type": "string", "nullable": true }, "shipManagerCountryOfControl": { "type": "string", "nullable": true }, "shipManagerCountryOfDomicileName": { "type": "string", "nullable": true }, "shipManagerCountryOfDomicileCode": { "type": "string", "nullable": true }, "shipManagerCountryOfRegistration": { "type": "string", "nullable": true }, "shipName": { "type": "string", "nullable": true }, "shipStatus": { "type": "string", "nullable": true }, "shipStatusCode": { "type": "string", "nullable": true }, "shipStatusEffectiveDate": { "type": "string", "nullable": true }, "shipbuilder": { "type": "string", "nullable": true }, "shipbuilderCompanyCode": { "type": "string", "nullable": true }, "shipbuilderFullStyle": { "type": "string", "nullable": true }, "shipbuilderFullStyleSBR": { "type": "string", "nullable": true }, "shipbuilderSubContractor": { "type": "string", "nullable": true }, "shipbuilderSubContractorCode": { "type": "string", "nullable": true }, "shipbuilderSubContractorShipyardYardHullNo": { "type": "string", "nullable": true }, "shiptypeGroup": { "type": "string", "nullable": true }, "shiptypeLevel2": { "type": "string", "nullable": true }, "shiptypeLevel3": { "type": "string", "nullable": true }, "shiptypeLevel4": { "type": "string", "nullable": true }, "shiptypeLevel5": { "type": "string", "nullable": true }, "shiptypeLevel5HullType": { "type": "string", "nullable": true }, "shiptypeLevel5SubGroup": { "type": "string", "nullable": true }, "shiptypeLevel5SubType": { "type": "string", "nullable": true }, "singlePointMooring": { "type": "string", "nullable": true }, "slopTankCapacity": { "type": "string", "nullable": true }, "slopTankCoatings": { "type": "string", "nullable": true }, "specialTanksDescriptiveNarrative": { "type": "string", "nullable": true }, "specialistTankerNarrative": { "type": "string", "nullable": true }, "speed": { "type": "string", "nullable": true }, "speedMax": { "type": "string", "nullable": true }, "speedService": { "type": "string", "nullable": true }, "standardShipDesign": { "type": "string", "nullable": true }, "statCode5": { "type": "string", "nullable": true }, "sternDischargeFacility": { "type": "string", "nullable": true }, "sternLoadingFacility": { "type": "string", "nullable": true }, "suezCanalNetTonnageSCNT": { "type": "string", "nullable": true }, "tankCoatingsNarrative": { "type": "string", "nullable": true }, "tanksDescriptiveNarrative": { "type": "string", "nullable": true }, "technicalManager": { "type": "string", "nullable": true }, "technicalManagerCode": { "type": "string", "nullable": true }, "technicalManagerCountryOfControl": { "type": "string", "nullable": true }, "technicalManagerCountryOfDomicile": { "type": "string", "nullable": true }, "technicalManagerCountryOfDomicileCode": { "type": "string", "nullable": true }, "technicalManagerCountryOfRegistration": { "type": "string", "nullable": true }, "tempMaximum": { "type": "string", "nullable": true }, "tempMinimum": { "type": "string", "nullable": true }, "teu": { "type": "string", "nullable": true }, "teuCapacity14THomogenous": { "type": "string", "nullable": true }, "thrustersDescriptiveNarrative": { "type": "string", "nullable": true }, "tonnageEffectiveDate": { "type": "string", "nullable": true }, "tonnageSystem69Convention": { "type": "string", "nullable": true }, "tonnesPerCentimetreImmersionTPCI": { "type": "string", "nullable": true }, "totalBunkerCapacity": { "type": "string", "nullable": true }, "totalHorsepowerOfAuxiliaryGenerators": { "type": "string", "nullable": true }, "totalHorsepowerOfMainEngines": { "type": "string", "nullable": true }, "totalHorsepowerOfMainGenerators": { "type": "string", "nullable": true }, "totalKilowattsOfMainEngines": { "type": "string", "nullable": true }, "totalPowerOfAllEngines": { "type": "string", "nullable": true }, "totalPowerOfAuxiliaryEngines": { "type": "string", "nullable": true }, "tveExpiryDate": { "type": "string", "nullable": true }, "vapourRecoverySystem": { "type": "string", "nullable": true }, "widthOfROROLanes": { "type": "string", "nullable": true }, "yardNumber": { "type": "string", "nullable": true }, "yearOfBuild": { "type": "string", "nullable": true }, "numberofMotors": { "type": "string", "nullable": true }, "totalPowerofMotors": { "type": "string", "nullable": true }, "mainEngineTypeCode": { "type": "string", "nullable": true }, "cargoOtherType": { "type": "string", "nullable": true }, "cargoOtherCapacity": { "type": "string", "nullable": true }, "nuclearPowerIndicator": { "type": "string", "nullable": true }, "auxPropulsionIndicator": { "type": "string", "nullable": true }, "mainEngineReEngineIndicator": { "type": "string", "nullable": true }, "mainEngineTypeOfInstallation": { "type": "string", "nullable": true }, "mainEngineTypeOfInstallationDecode": { "type": "string", "nullable": true }, "eedi": { "type": "string", "nullable": true }, "mainEngineStrokeCycle": { "type": "string", "nullable": true }, "eexi": { "type": "string", "nullable": true }, "alternativeDraught": { "type": "string", "nullable": true }, "alternativeDWT": { "type": "string", "nullable": true }, "additionalInformation": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAdditionalInformationDetail" }, "nullable": true }, "arrangements": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSArrangementsDetail" }, "nullable": true }, "auxEngine": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAuxEngineDetail" }, "nullable": true }, "auxGenerator": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSAuxGeneratorDetail" }, "nullable": true }, "boiler": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSBoilerDetail" }, "nullable": true }, "boilersExpanded": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSBoilersExpandedDetail" }, "nullable": true }, "builderAddress": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSBuilderAddressDetail" }, "nullable": true }, "capacities": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCapacitiesDetail" }, "nullable": true }, "cargoPump": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCargoPumpDetail" }, "nullable": true }, "classCurrent": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSClassCurrentDetail" }, "nullable": true }, "classHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSClassHistoryDetail" }, "nullable": true }, "classHistorySince2000": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSClassHistoryDetail" }, "nullable": true }, "classWithdrawn": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSClassWithdrawnDetail" }, "nullable": true }, "crewList": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCrewListDetail" }, "nullable": true }, "companyCompliance": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyCompliance" }, "nullable": true }, "companyComplianceDetails": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyComplianceDetails" }, "nullable": true }, "company": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyDetail" }, "nullable": true }, "companyDetailsAndParent": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyDetailsAndParentCodeDetail" }, "nullable": true }, "companyDetailsComplex": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyDetailsComplexDetail" }, "nullable": true }, "companyDetailsComplexAndParentCode": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyDetailsComplexAndParentCodeDetail" }, "nullable": true }, "companyDetailsComplexWithCodes": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyDetailsComplexWithCodesDetail" }, "nullable": true }, "companyDetailsComplexWithCodesAndParent": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyDetailsComplexWithCodesAndParentDetail" }, "nullable": true }, "companyDetailsWithCodes": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyDetailsWithCodesDetail" }, "nullable": true }, "companyDetailsWithCodesAndParentCode": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyDetailsWithCodesAndParentCodeDetail" }, "nullable": true }, "companyFleetCounts": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyFleetCountsDetail" }, "nullable": true }, "companyOrderBookCounts": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyOrderBookCountsDetail" }, "nullable": true }, "companyPersonnel": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyPersonnelDetail" }, "nullable": true }, "companyVesselRelationships": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSCompanyVesselRelationshipsDetail" }, "nullable": true }, "darkActivityConfirmed": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSDarkActivityConfirmed" }, "nullable": true }, "defect": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSDefectDetail" }, "nullable": true }, "destination": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSDestinationDetail" }, "nullable": true }, "docHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSDOCHistoryDetail" }, "nullable": true }, "docHistorySince2000": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSDOCHistoryDetail" }, "nullable": true }, "engineBuilder": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSEngineBuilderDetail" }, "nullable": true }, "fixture": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSFixtureDetail" }, "nullable": true }, "fixture3Months": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSFixtureDetail" }, "nullable": true }, "flagHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSFlagHistoryDetail" }, "nullable": true }, "flagHistorySince2000": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSFlagHistoryDetail" }, "nullable": true }, "flagStateSpecial": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSFlagStateSpecialDetail" }, "nullable": true }, "grossTonnageHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSGrossTonnageHistoryDetail" }, "nullable": true }, "groupBeneficialOwnerHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSGroupBeneficialOwnerHistoryDetail" }, "nullable": true }, "groupBeneficialOwnerHistorySince2000": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSGroupBeneficialOwnerHistoryDetail" }, "nullable": true }, "iceClass": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSIceClassDetail" }, "nullable": true }, "inspection": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSInspectionDetail" }, "nullable": true }, "investigationIndicators": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSInvestigationIndicatorsDetail" }, "nullable": true }, "lastRecordedPortOfCall": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSLastRecordedPortOfCallDetail" }, "nullable": true }, "liftingGear": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSLiftingGearDetail" }, "nullable": true }, "mainEngine": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSMainEngineDetail" }, "nullable": true }, "mainGenerator": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSMainGeneratorDetail" }, "nullable": true }, "nameHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSNameHistoryDetail" }, "nullable": true }, "nameHistorySince2000": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSNameHistoryDetail" }, "nullable": true }, "ofacReport": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSOFACReportDetail" }, "nullable": true }, "operatorHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSOperatorHistoryDetail" }, "nullable": true }, "operatorHistorySince2000": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSOperatorHistoryDetail" }, "nullable": true }, "ownerHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSOwnerHistoryDetail" }, "nullable": true }, "ownerHistorySince2000": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSOwnerHistoryDetail" }, "nullable": true }, "pandIHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSPandIHistory" }, "nullable": true }, "propellers": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSPropellerDetail" }, "nullable": true }, "recentTerrestrialPositions": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSRecentTerrestrialPositionDetail" }, "nullable": true }, "roroDoors": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSRORODoorsDetail" }, "nullable": true }, "roroRamps": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSRORORampsDetail" }, "nullable": true }, "sales": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSSalesDetail" }, "nullable": true }, "safetyManagementCertificateHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSSafetyManagementCertificateHistoryDetail" }, "nullable": true }, "scrubberDetails": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSScrubberDetail" }, "nullable": true }, "shipCertificates": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipCertificateDetail" }, "nullable": true }, "shipCertificatesAll": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipCertificateAllDetail" }, "nullable": true }, "shipBuilderDetail": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipBuilderDetail" }, "nullable": true }, "shipBuilderAndSubContractor": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipBuilderAndSubContractorDetail" }, "nullable": true }, "shipBuilderHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipBuilderHistoryDetail" }, "nullable": true }, "shipManagerHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipManagerHistoryDetail" }, "nullable": true }, "shipManagerHistorySince2000": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipManagerHistoryDetail" }, "nullable": true }, "shipThumbsIndex": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipThumbsIndexDetail" }, "nullable": true }, "shipTrackHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipTrackHistoryDetail" }, "nullable": true }, "shipTypeHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipTypeHistoryDetail" }, "nullable": true }, "sisterShipLinks": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSSisterShipLinks" }, "nullable": true }, "specialFeature": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSSpecialFeatureDetail" }, "nullable": true }, "statusHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatusHistoryDetail" }, "nullable": true }, "statusHistorySince2000": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatusHistoryDetail" }, "nullable": true }, "stowageCommodity": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStowageCommodityDetail" }, "nullable": true }, "surveyDates": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSSurveyDatesDetail" }, "nullable": true }, "surveyDatesHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSSurveyDatesHistoryDetail" }, "nullable": true }, "tankCoatings": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSTankCoatingsDetail" }, "nullable": true }, "technicalManagerHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSTechnicalManagerHistoryDetail" }, "nullable": true }, "technicalManagerHistorySince2000": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSTechnicalManagerHistoryDetail" }, "nullable": true }, "thirdPartyIdentification": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSThirdPartyIdentificationDetail" }, "nullable": true }, "thrusters": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSThrustersDetail" }, "nullable": true }, "tradingZoneLastSeen": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSTradingZoneLastSeenDetail" }, "nullable": true }, "turboCharger": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSTurboChargerDetail" }, "nullable": true }, "underHijack": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSUnderHijackDetail" }, "nullable": true }, "callSignAndMmsiHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipCallSignAndMmsiHistoryDetail" }, "nullable": true }, "dunsNumbers": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSDUNSNumberDetail" }, "nullable": true }, "surveyDatesHistoryUnique": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.SurveyDatesHistoryUnique" }, "nullable": true }, "bareBoatCharterHistory": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.BareBoatCharterHistory" }, "nullable": true }, "batteries": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.Batteries" }, "nullable": true }, "ballastWaterManagement": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.BallastWaterManagement" }, "nullable": true }, "bareboatCharterCountryControlCodeISO2": { "type": "string", "nullable": true }, "bareboatCharterCountryDomicileCodeISO2": { "type": "string", "nullable": true }, "bareboatCharterCountryRegistrationCodeISO2": { "type": "string", "nullable": true }, "docCompanyCountryDomicileCodeISO2": { "type": "string", "nullable": true }, "docCountryControlCodeISO2": { "type": "string", "nullable": true }, "docCountryRegistrationCodeISO2": { "type": "string", "nullable": true }, "groupOwnerCountryControlCodeISO2": { "type": "string", "nullable": true }, "groupOwnerCountryDomicileCodeISO2": { "type": "string", "nullable": true }, "groupOwnerCountryRegistrationCodeISO2": { "type": "string", "nullable": true }, "operatorCountryControlCodeISO2": { "type": "string", "nullable": true }, "operatorCountryDomicileCodeISO2": { "type": "string", "nullable": true }, "operatorCountryRegistrationCodeISO2": { "type": "string", "nullable": true }, "registeredOwnerCountryControlCodeISO2": { "type": "string", "nullable": true }, "registeredOwnerCountryDomicileCodeISO2": { "type": "string", "nullable": true }, "registeredOwnerCountryRegistrationCodeISO2": { "type": "string", "nullable": true }, "shipManagerCountryControlCodeISO2": { "type": "string", "nullable": true }, "shipManagerCountryDomicileCodeISO2": { "type": "string", "nullable": true }, "shipManagerCountryRegistrationCodeISO2": { "type": "string", "nullable": true }, "technicalManagerCountryControlCodeISO2": { "type": "string", "nullable": true }, "technicalManagerCountryDomicileCodeISO2": { "type": "string", "nullable": true }, "technicalManagerCountryRegistrationCodeISO2": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipManagerHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "companyStatus": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "shipManager": { "type": "string", "nullable": true }, "shipManagerCode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipMultiResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "shipCount": { "type": "integer", "format": "int32" }, "shipResult": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipResult" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "shipCount": { "type": "integer", "format": "int32" }, "apsShipDetail": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipDetail" } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipSearchResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "shipCount": { "type": "integer", "format": "int32" }, "ships": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSShipDetail" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipThumbsIndexDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "copyright": { "type": "string", "nullable": true }, "dateOfPhoto": { "type": "string", "format": "date-time", "nullable": true }, "height": { "type": "string", "nullable": true }, "item_ID": { "type": "string", "nullable": true }, "landScape": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "photoFileName": { "type": "string", "nullable": true }, "width": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipTrackHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "autoID": { "type": "string", "nullable": true }, "lastUpdateReceived": { "type": "string", "format": "date-time", "nullable": true }, "latitude": { "type": "string", "nullable": true }, "longitude": { "type": "string", "nullable": true }, "mmsi": { "type": "string", "nullable": true }, "speed": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSShipTypeHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "effDate": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "shiptype": { "type": "string", "nullable": true }, "shiptypeCode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSSisterShipLinks": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "linkedLRNO": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSSpecialFeatureDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "specialFeature": { "type": "string", "nullable": true }, "specialFeatureCode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSStatus": { "type": "object", "properties": { "systemVersion": { "type": "string", "nullable": true }, "systemDate": { "type": "string", "format": "date-time" }, "jobRunDate": { "type": "string", "format": "date-time" }, "completedOK": { "type": "boolean" }, "errorLevel": { "type": "string", "nullable": true }, "errorMessage": { "type": "string", "nullable": true }, "remedialAction": { "type": "string", "nullable": true }, "guid": { "type": "string", "format": "uuid" } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSStatusHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "status": { "type": "string", "nullable": true }, "statusCode": { "type": "string", "nullable": true }, "statusDate": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSStowageCommodityDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "commodityCode": { "type": "string", "nullable": true }, "commodityDecode": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "stowageCode": { "type": "string", "nullable": true }, "stowageDecode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSSurveyDatesDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "annualSurvey": { "type": "string", "nullable": true }, "classSociety": { "type": "string", "nullable": true }, "classSocietyCode": { "type": "string", "nullable": true }, "continuousHullSurvey": { "type": "string", "nullable": true }, "continuousMachinerySurvey": { "type": "string", "nullable": true }, "dockingSurvey": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "specialSurvey": { "type": "string", "nullable": true }, "specialSurveyLakes": { "type": "string", "nullable": true }, "tailShaftSurvey": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSSurveyDatesHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "classSociety": { "type": "string", "nullable": true }, "classSocietyCode": { "type": "string", "nullable": true }, "continuousSurvey": { "type": "string", "nullable": true }, "dockingSurvey": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "specialSurvey": { "type": "string", "nullable": true }, "tailshaftSurvey": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSTankCoatingsDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "tank_Coat": { "type": "string", "nullable": true }, "tank_Type": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSTechnicalManagerHistoryDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "companyStatus": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "technicalManager": { "type": "string", "nullable": true }, "technicalManagerCode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSThirdPartyIdentificationDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrimoihsno": { "type": "string", "nullable": true }, "officialNumberType": { "type": "string", "nullable": true }, "officialNumber": { "type": "string", "nullable": true }, "seqNo": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSThrustersDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "thrusterType": { "type": "string", "nullable": true }, "thrusterTypeCode": { "type": "string", "nullable": true }, "numberOfThrusters": { "type": "string", "nullable": true }, "thrusterPosition": { "type": "string", "nullable": true }, "thrusterBHP": { "type": "string", "nullable": true }, "thrusterKW": { "type": "string", "nullable": true }, "typeOfInstallation": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSTradingZoneLastSeenDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "tradingZone": { "type": "string", "nullable": true }, "lastSeenDate": { "type": "string", "format": "date-time", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSTurboChargerDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "builder": { "type": "string", "nullable": true }, "countryOfBuild": { "type": "string", "nullable": true }, "design": { "type": "string", "nullable": true }, "designation": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "main_AuxEng": { "type": "string", "nullable": true }, "model": { "type": "string", "nullable": true }, "sequenceNumber": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.APSUnderHijackDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "format": "date-time", "nullable": true }, "eventTimeLine": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.BallastWaterManagement": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "ballastWaterManufacturer": { "type": "string", "nullable": true }, "ballastWaterModel": { "type": "string", "nullable": true }, "ballastWaterClassNotation": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.BareBoatCharterHistory": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "sequence": { "type": "string", "nullable": true }, "effectiveDate": { "type": "string", "nullable": true }, "bbChartererCode": { "type": "string", "nullable": true }, "bbCharterer": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.Batteries": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "batteryManufacturer": { "type": "string", "nullable": true }, "batteryCapacitykWh": { "type": "string", "nullable": true }, "batteryVoltageMaxVDC": { "type": "string", "nullable": true }, "batteryVoltageMinVDC": { "type": "string", "nullable": true }, "batteryTechnology": { "type": "string", "nullable": true }, "batteryPropulsionType": { "type": "string", "nullable": true }, "batteryRetrofitted": { "type": "string", "nullable": true }, "batteryRetrofittedYear": { "type": "string", "nullable": true }, "batteryIntegrator": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.Cargo": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "eventID": { "type": "integer", "format": "int32" }, "sequence": { "type": "string", "nullable": true }, "ihslRorIMOShipNo": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "quantity": { "type": "integer", "format": "int32", "nullable": true }, "unitShort": { "type": "string", "nullable": true }, "unit": { "type": "string", "nullable": true }, "text": { "type": "string", "nullable": true }, "cargoDamage": { "type": "string", "nullable": true }, "dangerous": { "type": "string", "nullable": true }, "damage": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.DownloadEntitlementResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "order_Detail_No": { "type": "string", "nullable": true }, "current_Entitlement": { "type": "integer", "format": "int32" }, "download_Count": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.Event": { "type": "object", "properties": { "maritimeAndTradeEventsRequestStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeEventsStatus" }, "maritimeEvent": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeEvent" } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.EventResult": { "type": "object", "properties": { "maritimeAndTradeEventsRequestStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeEventsStatus" }, "eventCount": { "type": "integer", "format": "int32" }, "maritimeEvents": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeEvent" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.HumanCasualty": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "eventID": { "type": "integer", "format": "int32" }, "scope": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "qualifier": { "type": "string", "nullable": true }, "count": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.Location": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "eventID": { "type": "integer", "format": "int32" }, "sequence": { "type": "string", "nullable": true }, "sequenceCode": { "type": "string", "nullable": true }, "locationName": { "type": "string", "nullable": true }, "locationType": { "type": "string", "nullable": true }, "longitude": { "type": "number", "format": "double" }, "latitude": { "type": "number", "format": "double" }, "townName": { "type": "string", "nullable": true }, "offsetDistance": { "type": "number", "format": "double", "nullable": true }, "offsetDirection": { "type": "string", "nullable": true }, "offsetUnitOfMeasureShort": { "type": "string", "nullable": true }, "offsetUnitOfMeasure": { "type": "string", "nullable": true }, "locationAccuracy": { "type": "string", "nullable": true }, "locationAccuracyCode": { "type": "string", "nullable": true }, "environmentLocationStart": { "type": "string", "nullable": true }, "environmentLocationStartCode": { "type": "string", "nullable": true }, "environmentLocationEnd": { "type": "string", "nullable": true }, "environmentLocationEndCode": { "type": "string", "nullable": true }, "casualtyZone": { "type": "string", "nullable": true }, "casualtyZoneCode": { "type": "string", "nullable": true }, "marsdenGridReference": { "type": "integer", "format": "int32", "nullable": true }, "isO31662": { "type": "string", "nullable": true }, "isoName": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.MaritimeAndTradeAssociatedDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "code": { "type": "string", "nullable": true }, "decode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.MaritimeAndTradeAssociatedFlagISODetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "code": { "type": "string", "nullable": true }, "decode": { "type": "string", "nullable": true }, "isO2": { "type": "string", "nullable": true }, "isO3": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.MaritimeAndTradeAssociatedFlagISOResult": { "type": "object", "properties": { "maritimeAndTradeEventsRequestStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeEventsStatus" }, "associatedName": { "type": "string", "nullable": true }, "associatedCount": { "type": "integer", "format": "int32" }, "associatedFlagISODetails": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeAssociatedFlagISODetail" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.MaritimeAndTradeAssociatedResult": { "type": "object", "properties": { "maritimeAndTradeEventsRequestStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeEventsStatus" }, "associatedName": { "type": "string", "nullable": true }, "associatedCount": { "type": "integer", "format": "int32" }, "associatedDetails": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeAssociatedDetail" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.MaritimeAndTradeDownloadEntitlementResult": { "type": "object", "properties": { "maritimeAndTradeEventsRequestStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeEventsStatus" }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "order_Detail_No": { "type": "string", "nullable": true }, "current_Entitlement": { "type": "integer", "format": "int32" }, "download_Count": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.MaritimeAndTradeEventCountResult": { "type": "object", "properties": { "maritimeAndTradeEventsRequestStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeEventsStatus" }, "periodsCount": { "type": "integer", "format": "int32" }, "eventYearMonthCount": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.MaritimeAndTradeYearMonthCount" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.MaritimeAndTradeEventsStatus": { "type": "object", "properties": { "systemVersion": { "type": "string", "nullable": true }, "systemDate": { "type": "string", "format": "date-time" }, "jobRunDate": { "type": "string", "format": "date-time" }, "completedOK": { "type": "boolean" }, "errorLevel": { "type": "string", "nullable": true }, "errorMessage": { "type": "string", "nullable": true }, "remedialAction": { "type": "string", "nullable": true }, "guid": { "type": "string", "format": "uuid" } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.MaritimeAndTradeYearMonthCount": { "type": "object", "properties": { "year": { "type": "integer", "format": "int32" }, "month": { "type": "integer", "format": "int32" }, "count": { "type": "integer", "format": "int32" } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.MaritimeEvent": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "incidentID": { "type": "integer", "format": "int32" }, "eventID": { "type": "integer", "format": "int32" }, "startDate": { "type": "string", "format": "date-time" }, "eventTypeID": { "type": "integer", "format": "int32", "nullable": true }, "eventType": { "type": "string", "nullable": true }, "significance": { "type": "string", "nullable": true }, "headline": { "type": "string", "nullable": true }, "endDate": { "type": "string", "format": "date-time" }, "ihslRorIMOShipNo": { "type": "string", "nullable": true }, "vesselName": { "type": "string", "nullable": true }, "vesselType": { "type": "string", "nullable": true }, "vesselTypeDecode": { "type": "string", "nullable": true }, "vesselFlag": { "type": "string", "nullable": true }, "flag": { "type": "string", "nullable": true }, "cargoLoadingStatusCode": { "type": "string", "nullable": true }, "vesselDWT": { "type": "integer", "format": "int32", "nullable": true }, "vesselGT": { "type": "integer", "format": "int32", "nullable": true }, "ldtAtTime": { "type": "integer", "format": "int32", "nullable": true }, "dateOfBuild": { "type": "integer", "format": "int32", "nullable": true }, "registeredOwnerCodeAtTime": { "type": "string", "nullable": true }, "registeredOwnerAtTime": { "type": "string", "nullable": true }, "registeredOwnerCoDAtTime": { "type": "string", "nullable": true }, "registeredOwnerCountryAtTime": { "type": "string", "nullable": true }, "classSearch": { "type": "string", "nullable": true }, "class": { "type": "string", "nullable": true }, "loadStatus": { "type": "string", "nullable": true }, "weather": { "type": "string", "nullable": true }, "eventTypeDetail": { "type": "string", "nullable": true }, "eventTypeDetailID": { "type": "integer", "format": "int32", "nullable": true }, "casualtyAction": { "type": "string", "nullable": true }, "component": { "type": "string", "nullable": true }, "externalItem": { "type": "string", "nullable": true }, "externalItemCode": { "type": "string", "nullable": true }, "totalLoss": { "type": "string", "nullable": true }, "pollution": { "type": "string", "nullable": true }, "locationName": { "type": "string", "nullable": true }, "townName": { "type": "string", "nullable": true }, "marsdenGridReference": { "type": "integer", "format": "int32", "nullable": true }, "environmentLocation": { "type": "string", "nullable": true }, "casualtyZone": { "type": "string", "nullable": true }, "casualtyZoneCode": { "type": "string", "nullable": true }, "countryCode": { "type": "string", "nullable": true }, "portID": { "type": "string", "nullable": true }, "attemptedBoarding": { "type": "string", "nullable": true }, "description": { "type": "string", "nullable": true }, "endTime": { "type": "string", "format": "date-time", "nullable": true }, "firedUpon": { "type": "string", "nullable": true }, "pollutant": { "type": "string", "nullable": true }, "pollutantUnit": { "type": "string", "nullable": true }, "pollutantQuantity": { "type": "number", "format": "double", "nullable": true }, "publishedDate": { "type": "string", "format": "date-time", "nullable": true }, "serious": { "type": "string", "nullable": true }, "startTime": { "type": "string", "format": "date-time", "nullable": true }, "updated": { "type": "string", "format": "date-time", "nullable": true }, "securityTeamOnBoard": { "type": "string", "nullable": true }, "component2": { "type": "string", "nullable": true }, "cargoes": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.Cargo" }, "nullable": true }, "locations": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.Location" }, "nullable": true }, "humanCasualties": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.HumanCasualty" }, "nullable": true }, "vessels": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.Vessel" }, "nullable": true }, "relationships": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.Relationship" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.PSCAllCertificates": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "certificate_ID": { "type": "string", "nullable": true }, "inspection_ID": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "certificate_Title_Code": { "type": "string", "nullable": true }, "certificate_Title": { "type": "string", "nullable": true }, "issuing_Authority_Code": { "type": "string", "nullable": true }, "issuing_Authority": { "type": "string", "nullable": true }, "class_Soc_of_Issuer": { "type": "string", "nullable": true }, "other_Issuing_Authority": { "type": "string", "nullable": true }, "issue_Date": { "type": "string", "nullable": true }, "expiry_Date": { "type": "string", "format": "date-time", "nullable": true }, "last_Survey_Date": { "type": "string", "format": "date-time", "nullable": true }, "survey_Authority_Code": { "type": "string", "nullable": true }, "survey_Authority": { "type": "string", "nullable": true }, "other_Survey_Authority": { "type": "string", "nullable": true }, "latest_Survey_Place": { "type": "string", "nullable": true }, "latest_Survey_Place_Code": { "type": "string", "nullable": true }, "survey_Authority_Type": { "type": "string", "nullable": true }, "inspection_Date": { "type": "string", "nullable": true }, "inspected_By": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.PSCCertificate": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "certificate_ID": { "type": "string", "nullable": true }, "certificate_Title": { "type": "string", "nullable": true }, "certificate_Title_Code": { "type": "string", "nullable": true }, "class_SOC_Of_Issuer": { "type": "string", "nullable": true }, "expiry_Date": { "type": "string", "format": "date-time", "nullable": true }, "inspection_ID": { "type": "string", "nullable": true }, "issue_Date": { "type": "string", "format": "date-time", "nullable": true }, "issuing_Authority": { "type": "string", "nullable": true }, "issuing_Authority_Code": { "type": "string", "nullable": true }, "last_Survey_Date": { "type": "string", "format": "date-time", "nullable": true }, "latest_Survey_Place": { "type": "string", "nullable": true }, "latest_Survey_Place_Code": { "type": "string", "nullable": true }, "lrno": { "type": "string", "nullable": true }, "other_Issuing_Authority": { "type": "string", "nullable": true }, "other_Survey_Authority": { "type": "string", "nullable": true }, "survey_Authority": { "type": "string", "nullable": true }, "survey_Authority_Code": { "type": "string", "nullable": true }, "survey_Authority_Type": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.PSCDefect": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "action_1": { "type": "string", "nullable": true }, "action_2": { "type": "string", "nullable": true }, "action_3": { "type": "string", "nullable": true }, "action_Code_1": { "type": "string", "nullable": true }, "action_Code_2": { "type": "string", "nullable": true }, "action_Code_3": { "type": "string", "nullable": true }, "amsA_Action_Code_1": { "type": "string", "nullable": true }, "amsA_Action_Code_2": { "type": "string", "nullable": true }, "amsA_Action_Code_3": { "type": "string", "nullable": true }, "class_Is_Responsible": { "type": "string", "nullable": true }, "defect_Code": { "type": "string", "nullable": true }, "defect_ID": { "type": "string", "nullable": true }, "defect_Text": { "type": "string", "nullable": true }, "defective_Item_Code": { "type": "string", "nullable": true }, "detention_Reason_Deficiency": { "type": "string", "nullable": true }, "inspection_ID": { "type": "string", "nullable": true }, "main_Defect_Code": { "type": "string", "nullable": true }, "main_Defect_Text": { "type": "string", "nullable": true }, "nature_Of_Defect_Code": { "type": "string", "nullable": true }, "nature_Of_Defect_DeCode": { "type": "string", "nullable": true }, "other_Action": { "type": "string", "nullable": true }, "other_Recognised_Org_Resp": { "type": "string", "nullable": true }, "recognised_Org_Resp": { "type": "string", "nullable": true }, "recognised_Org_Resp_Code": { "type": "string", "nullable": true }, "recognised_Org_Resp_YN": { "type": "string", "nullable": true }, "isAccidentalDamage": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.PSCDetail": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "authorisation": { "type": "string", "nullable": true }, "callSign": { "type": "string", "nullable": true }, "cargo": { "type": "string", "nullable": true }, "charterer": { "type": "string", "nullable": true }, "class": { "type": "string", "nullable": true }, "country": { "type": "string", "nullable": true }, "inspection_Date": { "type": "string", "format": "date-time", "nullable": true }, "release_Date": { "type": "string", "format": "date-time", "nullable": true }, "ship_Detained": { "type": "string", "nullable": true }, "dead_Weight": { "type": "string", "nullable": true }, "expanded_Inspection": { "type": "string", "nullable": true }, "flag": { "type": "string", "nullable": true }, "follow_Up_Inspection": { "type": "string", "nullable": true }, "gross_Tonnage": { "type": "string", "nullable": true }, "inspection_ID": { "type": "string", "nullable": true }, "inspection_Port_Code": { "type": "string", "nullable": true }, "inspection_Port_Decode": { "type": "string", "nullable": true }, "keel_Laid": { "type": "string", "nullable": true }, "last_Updated": { "type": "string", "format": "date-time", "nullable": true }, "ihslR_or_IMO_Ship_No": { "type": "string", "nullable": true }, "manager": { "type": "string", "nullable": true }, "number_Of_Days_Detained": { "type": "string", "nullable": true }, "number_Of_Defects": { "type": "string", "nullable": true }, "number_Of_Part_Days_Detained": { "type": "string", "nullable": true }, "other_Inspection_Type": { "type": "string", "nullable": true }, "owner": { "type": "string", "nullable": true }, "ship_Name": { "type": "string", "nullable": true }, "ship_Type_Code": { "type": "string", "nullable": true }, "ship_Type_Decode": { "type": "string", "nullable": true }, "source": { "type": "string", "nullable": true }, "unlocode": { "type": "string", "nullable": true }, "year_Of_Build": { "type": "string", "nullable": true }, "pscDefects": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCDefect" }, "nullable": true }, "pscCertificates": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCCertificate" }, "nullable": true }, "pscAllCertificates": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCAllCertificates" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.PSCInspectionsSearchResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "inspectionCount": { "type": "integer", "format": "int32" }, "inspection_IDs": { "type": "array", "items": { "type": "string" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.PSCListResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "periodsCount": { "type": "integer", "format": "int32" }, "pscYearMonthCount": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.YearMonthCount" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.PSCResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "inspectionCount": { "type": "integer", "format": "int32" }, "pscDetail": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCDetail" } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.PSCSearchResult": { "type": "object", "properties": { "apsStatus": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.APSStatus" }, "inspectionCount": { "type": "integer", "format": "int32" }, "inspections": { "type": "array", "items": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.PSCDetail" }, "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.Relationship": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "incidentID": { "type": "string", "nullable": true }, "eventID": { "type": "integer", "format": "int32" }, "relationshipType": { "type": "string", "nullable": true }, "relationshipTypeCode": { "type": "string", "nullable": true }, "eventID2": { "type": "integer", "format": "int32" }, "eventType": { "type": "string", "nullable": true }, "eventTypeCode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.ShipsCategory": { "enum": [ 0, 1, 2 ], "type": "integer", "format": "int32" }, "ShipsEventsPscApi.Models.SurveyDatesHistoryUnique": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "dataSetVersion": { "$ref": "#/components/schemas/ShipsEventsPscApi.Models.WebServiceVersion" }, "lrno": { "type": "string", "nullable": true }, "classSocietyCode": { "type": "string", "nullable": true }, "surveyDate": { "type": "string", "nullable": true }, "surveyType": { "type": "string", "nullable": true }, "classSociety": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.Vessel": { "type": "object", "properties": { "typeId": { "nullable": true, "readOnly": true }, "eventID": { "type": "integer", "format": "int32" }, "ihslRorIMOShipNo": { "type": "string", "nullable": true }, "name": { "type": "string", "nullable": true }, "type": { "type": "string", "nullable": true }, "typeCode": { "type": "string", "nullable": true }, "flag": { "type": "string", "nullable": true }, "movementStatus": { "type": "string", "nullable": true }, "damage": { "type": "string", "nullable": true }, "status": { "type": "string", "nullable": true }, "statusCode": { "type": "string", "nullable": true }, "detailStatus": { "type": "string", "nullable": true }, "detailStatusCode": { "type": "string", "nullable": true }, "callsign": { "type": "string", "nullable": true }, "officialNumber": { "type": "string", "nullable": true }, "gt": { "type": "integer", "format": "int32", "nullable": true }, "dwt": { "type": "integer", "format": "int32", "nullable": true }, "ldt": { "type": "integer", "format": "int32", "nullable": true }, "mmsi": { "type": "string", "nullable": true }, "dateOfBuild": { "type": "integer", "format": "int32", "nullable": true }, "identifier": { "type": "integer", "format": "int32", "nullable": true }, "cargoLoadingStatus": { "type": "string", "nullable": true }, "cargoLoadingStatusCode": { "type": "string", "nullable": true }, "removalType": { "type": "string", "nullable": true }, "removalTypeCode": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.WebServiceVersion": { "type": "object", "properties": { "dataSetVersion": { "type": "string", "nullable": true } }, "additionalProperties": false }, "ShipsEventsPscApi.Models.YearMonthCount": { "type": "object", "properties": { "year": { "type": "integer", "format": "int32" }, "month": { "type": "integer", "format": "int32" }, "count": { "type": "integer", "format": "int32" } }, "additionalProperties": false } }, "securitySchemes": { "Basic": { "type": "http", "description": "Basic authentication added to authorization header", "scheme": "basic" } } }, "security": [ { "Basic": [ ] } ] }