StruSoft Transport Export

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

Transport with status Call-Off are exported to transport company (like C4, DHL..) using XML format.

For more details see this.

Example

Here is an example:

<?xml version="1.0" encoding="utf-8"?>
<Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.strusoft.com/XMLSchema/2010/Envelope">
  <Head xmlns="">
    <Identification>TestFactory</Identification>
    <MessageType>SSBooking</MessageType>
    <Action>Create</Action>
    <ResponseType>None</ResponseType>
  </Head>
  <Body xmlns:q1="http://www.strusoft.com/XMLSchema/2018/SSBooking" xsi:type="q1:SSBooking" xmlns="">
    <ConsignmentHeader>
      <GroupIdentifier>StruSoft AB</GroupIdentifier>
      <RegisteredByCompanyIdentifier>StruSoft</RegisteredByCompanyIdentifier>
      <GSIN>1111111</GSIN>
      <Status>Booked</Status>
      <BookingDate>2019-10-26T14:07:56.8097146+01:00</BookingDate>
      <ProjectManager>Adam Adamsson</ProjectManager>
      <ProjectInvoiceFactory>Malmö</ProjectInvoiceFactory>
      <ProjectReference>20185555</ProjectReference>
    </ConsignmentHeader>
    <ForwarderService>
      <FreightCompanyExternalCommunicationId>StruSoft</FreightCompanyExternalCommunicationId>
      <FreightProductExternalCommunicationId>7301</FreightProductExternalCommunicationId>
      <PaymentBy>Sender</PaymentBy>
      <ShippingReference>20185555, BILHALL Malmö</ShippingReference>
      <RequestedDepartureDate>2019-10-01T08:00:00</RequestedDepartureDate>
      <PickUpInstructions>Lass nr 1, , Bygel 35 ton</PickUpInstructions>
      <ShipmentInstructions>0</ShipmentInstructions>
      <DeliveryDate>2019-10-04T07:00:00</DeliveryDate>
      <TimeOfDelivery>07:00:00</TimeOfDelivery>
    </ForwarderService>
    <Shipper>
      <PartyIdentifier>TestFactory</PartyIdentifier>
      <PartyName>TestFactory</PartyName>
      <Address>
        <Street1>Fridhemsgatan 210</Street1>
        <CityName>Malmö</CityName>
        <PostalCode>666 66</PostalCode>
      </Address>
    </Shipper>
    <Consignee>
      <PartyIdentifier>TestFactory</PartyIdentifier>
      <PartyName>TestFactory</PartyName>
      <Address>
        <Name>TestFactory</Name>
        <Street1>Fridhemsgatan 210</Street1>
        <CityName>Malmö</CityName>
        <PostalCode>666 66</PostalCode>
      </Address>
    </Consignee>
    <Pickup>
      <Address>
        <Street1>Fridhemsgatan 210</Street1>
        <CityName>Malmö</CityName>
        <PostalCode>666 66</PostalCode>
      </Address>
    </Pickup>
    <Delivery>
      <Address>
        <Name>BIL-HO</Name>
        <Street1>Bilgatan 29</Street1>
        <CityName>Lund</CityName>
        <PostalCode>99999</PostalCode>
      </Address>
      <Contact>
        <Name>Kontaktperson</Name>
        <PhoneNumber>0777788888</PhoneNumber>
      </Contact>
    </Delivery>
    <GoodsItem>
      <Unit>Volume. Dim.</Unit>
      <NumberOfCollies>1</NumberOfCollies>
      <Length>390</Length>
      <Width>20</Width>
      <Height>384</Height>
      <Weight>6620</Weight>
      <Description>Linked</Description>
      <GoodsMark>V10103</GoodsMark>
    </GoodsItem>
    <GoodsItem>
      <Unit>Volume. Dim.</Unit>
      <NumberOfCollies>1</NumberOfCollies>
      <Length>630</Length>
      <Width>15</Width>
      <Height>384</Height>
      <Weight>8695</Weight>
      <Description>Linked</Description>
      <GoodsMark>V10102</GoodsMark>
    </GoodsItem>
  </Body>
</Envelope>