Skip to main content

VenueDto

A venue. SOAP equivalent: ACPO_Venue.

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.

VenueDto
{
"venueId": 0,
"venueName": "string",
"identityId": 0,
"venuePhysical": "string",
"venueLogical": "string",
"address": {
"address1": "string",
"address2": "string",
"zipCode": "string",
"city": "string"
}
}