POST api/DiaryDesign/GetDisplayRoomOccupancy

Request Information

URI Parameters

None.

Body Parameters

FilteredDisplayRoomOccupancy
NameDescriptionTypeAdditional information
DepCode

integer

None.

BranchCodes

Collection of integer

None.

FromDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "DepCode": 1,
  "BranchCodes": [
    1,
    2
  ],
  "FromDate": "2024-04-26T00:00:00+03:00"
}

application/xml, text/xml

Sample:
<DiaryDesignController.FilteredDisplayRoomOccupancy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IMedical.Controllers">
  <BranchCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </BranchCodes>
  <DepCode>1</DepCode>
  <FromDate>2024-04-26T00:00:00+03:00</FromDate>
</DiaryDesignController.FilteredDisplayRoomOccupancy>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FilteredDisplayRoomOccupancy'.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

Response Information

Resource Description

RoomOccupancyRetview
NameDescriptionTypeAdditional information
diariesRetriveResult

Collection of Object

None.

diariesRetriveAppointment

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "diariesRetriveResult": [
    {},
    {}
  ],
  "diariesRetriveAppointment": [
    {},
    {}
  ]
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'System.Linq.EnumerableQuery`1[[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]' with data contract name 'ArrayOfanyType:http://schemas.microsoft.com/2003/10/Serialization/Arrays' is not expected. Consider using a DataContractResolver if you are using DataContractSerializer or add any types not known statically to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding them to the list of known types passed to the serializer.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'System.Linq.EnumerableQuery`1[[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]' with data contract name 'ArrayOfanyType:http://schemas.microsoft.com/2003/10/Serialization/Arrays' is not expected. Consider using a DataContractResolver if you are using DataContractSerializer or add any types not known statically to the list of known types - for example, by using the KnownTypeAttribute attribute or by adding them to the list of known types passed to the serializer.

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.