POST api/BrahamanBhoj?TYPE={TYPE}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TYPE | string |
Required |
Body Parameters
BrahamanBhojName | Description | Type | Additional information |
---|---|---|---|
BBB_ID | string |
None. |
|
BBB_PRICE | string |
None. |
|
BBB_DATE | string |
None. |
|
BBB_TIME | string |
None. |
|
BBB_NO | string |
None. |
|
HONAR_STATUS | string |
None. |
|
HONOR_NAME | string |
None. |
|
NO_BRAHAMAN | string |
None. |
|
USER_ID | string |
None. |
|
REFERAL_NO | string |
None. |
|
PAYMENT_TYPE | string |
None. |
|
TRANSACTION_ID | string |
None. |
|
CONVINIEANCE_FEE | string |
None. |
|
TOTAL_PRICE | string |
None. |
|
PAYMENT_STATUS | string |
None. |
|
TAX | string |
None. |
|
EXTRA | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "BBB_ID": "sample string 1", "BBB_PRICE": "sample string 2", "BBB_DATE": "sample string 3", "BBB_TIME": "sample string 4", "BBB_NO": "sample string 5", "HONAR_STATUS": "sample string 6", "HONOR_NAME": "sample string 7", "NO_BRAHAMAN": "sample string 8", "USER_ID": "sample string 9", "REFERAL_NO": "sample string 10", "PAYMENT_TYPE": "sample string 11", "TRANSACTION_ID": "sample string 12", "CONVINIEANCE_FEE": "sample string 13", "TOTAL_PRICE": "sample string 14", "PAYMENT_STATUS": "sample string 15", "TAX": "sample string 16", "EXTRA": "sample string 17" }
application/xml, text/xml
Sample:
<BrahamanBhoj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <BBB_DATE>sample string 3</BBB_DATE> <BBB_ID>sample string 1</BBB_ID> <BBB_NO>sample string 5</BBB_NO> <BBB_PRICE>sample string 2</BBB_PRICE> <BBB_TIME>sample string 4</BBB_TIME> <CONVINIEANCE_FEE>sample string 13</CONVINIEANCE_FEE> <EXTRA>sample string 17</EXTRA> <HONAR_STATUS>sample string 6</HONAR_STATUS> <HONOR_NAME>sample string 7</HONOR_NAME> <NO_BRAHAMAN>sample string 8</NO_BRAHAMAN> <PAYMENT_STATUS>sample string 15</PAYMENT_STATUS> <PAYMENT_TYPE>sample string 11</PAYMENT_TYPE> <REFERAL_NO>sample string 10</REFERAL_NO> <TAX>sample string 16</TAX> <TOTAL_PRICE>sample string 14</TOTAL_PRICE> <TRANSACTION_ID>sample string 12</TRANSACTION_ID> <USER_ID>sample string 9</USER_ID> </BrahamanBhoj>
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. |