GET v1/Shops/{shopId}/Tickets/{code}/TicketId
Get the ShopCtrl Ticket Id based on the TicketCode.
Request Information
Requires Authorization!
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
shopId |
The id of the shop. |
integer |
Required. |
code |
The unique ShopCtrl Ticket code. |
integer |
Required. |
Body Parameters
None.
Response Information
Resource Description
The Ticket id.
integer
Response Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int>1</int>