POST api/paymentresponse

Request Information

URI Parameters

None.

Body Parameters

PubUserInvoiceInput
NameDescriptionTypeAdditional information
Mode

string

None.

InvoiceID

integer

None.

TxnNo

string

None.

UserID

integer

None.

DeviceID

integer

None.

BillID

integer

None.

BillType

string

None.

BillDate

date

None.

Result

integer

None.

RefBillID

integer

None.

RefundReason

integer

None.

PMode

string

None.

TransactedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "InvoiceID": 2,
  "TxnNo": "sample string 3",
  "UserID": 4,
  "DeviceID": 5,
  "BillID": 6,
  "BillType": "sample string 7",
  "BillDate": "2025-12-10T12:34:28.4017951+05:30",
  "Result": 9,
  "RefBillID": 10,
  "RefundReason": 11,
  "PMode": "sample string 12",
  "TransactedBy": "sample string 13"
}

application/xml, text/xml

Sample:
<PubUserInvoiceInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <BillDate>2025-12-10T12:34:28.4017951+05:30</BillDate>
  <BillID>6</BillID>
  <BillType>sample string 7</BillType>
  <DeviceID>5</DeviceID>
  <InvoiceID>2</InvoiceID>
  <Mode>sample string 1</Mode>
  <PMode>sample string 12</PMode>
  <RefBillID>10</RefBillID>
  <RefundReason>11</RefundReason>
  <Result>9</Result>
  <TransactedBy>sample string 13</TransactedBy>
  <TxnNo>sample string 3</TxnNo>
  <UserID>4</UserID>
</PubUserInvoiceInput>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.