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": "2022-05-17T17:03:46.9593296-07:00" }, { "TicketNo": "sample string 1", "CustomerID": 1, "TicketDate": "2022-05-17T17:03:46.9593296-07:00" } ]