POST POS/Sales/Holds Try Now

Put on Hold

Request Information

URI Parameters

NameDescriptionTypeAdditional information

Body Parameters

The request.

NameDescriptionTypeAdditional information
ExternalOrderNumber
the external order number.
string
None.
CustomerId
the customer identifier.
string
None.
Duration
the duration.
integer
None.
Note
the note.
string
None.
ExpectedHoldDate
the expected hold date.
date
None.
HoldItems
the hold items.
Collection of HoldItemDetails
None.

Request Formats

application/json, text/json

Sample:
{
  "ExternalOrderNumber": "",
  "CustomerId": "",
  "Duration": 3,
  "Note": "",
  "ExpectedHoldDate": "2024-03-29T20:09",
  "HoldItems": [
    {
      "Quantity": 1,
      "LowSeat": 2,
      "HighSeat": 3,
      "Seats": [
        1
      ],
      "TicketGroupId": "",
      "TicketNumber": 5,
      "SellPrice": 6.0,
      "EventName": "",
      "EventId": "",
      "Venue": "",
      "VenueId": "",
      "EventDate": "2024-03-29T20:09",
      "Section": "",
      "Row": ""
    }
  ]
}

Response Information

Resource Description

NameDescriptionTypeAdditional information
HoldRequestId
the hold request identifier.
string
None.
CustomerId
the customer identifier.
string
None.
ClientCompany
Client Company
string
None.
ClientEmail
Client Email
string
None.
ExternalOrderNumber
the external order number.
string
None.
ZoneCode
the source.
Zone
None.
Notes
the notes.
string
None.
HoldItems
the hold items.
Collection of TicketHoldItem
None.
ExpirationDate
the expiration date.
date
None.

Response Formats

application/json, text/json

Sample:

Sample not available.