POST api/payment/save_old

Request Information

URI Parameters

None.

Body Parameters

PaymentInboxModel
NameDescriptionTypeAdditional information
SmsDate

date

None.

Sender

string

None.

BankName

string

None.

BankAccountNo

string

None.

Amount

decimal number

None.

VPA

string

None.

UpiRef

string

None.

SmsBody

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SmsDate": "2026-06-18T23:03:41.3779485+05:30",
  "Sender": "sample string 2",
  "BankName": "sample string 3",
  "BankAccountNo": "sample string 4",
  "Amount": 5.0,
  "VPA": "sample string 6",
  "UpiRef": "sample string 7",
  "SmsBody": "sample string 8"
}

application/xml, text/xml

Sample:
<PaymentInboxModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FinanceAPI.Models">
  <Amount>5</Amount>
  <BankAccountNo>sample string 4</BankAccountNo>
  <BankName>sample string 3</BankName>
  <Sender>sample string 2</Sender>
  <SmsBody>sample string 8</SmsBody>
  <SmsDate>2026-06-18T23:03:41.3779485+05:30</SmsDate>
  <UpiRef>sample string 7</UpiRef>
  <VPA>sample string 6</VPA>
</PaymentInboxModel>

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.