Page tree

Versions Compared

Key

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

...

Code Block
languagexml
themeConfluence
titleAjánlott feladás megadott postázási dátumra
linenumberstrue
<postProperties>
    <services>
        <service<postService idname="REGISTERED"/>
    </services>
    <postDate useEarliestPostDate="false">2016-06-13</postDate> 
</postProperties>
Code Block
languagexml
themeConfluence
titleAjánlott, tértivevényes feladás a legkorábbi lehetséges postára adással
linenumberstrue
<postProperties>
    <services>
        <service<postService id="PRIORITY"/>
        <service<postService id="REGISTERED">
            <extraServices>
                <service<postService id="ACKNOWLEDGMENT"/>
            </extraServices>
        </service>
    </services>
    <postDate useEarliestPostDate="true"/>
</postProperties>