GET api/Mt_Rooms?pos_name={pos_name}&search_text={search_text}&id_room={id_room}&id_room_unit={id_room_unit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pos_name

string

Required

search_text

string

Required

id_room

globally unique identifier

None.

id_room_unit

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

rooms_data_cmd
NameDescriptionTypeAdditional information
result

string

None.

message

string

None.

id_pos

globally unique identifier

None.

pos_name

string

None.

rooms

Collection of _rooms

None.

Response Formats

application/json, text/json

Sample:
{
  "result": "sample string 1",
  "message": "sample string 2",
  "id_pos": "76eb5a9c-49ec-46e6-b3c2-707182e6e6bc",
  "pos_name": "sample string 4",
  "rooms": [
    {
      "$id": "2",
      "id_room": "4895794a-1f2a-4ef8-9c23-1a41a2e45705",
      "name": "sample string 2",
      "name_pos": "sample string 3",
      "order": 4,
      "rooms_units": [
        {
          "$id": "3",
          "id_room_unit": "05dc9bd5-96d8-4ac0-a944-5519eadc5ce4",
          "name": "sample string 2",
          "external_id": "sample string 3",
          "pax": 4,
          "order": 5,
          "view_in_map": true,
          "amt_sal": 7.1,
          "amt_inv": 8.1,
          "rooms_unit_status": {
            "$id": "4",
            "id_ru_status": "66ef48fe-2bc5-41f0-9712-d50b6548b3fe",
            "id_mask": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "color": "sample string 5"
          },
          "rooms_unit_activity": {
            "$id": "5",
            "id_rua": "defdf1f7-dae1-4506-8d35-fd874941bbdc",
            "id_room_unit": "278892e5-2c7c-4727-ad1e-baa7581e8bfa",
            "id_room": "7fa96100-1c47-416d-b39a-e85242424d1f",
            "room_name_unit": "sample string 4",
            "room_name": "sample string 5",
            "pax": 1,
            "id_employee": "54c45c91-3033-4971-9b1a-dc642b76b98c",
            "employee_name": "sample string 7",
            "client_name": "sample string 8",
            "reserve_id": "sample string 9",
            "id_status": "8d1312bf-7fe0-4183-a206-e146a49df5bc",
            "status_name": "sample string 11",
            "comments": "sample string 12",
            "date_open": "2026-09-06T06:48:24.7208546+02:00",
            "external_id": "sample string 14",
            "documents": [
              {
                "$id": "6",
                "id_doc_sa": "af81ea8f-df5b-4a4e-ad8a-2899590fa3bc",
                "id_doc": "058eb138-bc8c-4859-9925-872edf98da02",
                "doc_name": "sample string 3",
                "nro_doc": "sample string 4",
                "date_doc": "2026-09-06T06:48:24.7208546+02:00",
                "comment": "sample string 5",
                "amt_tot": 6.1,
                "details": [
                  {
                    "$id": "7",
                    "id_line": 1,
                    "qty": 2.1,
                    "unit_price": 3.1,
                    "amt_tot": 4.1,
                    "item_name": "sample string 5",
                    "item_name_pos": "sample string 6",
                    "item_type_name": "sample string 7",
                    "comment": "sample string 8"
                  },
                  {
                    "$ref": "7"
                  }
                ]
              },
              {
                "$ref": "6"
              }
            ]
          }
        },
        {
          "$ref": "3"
        }
      ]
    },
    {
      "$ref": "2"
    }
  ]
}