POST api/cupPayment/initiatepayment

Request Information

URI Parameters

None.

Body Parameters

PaymentGateway
NameDescriptionTypeAdditional information
PropertyId

string

None.

MemberId

string

None.

BillingFirstName

string

None.

BillingLastName

string

None.

BillingContactEmail

string

None.

BillingContactNumber

string

None.

BillingAddress1

string

None.

BillingAddress2

string

None.

BillingAddress3

string

None.

BillingCity

string

None.

BillingCountry

string

None.

BillingState

string

None.

BillingZip

string

None.

BillingName

string

None.

PaymentAmount

string

None.

LocalCurrency

string

None.

GatewaySeqNo

string

None.

OrderDate

string

None.

PaymentGatewayReturnURL_Success

string

None.

PaymentGatewayReturnURL_Error

string

None.

PaymentGateway_PaymentLink

string

None.

PaymentGateway_Values

string

None.

Request Formats

application/json, text/json

Sample:
{
  "propertyId": "sample string 1",
  "memberId": "sample string 2",
  "billingFirstName": "sample string 3",
  "billingLastName": "sample string 4",
  "billingContactEmail": "sample string 5",
  "billingContactNumber": "sample string 6",
  "billingAddress1": "sample string 7",
  "billingAddress2": "sample string 8",
  "billingAddress3": "sample string 9",
  "billingCity": "sample string 10",
  "billingCountry": "sample string 11",
  "billingState": "sample string 12",
  "billingZip": "sample string 13",
  "billingName": "sample string 14",
  "paymentAmount": "sample string 15",
  "localCurrency": "sample string 16",
  "gatewaySeqNo": "sample string 17",
  "orderDate": "sample string 18",
  "paymentGatewayReturnURL_Success": "sample string 19",
  "paymentGatewayReturnURL_Error": "sample string 20",
  "paymentGateway_PaymentLink": "sample string 21",
  "paymentGateway_Values": "sample string 22"
}

application/xml, text/xml

Sample:
<PaymentGateway xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClubWebApi.cupRequest">
  <BillingAddress1>sample string 7</BillingAddress1>
  <BillingAddress2>sample string 8</BillingAddress2>
  <BillingAddress3>sample string 9</BillingAddress3>
  <BillingCity>sample string 10</BillingCity>
  <BillingContactEmail>sample string 5</BillingContactEmail>
  <BillingContactNumber>sample string 6</BillingContactNumber>
  <BillingCountry>sample string 11</BillingCountry>
  <BillingFirstName>sample string 3</BillingFirstName>
  <BillingLastName>sample string 4</BillingLastName>
  <BillingName>sample string 14</BillingName>
  <BillingState>sample string 12</BillingState>
  <BillingZip>sample string 13</BillingZip>
  <GatewaySeqNo>sample string 17</GatewaySeqNo>
  <LocalCurrency>sample string 16</LocalCurrency>
  <MemberId>sample string 2</MemberId>
  <OrderDate>sample string 18</OrderDate>
  <PaymentAmount>sample string 15</PaymentAmount>
  <PaymentGatewayReturnURL_Error>sample string 20</PaymentGatewayReturnURL_Error>
  <PaymentGatewayReturnURL_Success>sample string 19</PaymentGatewayReturnURL_Success>
  <PaymentGateway_PaymentLink>sample string 21</PaymentGateway_PaymentLink>
  <PaymentGateway_Values>sample string 22</PaymentGateway_Values>
  <PropertyId>sample string 1</PropertyId>
</PaymentGateway>

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.