...
Name | Type | Description | Required | Notes |
---|---|---|---|---|
ShipperName | string | Shipper name | Mandatory | |
ConsigneeName | string | Consignee name | Optional | |
BookingReference | string | Booking reference | Mandatory | |
MessageAction | string (Create/Cancel) | Message action type | Mandatory | |
PointOfOriginCode | string | Point of origin code | Mandatory | |
LoadPortFacility | string | Load port facility | Mandatory | |
Vessel | GenericPreadviceVessel | Vessel information | Mandatory | |
shipName | string | Vessel Name | Optional | |
voyageNumber | string | Voyage Number | Optional | |
partnerPortShippingReference | string | Port Vessel reference | Optional | |
NotificationEmails | string[] | List of notification email addresses | Mandatory | |
UserName | string | User name | Mandatory | |
UserReference | string | User reference | Mandatory | |
LineOperatorCode | string | Line operator code | Mandatory | |
LoadPortCode | string | Load port code | Mandatory | |
PortOfDischarge | string | Port of discharge | Mandatory | |
ForeignPortOfDischarge | string | Foreign port of discharge | Optional | |
OverseasDestinationFinal | string | Overseas destination final | Optional |
Container section
Name | Type | Description | Required | Notes |
---|---|---|---|---|
HazardousCertificateBase64 | string | Base64 encoded hazardous certficate | Optional | |
LatestSubmissionStatus | GenericPreadviceContainerSubmission | Latest submission status of the container | Optional | |
CurrentStatus | string | Current status of the container | Optional | |
ContainerNumber | string | Container number | Mandatory | |
AttachedContainerNumbers | List<string> | List of attached container numbers | Optional | |
IsoTypeCode | string | ISO type code for the container | Mandatory | |
FlexiTank | bool? | Indicates if the container is a flexi tank | Optional | |
IsFull | bool? | Indicates if the container is full | Mandatory | |
CommodityCode | string | Commodity code | Mandatory | |
IsNonOperatingReefer | bool? | Indicates if the container is a non-operating reefer | Optional | |
Refrigeration | GenericPreadviceRefrigeration | Refrigeration details for the container | Optional | Only required if container ISO Type is a Reefer ISO type |
isFantainer | bool? | Optional | ||
requiredTemperature | float | Optional | ||
refrigerationType | string | Optional | ||
humidityPercent | Optional | |||
RefrigerationType | string (chilled) | Optional | ||
Vent | GenericPreadviceVent | Vent details for the container | Optional | |
ventSettingType | Optional | |||
ventSetting | Optional | |||
IMEX | GenericPreadviceIMEX | IMEX details for the container | Mandatory | |
CargoWeightKg | float | Cargo weight in kilograms | Mandatory | |
TotalWeightKg | float | Total weight of the container in kilograms | Mandatory | |
Hazardous | GenericPreadviceHazardous[] | List of hazardous details | Optional | |
medicalFirstAidGuideSet | Optional | |||
flashPointSet | Optional | |||
hazardousClass | Optional | |||
unNumber | Optional | |||
packagingGroup | Optional | |||
limitedQuantities | ||||
marinePollutant | ||||
hazardousWeight | ||||
quantity | ||||
emsCode | ||||
hazardContact | ||||
name | ||||
phone | ||||
OverGauge | GenericPreadviceOverDimension[] | List of over-dimension details | ||
ContainerSeals | GenericPreadviceContainerSeal[] | List of container seals | Mandatory | |
sealType | string (required) | Mandatory | ||
sealCode | string (required) | Mandatory | ||
ArrivalCarrierType | GenericPreadviceArrivalCarrierTypes? | Arrival carrier type | Mandatory | |
Carrier | string | Carrier details | Mandatory |
Test URL:
Code Block |
---|
POST https://apitest.portconnect.io/v1/export-preadvices |
...