+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

Mailing – Disable QoS Checks

Sie sind hier:
Disables all the QoS checks for a given Mailing. This can be used if an Account has mandatory checks and you want to create and send a mail by API completely.

PUT https://api.maileon.com/1.0/mailings/:mailingid/settings/disableQosChecks

Response Codes

HTTP status code Description
200 OK Default status when everything worked well.
404 Not found There was no mailing found with the given ID.
409 Conflict The settings cannot be applied as the mailing is sealed (already sent).
5xx Server Error if the mailing already has an aAn unexpected error occured

Example

PUT https://api.maileon.com/1.0/mailings/1/settings/disableQosChecks
Content-type: application/vnd.maileon.api+xml
Accept: application/vnd.maileon.api+xml; charset=utf-8
Authorization: [XXX]

Status: 200 OK
Inhaltsverzeichnis