PUT POS/Sales/Orders/{orderid}/Items Try Now

Add Items to Existing Order

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderid
The orderid.
string
Required

Body Parameters

The items.

Collection of TakenItemRequest
NameDescriptionTypeAdditional information
ServiceFee
decimal number
None.
Discount
decimal number
None.
Tax
decimal number
None.
TicketGroupId
the ticket group identifier.
string
None.
Quantity
the quantity.
integer
None.
LowSeat
the low seat.
integer
None.
HighSeat
the high seat.
integer
None.
Seats
the seats.
Collection of integer
None.
UnitPrice
the sell price.
decimal number
None.
TicketNumber
the ticket number.
long
None.
Commission
the commission.
decimal number
None.
IsItemPredelivered
boolean
None.
EventName
the name of the event.
string
None.
EventId
the event identifier.
string
None.
Venue
the venue.
string
None.
VenueId
the venue identifier.
string
None.
EventDate
the event date.
date
None.
Section
the section.
string
None.
Row
the row.
string
None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ServiceFee": 1.0,
    "Discount": 2.0,
    "Tax": 3.0,
    "TicketGroupId": "",
    "Quantity": 5,
    "LowSeat": 6,
    "HighSeat": 7,
    "Seats": [
      1
    ],
    "UnitPrice": 8.0,
    "TicketNumber": 9,
    "Commission": 10.0,
    "IsItemPredelivered": true,
    "EventName": "",
    "EventId": "",
    "Venue": "",
    "VenueId": "",
    "EventDate": "2024-03-28T18:17",
    "Section": "",
    "Row": ""
  }
]

Response Information

Resource Description

NameDescriptionTypeAdditional information
OrderId
The order identifier.
string
None.
OrderNumber
The order number.
integer
None.
Zone
Zone
Zone
None.
CustomerId
Customer Id
string
None.
ShipTo
Ship To Contact
Contact
None.
BillTo
Bill To Contact
Contact
None.
ShipFrom
Ship From Address
SubscriberAddress
None.
OrderStatus
The order status.
InvoiceStatus
None.
ShippingStatus
The shipping status.
ShippingStatus
None.
PaymentStatus
The payment status.
PaymentStatus
None.
ExternalOrderNumber
The external order number.
string
None.
Items
The order items.
Collection of OrderItem
None.
ShippingType
The type ofThe shipping.
ShippingType
None.
ShippingService
The shipping service.
string
None.
ShippingTrackingNumber
The shipping tracking number.
string
None.
ShippingCost
The shipping cost.
Money
None.
Tax
The tax.
Money
None.
ServiceFee
The overs.
Money
None.
Discount
The discount.
Money
None.
Commission
The commission.
Money
None.
SubTotal
The sub total.
Money
None.
GrandTotal
The grand total.
Money
None.
Notes
The notes.
string
None.
PrivateNotes
Order private notes.
Collection of PrivateNote
None.
VoidReason
The void reason.
string
None.
Tags
The tags.
Collection of string
None.
ReferralTypeId
The Referral Type Id.
string
None.
ReferralType
The Referral Type.
string
None.
ReferralName
The referral name.
string
None.
ClientCompany
The client company.
string
None.
ClientCSR
The client CSR.
string
None.
SubscriberCSR
The subscriber CSR.
string
None.
OrderDate
The order date.
date
None.
AllocationStatus
The order allocation status.
AllocationStatus
None.

Response Formats

application/json, text/json

Sample:

Sample not available.