+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

Get Custom Fields

Sie sind hier:
 Returns the custom contact fields defined in the account.

GET https://api.maileon.com/1.0/contacts/fields/custom

Example

GET https://api.maileon.com/1.0/contacts/fields/custom
Basic: XXXXXXXXXXXXX
Accept: application/vnd.maileon.api+xml; charset=utf-8

Status: 200 OK
Content-Type: application/vnd.maileon.api+xml

< ?xml version="1.0"; encoding="UTF-8"?>
<custom_fields> 
  <custom_field> 
    <name>COLOR</name>  
    <type>string</type> 
  </custom_field>  
  <custom_field> 
    <name>IS_CLIENT</name>  
    <type>boolean</type> 
  </custom_field>  
  <custom_field> 
    <name>TRANSACTION_DATE</name>  
    <type>date</type> 
  </custom_field>  
  <custom_field> 
    <name>COUNT_ORDERS</name>  
    <type>integer</type> 
  </custom_field>   
</custom_fields>
Inhaltsverzeichnis