GET api/ST8Tablet/CheckCancelReload?CardID={CardID}&CardType={CardType}&BusID={BusID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CardID | string |
Required |
|
| CardType | string |
Required |
|
| BusID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CheckCancelReloadResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ReturnValue | integer |
None. |
|
| ProductName | string |
None. |
|
| ProductID | integer |
None. |
|
| Price | decimal number |
None. |
|
| ProductType | integer |
None. |
|
| Rides | integer |
None. |
|
| Days | integer |
None. |
|
| PassStart | string |
None. |
|
| PassEnd | string |
None. |
|
| Cash | decimal number |
None. |
|
| ClassName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReturnValue": 1,
"ProductName": "sample string 2",
"ProductID": 3,
"Price": 4.1,
"ProductType": 5,
"Rides": 6,
"Days": 7,
"PassStart": "sample string 8",
"PassEnd": "sample string 9",
"Cash": 10.1,
"ClassName": "sample string 11"
}
application/xml, text/xml
Sample:
<ST8TabletController.CheckCancelReloadResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers"> <Cash>10.1</Cash> <ClassName>sample string 11</ClassName> <Days>7</Days> <PassEnd>sample string 9</PassEnd> <PassStart>sample string 8</PassStart> <Price>4.1</Price> <ProductID>3</ProductID> <ProductName>sample string 2</ProductName> <ProductType>5</ProductType> <ReturnValue>1</ReturnValue> <Rides>6</Rides> </ST8TabletController.CheckCancelReloadResponse>