+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

Activate or Deactivate a Product

Sie sind hier:

 

Activate or Deactivate a Product

PUT https://api.maileon.com/partner/settings/products/{product}?nl_account_id={newsletterAccountId}

Description: activates or inactives a product. A list of product keys and descriptions can be found in Appendix 1: List of Products.

Path Parameter:
– product: string (name of the product)

Parameters:
– key: apikey
– nl_account_id: int // the id of the newsletter account

Entity:
– active: boolean
– timeRestricted*: iso8601datetime (used when active is true and a time restriction is requested).

Example 1: activate product

{"active": true}

Example 2: activate product with time restriction:

{"active": true, "timeRestricted": " 2015-10-25T20:24:30+02:00"}

Example 3: inactivate product

{"active": false}

Inhaltsverzeichnis