+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

Set Account Placeholders

Sie sind hier:
Replace the list of account placeholders by the submitted list. Placeholders not contained in the list will be deleted from Maileon. The account placeholder name must not exceed 64 characters and must not be one of the reserved keys: “DOMAIN”, “MAILING-DOMAIN”, “NAME”, “CUSTOMER-ACCOUNT-NAME”, “RSS”, “ATOM”, “WEBSITE”, “BLOG”, or “CDN-DOMAIN”. The value must not exceed 65535 characters.

POST https://api.maileon.com/1.0/account/placeholders

Response

HTTP status code Description
204 No Content If everything was ok.
400 Bad request Account placeholder name or content invalid or wrong XML structure.

Example

POST https://api.maileon.com/1.0/account/placeholders
Content-Type: application/vnd.maileon.api+xml; charset=utf-8

<account_placeholders>
  <account_placeholder>
    <key>Impressum Zeile 4</key>
    <value>63069 Offenbach am Main</value>
  </account_placeholder>
  <account_placeholder>
    <key>Impressum Zeile 3</key>
    <value></value>
  </account_placeholder>
  <account_placeholder>
    <key>Impressum Zeile 2</key>
    <value>XQueue GmbH</value>
  </account_placeholder>
  <account_placeholder>
    <key>Impressum Zeile 1</key>
    <value>CEO: Max Mustermann</value>
  </account_placeholder>
</account_placeholders>
Status: 204 No Content
Inhaltsverzeichnis