GET ticket/values/{appId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TAPaySetting| Name | Description | Type | Additional information |
|---|---|---|---|
| AppID | integer |
None. |
|
| OrderEnd | integer |
None. |
|
| OrderStatus | string |
None. |
|
| OrderLastChange | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"AppID": 1,
"OrderEnd": 2,
"OrderStatus": "sample string 3",
"OrderLastChange": "2025-12-10T20:20:07.0590386+01:00"
}
application/xml, text/xml
Sample:
<TAPaySetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tiszamozi.BL"> <AppID>1</AppID> <OrderEnd>2</OrderEnd> <OrderLastChange>2025-12-10T20:20:07.0590386+01:00</OrderLastChange> <OrderStatus>sample string 3</OrderStatus> </TAPaySetting>