POST api/Rooms/get/GetSearch

Request Information

URI Parameters

None.

Body Parameters

SearchRoom
NameDescriptionTypeAdditional information
groupId

integer

None.

count

integer

None.

date

date

None.

timeStart

date

None.

timeEnd

date

None.

roomTypeId

integer

None.

materialsIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "groupId": 1,
  "count": 1,
  "date": "2025-12-11T17:10:49.313495+01:00",
  "timeStart": "2025-12-11T17:10:49.313495+01:00",
  "timeEnd": "2025-12-11T17:10:49.313495+01:00",
  "roomTypeId": 1,
  "materialsIds": [
    1,
    2
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}