This release includes an update to the outbound Import Shipment XML to include the following new and updated tags in the XML. These tags are included in the XML if the dates are provided in the Import Container Management record for the Import Shipment
NEW:
– Unpack Date/Time from Import Container Management
UPDATED:
– AQISStartDate changed from Date to Date/Time format. Time comes from Import Container Management
– AQISEndDate changed from Date to Date/Time format. Time comes from Import Container Management
e.g.
<Containers>
<ContainerDetail>
<ContainerNumber>YLAJ1206080</ContainerNumber>
<LoadType>FCL</LoadType>
<ContainerType>22B0</ContainerType>
<ContainerSize>20</ContainerSize>
<ContainerPackages PackageType=”BAG”>80</ContainerPackages>
<ContainerNettWeight UnitOfMeasure=”KG”>0.000</ContainerNettWeight>
<ContainerTransportRequested>N</ContainerTransportRequested>
<ContainerTransportRequestAccepted>N</ContainerTransportRequestAccepted>
<OnBoard>N</OnBoard>
<AQISStartDate>2021-10-08T10:00:0</AQISStartDate>
<AQISEndDate>2021-10-09T11:00:00</AQISEndDate>
<Unpack>2021-10-10T12:00:00</Unpack>
<RailTagged>N</RailTagged>
</ContainerDetail>
</Containers>
The updated schema, ImportShipment.xsd, is available on request by submitting a Support Ticket