GET api/Tt_Rooms_Units_Activity?pos_name={pos_name}&id_room={id_room}&id_room_unit={id_room_unit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pos_name | string |
Required |
|
| id_room | globally unique identifier |
Required |
|
| id_room_unit | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of tt_rooms_units_activity_p| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| id_room | globally unique identifier |
None. |
|
| name_room | string |
None. |
|
| id_room_unit | globally unique identifier |
None. |
|
| name_room_unit | string |
None. |
|
| name_room_unit_external | string |
None. |
|
| date_open | date |
None. |
|
| pax | integer |
None. |
|
| amt_tot | decimal number |
None. |
|
| list_doc_det | Collection of tt_doc_sa_det_p |
None. |
|
| id_unit_state | globally unique identifier |
None. |
|
| name_unit_state | string |
None. |
|
| order_room_unit | integer |
None. |
|
| order_room | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "b7fff7b5-b023-4429-9d00-cf7a81d5d7d5",
"id_room": "b8dbe77f-f71e-4a8e-8459-5deecfabde9b",
"name_room": "sample string 3",
"id_room_unit": "439c7fa3-c9c0-46ba-be0b-5b4e6a8e0ea9",
"name_room_unit": "sample string 5",
"name_room_unit_external": "sample string 6",
"date_open": "2026-01-10T12:09:16.3376929+01:00",
"pax": 8,
"amt_tot": 9.1,
"list_doc_det": [
{
"$id": "2",
"id_item_sub": "5d44004c-1841-4f4e-b509-d2bb45bb6185",
"item_name": "sample string 2",
"item_type_name": "sample string 3",
"qty": 4.1,
"unit_price": 5.1,
"tax": 6.1,
"amt_net": 7.1,
"amt_tax": 8.1,
"amt_dis": 9.1,
"amt_chr": 10.1,
"amt_tot": 11.1
},
{
"$ref": "2"
}
],
"id_unit_state": "df28ff8a-42a5-4751-bdb3-04213281a12f",
"name_unit_state": "sample string 11",
"order_room_unit": 12,
"order_room": 13
},
{
"$ref": "1"
}
]