PUT Groups/BedGroup/{bedID}/{groupID}?validateOnly={validateOnly}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bedID | integer |
Required |
|
groupID | integer |
Required |
|
validateOnly | boolean |
Default value is False |
Body Parameters
BedGroupDTOName | Description | Type | Additional information |
---|---|---|---|
BedID | integer |
None. |
|
GroupID | integer |
None. |
|
Type | BedGroupType |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
BedComments | string |
None. |
|
Summary | string |
None. |
|
BedName | string |
None. |
|
BedLocation | string |
None. |
|
GroupName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "bedID": 1, "groupID": 2, "type": 1, "recordState": 1, "created": { "dateUtc": "2024-12-04T08:00:12.1906621+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:00:12 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T08:00:12.1906621+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 8:00:12 AM" }, "bedComments": "sample string 3", "summary": "sample string 5 > sample string 4", "bedName": "sample string 4", "bedLocation": "sample string 5", "groupName": "sample string 6" }
application/xml, text/xml
Sample:
<BedGroupDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <BedComments>sample string 3</BedComments> <BedID>1</BedID> <BedLocation>sample string 5</BedLocation> <BedName>sample string 4</BedName> <Created> <DateUtc>2024-12-04T08:00:12.1906621+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <GroupID>2</GroupID> <GroupName>sample string 6</GroupName> <LastUpdated> <DateUtc>2024-12-04T08:00:12.1906621+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <RecordState>Active</RecordState> <Type>Primary</Type> </BedGroupDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/x-compressed-json
Sample:
� ͑A �0E�fk�$֢Y�Aݨ�I(�iB�.J�d.<�W0��Hŵ�?�7����Q�Y��I w���� �ʪ��0N�Z8�V���0���CB�8=�Ø:"s�e�b�1$Pz��\G x��U!ܥ���/���{���q:nV����;�%p�>����8�+��*�� N~@�h�>;)����:okS�i�=��t��nR��
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. |