GET api/PlaceOfDeath/{district}/{hospitalName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| district | string |
None. |
|
| hospitalName | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of placeofdeath| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| typename | string |
None. |
|
| createdon | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"typename": "sample string 2",
"createdon": "2025-11-24T00:23:09.8241207+05:30"
},
{
"id": 1,
"typename": "sample string 2",
"createdon": "2025-11-24T00:23:09.8241207+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfplaceofdeath xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WBBedAvailibility">
<placeofdeath>
<createdon>2025-11-24T00:23:09.8241207+05:30</createdon>
<id>1</id>
<typename>sample string 2</typename>
</placeofdeath>
<placeofdeath>
<createdon>2025-11-24T00:23:09.8241207+05:30</createdon>
<id>1</id>
<typename>sample string 2</typename>
</placeofdeath>
</ArrayOfplaceofdeath>