+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

Update Contact Filter Rules

Sie sind hier:

Description

Update a contact filter from a JSON description. Details on data format and limitations can be found here: https://xqueue.atlassian.net/wiki/spaces/DEV/pages/18612225/Creating+and+Updating+Contactfilters+Using+the+REST+API

PUT https://api.maileon.com/1.0/contactfilters/v2/contactfilter/{:contactFilterId}

Header

  • Content-Type: application/json
  • Accept: application/json

Body

As specified in format documentation.

Response

Status Code Description
200 – Created If everything is OK, the filter is updated
400 – Bad request If the submitted json contactfilter has an invalid format or invalid data types
404 – Not Found If e.g. a rule based on contactfilter affiliation is submitted and the specified filter does not exist

In case of an error, the response JSON will contain a suitable message, see: error documentation.

Example

PUT https://api.maileon.com/1.0/contactfilters/v2/12
Content-type: application/json
Accept: application/json
Authorization: [XXX]
Status: 200 OK

 

Inhaltsverzeichnis