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.

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 An 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