POST api/branch/{branchKey}/physicalroom

Request Information

URI Parameters

NameDescriptionTypeAdditional information
branchKey

string

Required

Body Parameters

PhysicalRoomModel
NameDescriptionTypeAdditional 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-01-07T11:22:19.7277286+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-01-07T11:22:19.7277286+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
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.