+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 Prepaid Setting Status

Sie sind hier:

 

Set Prepaid Setting Status

POST https://api.maileon.com/partner/settings/prepaids/status?key={k}&nl_account_id={nlaId}

Description: Enable or disable prepaid handling.

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

Body:
– The new state for the setting
{
"active": false
}

Returns:
– The old and new state of the setting

Response-Codes:
– 200 – OK
– 400 – Bad Request :
– invalid JSON
– invalid value for status

Example:

200 OK
content-type: application/json
{
"oldState": "active",
"newState": "inactive"
}

Inhaltsverzeichnis