PUT Groups/Bed/{bedID}?validateOnly={validateOnly}

Update bed

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bedID

BedID of Bed to be updated

integer

Required

validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

Bed data

BedDTO
NameDescriptionTypeAdditional information
BedID

Bed ID

integer

None.

RootGroupID

Group ID

integer

None.

ParentGroupID

Parent Group ID

integer

None.

BedName

Bed Name

string

None.

BedLocation

Bed Location

string

None.

Comments

Comments

string

None.

Props

Props

Collection of Object

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

BathroomsCount

Prop bathrooms

integer

None.

ExtraServices

Prop extra services

boolean

None.

RoomType

Extra Services Room Type

string

None.

RoomCategoryEntryID

Room Category code table entryID

integer

None.

RoomCategoryEntryDescription

Room Category code table description

string

None.

MaximumRadAmount

Maximum Rad Amount

decimal number

None.

MinimumRadAmount

Minimum Rad Amountbeddto

decimal number

None.

OtherPrices

List of Other Prices

Collection of Object

None.

Summary

Summary

string

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.