POST v3/baskets

Creates a new basket

Request Information

URI Parameters

None.

Body Parameters

NewBasket
NameDescriptionTypeAdditional information
Tickets

Collection of NewTicket

None.

MerchandiseItems

Collection of NewMerchandiseItem

None.

GiftVouchers

Collection of NewGiftVoucher

None.

Donations

Collection of NewDonation

None.

MembershipSubscriptions

Collection of NewMembershipSubscription

None.

CustomPayments

Collection of NewCustomPayment

None.

Customer

string

None.

AgentCustomer

AgentCustomerPatch

None.

TicketDelivery

NewDelivery

None.

MerchandiseDelivery

NewDelivery

None.

WaiveTransactionCommission

boolean

None.

PromoCode

string

None.

Attributes

There will be additional properties (custom to each client) with the prefix 'Attribute_'

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json

Sample:
{
  "promoCode": "sample string 3"
}

text/xml

Sample:
<NewBasket>
  <PromoCode>sample string 3</PromoCode>
</NewBasket>

Response Information

Resource Description

Basket
NameDescriptionTypeAdditional information
MultibuyOffers

Collection of MultibuyOffer

None.

TotalDiscount

decimal number

None.

MerchandiseDeliveryOptions

Collection of DeliveryOption

None.

DefaultCardPaymentFee

decimal number

None.

PotentialOffers

Collection of Offer

None.

TicketDeliveryOptions

Collection of DeliveryOption

None.

PromoCode

string

None.

Id

string

None.

BasketId

string

None.

MerchandiseDelivery

Delivery

None.

TransactionCommission

BasketCommission

None.

Offers

Collection of Offer

None.

TicketDelivery

Delivery

None.

TicketSubscriptions

Collection of TicketSubscription

None.

DisableWebComponents

boolean

None.

Hash

A value representing this basket. This will change any time the basket changes, and can be used to decide whether to redraw the basket.

string

None.

AgentCustomer

AgentCustomer

None.

Attributes

There will be additional properties (custom to each client) with the prefix 'Attribute_'

None.

CustomPayments

Collection of CustomPayment

None.

Customer

Customer

None.

MerchandiseItems

Collection of MerchandiseItem

None.

Donations

Collection of Donation

None.

Notes

string

None.

Tickets

Collection of Ticket

None.

MembershipSubscriptions

Collection of MembershipSubscription

None.

GiftVouchers

Collection of GiftVoucher

None.

Total

decimal number

None.

Charges

Collection of Charge

None.

Response Formats

application/json, text/xml

Sample:

Sample not available.