PUT POS/Tickets/{id}/SpecExpiration Try Now

Update the spec expiration.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id
The Ticket Group Id.
string
Required

Body Parameters

The Spec Expiration Request.

NameDescriptionTypeAdditional information
ExpirationType
The type of the expiration.
ExpirationType
None.
ExpirationDate
The expiration date.
date
None.
ExpirationDays
The expiration days.
integer
None.

Request Formats

application/json, text/json

Sample:
{
  "ExpirationType": "Never",
  "ExpirationDate": "2024-03-27T09:27",
  "ExpirationDays": 1
}

Response Information

Resource Description

The ticket group

None.

Response Formats

application/json, text/json

Sample:

Sample not available.