POST Payment/NEFT

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.Payment+BankTranferNEFTPayment
NameDescriptionTypeAdditional information
Product

string

Required

MembershipId

string

Required

Date

date

Required

PaymentMode

string

None.

TransactionId

string

None.

ChequeNo

string

None.

Bank

string

None.

Amount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Product": "sample string 1",
  "MembershipId": "sample string 2",
  "Date": "2024-09-20T04:00:09.0999294+05:30",
  "PaymentMode": "sample string 4",
  "TransactionId": "sample string 5",
  "ChequeNo": "sample string 6",
  "Bank": "sample string 7",
  "Amount": 8
}

application/xml, text/xml

Sample:
<BankTranferNEFTPayment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Product>sample string 1</Product>
  <MembershipId>sample string 2</MembershipId>
  <Date>2024-09-20T04:00:09.0999294+05:30</Date>
  <PaymentMode>sample string 4</PaymentMode>
  <TransactionId>sample string 5</TransactionId>
  <ChequeNo>sample string 6</ChequeNo>
  <Bank>sample string 7</Bank>
  <Amount>8</Amount>
</BankTranferNEFTPayment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.