POST v1/mandrill/notify/reject

Request Information

URI Parameters

None.

Body Parameters

MandrillFormData
NameDescriptionTypeAdditional information
mandrill_events

string

None.

Request Formats

application/json, text/json

Sample:
{
  "mandrill_events": "sample string 1"
}

text/xml

Sample:
<MandrillFormData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.Mandrill.ServiceContracts.Data">
  <mandrill_events>sample string 1</mandrill_events>
</MandrillFormData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.