GET api/Bed?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of MDLBed
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

None.

Description

string

None.

Barcode

string

None.

Identifier

string

None.

DepartmentName

string

None.

DepartmentId

integer

None.

CostCenterId

integer

None.

CostCenterName

string

None.

Type

string

None.

TypeId

integer

None.

LastCleaning

date

None.

LastMaintenance

date

None.

MaintenanceInterval

integer

None.

HouseId

integer

None.

State

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Name": "sample string 2",
    "Description": "sample string 3",
    "Barcode": "sample string 4",
    "Identifier": "sample string 5",
    "DepartmentName": "sample string 6",
    "DepartmentId": 7,
    "CostCenterId": 8,
    "CostCenterName": "sample string 9",
    "Type": "sample string 10",
    "TypeId": 11,
    "LastCleaning": "2025-12-31T16:29:53.2818279+01:00",
    "LastMaintenance": "2025-12-31T16:29:53.2818279+01:00",
    "MaintenanceInterval": 14,
    "HouseId": 15,
    "State": 16
  },
  {
    "ID": 1,
    "Name": "sample string 2",
    "Description": "sample string 3",
    "Barcode": "sample string 4",
    "Identifier": "sample string 5",
    "DepartmentName": "sample string 6",
    "DepartmentId": 7,
    "CostCenterId": 8,
    "CostCenterName": "sample string 9",
    "Type": "sample string 10",
    "TypeId": 11,
    "LastCleaning": "2025-12-31T16:29:53.2818279+01:00",
    "LastMaintenance": "2025-12-31T16:29:53.2818279+01:00",
    "MaintenanceInterval": 14,
    "HouseId": 15,
    "State": 16
  }
]

application/xml, text/xml

Sample:
<ArrayOfMDLBed xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Shared.Bed">
  <MDLBed>
    <Barcode>sample string 4</Barcode>
    <CostCenterId>8</CostCenterId>
    <CostCenterName>sample string 9</CostCenterName>
    <DepartmentId>7</DepartmentId>
    <DepartmentName>sample string 6</DepartmentName>
    <Description>sample string 3</Description>
    <HouseId>15</HouseId>
    <ID>1</ID>
    <Identifier>sample string 5</Identifier>
    <LastCleaning>2025-12-31T16:29:53.2818279+01:00</LastCleaning>
    <LastMaintenance>2025-12-31T16:29:53.2818279+01:00</LastMaintenance>
    <MaintenanceInterval>14</MaintenanceInterval>
    <Name>sample string 2</Name>
    <State>16</State>
    <Type>sample string 10</Type>
    <TypeId>11</TypeId>
  </MDLBed>
  <MDLBed>
    <Barcode>sample string 4</Barcode>
    <CostCenterId>8</CostCenterId>
    <CostCenterName>sample string 9</CostCenterName>
    <DepartmentId>7</DepartmentId>
    <DepartmentName>sample string 6</DepartmentName>
    <Description>sample string 3</Description>
    <HouseId>15</HouseId>
    <ID>1</ID>
    <Identifier>sample string 5</Identifier>
    <LastCleaning>2025-12-31T16:29:53.2818279+01:00</LastCleaning>
    <LastMaintenance>2025-12-31T16:29:53.2818279+01:00</LastMaintenance>
    <MaintenanceInterval>14</MaintenanceInterval>
    <Name>sample string 2</Name>
    <State>16</State>
    <Type>sample string 10</Type>
    <TypeId>11</TypeId>
  </MDLBed>
</ArrayOfMDLBed>