GET v1/Shops/{shopId}/Tickets/{code}/TicketId
Get the ShopCtrl Ticket Id based on the TicketCode.
Request Information
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.
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int>1</int>