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-01-22T05:57", "ExpirationDays": 1 }
Response Information
Resource Description
The ticket group
None.
Response Formats
application/json, text/json
Sample:
Sample not available.