POST api/ST8Tablet/CancelReload
Request Information
URI Parameters
None.
Body Parameters
CancelReloadRequestName | Description | Type | Additional information |
---|---|---|---|
ReturnValue | integer |
None. |
|
CardID | string |
None. |
|
CardType | integer |
None. |
|
DeviceID | integer |
None. |
|
DeviceSeq | integer |
None. |
|
DriverID | integer |
None. |
|
Route | integer |
None. |
|
Run | integer |
None. |
|
Direction | integer |
None. |
|
DeviceOperation | integer |
None. |
|
DeviceType | integer |
None. |
|
DeviceDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ReturnValue": 1, "CardID": "sample string 2", "CardType": 3, "DeviceID": 4, "DeviceSeq": 5, "DriverID": 6, "Route": 7, "Run": 8, "Direction": 9, "DeviceOperation": 10, "DeviceType": 11, "DeviceDate": "2024-11-20T16:12:49.5297775+00:00" }
application/xml, text/xml
Sample:
<ST8TabletController.CancelReloadRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers"> <CardID>sample string 2</CardID> <CardType>3</CardType> <DeviceDate>2024-11-20T16:12:49.5297775+00:00</DeviceDate> <DeviceID>4</DeviceID> <DeviceOperation>10</DeviceOperation> <DeviceSeq>5</DeviceSeq> <DeviceType>11</DeviceType> <Direction>9</Direction> <DriverID>6</DriverID> <ReturnValue>1</ReturnValue> <Route>7</Route> <Run>8</Run> </ST8TabletController.CancelReloadRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CheckCancelReloadResponseName | 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>