GET api/Tickets
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TicketName | Description | Type | Additional information |
---|---|---|---|
TicketNo | string |
None. |
|
CustomerID | integer |
None. |
|
TicketDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TicketNo": "sample string 1", "CustomerID": 1, "TicketDate": "2023-06-10T14:25:18.8714244-07:00" }, { "TicketNo": "sample string 1", "CustomerID": 1, "TicketDate": "2023-06-10T14:25:18.8714244-07:00" } ]