POST api/UPIPAYMENT/UPIREQUEST

Request Information

URI Parameters

None.

Body Parameters

clsUPIREQUEST
NameDescriptionTypeAdditional information
payerVa

string

None.

amount

string

None.

note

string

None.

collectByDate

string

None.

merchantId

string

None.

subMerchantId

string

None.

subMerchantName

string

None.

merchantName

string

None.

terminalId

string

None.

merchantTranId

string

None.

billNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "payerVa": "sample string 1",
  "amount": "sample string 2",
  "note": "sample string 3",
  "collectByDate": "sample string 4",
  "merchantId": "sample string 5",
  "subMerchantId": "sample string 6",
  "subMerchantName": "sample string 7",
  "merchantName": "sample string 8",
  "terminalId": "sample string 9",
  "merchantTranId": "sample string 10",
  "billNumber": "sample string 11"
}

application/xml, text/xml

Sample:
<clsUPIREQUEST xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <amount>sample string 2</amount>
  <billNumber>sample string 11</billNumber>
  <collectByDate>sample string 4</collectByDate>
  <merchantId>sample string 5</merchantId>
  <merchantName>sample string 8</merchantName>
  <merchantTranId>sample string 10</merchantTranId>
  <note>sample string 3</note>
  <payerVa>sample string 1</payerVa>
  <subMerchantId>sample string 6</subMerchantId>
  <subMerchantName>sample string 7</subMerchantName>
  <terminalId>sample string 9</terminalId>
</clsUPIREQUEST>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.