POST api/branch/{branchKey}/physicalroom
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| branchKey | string |
Required |
Body Parameters
PhysicalRoomModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PhysicalRoomKey | string |
None. |
|
| Name | string |
None. |
|
| SpecialtyGroupId | integer |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"PhysicalRoomKey": "sample string 1",
"Name": "sample string 2",
"SpecialtyGroupId": 3,
"CreatedOn": "2025-12-11T11:51:33.4330024+02:00"
}
application/xml, text/xml
Sample:
<PhysicalRoomModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccountManagement.Models"> <CreatedOn>2025-12-11T11:51:33.4330024+02:00</CreatedOn> <Name>sample string 2</Name> <PhysicalRoomKey>sample string 1</PhysicalRoomKey> <SpecialtyGroupId>3</SpecialtyGroupId> </PhysicalRoomModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |