POST api/Rooms/delete/GetSearch
Request Information
URI Parameters
None.
Body Parameters
SearchRoom| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"count": 1,
"date": "2026-01-01T07:10:35.1114588+01:00",
"timeStart": "2026-01-01T07:10:35.1114588+01:00",
"timeEnd": "2026-01-01T07:10:35.1114588+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:
{}