Mantum Transport Export

Last modified by Theib Sawaf on 2022/02/24 15:55

Transport with status Call-Off are exported to MANTUM using XML format.

For more details see this.

Example

Here is an example:

<Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.capma.se/XMLSchema/2010/Envelope">

 <Head xmlns="">

   <Identification>Test</Identification>

   <MessageType>TMBooking</MessageType>

   <Action>Create</Action>

   <ResponseType>None</ResponseType>

 </Head>

 <Body xmlns:q1="http://www.capma.se/XMLSchema/2010/TMBooking" xsi:type="q1:TMBooking" xmlns="">

   <ConsignmentHeader>

     <GroupIdentifier>TransportCompanyGroup</GroupIdentifier>

     <RegisteredByCompanyIdentifier>STRUSOFTPREFABAB</RegisteredByCompanyIdentifier>

     <GSIN>1031970</GSIN>

     <Status>Booked</Status>

     <BookingDate>2017-10-20T11:10:00.9479442+02:00</BookingDate>

   </ConsignmentHeader>

   <ForwarderService>

     <FreightCompanyExternalCommunicationId>TransportCompany</FreightCompanyExternalCommunicationId>

     <FreightProductExternalCommunicationId>7301</FreightProductExternalCommunicationId>

     <PaymentBy>Sender</PaymentBy>

     <ShippingReference>        1507, MG Svensson Kalle</ShippingReference>

     <RequestedDepartureDate>2017-12-29T08:00:00</RequestedDepartureDate>

     <PickUpInstructions>Lass nr 1,13,6flmexklB=3,18Följebil, Trailer </PickUpInstructions>

     <ShipmentInstructions>0</ShipmentInstructions>

     <DeliveryReference>Transport.Text3</DeliveryReference>

    <DeliveryDate>2017-12-29T08:00:00</DeliveryDate>

     <TimeOfDelivery>08:00:00</TimeOfDelivery>

   </ForwarderService>

   <Shipper>

     <PartyIdentifier>StruSoft</PartyIdentifier>

     <PartyName>StruSoft AB</PartyName>

     <Address>

       <Name>Fabrik</Name>

       <Street1>Malmögatan 2A</Street1>

       <CityName>Stad</CityName>

       <PostalCode>641 49</PostalCode>

     </Address>

   </Shipper>

   <Consignee>

     <PartyIdentifier>STRUSOFT</PartyIdentifier>

     <PartyName>STRUSOFT Prefab AB</PartyName>

     <Address>

       <Name>STRUSOFT Prefab AB</Name>

       <Street1>Kalles Väg</Street1>

       <Street2>.</Street2>

       <CityName>Göteborg</CityName>

       <PostalCode>xxx xx</PostalCode>

       <CountryCode>SE</CountryCode>

     </Address>

   </Consignee>

   <Pickup>

     <Address>

       <Name>Fabrik</Name>

       <Street1>Elgatan 2A</Street1>

       <CityName>Lund</CityName>

       <PostalCode>641 39</PostalCode>

     </Address>

   </Pickup>

   <Delivery>

     <Address>

       <Name>Frank Franksson</Name>

       <Street1>Eklandagatan/Viktor Rydbergsgatan</Street1>

       <CityName>Göteboerg</CityName>

       <PostalCode>412 55</PostalCode>

       <CountryCode>SE</CountryCode>

     </Address>

     <Contact>

       <Name>Frank Franksson</Name>

       <PhoneNumber>010 99 99 33</PhoneNumber>

     </Contact>

   </Delivery>

   <GoodsItem>

     <Unit>Volume. Dim.</Unit>

     <NumberOfCollies>1</NumberOfCollies>

     <Length>566</Length>

     <Width>18</Width>

     <Height>382</Height>

     <Weight>9350</Weight>

     <Description>Linked</Description>

     <GoodsMark>V1</GoodsMark>

   </GoodsItem>

   <GoodsItem>

     <Unit>Volume. Dim.</Unit>

     <NumberOfCollies>4</NumberOfCollies>

     <Length>611</Length>

     <Width>26</Width>

     <Height>250</Height>

     <Weight>24120</Weight>

     <Description>Linked</Description>

     <GoodsMark>W1</GoodsMark>

   </GoodsItem>

 </Body>

</Envelope>