Skip to content

archive

船舶档案查询。

调用方式:

typescript
const data = await client.ship.archive(params);
typescript
import { Ship } from 'loongship-data';

const data = await Ship.archive({ key: 'YOUR_KEY', ...params });

请求参数 (ShipArchiveParams)

参数名类型必填描述
mmsinumber船舶主键。
imostringIMO。
shipnamestring船舶名称。
callsignstring呼号。
keystringUser authorization key. Optional when an instance key or global key is registered.

返回类型: ShipArchiveData

查看类型定义
typescript
export type LoongshipRecord = Record<string, unknown>;