+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Guidelines for XML documents

Sie sind hier:

UTF-8

Make sure to use UTF-8 as input encoding for all transferred data. Otherwise the chance for misinterpreted characters is given.

Nil Values Vs. Empty Values

Elements with NIL (or NULL) values must be provided with the nil attribute. Generally, elements with NIL values can be omitted in request bodies. In response bodies, such elements are added unless not specifically required.

<!-- no value there for FIRSTNAME -->
<field><name>FIRSTNAME</name><value nil="true"></value></field>
<!-- LASTNAME is empty -->
<field><name>LASTNAME</name><value></value></field>

Use CDATA Sections

Element values with reserved characters must be wrapped in CDATA sections.

Inhaltsverzeichnis