Skip to content
ipro-dave edited this page Nov 6, 2023 · 13 revisions

**Request Url: /apis/properties?ownerID=&PropertyID=8900

Search Parameters:

  • ownerID is the unique ID for the property owner, it is an integer, it's a CompanyID
  • PropertyID is the unique ID for the property, it is an integer
  • Bedrooms is fixed attribute, it is an integer
  • Bathrooms: fixed attribute, it is an integer
  • Sleeps: fixed Attributes, it is an integer
  • BrandID: ID of the brand, it is an integer

Response:

[
  {
    "Rooms": [
      {
        "Id": 10303,
        "Name": "Double Bedroom With Sea View",
        "Description": "Lovely double bedrooms with everything you need",
        "Amenities": [
          "BED LINEN \u0026 TOWELS",
          "ALARM CLOCK",
          "CUPBOARD",
          "DOUBLE BED",
          "BUILT-IN WARDROBES",
          "NIGHT TABLES",
          "READING LAMPS",
          "BALCONY",
          "SATELLITE TV",
          "AIR CONDITIONING"
        ],
        "Sleeps": 2,
        "RoomNumbers": [
          
        ],
        "Type": 0
      },
      {
        "Id": 10304,
        "Name": "",
        "Description": "",
        "Amenities": [
          "DOUBLE BED"
        ],
        "Sleeps": null,
        "RoomNumbers": [
          
        ],
        "Type": 0
      },
      {
        "Id": 10305,
        "Name": "",
        "Description": "",
        "Amenities": [
          "DOUBLE BED"
        ],
        "Sleeps": null,
        "RoomNumbers": [
          
        ],
        "Type": 0
      },
      {
        "Id": 10306,
        "Name": "",
        "Description": "",
        "Amenities": [
          "DOUBLE BED"
        ],
        "Sleeps": null,
        "RoomNumbers": [
          
        ],
        "Type": 0
      },
      {
        "Id": 10488,
        "Name": "Outside Space",
        "Description": "Lovely garden and pool area",
        "RoomType": "LIVING ROOM",
        "Amenities": [
          "SOFA"
        ],
        "Type": 1
      },
      {
        "Id": 10507,
        "Name": "Large Cinema Room",
        "Description": "Massive wide screen",
        "RoomType": "LIVING ROOM",
        "Amenities": [
          "SOFA"
        ],
        "Type": 1
      },
      {
        "Id": 10883,
        "Name": "",
        "Description": "",
        "RoomType": "BATHROOM",
        "Amenities": [
          "TOILET"
        ],
        "Type": 1
      }
    ],
    "Distances": [
      {
        "Name": "Beach xyz",
        "Distance": 10,
        "DistanceUnit": "MINUTES WALK",
        "DistanceType": "BEACH"
      }
    ],
    "AssignedContacts": [
        {
            "CompanyId": 6,
            "ContactId": 3,
            "CompanyName": "",
            "Email": "Gardner@example.com",
            "Phone": "",
            "Mobile": "",
            "Type": "Gardner"
        },
        {
            "CompanyId": 5,
            "ContactId": 2,
            "CompanyName": "",
            "Email": "Housekeeper@example.com",
            "Phone": "",
            "Mobile": "",
            "Type": "Housekeeper"
        }
    ],
    "Id": 8849,
    "LangNodeId": null,
    "Name": "Casa Jade",
    "Title": "Casa Jade",
    "Description": "5 bedroom 3 bathroom luxury Villa, with fully heated swimming pool in Adeje Tenerife. This Villa has everything you would need in a Luxurious Setting. The 2 King-Size Master bedrooms are spacious with there own private balconies and have views of the mountains, pool and surrounding areas.",
    "Reference": "1",
    "PropertyName": "Casa Jade",
    "VirtualTour":"",
    "VirtualTourTitle":"",
    "ShortBreakSupplements": "1234"
    "AllowedStartDays": "1235"
    "MinimumLengthOfStay": "1236"
    "Bedrooms": 4,
    "Bathrooms": 4,
    "Sleeps": 6,
    "PropertyType": "Villa",
    "PropertyWebsite": "",
    "Wifi": false,
    "RatesIncludeVat": false,
    "GeoLocation": "28.0940528753818,-16.72355090831229,19",
    "Location": "Costa Adeje",
    "HideOnWebsite": false,
    "MinRate": "€1395.00",
    "MaxRate": "€1895",
    "RatesIncludeVat": true,
    "MinMaxPriceRange": "€4655",
    "Price": 4655.00,
    "BrandId": 1,
    "BrandName": "iPro Holidays",
    "Owner": {
      "CompanyId": 3435,
      "CompanyName": "Owner Jones",
      "ContactId": 3435,
      "Email": "owner2@ipro-software.com",
      "Phone": "",
      "Rep": 2344
    },
    "Commission": "20.00",
    "Images": "9124,8853,9129,9131,8854,8855,9123,9125,9127,9126,9128,9130",
    "ContractRenewalDate": null,
    "ContractExpireDueDays": null,
    "TrustPilotTag": ""
  }
]
Clone this wiki locally