PUT POS/Tickets/{id}/SpecExpiration Try Now
Update the spec expiration.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The Ticket Group Id.
|
string |
Required
|
Body Parameters
The Spec Expiration Request.
| Name | Description | Type | Additional 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": "2025-11-10T01:05",
"ExpirationDays": 1
}
Response Information
Resource Description
The ticket group
None.
Response Formats
application/json, text/json
Sample:
Sample not available.