POST api/EmailService/InsertMailBounced

Documentation for 'InsertMailBounced'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "event": "sample string 1",
  "email": "sample string 2",
  "id": 3,
  "date": "sample string 4",
  "message-id": "sample string 5",
  "reason": "sample string 6",
  "tag": "sample string 7",
  "sending_ip": "sample string 8",
  "ts": 9,
  "template_id": 10
}

application/xml, text/xml

Sample:
<SendInBlueMailWebhook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Email">
  <date>sample string 4</date>
  <email>sample string 2</email>
  <event>sample string 1</event>
  <id>3</id>
  <message-id>sample string 5</message-id>
  <reason>sample string 6</reason>
  <sending_ip>sample string 8</sending_ip>
  <tag>sample string 7</tag>
  <template_id>10</template_id>
  <ts>9</ts>
</SendInBlueMailWebhook>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'SendInBlueMailWebhook'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "status": "sample string 1",
  "Message": {
    "Success": true
  }
}

application/xml, text/xml

Sample:
<ResponseBaseOfExecutionStatusyiGVY2vN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
  <Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject">
    <d2p1:Success>true</d2p1:Success>
  </Message>
  <status>sample string 1</status>
</ResponseBaseOfExecutionStatusyiGVY2vN>