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-02-07T20:13:04.1150705-07:00" }, { "TicketNo": "sample string 1", "CustomerID": 1, "TicketDate": "2023-02-07T20:13:04.1150705-07:00" } ]