Import a passage plan for one of your managed vessels. Notes
api_key required | string API key: 40-character hexadecimal number |
Content-Type required | string Default: multipart/form-data Request's Content-Type |
imo | integer The International Maritime Organization (IMO) number of the vessel you wish to import the passage plan for |
file | object Input file that contains an ECDIS passage plan. Accepted formats are: CSV, RTZ and RT3 |
protocol | string Response type. Use one of the following: xml, csv, json, jsono (object) |
[- {
- "imo": 9750701,
- "file": "your_file.rtz",
- "suez": "jsono"
}
]
{- "status": [
- {
- "code": "s8",
- "description": "PASSAGE PLAN IMPORTED"
}
]
}