POST Groups/Bed?validateOnly={validateOnly}
Add bed
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
Bed data
BedDTOName | Description | Type | Additional 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
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |