POST api/AOPay/Finance/Offline/V1/PaymentGateway

Request Information

URI Parameters

None.

Body Parameters

AopayClientPGRequestModel
NameDescriptionTypeAdditional information
PayCustomerName

string

None.

PayCustomerPhoneNo

string

None.

CustomerEmailID

string

None.

PayCartAmount

string

None.

customerCode

string

None.

LoanCode

string

None.

EMINumbers

string

None.

RegistrationID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PayCustomerName": "sample string 1",
  "PayCustomerPhoneNo": "sample string 2",
  "CustomerEmailID": "sample string 3",
  "PayCartAmount": "sample string 4",
  "customerCode": "sample string 5",
  "LoanCode": "sample string 6",
  "EMINumbers": "sample string 7",
  "RegistrationID": "sample string 8"
}

text/xml

Sample:
<AopayClientPGRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models">
  <CustomerEmailID>sample string 3</CustomerEmailID>
  <EMINumbers>sample string 7</EMINumbers>
  <LoanCode>sample string 6</LoanCode>
  <PayCartAmount>sample string 4</PayCartAmount>
  <PayCustomerName>sample string 1</PayCustomerName>
  <PayCustomerPhoneNo>sample string 2</PayCustomerPhoneNo>
  <RegistrationID>sample string 8</RegistrationID>
  <customerCode>sample string 5</customerCode>
</AopayClientPGRequestModel>

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 'AopayClientPGRequestModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.