+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

Add/Update Account Placeholders

Sie sind hier:
Add/update account placeholders in the submitted list. Account placeholders from the list that are not existing in Maileon will be created, if they exist in Maileon they will be updated, and if there are placeholders in Maileon that are ot in the list, they will not be changed. 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.

PUT 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

PUT 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