<?xml version="1.0" encoding="UTF-8"?>
<PurchaseOrderRequest xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
        xmlns='http://www.egis-online.de/EBC/schema/PurchaseOrderRequest'
        xsi:schemaLocation='http://www.egis-online.de/EBC/schema/PurchaseOrderRequest PurchaseOrderRequest.xsd'>
    <TransactionHeader>
        <VersionId>1.00</VersionId>
        <GenerationDateTime>2021-07-21T16:08:10</GenerationDateTime>
        <ERP>Name der eingesetzten Warenwirtschaft</ERP>
        <Login>Login</Login>
        <Password>Passwort</Password>
    </TransactionHeader>
    <PurchaseOrder>
        <Header>
            <PurchaseOrderReference>
                <PartnerPurchaseOrderIdentifier>
                    <PartnerPurchaseOrderNumber>ABC23456</PartnerPurchaseOrderNumber>
                </PartnerPurchaseOrderIdentifier>
            </PurchaseOrderReference>
            <DocumentReference>
                <CustomerReference>
                    <PartnerCustomerIdentifier>
                        <PartnerCustomerNumber>KD1234</PartnerCustomerNumber>
                    </PartnerCustomerIdentifier>
                </CustomerReference>
            </DocumentReference>
            <ShipTo>
                <ContactInformation>
                    <ContactName>Herr Mustermann</ContactName>
                    <EmailAddress>hans@mustermann.test</EmailAddress>
                    <TelefonNumber>0123456789</TelefonNumber>
                    <FacsimileNumber>0123456788</FacsimileNumber>
                </ContactInformation>
                <Address>
                    <Name1>Hans Mustermann</Name1>
                    <Name2>z.Hd. Frau Mustermann</Name2>
                    <Name3></Name3>
                    <Street>Musterstraße 1</Street>
                    <City>Musterstadt</City>
                    <PostalCode>12345</PostalCode>
                    <GlobalCountryCode>DE</GlobalCountryCode>
                </Address>
            </ShipTo>
            <DeliveryInformation>
                <RequestedDeliveryDate>2021-08-01</RequestedDeliveryDate>
            </DeliveryInformation>
            <ShipmentInformation>
                <CompleteShipmentDesired>yes</CompleteShipmentDesired>
                <ShipmentTerms></ShipmentTerms>
            </ShipmentInformation>
            <Consignee>
                <DistributorDescription>
                    <DistributorName>TECH DATA</DistributorName>
                    <ProprietaryDistributorIdentifier>
                        <ProprietaryDistributorNumber>70229</ProprietaryDistributorNumber>
                    </ProprietaryDistributorIdentifier>
                </DistributorDescription>
                <OrderTypeDefinition>
                    <OrderTypeCategorie>Online</OrderTypeCategorie>
                </OrderTypeDefinition>
            </Consignee>
            <Comment>
                <AdditionalText>Zusatztext</AdditionalText>
            </Comment>
        </Header>
        <Body>
            <LineItem>
                <LineNumber>1</LineNumber>
                <ProductIdentification>
                    <ProprietaryProductNumber>PCS5981817</ProprietaryProductNumber>
                    <ProprietaryProductDescription>HP ProDesk 400 G6 i7-9700 8GB 256GB W10P</ProprietaryProductDescription>
                    <DistributorProductNumber>5369698</DistributorProductNumber>
                    <DistributorProductDescription>HP ProDesk 400 G6 - Micro Tower - Core i7 9700 / 3 GHz - RAM 8 GB - SSD 256 GB - NVMe - DVD-Writer -</DistributorProductDescription>
                    <ManufacturerProductNumber>7PG44EA#ABD</ManufacturerProductNumber>
                    <GlobalProductNumber></GlobalProductNumber>
                </ProductIdentification>
                <OrderQuantity>
                    <RequestedQuantity>1</RequestedQuantity>
                </OrderQuantity>
                <UnitPrice>
                    <MonetaryAmount>600.00</MonetaryAmount>
                </UnitPrice>
                <UnitOfMeasure/>
                <DeliveryInformation>
                    <RequestedDeliveryDate>2021-08-01</RequestedDeliveryDate>
                </DeliveryInformation>
                <Comment>
                    <AdditionalText>Zusatztext</AdditionalText>
                </Comment>
				<BundleId>1</BundleId><!-- Die Hardware hat dieselbe BundleId wie das Carepack. -->
            </LineItem>
            <LineItem>
                <LineNumber>2</LineNumber>
                <ProductIdentification>
                    <ProprietaryProductNumber>PCS1422712</ProprietaryProductNumber>
                    <ProprietaryProductDescription>HP Care Pack Premium Care Service - Serviceerweiterung - 3 Jahre - Vor-Ort</ProprietaryProductDescription>
                    <DistributorProductNumber>2397491</DistributorProductNumber>
                    <DistributorProductDescription>HP eCare Pack 3y Premium Care Desktop Service</DistributorProductDescription>
                    <ManufacturerProductNumber>HL548E</ManufacturerProductNumber>
                    <GlobalProductNumber></GlobalProductNumber>
                </ProductIdentification>
                <OrderQuantity>
                    <RequestedQuantity>1</RequestedQuantity>
                </OrderQuantity>
                <UnitPrice>
                    <MonetaryAmount>100.00</MonetaryAmount>
                </UnitPrice>
				<UnitOfMeasure/>
				<DeliveryInformation>
					<RequestedDeliveryDate>2021-08-01</RequestedDeliveryDate>
				</DeliveryInformation>
                <CustomerEMail>hans@mustermann.test</CustomerEMail>
				<LicenceData>
					<EmailAddress>test@test.test</EmailAddress>
				</LicenceData>
                <Comment>
                    <AdditionalText>Zusatztext</AdditionalText>
                </Comment>
				<BundleId>1</BundleId><!-- Das Carepack hat dieselbe BundleId wie die Hardware. -->
            </LineItem>
            <LineItem>
                <LineNumber>3</LineNumber>
                <ProductIdentification>
                    <DistributorProductNumber>782637</DistributorProductNumber>
                    <DistributorProductDescription>HP Heftklammern 3000Stück f LJ4200/4300</DistributorProductDescription>
                </ProductIdentification>
                <OrderQuantity>
                    <RequestedQuantity>1</RequestedQuantity>
                </OrderQuantity>
                <UnitPrice>
                    <MonetaryAmount>25.00</MonetaryAmount>
                </UnitPrice>
				<UnitOfMeasure/>
				<DeliveryInformation>
					<RequestedDeliveryDate/>
				</DeliveryInformation>
                <Comment>
                    <AdditionalText>Zusatztext</AdditionalText>
                </Comment>
            </LineItem>
        </Body>
    </PurchaseOrder>
</PurchaseOrderRequest>