POST api/paymentprocess

Request Information

URI Parameters

None.

Body Parameters

PaymentRequest
NameDescriptionTypeAdditional information
planid

string

None.

Phone

string

None.

Email

string

None.

Name

string

None.

couponAmount

string

None.

couponNo

string

None.

payableAmount

string

None.

totalAmount

string

None.

gstAmount

string

None.

couponValue

string

None.

Request Formats

application/json, text/json

Sample:
{
  "planid": "sample string 1",
  "Phone": "sample string 2",
  "Email": "sample string 3",
  "Name": "sample string 4",
  "couponAmount": "sample string 5",
  "couponNo": "sample string 6",
  "payableAmount": "sample string 7",
  "totalAmount": "sample string 8",
  "gstAmount": "sample string 9",
  "couponValue": "sample string 10"
}

application/xml, text/xml

Sample:
<PaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MnbebookApi.Models">
  <Email>sample string 3</Email>
  <Name>sample string 4</Name>
  <Phone>sample string 2</Phone>
  <couponAmount>sample string 5</couponAmount>
  <couponNo>sample string 6</couponNo>
  <couponValue>sample string 10</couponValue>
  <gstAmount>sample string 9</gstAmount>
  <payableAmount>sample string 7</payableAmount>
  <planid>sample string 1</planid>
  <totalAmount>sample string 8</totalAmount>
</PaymentRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.