PUT api/v1/FeatureForRoom/UpdateFeatureForRoom
Request Information
URI Parameters
None.
Body Parameters
FeatureForRoom| Name | Description | Type | Additional information |
|---|---|---|---|
| _Id | integer |
None. |
|
| _Title | string |
None. |
|
| _Type | ROOM_FEATURE_TYPE |
None. |
|
| _SysNumber | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"_Id": 1,
"_Title": "sample string 2",
"_Type": 1,
"_SysNumber": 3,
"_CreationDate": "2025-12-06T17:44:17.654974+00:00",
"_UpdatedDate": "2025-12-06T17:44:17.654974+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.