Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "userAuth": {
        "username": "username",
        "password": "password"
    },
    "operation": "getSiteAccess"
}

Response

Element

Type

Description

siteList

Array

The siteList array will contain an entry for each site as requested in the siteIDList section of the request.

siteID

Integer

The IBE siteID for the property.

primaryName

String

Property name.

Sample

Code Block
languagejson
{
  "siteList": [
    {
      "siteID": 881,
      "primaryName": "TestHotel Martin"
    },
    {
      "siteID": 1853,
      "primaryName": "TestHotel Mahony"
    },
    {
      "siteID": 1893,
      "primaryName": "API Test Hotel"
    }
  ]
}