| Requires any of the roles: | Admin, TeamAdmin, MobileApp | Requires the permission: | ReadData |
| POST | /AppSeatingTicketTypesInSectionSearch |
|---|
export class EventSeriesOwnerTicketType
{
public id?: number;
public name?: string;
public defaultPrice?: number;
public seriesId?: number;
public ownerId?: number;
public ticketTypeListOrder?: number;
public isActive?: boolean;
public maxTickets?: number;
public ticketColor?: string;
public showUsedTickets?: boolean;
public canOnlyBeBoughtWithTeamPass?: boolean;
public isSpecialTicket?: boolean;
public specialTicketId?: string;
public onlyForKsi?: boolean;
public timestampCreated?: string;
public timestampLastChanged?: string;
public ticketsForSalePerEvent?: boolean;
public imageUrl?: string;
public holderInfoRequired?: boolean;
public eventSeriesOwnerSeatingSectionId?: number;
public canOnlyBeBought?: boolean;
public canNotBeBought?: boolean;
public blockTransfer?: boolean;
public maxTicketsPerTransaction?: number;
public forceSingleTickets?: boolean;
public onlyForEvent?: number;
public currency?: string;
public constructor(init?: Partial<EventSeriesOwnerTicketType>) { (Object as any).assign(this, init); }
}
export class MyOwnerCards
{
public id?: number;
public phoneFullVerificationNumber?: string;
public ownerId?: number;
public cardTypeId?: number;
public name?: string;
public imageUrl?: string;
public description?: string;
public ticketTypeMaxTickets?: number;
public cardValidFromUTC?: string;
public cardValidToUTC?: string;
public currentAvailableTickets?: number;
public initialMaxTickets?: number;
public deviceId?: string;
public holderId?: string;
public holderName?: string;
public holderEmail?: string;
public initialStoreCredit?: number;
public currentStoreCredit?: number;
public hasStoreCredit?: boolean;
public timeStampBoughtUTC?: string;
public constructor(init?: Partial<MyOwnerCards>) { (Object as any).assign(this, init); }
}
export class AppEventSeatingSectionOwnerTicketTypesItem
{
public ticketType?: EventSeriesOwnerTicketType;
public myCards?: MyOwnerCards[];
public constructor(init?: Partial<AppEventSeatingSectionOwnerTicketTypesItem>) { (Object as any).assign(this, init); }
}
export class EventSeriesTicketType
{
public id?: number;
public name?: string;
public defaultPrice?: number;
public seriesId?: number;
public ticketTypeListOrder?: number;
public isActive?: boolean;
public ticketColor?: string;
public showUsedTickets?: boolean;
public isSpecialTicket?: boolean;
public specialTicketId?: string;
public onlyForKsi?: boolean;
public holderInfoRequired?: boolean;
public blockTransfer?: boolean;
public maxTicketsPerTransaction?: number;
public currency?: string;
public constructor(init?: Partial<EventSeriesTicketType>) { (Object as any).assign(this, init); }
}
export class MySeriesControllerCards
{
public id?: number;
public phoneFullVerificationNumber?: string;
public ownerId?: string;
public cardTypeId?: string;
public name?: string;
public description?: string;
public cardTypeOwner?: string;
public maxTicketsPerEvent?: number;
public creationDate?: string;
public deviceId?: string;
public holderName?: string;
public canTransferToName?: string;
public canTransferToPhoneFullNumber?: string;
public expYear?: string;
public expMonth?: string;
public constructor(init?: Partial<MySeriesControllerCards>) { (Object as any).assign(this, init); }
}
export class AppEventSeatingSectionSeriesTicketTypesItem
{
public ticketType?: EventSeriesTicketType;
public myCards?: MySeriesControllerCards[];
public constructor(init?: Partial<AppEventSeatingSectionSeriesTicketTypesItem>) { (Object as any).assign(this, init); }
}
export class AppEventSeatingSectionTicketTypesSearchResult
{
public statusCode?: number;
public message?: string;
public ownerTicketTypes?: AppEventSeatingSectionOwnerTicketTypesItem[];
public seriesTicketTypes?: AppEventSeatingSectionSeriesTicketTypesItem[];
public constructor(init?: Partial<AppEventSeatingSectionTicketTypesSearchResult>) { (Object as any).assign(this, init); }
}
export class RequestSignature
{
public systemId?: string;
public systemSecret?: string;
public signature?: string;
public constructor(init?: Partial<RequestSignature>) { (Object as any).assign(this, init); }
}
export class AppEventSeatingSectionTicketTypesSearchRequest
{
public eventId?: number;
public ownerId?: number;
public eventSectionId?: number;
public includeMyPaymentCards?: boolean;
public phoneVerificationNumber?: string;
public deviceId?: string;
public requestUnixUTCTimeStamp?: number;
public signature?: RequestSignature;
public constructor(init?: Partial<AppEventSeatingSectionTicketTypesSearchRequest>) { (Object as any).assign(this, init); }
}
TypeScript AppEventSeatingSectionTicketTypesSearchRequest DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /AppSeatingTicketTypesInSectionSearch HTTP/1.1
Host: stubbur-app.azurewebsites.net
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<AppEventSeatingSectionTicketTypesSearchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketUserServices.ServiceModel">
<DeviceId>String</DeviceId>
<EventId>0</EventId>
<EventSectionId>0</EventSectionId>
<IncludeMyPaymentCards>false</IncludeMyPaymentCards>
<OwnerId>0</OwnerId>
<PhoneVerificationNumber>String</PhoneVerificationNumber>
<RequestUnixUTCTimeStamp>0</RequestUnixUTCTimeStamp>
<Signature>
<Signature>String</Signature>
<SystemId>String</SystemId>
<SystemSecret>String</SystemSecret>
</Signature>
</AppEventSeatingSectionTicketTypesSearchRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<AppEventSeatingSectionTicketTypesSearchResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TicketUserServices.ServiceModel">
<Message>String</Message>
<OwnerTicketTypes>
<AppEventSeatingSectionOwnerTicketTypesItem>
<MyCards xmlns:d4p1="http://schemas.datacontract.org/2004/07/TicketUserServices.ServiceModel.Types">
<d4p1:MyOwnerCards>
<d4p1:CardTypeId>0</d4p1:CardTypeId>
<d4p1:CardValidFromUTC>0001-01-01T00:00:00</d4p1:CardValidFromUTC>
<d4p1:CardValidToUTC>0001-01-01T00:00:00</d4p1:CardValidToUTC>
<d4p1:CurrentAvailableTickets>0</d4p1:CurrentAvailableTickets>
<d4p1:CurrentStoreCredit>0</d4p1:CurrentStoreCredit>
<d4p1:Description>String</d4p1:Description>
<d4p1:DeviceId>String</d4p1:DeviceId>
<d4p1:HasStoreCredit>false</d4p1:HasStoreCredit>
<d4p1:HolderEmail>String</d4p1:HolderEmail>
<d4p1:HolderId>String</d4p1:HolderId>
<d4p1:HolderName>String</d4p1:HolderName>
<d4p1:ID>0</d4p1:ID>
<d4p1:ImageUrl>String</d4p1:ImageUrl>
<d4p1:InitialMaxTickets>0</d4p1:InitialMaxTickets>
<d4p1:InitialStoreCredit>0</d4p1:InitialStoreCredit>
<d4p1:Name>String</d4p1:Name>
<d4p1:OwnerId>0</d4p1:OwnerId>
<d4p1:PhoneFullVerificationNumber>String</d4p1:PhoneFullVerificationNumber>
<d4p1:TicketTypeMaxTickets>0</d4p1:TicketTypeMaxTickets>
<d4p1:TimeStampBoughtUTC>0001-01-01T00:00:00</d4p1:TimeStampBoughtUTC>
</d4p1:MyOwnerCards>
</MyCards>
<TicketType xmlns:d4p1="http://schemas.datacontract.org/2004/07/TicketUserServices.ServiceModel.Types">
<d4p1:BlockTransfer>false</d4p1:BlockTransfer>
<d4p1:CanNotBeBought>false</d4p1:CanNotBeBought>
<d4p1:CanOnlyBeBought>false</d4p1:CanOnlyBeBought>
<d4p1:CanOnlyBeBoughtWithTeamPass>false</d4p1:CanOnlyBeBoughtWithTeamPass>
<d4p1:Currency>String</d4p1:Currency>
<d4p1:DefaultPrice>0</d4p1:DefaultPrice>
<d4p1:EventSeriesOwnerSeatingSectionId>0</d4p1:EventSeriesOwnerSeatingSectionId>
<d4p1:ForceSingleTickets>false</d4p1:ForceSingleTickets>
<d4p1:HolderInfoRequired>false</d4p1:HolderInfoRequired>
<d4p1:ID>0</d4p1:ID>
<d4p1:ImageUrl>String</d4p1:ImageUrl>
<d4p1:IsActive>false</d4p1:IsActive>
<d4p1:IsSpecialTicket>false</d4p1:IsSpecialTicket>
<d4p1:MaxTickets>0</d4p1:MaxTickets>
<d4p1:MaxTicketsPerTransaction>0</d4p1:MaxTicketsPerTransaction>
<d4p1:Name>String</d4p1:Name>
<d4p1:OnlyForEvent>0</d4p1:OnlyForEvent>
<d4p1:OnlyForKsi>false</d4p1:OnlyForKsi>
<d4p1:OwnerId>0</d4p1:OwnerId>
<d4p1:SeriesId>0</d4p1:SeriesId>
<d4p1:ShowUsedTickets>false</d4p1:ShowUsedTickets>
<d4p1:SpecialTicketId>String</d4p1:SpecialTicketId>
<d4p1:TicketColor>String</d4p1:TicketColor>
<d4p1:TicketTypeListOrder>0</d4p1:TicketTypeListOrder>
<d4p1:TicketsForSalePerEvent>false</d4p1:TicketsForSalePerEvent>
<d4p1:TimestampCreated>0001-01-01T00:00:00</d4p1:TimestampCreated>
<d4p1:TimestampLastChanged>0001-01-01T00:00:00</d4p1:TimestampLastChanged>
</TicketType>
</AppEventSeatingSectionOwnerTicketTypesItem>
</OwnerTicketTypes>
<SeriesTicketTypes>
<AppEventSeatingSectionSeriesTicketTypesItem>
<MyCards xmlns:d4p1="http://schemas.datacontract.org/2004/07/TicketUserServices.ServiceModel.Types">
<d4p1:MySeriesControllerCards>
<d4p1:CanTransferToName>String</d4p1:CanTransferToName>
<d4p1:CanTransferToPhoneFullNumber>String</d4p1:CanTransferToPhoneFullNumber>
<d4p1:CardTypeId>String</d4p1:CardTypeId>
<d4p1:CardTypeOwner>String</d4p1:CardTypeOwner>
<d4p1:CreationDate>0001-01-01T00:00:00</d4p1:CreationDate>
<d4p1:Description>String</d4p1:Description>
<d4p1:DeviceId>String</d4p1:DeviceId>
<d4p1:ExpMonth>String</d4p1:ExpMonth>
<d4p1:ExpYear>String</d4p1:ExpYear>
<d4p1:HolderName>String</d4p1:HolderName>
<d4p1:ID>0</d4p1:ID>
<d4p1:MaxTicketsPerEvent>0</d4p1:MaxTicketsPerEvent>
<d4p1:Name>String</d4p1:Name>
<d4p1:OwnerId>String</d4p1:OwnerId>
<d4p1:PhoneFullVerificationNumber>String</d4p1:PhoneFullVerificationNumber>
</d4p1:MySeriesControllerCards>
</MyCards>
<TicketType xmlns:d4p1="http://schemas.datacontract.org/2004/07/TicketUserServices.ServiceModel.Types">
<d4p1:BlockTransfer>false</d4p1:BlockTransfer>
<d4p1:Currency>String</d4p1:Currency>
<d4p1:DefaultPrice>0</d4p1:DefaultPrice>
<d4p1:HolderInfoRequired>false</d4p1:HolderInfoRequired>
<d4p1:ID>0</d4p1:ID>
<d4p1:IsActive>false</d4p1:IsActive>
<d4p1:IsSpecialTicket>false</d4p1:IsSpecialTicket>
<d4p1:MaxTicketsPerTransaction>0</d4p1:MaxTicketsPerTransaction>
<d4p1:Name>String</d4p1:Name>
<d4p1:OnlyForKsi>false</d4p1:OnlyForKsi>
<d4p1:SeriesId>0</d4p1:SeriesId>
<d4p1:ShowUsedTickets>false</d4p1:ShowUsedTickets>
<d4p1:SpecialTicketId>String</d4p1:SpecialTicketId>
<d4p1:TicketColor>String</d4p1:TicketColor>
<d4p1:TicketTypeListOrder>0</d4p1:TicketTypeListOrder>
</TicketType>
</AppEventSeatingSectionSeriesTicketTypesItem>
</SeriesTicketTypes>
<StatusCode>0</StatusCode>
</AppEventSeatingSectionTicketTypesSearchResult>