POST api/Payment/GetCCAvenueRequest_App

Request Information

URI Parameters

None.

Body Parameters

PaymentDto
NameDescriptionTypeAdditional information
OrderId

string

None.

InAppConsultationId

integer

None.

InAppConsultationBookingId

integer

None.

UserAccountId

integer

None.

BranchId

integer

None.

PatientId

integer

None.

Amount

decimal number

None.

TransactionDate

date

None.

TransactionId

string

None.

TransactionStatus

byte

None.

TransactionMode

byte

None.

TransactionType

byte

None.

ConsultationFeeStatus

byte

None.

BillingName

string

None.

BillingAddress

string

None.

BillingCountry

string

None.

BillingCountryCode

string

None.

BillingState

string

None.

BillingCity

string

None.

BillingZip

string

None.

BillingTel

string

None.

BillingEmail

string

None.

DeliveryName

string

None.

DeliveryAddress

string

None.

DeliveryCountry

string

None.

DeliveryCountryCode

string

None.

DeliveryState

string

None.

DeliveryCity

string

None.

DeliveryZip

string

None.

DeliveryTel

string

None.

DeliveryEmail

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderId": "sample string 1",
  "InAppConsultationId": 2,
  "InAppConsultationBookingId": 3,
  "UserAccountId": 4,
  "BranchId": 5,
  "PatientId": 6,
  "Amount": 7.0,
  "TransactionDate": "2026-04-22T16:04:00.144924+05:30",
  "TransactionId": "sample string 9",
  "TransactionStatus": 64,
  "TransactionMode": 64,
  "TransactionType": 64,
  "ConsultationFeeStatus": 64,
  "BillingName": "sample string 14",
  "BillingAddress": "sample string 15",
  "BillingCountry": "sample string 16",
  "BillingCountryCode": "sample string 17",
  "BillingState": "sample string 18",
  "BillingCity": "sample string 19",
  "BillingZip": "sample string 20",
  "BillingTel": "sample string 21",
  "BillingEmail": "sample string 22",
  "DeliveryName": "sample string 23",
  "DeliveryAddress": "sample string 24",
  "DeliveryCountry": "sample string 25",
  "DeliveryCountryCode": "sample string 26",
  "DeliveryState": "sample string 27",
  "DeliveryCity": "sample string 28",
  "DeliveryZip": "sample string 29",
  "DeliveryTel": "sample string 30",
  "DeliveryEmail": "sample string 31"
}

application/xml, text/xml

Sample:
<PaymentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Models">
  <Amount>7</Amount>
  <BillingAddress>sample string 15</BillingAddress>
  <BillingCity>sample string 19</BillingCity>
  <BillingCountry>sample string 16</BillingCountry>
  <BillingCountryCode>sample string 17</BillingCountryCode>
  <BillingEmail>sample string 22</BillingEmail>
  <BillingName>sample string 14</BillingName>
  <BillingState>sample string 18</BillingState>
  <BillingTel>sample string 21</BillingTel>
  <BillingZip>sample string 20</BillingZip>
  <BranchId>5</BranchId>
  <ConsultationFeeStatus>64</ConsultationFeeStatus>
  <DeliveryAddress>sample string 24</DeliveryAddress>
  <DeliveryCity>sample string 28</DeliveryCity>
  <DeliveryCountry>sample string 25</DeliveryCountry>
  <DeliveryCountryCode>sample string 26</DeliveryCountryCode>
  <DeliveryEmail>sample string 31</DeliveryEmail>
  <DeliveryName>sample string 23</DeliveryName>
  <DeliveryState>sample string 27</DeliveryState>
  <DeliveryTel>sample string 30</DeliveryTel>
  <DeliveryZip>sample string 29</DeliveryZip>
  <InAppConsultationBookingId>3</InAppConsultationBookingId>
  <InAppConsultationId>2</InAppConsultationId>
  <OrderId>sample string 1</OrderId>
  <PatientId>6</PatientId>
  <TransactionDate>2026-04-22T16:04:00.144924+05:30</TransactionDate>
  <TransactionId>sample string 9</TransactionId>
  <TransactionMode>64</TransactionMode>
  <TransactionStatus>64</TransactionStatus>
  <TransactionType>64</TransactionType>
  <UserAccountId>4</UserAccountId>
</PaymentDto>

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.