PUT api/BedStatus/{district}/{blocktype}/{block}?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

district

string

None.

blocktype

string

None.

block

string

None.

Body Parameters

bedstatu
NameDescriptionTypeAdditional 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.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "masterid": 1.0,
  "Mobilenumber": 1.0,
  "Patientname": "sample string 2",
  "Hospitalallocated": "sample string 3",
  "createdon": "2024-04-19T08:59:52.2409264+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>2024-04-19T08:59:52.2409264+05:30</createdon>
  <id>1</id>
  <masterid>1</masterid>
</bedstatu>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.