POST api/BHajanMandal
Request Information
URI Parameters
None.
Body Parameters
BhajanMandalBookName | Description | Type | Additional information |
---|---|---|---|
BMB_ID | string |
None. |
|
BHAJAN_ID | string |
None. |
|
BM_ID | string |
None. |
|
USER_ID | string |
None. |
|
TOTAL_FEE | string |
None. |
|
CONVENIENCE_FEE | string |
None. |
|
BMB_TIME | string |
None. |
|
BMB_DATE | string |
None. |
|
REFERAL_NO | string |
None. |
|
PAYMENT_TYPE | string |
None. |
|
TRANSACTION_ID | string |
None. |
|
PAYMENT_STATUS | string |
None. |
|
BHAJAN_TOOL | string |
None. |
|
BHAJAN_TOOLPRICE | string |
None. |
|
ADDRESS | string |
None. |
|
BHAJAN_LANG | string |
None. |
|
LATTITUDE | string |
None. |
|
LONGITUDE | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "BMB_ID": "sample string 1", "BHAJAN_ID": "sample string 2", "BM_ID": "sample string 3", "USER_ID": "sample string 4", "TOTAL_FEE": "sample string 5", "CONVENIENCE_FEE": "sample string 6", "BMB_TIME": "sample string 7", "BMB_DATE": "sample string 8", "REFERAL_NO": "sample string 9", "PAYMENT_TYPE": "sample string 10", "TRANSACTION_ID": "sample string 11", "PAYMENT_STATUS": "sample string 12", "BHAJAN_TOOL": "sample string 13", "BHAJAN_TOOLPRICE": "sample string 14", "ADDRESS": "sample string 15", "BHAJAN_LANG": "sample string 16", "LATTITUDE": "sample string 17", "LONGITUDE": "sample string 18" }
application/xml, text/xml
Sample:
<BhajanMandalBook xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <ADDRESS>sample string 15</ADDRESS> <BHAJAN_ID>sample string 2</BHAJAN_ID> <BHAJAN_LANG>sample string 16</BHAJAN_LANG> <BHAJAN_TOOL>sample string 13</BHAJAN_TOOL> <BHAJAN_TOOLPRICE>sample string 14</BHAJAN_TOOLPRICE> <BMB_DATE>sample string 8</BMB_DATE> <BMB_ID>sample string 1</BMB_ID> <BMB_TIME>sample string 7</BMB_TIME> <BM_ID>sample string 3</BM_ID> <CONVENIENCE_FEE>sample string 6</CONVENIENCE_FEE> <LATTITUDE>sample string 17</LATTITUDE> <LONGITUDE>sample string 18</LONGITUDE> <PAYMENT_STATUS>sample string 12</PAYMENT_STATUS> <PAYMENT_TYPE>sample string 10</PAYMENT_TYPE> <REFERAL_NO>sample string 9</REFERAL_NO> <TOTAL_FEE>sample string 5</TOTAL_FEE> <TRANSACTION_ID>sample string 11</TRANSACTION_ID> <USER_ID>sample string 4</USER_ID> </BhajanMandalBook>
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. |