POST Payment/InstantPoojaCheckOut

Request Information

URI Parameters

None.

Body Parameters

InstantPoojaCheckout
NameDescriptionTypeAdditional information
CustomerId

integer

None.

ShopId

integer

None.

CurrencyId

integer

None.

LocaleId

integer

None.

ProductId

integer

None.

VariationId

integer

None.

PriestId

string

None.

SubTotal

decimal number

None.

WalletRedemption

decimal number

None.

Gateway

string

None.

sTime

date

None.

eTime

date

None.

Timezone

string

None.

Willingness

string

None.

IsRetry

boolean

None.

DateCreated

date

None.

DateUpdated

date

None.

OrderId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": 1,
  "ShopId": 2,
  "CurrencyId": 3,
  "LocaleId": 4,
  "ProductId": 5,
  "VariationId": 6,
  "PriestId": "sample string 7",
  "SubTotal": 8.0,
  "WalletRedemption": 9.0,
  "Gateway": "sample string 10",
  "sTime": "2026-06-01T23:38:06.2715868+05:30",
  "eTime": "2026-06-01T23:38:06.2715868+05:30",
  "Timezone": "sample string 13",
  "Willingness": "sample string 14",
  "IsRetry": true,
  "DateCreated": "2026-06-01T23:38:06.2715868+05:30",
  "DateUpdated": "2026-06-01T23:38:06.2715868+05:30",
  "OrderId": 18
}

application/xml, text/xml

Sample:
<InstantPoojaCheckout xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstroVed.Api.DAL">
  <CurrencyId>3</CurrencyId>
  <CustomerId>1</CustomerId>
  <DateCreated>2026-06-01T23:38:06.2715868+05:30</DateCreated>
  <DateUpdated>2026-06-01T23:38:06.2715868+05:30</DateUpdated>
  <Gateway>sample string 10</Gateway>
  <IsRetry>true</IsRetry>
  <LocaleId>4</LocaleId>
  <OrderId>18</OrderId>
  <PriestId>sample string 7</PriestId>
  <ProductId>5</ProductId>
  <ShopId>2</ShopId>
  <SubTotal>8</SubTotal>
  <Timezone>sample string 13</Timezone>
  <VariationId>6</VariationId>
  <WalletRedemption>9</WalletRedemption>
  <Willingness>sample string 14</Willingness>
  <eTime>2026-06-01T23:38:06.2715868+05:30</eTime>
  <sTime>2026-06-01T23:38:06.2715868+05:30</sTime>
</InstantPoojaCheckout>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.