POST api/payment/save

Request Information

URI Parameters

None.

Body Parameters

PaymentSmsModel
NameDescriptionTypeAdditional information
MobileSmsId

integer

None.

SmsDate

date

None.

Sender

string

None.

BankName

string

None.

BankAccountNo

string

None.

Amount

decimal number

None.

VPA

string

None.

UpiRef

string

None.

PayerName

string

None.

SmsType

string

None.

RawMessage

string

None.

UniqueKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileSmsId": 1,
  "SmsDate": "2026-06-18T23:14:25.4093094+05:30",
  "Sender": "sample string 3",
  "BankName": "sample string 4",
  "BankAccountNo": "sample string 5",
  "Amount": 6.0,
  "VPA": "sample string 7",
  "UpiRef": "sample string 8",
  "PayerName": "sample string 9",
  "SmsType": "sample string 10",
  "RawMessage": "sample string 11",
  "UniqueKey": "sample string 12"
}

application/xml, text/xml

Sample:
<PaymentSmsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FinanceAPI.Models">
  <Amount>6</Amount>
  <BankAccountNo>sample string 5</BankAccountNo>
  <BankName>sample string 4</BankName>
  <MobileSmsId>1</MobileSmsId>
  <PayerName>sample string 9</PayerName>
  <RawMessage>sample string 11</RawMessage>
  <Sender>sample string 3</Sender>
  <SmsDate>2026-06-18T23:14:25.4093094+05:30</SmsDate>
  <SmsType>sample string 10</SmsType>
  <UniqueKey>sample string 12</UniqueKey>
  <UpiRef>sample string 8</UpiRef>
  <VPA>sample string 7</VPA>
</PaymentSmsModel>

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.