GET api/Mt_Rooms?branch_name={branch_name}&id_room={id_room}&id_room_unit={id_room_unit}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
branch_name

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": "cd58184b-b225-44b3-9690-5327fdc8e4e3",
  "pos_name": "sample string 4",
  "rooms": [
    {
      "$id": "2",
      "id_room": "f8b50ebc-8905-4e32-951e-f4c9786ef05d",
      "name": "sample string 2",
      "name_pos": "sample string 3",
      "order": 4,
      "rooms_units": [
        {
          "$id": "3",
          "id_room_unit": "c1948bd0-6b5c-4941-93e9-03fd20f22c1a",
          "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": "8e86cd75-2cef-472c-aa89-268614adde2c",
            "id_mask": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "color": "sample string 5"
          },
          "rooms_unit_activity": {
            "$id": "5",
            "id_rua": "4ac91221-e6b9-476c-986c-d2fef7a7fa22",
            "id_room_unit": "955940dd-80ee-4feb-9144-bb4b1235487b",
            "id_room": "491b76c5-48ec-4a4f-9b6e-e09e301d54c8",
            "room_name_unit": "sample string 4",
            "room_name": "sample string 5",
            "pax": 1,
            "id_employee": "06456b30-33d3-477f-a894-4fc439fd0663",
            "employee_name": "sample string 7",
            "client_name": "sample string 8",
            "reserve_id": "sample string 9",
            "id_status": "5e63f9ad-ae71-4837-926f-373d1cb4d129",
            "status_name": "sample string 11",
            "comments": "sample string 12",
            "date_open": "2026-05-09T09:33:49.7509772+02:00",
            "external_id": "sample string 14",
            "documents": [
              {
                "$id": "6",
                "id_doc_sa": "e6ba6a04-41f1-4c6b-934f-f6c086451db2",
                "id_doc": "4c2f35e2-9122-4c64-9522-57a9a68715fb",
                "doc_name": "sample string 3",
                "nro_doc": "sample string 4",
                "date_doc": "2026-05-09T09:33:49.7509772+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"
    }
  ]
}