Evening Pickup plus example

Information

Pickup plus products require some specific fields to be used:

  • address of collection in the first shipment: Shipment/Address/AddressType 04
  • 2S barcode
  • CollectionTimeStampBegin & CollectionTimeStampEnd (e.g. 18-05-2016 14:00:00)
  • product code: 3151
  • product option: characteristic 118, option 006
  • address of delivery order in the second shipment: Shipment/Address/AddressType 01
  • 3S barcode (similar to 2S barcode)
  • Group type 01 with mainbarcode same as 2S barcode from first shipment
  • Product code: 3238

Example

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:con="http://postnl.nl/cif/services/ConfirmingWebService/" 
xmlns:tpp="http://postnl.nl/cif/domain/ConfirmingWebService/">
    <soapenv:Body>
        <con:Confirming>
            <tpp:Customer>
                <tpp:Address>
                    <tpp:AddressType>02</tpp:AddressType>
                    <tpp:City>Hoofddorp</tpp:City>
                    <tpp:CompanyName>PostNL</tpp:CompanyName>
                    <tpp:Countrycode>NL</tpp:Countrycode>
                    <tpp:FirstName>Frank</tpp:FirstName>
                    <tpp:HouseNr>42</tpp:HouseNr>
                    <tpp:HouseNrExt>A</tpp:HouseNrExt>
                    <tpp:Name>Peeters</tpp:Name>
                    <tpp:Street>Siriusdreef</tpp:Street>
                    <tpp:Zipcode>2132WT</tpp:Zipcode>
                </tpp:Address>
                <tpp:CollectionLocation>123456</tpp:CollectionLocation>
                <tpp:CustomerCode>DEVC</tpp:CustomerCode>
                <tpp:CustomerNumber>11223344</tpp:CustomerNumber>
            </tpp:Customer>
            <tpp:Message>
                <tpp:MessageID>1</tpp:MessageID>
                <tpp:MessageTimeStamp>29-06-2016 12:00:00</tpp:MessageTimeStamp>
            </tpp:Message>
            <tpp:Shipments>
                <tpp:Shipment>
                    <tpp:Addresses>
                        <tpp:Address>
                            <tpp:AddressType>04</tpp:AddressType>
                            <tpp:City>Utrecht</tpp:City>
                            <tpp:CompanyName>PostNL</tpp:CompanyName>
                            <tpp:Countrycode>NL</tpp:Countrycode>
                            <tpp:FirstName>Femke</tpp:FirstName>
                            <tpp:HouseNr>19</tpp:HouseNr>
                            <tpp:Name>Janssen</tpp:Name>
                            <tpp:Street>Linnaeuslaan</tpp:Street>
                            <tpp:Zipcode>3571TS</tpp:Zipcode>
                        </tpp:Address>
                    </tpp:Addresses>
                    <tpp:Barcode>2SDEVC6659149</tpp:Barcode>
                    <tpp:CollectionTimeStampEnd>12-05-2016 12:00:00</tpp:CollectionTimeStampEnd>
                    <tpp:CollectionTimeStampStart>12-05-2016 12:00:00</tpp:CollectionTimeStampStart>
                    <tpp:Contacts>
                        <tpp:Contact>
                            <tpp:ContactType>01</tpp:ContactType>
                            <tpp:Email>receiver@gmail.com</tpp:Email>
                            <tpp:SMSNr>0612345678</tpp:SMSNr>
                        </tpp:Contact>
                    </tpp:Contacts>
                    <tpp:Dimension>
                        <tpp:Weight>4300</tpp:Weight>
                    </tpp:Dimension>
                    <tpp:ProductCodeDelivery>3151</tpp:ProductCodeDelivery>
                    <tpp:ProductOptions>
                        <tpp:ProductOption>
                            <tpp:Characteristic>118</tpp:Characteristic>
                            <tpp:Option>006</tpp:Option>
                        </tpp:ProductOption>
                    </tpp:ProductOptions>
                </tpp:Shipment>
                <tpp:Shipment>
                    <tpp:Addresses>
                        <tpp:Address>
                            <tpp:AddressType>01</tpp:AddressType>
                            <tpp:City>Utrecht</tpp:City>
                            <tpp:CompanyName>PostNL</tpp:CompanyName>
                            <tpp:Countrycode>NL</tpp:Countrycode>
                            <tpp:FirstName>Femke</tpp:FirstName>
                            <tpp:HouseNr>19</tpp:HouseNr>
                            <tpp:Name>Janssen</tpp:Name>
                            <tpp:Street>Linnaeuslaan</tpp:Street>
                            <tpp:Zipcode>3571TS</tpp:Zipcode>
                        </tpp:Address>
                    </tpp:Addresses>
                    <tpp:Barcode>3SDEVC6659149</tpp:Barcode>
                    <tpp:CollectionTimeStampEnd>12-05-2016 12:00:00</tpp:CollectionTimeStampEnd>
                    <tpp:CollectionTimeStampStart>12-05-2016 12:00:00</tpp:CollectionTimeStampStart>
                    <tpp:Contacts>
                        <tpp:Contact>
                            <tpp:ContactType>01</tpp:ContactType>
                            <tpp:Email>receiver@gmail.com</tpp:Email>
                            <tpp:SMSNr>0612345678</tpp:SMSNr>
                        </tpp:Contact>
                    </tpp:Contacts>
                    <tpp:Dimension>
                        <tpp:Weight>4300</tpp:Weight>
                    </tpp:Dimension>
                    <tpp:Groups>
                        <tpp:Group>
                            <tpp:GroupCount>1</tpp:GroupCount>
                            <tpp:GroupSequence>1</tpp:GroupSequence>
                            <tpp:GroupType>01</tpp:GroupType>
                            <tpp:MainBarcode>2SDEVC6659149</tpp:MainBarcode>
                        </tpp:Group>
                    </tpp:Groups>
                    <tpp:ProductCodeDelivery>3238</tpp:ProductCodeDelivery>
                </tpp:Shipment>
            </tpp:Shipments>
        </con:Confirming>
    </soapenv:Body>
</soapenv:Envelope>