Skip to main content

GetVenueDetailResponse

Response containing the detail of a venue. SOAP equivalent: ACP_VenueGetDetail.

venueIdinteger<int32>required

Venue identifier.

venueNamestringnullable

Venue display name.

identityIdinteger<int32>required

Owning identity identifier.

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.

properties object[]nullable

Generic properties of the venue.

  • Array [
  • elementIdinteger<int32>required

    Generic identifier (SOAP: ID_Element).

    labelstringnullable

    Generic display label (SOAP: Label_Element).

    codestringnullable

    Generic code (SOAP: Code_Element).

    typestringnullable

    Property type (SOAP: Type_Element).

    optionalstringnullable

    Optional field, populated only for BLOCK (SOAP: Optional).

    optional2stringnullable

    Secondary optional value (SOAP: Optional2).

  • ]
  • GetVenueDetailResponse
    {
    "venueId": 0,
    "venueName": "string",
    "identityId": 0,
    "venuePhysical": "string",
    "venueLogical": "string",
    "address": {
    "address1": "string",
    "address2": "string",
    "zipCode": "string",
    "city": "string"
    },
    "properties": [
    {
    "elementId": 0,
    "label": "string",
    "code": "string",
    "type": "string",
    "optional": "string",
    "optional2": "string"
    }
    ]
    }