POST api/BookPooja
Request Information
URI Parameters
None.
Body Parameters
BookPujaName | Description | Type | Additional information |
---|---|---|---|
PB_DATE | string |
None. |
|
PB_TIME | string |
None. |
|
PB_LANGAUGE | string |
None. |
|
PB_SAMAGRI | string |
None. |
|
PB_PRICE | string |
None. |
|
PB_SAMAGRIPRICE | string |
None. |
|
PANDIT_ID | string |
None. |
|
USER_ID | string |
None. |
|
REFERENCES_NO | string |
None. |
|
ADDRESS | string |
None. |
|
PUJA_ID | string |
None. |
|
PAYMENT_TYPE | string |
None. |
|
CONVINIENCE_FEE | string |
None. |
|
TAX | string |
None. |
|
EXTRA | string |
None. |
|
TRANSACTION_ID | string |
None. |
|
TRANSACTION_AMT | string |
None. |
|
PB_DiscountPercentage | integer |
None. |
|
PB_DiscountAmount | string |
None. |
|
PB_Total | string |
None. |
|
PB_TaxPercentage | integer |
None. |
|
PB_TaxAmount | string |
None. |
|
PB_GrandTotal | string |
None. |
|
PAYMENT_STATUS | string |
None. |
|
TRANSACTION_STATUS | string |
None. |
|
StateID | integer |
None. |
|
DistrictID | integer |
None. |
|
PoojaTypeID | integer |
None. |
|
ConvinienceFeeTaxPercent | string |
None. |
|
ConvinienceFeeTaxAmount | string |
None. |
|
SamagriPriceTaxPercent | string |
None. |
|
SamagriPriceTaxAmount | string |
None. |
|
WhatsappNumber | string |
None. |
|
Remark | string |
None. |
|
CouponCodeID | integer |
None. |
|
CouponCodeAmount | string |
None. |
|
WalletAmount | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PB_DATE": "sample string 1", "PB_TIME": "sample string 2", "PB_LANGAUGE": "sample string 3", "PB_SAMAGRI": "sample string 4", "PB_PRICE": "sample string 5", "PB_SAMAGRIPRICE": "sample string 6", "PANDIT_ID": "sample string 7", "USER_ID": "sample string 8", "REFERENCES_NO": "sample string 9", "ADDRESS": "sample string 10", "PUJA_ID": "sample string 11", "PAYMENT_TYPE": "sample string 12", "CONVINIENCE_FEE": "sample string 13", "TAX": "sample string 14", "EXTRA": "sample string 15", "TRANSACTION_ID": "sample string 16", "TRANSACTION_AMT": "sample string 17", "PB_DiscountPercentage": 1, "PB_DiscountAmount": "sample string 18", "PB_Total": "sample string 19", "PB_TaxPercentage": 1, "PB_TaxAmount": "sample string 20", "PB_GrandTotal": "sample string 21", "PAYMENT_STATUS": "sample string 22", "TRANSACTION_STATUS": "sample string 23", "StateID": 1, "DistrictID": 1, "PoojaTypeID": 1, "ConvinienceFeeTaxPercent": "sample string 24", "ConvinienceFeeTaxAmount": "sample string 25", "SamagriPriceTaxPercent": "sample string 26", "SamagriPriceTaxAmount": "sample string 27", "WhatsappNumber": "sample string 28", "Remark": "sample string 29", "CouponCodeID": 1, "CouponCodeAmount": "sample string 30", "WalletAmount": "sample string 31" }
application/xml, text/xml
Sample:
<BookPuja xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <ADDRESS>sample string 10</ADDRESS> <CONVINIENCE_FEE>sample string 13</CONVINIENCE_FEE> <ConvinienceFeeTaxAmount>sample string 25</ConvinienceFeeTaxAmount> <ConvinienceFeeTaxPercent>sample string 24</ConvinienceFeeTaxPercent> <CouponCodeAmount>sample string 30</CouponCodeAmount> <CouponCodeID>1</CouponCodeID> <DistrictID>1</DistrictID> <EXTRA>sample string 15</EXTRA> <PANDIT_ID>sample string 7</PANDIT_ID> <PAYMENT_STATUS>sample string 22</PAYMENT_STATUS> <PAYMENT_TYPE>sample string 12</PAYMENT_TYPE> <PB_DATE>sample string 1</PB_DATE> <PB_DiscountAmount>sample string 18</PB_DiscountAmount> <PB_DiscountPercentage>1</PB_DiscountPercentage> <PB_GrandTotal>sample string 21</PB_GrandTotal> <PB_LANGAUGE>sample string 3</PB_LANGAUGE> <PB_PRICE>sample string 5</PB_PRICE> <PB_SAMAGRI>sample string 4</PB_SAMAGRI> <PB_SAMAGRIPRICE>sample string 6</PB_SAMAGRIPRICE> <PB_TIME>sample string 2</PB_TIME> <PB_TaxAmount>sample string 20</PB_TaxAmount> <PB_TaxPercentage>1</PB_TaxPercentage> <PB_Total>sample string 19</PB_Total> <PUJA_ID>sample string 11</PUJA_ID> <PoojaTypeID>1</PoojaTypeID> <REFERENCES_NO>sample string 9</REFERENCES_NO> <Remark>sample string 29</Remark> <SamagriPriceTaxAmount>sample string 27</SamagriPriceTaxAmount> <SamagriPriceTaxPercent>sample string 26</SamagriPriceTaxPercent> <StateID>1</StateID> <TAX>sample string 14</TAX> <TRANSACTION_AMT>sample string 17</TRANSACTION_AMT> <TRANSACTION_ID>sample string 16</TRANSACTION_ID> <TRANSACTION_STATUS>sample string 23</TRANSACTION_STATUS> <USER_ID>sample string 8</USER_ID> <WalletAmount>sample string 31</WalletAmount> <WhatsappNumber>sample string 28</WhatsappNumber> </BookPuja>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |