Skip to main content

GetVenuesResponse

Response containing the list of venues.

venues object[]nullable

The available venues.

  • Array [
  • venueIdinteger<int32>required

    Venue identifier (SOAP: ID_Venue).

    venueNamestringnullable

    Venue display name.

    identityIdinteger<int32>required

    Owning identity identifier (SOAP: ID_Identity).

    venuePhysicalstringnullable

    Physical configuration name.

    venueLogicalstringnullable

    Logical configuration name.

    address objectrequired

    Postal address of a venue. SOAP equivalent: ACPO_IdentityAddress.

    address1stringnullable

    Address line 1.

    address2stringnullable

    Address line 2.

    zipCodestringnullable

    Zip / postal code.

    citystringnullable

    City.

  • ]
  • GetVenuesResponse
    {
    "venues": [
    {
    "venueId": 0,
    "venueName": "string",
    "identityId": 0,
    "venuePhysical": "string",
    "venueLogical": "string",
    "address": {
    "address1": "string",
    "address2": "string",
    "zipCode": "string",
    "city": "string"
    }
    }
    ]
    }