POST MailApi/SendFailedPayment

Request Information

URI Parameters

None.

Body Parameters

MailPaymentInfoVM
NameDescriptionTypeAdditional information
PhoneNumber

string

None.

Price

string

None.

HostRefNum

string

None.

PaymentNote

string

None.

CompanyName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PhoneNumber": "sample string 1",
  "Price": "sample string 2",
  "HostRefNum": "sample string 3",
  "PaymentNote": "sample string 4",
  "CompanyName": "sample string 5"
}

application/xml, text/xml

Sample:
<MailPaymentInfoVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RegexPoint.Models.Mail">
  <CompanyName>sample string 5</CompanyName>
  <HostRefNum>sample string 3</HostRefNum>
  <PaymentNote>sample string 4</PaymentNote>
  <PhoneNumber>sample string 1</PhoneNumber>
  <Price>sample string 2</Price>
</MailPaymentInfoVM>

application/x-www-form-urlencoded

Sample:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.