...
Code Block |
---|
<?xml version="1.0" encoding="UTF-8"?> <Booking> <SourceRef>R353225423</SourceRef> <ExternalMatchingRef></ExternalMatchingRef> <BookingReason>GOODS_TRANSFER</BookingReason> <IsReturn></IsReturn> <Incoterms></Incoterms> <IncotermsLocation></IncotermsLocation> <SourceCreationTime>2022-01-25T14:09:30.500Z</SourceCreationTime> <Organisations> <!-- No Consignor / Consignee or Client organisations providedwill inbe this exampleprovided --> <<Organisations></Organisations> <Goods> <GoodsItem> <Description>walls</Description> <SKU>S02345332</SKU> <SalesOrderLineID></SalesOrderLineID> <Quantity>20</Quantity> <QuantityUnit>PCS</QuantityUnit> <Condition></Condition> <ChildGoods></ChildGoods> </GoodsItem> <GoodsItem> <Description>rear wall</Description> <SKU>S02345336</SKU> <SalesOrderLineID></SalesOrderLineID> <Quantity>10</Quantity> <QuantityUnit>PCS</QuantityUnit> <Condition></Condition> <ChildGoods></ChildGoods> </GoodsItem> <GoodsItem> <Description>front wall</Description> <SKU>S02345356</SKU> <SalesOrderLineID></SalesOrderLineID> <Quantity>10</Quantity> <QuantityUnit>PCS</QuantityUnit> <Condition></Condition> <ChildGoods></ChildGoods> </GoodsItem> <GoodsItem> <Description>floor</Description> <SKU>S02345378</SKU> <SalesOrderLineID></SalesOrderLineID> <Quantity>10</Quantity> <QuantityUnit>PCS</QuantityUnit> <Condition></Condition> <ChildGoods></ChildGoods> </GoodsItem> <GoodsItem> <Description>roof</Description> <SKU>S02345389</SKU> <SalesOrderLineID></SalesOrderLineID> <Quantity>25</Quantity> <QuantityUnit>PCS</QuantityUnit> <Condition></Condition> <ChildGoods></ChildGoods> </GoodsItem> </Goods> <Transit> <!-- NotTransit not strictly necessary as we are arranging the transport --> <Transit> <TransitMode>ROAD</TransitMode> <AdditionalInfo></AdditionalInfo> </Transit> <!-- No container information provided --> <Containers></Containers> </Transit> <!-- No Receive From from or Handover-to information provided --> <ReceiveFrom></ReceiveFrom> <HandoverTo></HandoverTo> <Collection> <Location> <Code>XYZABC</Code> <Name>ROOM Factory A</Name> <AddressLine1>Ind Area 1</AddressLine1> <AddressLine2>Roading Street</AddressLine2> <City>Hull</City> <Postcode>HL5 5GH</Postcode> <CountryCode>GB</CountryCode> </Location> <Contact> <ContactName>Rupert</ContactName> <EmailAddress>rupert@roomfactory.co.uk</EmailAddress> <ContactNumber>01211 343132</ContactNumber> </Contact> </Collection> <CollectionWindow> <Earliest></Earliest> <Latest>2022-01-30T00:00:00.000Z</Latest> </CollectionWindow> <Delivery> <Location> <ExternalCode><<Code>SEKOGB</ExternalCode>Code> <Name>SEKO Warehouse</Name> <AddressLine1>High Standing</AddressLine1> <AddressLine2>Harding Road</AddressLine2> <City>Milton Keynes</City> <Postcode>MK10 0DF</Postcode> <CountryCode>GB</CountryCode> </Location> </Delivery> <DeliveryWindow> <Earliest></Earliest> <Latest>2022-01-31T18:00:00.000Z</Latest> </DeliveryWindow> </Booking> |
...