POST api/FuneralService?TYPE={TYPE}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TYPE | string |
Required |
Body Parameters
FuneralService| Name | Description | Type | Additional information |
|---|---|---|---|
| FB_ID | string |
None. |
|
| GUARDIAN_NAME | string |
None. |
|
| GUARDIAN_CONTACT1 | string |
None. |
|
| GUARDIAN_CONTACT2 | string |
None. |
|
| GUARDIAN_DETAILS | string |
None. |
|
| DECEASED_NAME | string |
None. |
|
| GENDER | string |
None. |
|
| RELIGION | string |
None. |
|
| GOTRA | string |
None. |
|
| FB_DATE | string |
None. |
|
| FB_TIME | string |
None. |
|
| AGE | string |
None. |
|
| ADDRESS | string |
None. |
|
| FC_ID | string |
None. |
|
| USER_ID | string |
None. |
|
| PAYMENT_TYPE | string |
None. |
|
| TRANSACTION_ID | string |
None. |
|
| CONVINIEANCE_FEE | string |
None. |
|
| TOTAL_PRICE | string |
None. |
|
| PAYMENT_STATUS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FB_ID": "sample string 1",
"GUARDIAN_NAME": "sample string 2",
"GUARDIAN_CONTACT1": "sample string 3",
"GUARDIAN_CONTACT2": "sample string 4",
"GUARDIAN_DETAILS": "sample string 5",
"DECEASED_NAME": "sample string 6",
"GENDER": "sample string 7",
"RELIGION": "sample string 8",
"GOTRA": "sample string 9",
"FB_DATE": "sample string 10",
"FB_TIME": "sample string 11",
"AGE": "sample string 12",
"ADDRESS": "sample string 13",
"FC_ID": "sample string 14",
"USER_ID": "sample string 15",
"PAYMENT_TYPE": "sample string 16",
"TRANSACTION_ID": "sample string 17",
"CONVINIEANCE_FEE": "sample string 18",
"TOTAL_PRICE": "sample string 19",
"PAYMENT_STATUS": "sample string 20"
}
application/xml, text/xml
Sample:
<FuneralService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <ADDRESS>sample string 13</ADDRESS> <AGE>sample string 12</AGE> <CONVINIEANCE_FEE>sample string 18</CONVINIEANCE_FEE> <DECEASED_NAME>sample string 6</DECEASED_NAME> <FB_DATE>sample string 10</FB_DATE> <FB_ID>sample string 1</FB_ID> <FB_TIME>sample string 11</FB_TIME> <FC_ID>sample string 14</FC_ID> <GENDER>sample string 7</GENDER> <GOTRA>sample string 9</GOTRA> <GUARDIAN_CONTACT1>sample string 3</GUARDIAN_CONTACT1> <GUARDIAN_CONTACT2>sample string 4</GUARDIAN_CONTACT2> <GUARDIAN_DETAILS>sample string 5</GUARDIAN_DETAILS> <GUARDIAN_NAME>sample string 2</GUARDIAN_NAME> <PAYMENT_STATUS>sample string 20</PAYMENT_STATUS> <PAYMENT_TYPE>sample string 16</PAYMENT_TYPE> <RELIGION>sample string 8</RELIGION> <TOTAL_PRICE>sample string 19</TOTAL_PRICE> <TRANSACTION_ID>sample string 17</TRANSACTION_ID> <USER_ID>sample string 15</USER_ID> </FuneralService>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |