POST api/BedStatus
Request Information
URI Parameters
None.
Body Parameters
bedstatusinput| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| masterid | decimal number |
None. |
|
| Mobilenumber | decimal number |
None. |
|
| Patientname | string |
None. |
|
| Hospitalallocated | string |
None. |
|
| createdon | date |
None. |
|
| allocatedtime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"masterid": 1.0,
"Mobilenumber": 1.0,
"Patientname": "sample string 2",
"Hospitalallocated": "sample string 3",
"createdon": "2025-11-24T00:20:41.0555637+05:30",
"allocatedtime": "sample string 4"
}
application/xml, text/xml
Sample:
<bedstatusinput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WBBedAvailibility.Models"> <Hospitalallocated>sample string 3</Hospitalallocated> <Mobilenumber>1</Mobilenumber> <Patientname>sample string 2</Patientname> <allocatedtime>sample string 4</allocatedtime> <createdon>2025-11-24T00:20:41.0555637+05:30</createdon> <id>1</id> <masterid>1</masterid> </bedstatusinput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
bedstatu| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| masterid | decimal number |
None. |
|
| Mobilenumber | decimal number |
None. |
|
| Patientname | string |
None. |
|
| Hospitalallocated | string |
None. |
|
| createdon | date |
None. |
|
| allocatedtime | string |
None. |
|
| appid | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"masterid": 1.0,
"Mobilenumber": 1.0,
"Patientname": "sample string 2",
"Hospitalallocated": "sample string 3",
"createdon": "2025-11-24T00:20:41.0555637+05:30",
"allocatedtime": "sample string 4",
"appid": "sample string 5"
}
application/xml, text/xml
Sample:
<bedstatu xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WBBedAvailibility"> <Hospitalallocated>sample string 3</Hospitalallocated> <Mobilenumber>1</Mobilenumber> <Patientname>sample string 2</Patientname> <allocatedtime>sample string 4</allocatedtime> <appid>sample string 5</appid> <createdon>2025-11-24T00:20:41.0555637+05:30</createdon> <id>1</id> <masterid>1</masterid> </bedstatu>