GET Groups/Bed

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeActive

boolean

None.

IncludeInactive

boolean

None.

IncludeDeleted

boolean

None.

Match

MatchCriteriaStringType

None.

BedIDs

Collection of integer

None.

RootGroupID

integer

None.

ParentGroupID

integer

None.

ListGroupID

integer

None.

BusinessUnits

Collection of integer

None.

BedName

string

None.

ExceptBedID

integer

None.

MaxRows

integer

None.

CreatedDateUtcMin

date

None.

CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

date

None.

BedStatusStartDateUtc

date

None.

BedStatusStopDateUtc

date

None.

BedStatusTypes

Collection of BedStatusType

None.

BathroomsCount

integer

None.

ExtraServices

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Collection of BedDTO
NameDescriptionTypeAdditional information
BedID

integer

None.

RootGroupID

integer

None.

ParentGroupID

integer

None.

BedName

string

None.

BedLocation

string

None.

Comments

string

None.

Props

Collection of Object

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

BathroomsCount

integer

None.

ExtraServices

boolean

None.

RoomType

string

None.

RoomCategoryEntryID

integer

None.

RoomCategoryEntryDescription

string

None.

MaximumRadAmount

decimal number

None.

MinimumRadAmount

decimal number

None.

OtherPrices

Collection of Object

None.

Summary

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "bedID": 1,
    "rootGroupID": 2,
    "parentGroupID": 3,
    "bedName": "sample string 4",
    "bedLocation": "sample string 5",
    "comments": "sample string 6",
    "recordState": 1,
    "created": {
      "dateUtc": "2024-12-04T08:04:02.5877192+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 8:04:02 AM"
    },
    "lastUpdated": {
      "dateUtc": "2024-12-04T08:04:02.5877192+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 8:04:02 AM"
    },
    "bathroomsCount": 1,
    "extraServices": true,
    "roomType": "sample string 7",
    "roomCategoryEntryID": 1,
    "roomCategoryEntryDescription": "sample string 8",
    "maximumRadAmount": 9.0,
    "minimumRadAmount": 1.0,
    "otherPrices": [],
    "summary": "sample string 5 > sample string 4"
  },
  {
    "bedID": 1,
    "rootGroupID": 2,
    "parentGroupID": 3,
    "bedName": "sample string 4",
    "bedLocation": "sample string 5",
    "comments": "sample string 6",
    "recordState": 1,
    "created": {
      "dateUtc": "2024-12-04T08:04:02.5877192+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 8:04:02 AM"
    },
    "lastUpdated": {
      "dateUtc": "2024-12-04T08:04:02.5877192+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 8:04:02 AM"
    },
    "bathroomsCount": 1,
    "extraServices": true,
    "roomType": "sample string 7",
    "roomCategoryEntryID": 1,
    "roomCategoryEntryDescription": "sample string 8",
    "maximumRadAmount": 9.0,
    "minimumRadAmount": 1.0,
    "otherPrices": [],
    "summary": "sample string 5 > sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBedDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <BedDTO>
    <BathroomsCount>1</BathroomsCount>
    <BedID>1</BedID>
    <BedLocation>sample string 5</BedLocation>
    <BedName>sample string 4</BedName>
    <Comments>sample string 6</Comments>
    <Created>
      <DateUtc>2024-12-04T08:04:02.5877192+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <ExtraServices>true</ExtraServices>
    <LastUpdated>
      <DateUtc>2024-12-04T08:04:02.5877192+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <MaximumRadAmount>9</MaximumRadAmount>
    <MinimumRadAmount>1</MinimumRadAmount>
    <OtherPrices xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" />
    <ParentGroupID>3</ParentGroupID>
    <Props xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
    <RecordState>Active</RecordState>
    <RoomCategoryEntryDescription>sample string 8</RoomCategoryEntryDescription>
    <RoomCategoryEntryID>1</RoomCategoryEntryID>
    <RoomType>sample string 7</RoomType>
    <RootGroupID>2</RootGroupID>
  </BedDTO>
  <BedDTO>
    <BathroomsCount>1</BathroomsCount>
    <BedID>1</BedID>
    <BedLocation>sample string 5</BedLocation>
    <BedName>sample string 4</BedName>
    <Comments>sample string 6</Comments>
    <Created>
      <DateUtc>2024-12-04T08:04:02.5877192+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <ExtraServices>true</ExtraServices>
    <LastUpdated>
      <DateUtc>2024-12-04T08:04:02.5877192+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <MaximumRadAmount>9</MaximumRadAmount>
    <MinimumRadAmount>1</MinimumRadAmount>
    <OtherPrices xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" />
    <ParentGroupID>3</ParentGroupID>
    <Props xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
    <RecordState>Active</RecordState>
    <RoomCategoryEntryDescription>sample string 8</RoomCategoryEntryDescription>
    <RoomCategoryEntryID>1</RoomCategoryEntryID>
    <RoomType>sample string 7</RoomType>
    <RootGroupID>2</RootGroupID>
  </BedDTO>
</ArrayOfBedDTO>

application/x-compressed-json

Sample:
��R�j�0����UM�v�>D�lcL}bzтI�M:,��a��_XZ2��7����ܓ{����|G��=�i�q�hʢ>�A�렾�,ДZ��
�0�+ц{4R���{^���m�7�D���+��Mw4���I��3uB�aє�S��w�~��~�Xʘ*-�Y�ܓ�TJ`���$佨W� ��d�D���fE�W�,�[�E);2�vͰ`�PL�r	~�Kh���U���9�Y���ꘀ���ļ8�ԾRb��R��l�~]��\��a
�|������	�䖜&l\�z��?���H��\