GET api/Ticket?Token={Token}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetTicketByNo_ResultName | 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-10T13:38:45.3366461-07:00" }, { "TicketNo": "sample string 1", "CustomerID": 1, "TicketDate": "2023-06-10T13:38:45.3366461-07:00" } ]