POST api/PlaceOfDeath/{district}/{hospitalType}/{bedType}/{bedAvailability}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
district | string |
None. |
|
hospitalType | string |
None. |
|
bedType | string |
None. |
|
bedAvailability | string |
None. |
Body Parameters
placeofdeathName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
typename | string |
None. |
|
createdon | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "typename": "sample string 2", "createdon": "2023-05-31T14:34:40.6106861+05:30" }
application/xml, text/xml
Sample:
<placeofdeath xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WBBedAvailibility"> <createdon>2023-05-31T14:34:40.6106861+05:30</createdon> <id>1</id> <typename>sample string 2</typename> </placeofdeath>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
placeofdeathName | 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": "2023-05-31T14:34:40.6106861+05:30" }
application/xml, text/xml
Sample:
<placeofdeath xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WBBedAvailibility"> <createdon>2023-05-31T14:34:40.6106861+05:30</createdon> <id>1</id> <typename>sample string 2</typename> </placeofdeath>