POST api/Rooms/delete/GetSearch
Request Information
URI Parameters
None.
Body Parameters
SearchRoom| Name | Description | Type | Additional 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:08.7567877+01:00",
"timeStart": "2025-12-11T17:10:08.7567877+01:00",
"timeEnd": "2025-12-11T17:10:08.7567877+01:00",
"roomTypeId": 1,
"materialsIds": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}