Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

As deliveryTypeEnum the COURRIER value must be sent, then the collection point field

(divisionIDRRef) is not required and the parcel will be delivered to the adressee home address.

Standard commercial parcel

Code Block
languagexml
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

...


    xmlns:log="http://logic.meestgroup.com/">

...


    <soapenv:Header />

...


    <soapenv:Body>
        <log:createParcel>
            <arg0>
                <barCode></barCode>
                <currencyName>EUR</currencyName>
                <deliveryNumber></deliveryNumber>
                <deliveryTypeEnum>COURRIER</deliveryTypeEnum>
                <divisionIDRRef></divisionIDRRef>
                <errorDescription></errorDescription>
                <note></note>
                <parcelDocumentsLink></parcelDocumentsLink>
                <parcelNumber></parcelNumber>
                <parcelNumberInternal>37507/269/01</parcelNumberInternal>
                <parcelPositionApiBeans>
                    <count>10</count>
                    <countryCode>CN</countryCode>
                    <customCode>84713000</customCode>
                    <name>Планшетный ПК ASUS Fonepad 7 (FE170CG-1A017A) 3G Black</name>
                    <nameUk>Tablet ASUS FE170CG
                        Z2520/7&quot;/1GB/8GB/3G/GPS/BT/Android 4.3</nameUk>

...


                    <value>1230.00</value>
                    <valueUah>12300.00</valueUah>
                    <weight>0.794</weight>
                    <productEan>000342273448794</productEan>
                    <productSize>XXL</productSize>
                </parcelPositionApiBeans>
                <parcelStatusEnum></parcelStatusEnum>
                <receiverName>МорозЮрійВікторович</receiverName>
                <receiverEmail>mail.mail@gmail.com</receiverEmail>
                <recipentAddress>
                    <apartment></apartment>
                    <city>Львов</city>
                    <cityIdRef>0xb11200215aee3ebe11df749b62c3d54a</cityIdRef>
                    <country>Украина</country>
                    <district></district>
                    <house>147</house>
                    <name>МорозЮрійВікторович</name>
                    <notice></notice>
                    <phone>0937393962</phone>
                    <postCode>79000</postCode>
                    <postOffice>Львов</postOffice>
                    <province></province>
                    <street>Зелена</street>
                </recipentAddress>
                <summaCodEur>1230.00</summaCodEur>
                <summaCodUah>12300.00</summaCodUah>
                <value>123.93</value>
                <weight>0.794</weight>
                <zaUa>00193668</zaUa>
            </arg0>
            <arg1>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx</arg1>
        </log:createParcel>
    </soapenv:Body>
</soapenv:Envelope>

Parcel with sender address

Code Block
languagexml
linenumberstrue
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:log="http://logic.meestgroup.com/">
    <soapenv:Header />
    <soapenv:Body>
        <log:createParcel>
            <arg0>
                <barCode></barCode>
                <currencyName>EUR</currencyName>
                <deliveryNumber></deliveryNumber>
                <deliveryTypeEnum>COURRIER</deliveryTypeEnum>
                <divisionIDRRef></divisionIDRRef>
                <errorDescription></errorDescription>
                <note></note>
                <parcelDocumentsLink></parcelDocumentsLink>
                <parcelNumber></parcelNumber>
                <parcelNumberInternal>37507/269/01</parcelNumberInternal>
                <parcelPositionApiBeans>
                    <count>10</count>
                    <countryCode>CN</countryCode>
                    <customCode>84713000</customCode>
                    <name>Планшетный ПК ASUS Fonepad 7 (FE170CG-1A017A) 3G Black</name>
                    <nameUk>Tablet ASUS FE170CG
                        Z2520/7&quot;/1GB/8GB/3G/GPS/BT/Android 4.3</nameUk>
                    <value>1230.00</value>
                    <valueUah>12300.00</valueUah>
                    <weight>0.794</weight>
                    <productEan>000342273448794</productEan>
                    <productSize>XXL</productSize>
                </parcelPositionApiBeans>
                <parcelStatusEnum></parcelStatusEnum>
                
				<senderAddress>
					<name>Jan Kowalski</name>
					<street>Sienkiewicza</street>
					<house>199</house>
					<apartment>4</apartment>
					<postCode>05-100</postCode>
					<city>Warsaw</city>
					<country>PL</country>
					<email>kowalski@poland.pl</email>
                </senderAddress>
 
				<receiverName>МорозЮрійВікторович</receiverName>
                <receiverEmail>mail.mail@gmail.com</receiverEmail>
                <recipentAddress>
                    <apartment></apartment>
                    <city>Львов</city>
                    <cityIdRef>0xb11200215aee3ebe11df749b62c3d54a</cityIdRef>
                    <country>Украина</country>
                    <district></district>
                    <house>147</house>
                    <name>МорозЮрійВікторович</name>
                    <notice></notice>
                    <phone>0937393962</phone>
                    <postCode>79000</postCode>
                    <postOffice>Львов</postOffice>
                    <province></province>
                    <street>Зелена</street>
                </recipentAddress>
                <summaCodEur>1230.00</summaCodEur>
                <summaCodUah>12300.00</summaCodUah>
                <value>123.93</value>
                <weight>0.794</weight>
                <zaUa>00193668</zaUa>
            </arg0>
            <arg1>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx</arg1>

...


        </log:createParcel>

...


    </soapenv:Body>

...


</soapenv:Envelope>