InternationalParam2Country Structure

This structure defines a country, which certain products are assigned to.

Structure Fields

Field Name Type Description
countryName string Polish country name
countryNameEn string English country name
countryCode string Two-letter country code
products InternationalParam2Product Product's list

Example

<params>
    <item>
        <countryName>Austria</countryName>
        <countryNameEn>Austria</countryNameEn>
        <countryCode>AT</countryCode>
        <products>
            <item>
                <customerType>P</customerType>
                <elementType>PC</elementType>
                <pickUpDays xsi:nil="true"/>
                <product>ZC</product>
                <pieceHeader>DHL PARCEL RETURN CONNECT</pieceHeader>
                <routing>KZ</routing>
                <maxWeight>31.5</maxWeight>
                <maxWidth>60</maxWidth>
                <maxLength>120</maxLength>
                <maxHeight>60</maxHeight>
                <maxShipmentWeight>31</maxShipmentWeight>
                <maxShipmentPc>1</maxShipmentPc>
                <maxCod xsi:nil="true"/>
                <codCurrency xsi:nil="true"/>
                <exchRate xsi:nil="true"/>
                <nst xsi:nil="true"/>
                <maxNst>200</maxNst>
                <girth>360</girth>
                <packstation>true</packstation>
                <psMaxWeight>31.5</psMaxWeight>
                <psMaxLength>60</psMaxLength>
                <psMaxWidth>35</psMaxWidth>
                <psMaxHeight>35</psMaxHeight>
                <postfiliale>1</postfiliale>
                <pfMaxWeight>31.5</pfMaxWeight>
                <pfMaxWidth>60</pfMaxWidth>
                <pfMaxHeight>60</pfMaxHeight>
                <pfMaxLength>120</pfMaxLength>
                <zipFormat>NNNN</zipFormat>
                <active>true</active>
                <identifier xsi:nil="true"/>
                <emailRec xsi:nil="true"/>
                <deliveryMethod xsi:nil="true"/>
                <deliveryOption xsi:nil="true"/>
                <deliveryInfo xsi:nil="true"/>
                <tntUrl xsi:nil="true"/>
                <emailSen xsi:nil="true"/>
                <mobPhoneRec xsi:nil="true"/>
                <insuranceBase xsi:nil="true"/>
                <insuranceMaxcashPln xsi:nil="true"/>
                <zipformatInfo xsi:nil="true"/>
                <printReceiversPhone xsi:nil="true"/>
                <countryUe xsi:nil="true"/>
                <deliveryOptionEn xsi:nil="true"/>
                <deliveryInfoEn xsi:nil="true"/>
                <zipformatInfoEn xsi:nil="true"/>
                <countryCode3 xsi:nil="true"/>
                <mobPhoneSen xsi:nil="true"/>
                <routeLabel xsi:nil="true"/>
                <maxValue xsi:nil="true"/>
                <productName>DHL PARCEL RETURN CONNECT</productName>
                <dutyIndividual xsi:nil="true"/>
                <dutySimple xsi:nil="true"/>
                <dhl24Available>true</dhl24Available>
                <dhl24FuAvailable>false</dhl24FuAvailable>
                <isbAvailable>false</isbAvailable>
                <psmAvailable>true</psmAvailable>
                <mobPhoneSpRec>false</mobPhoneSpRec>
                <emailSpRec xsi:nil="true"/>
                <emailPlRec xsi:nil="true"/>
                <mobPhonePlRec xsi:nil="true"/>
                <podAvailable>false</podAvailable>
                <minLength xsi:nil="true"/>
                <minWidth xsi:nil="true"/>
                <minHeight xsi:nil="true"/>
                <fmNstKurier>true</fmNstKurier>
                <adhocpickup>false</adhocpickup>
                <fmNstPf>true</fmNstPf>
                <fmNstPs>false</fmNstPs>
            </item>
        </products>
    </item>
</params>
Go back to topic list