TicketUserServices

<back to all web services

OwnerSeriesTicketPriceRequest

Requires Authentication
Requires any of the roles:Admin, TeamAdmin, MobileApp, Admin, TeamAdmin, MobileApp, Admin, TeamAdmin, MobileAppRequired permissions:Tickets.Add, Tickets.Add, Tickets.Add
The following routes are available for this service:
GET PUT POST/ownerTicketPriceChange Tickets prices for Owner in SeriesId only when changing (PUT)
OwnerSeriesTicketPriceRequest Parameters:
NameParameterData TypeRequiredDescription
IdbodyintNo
TicketIdbodyint?No
EventOwnerIdbodyintNo
SeriesIdbodyintNo
DefaultPricebodydecimalNo
HidebodyboolNo
ActivebodyboolNo
MaxTicketsbodyint?No
OwnerSeriesTicketPriceResult Parameters:
NameParameterData TypeRequiredDescription
TicketPriceformEventSeriesOwnerTicketPriceNo
StatusCodeformintNo
MessageformstringNo
EventSeriesOwnerTicketPrice Parameters:
NameParameterData TypeRequiredDescription
IDformintNo
OwnerIdformintNo
DefaultPriceformdecimalNo
TicketTypeIdformint?No
SeriesIdformint?No
TicketTypeListOrderformintNo
IsHiddenformbool?No
IsActiveformbool?No
MaxTicketsformint?No
CurrencyformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /ownerTicketPrice HTTP/1.1 
Host: stubbur-autoupdates-live.smartnewapis.com 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	id: 0,
	ticketId: 0,
	eventOwnerId: 0,
	seriesId: 0,
	defaultPrice: 0,
	hide: False,
	active: False,
	maxTickets: 0
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ticketPrice: 
	{
		id: 0,
		ownerId: 0,
		defaultPrice: 0,
		ticketTypeId: 0,
		seriesId: 0,
		ticketTypeListOrder: 0,
		isHidden: False,
		isActive: False,
		maxTickets: 0,
		currency: String
	},
	statusCode: 0,
	message: String
}