POST RTVPLogStatistics
Request Information
URI Parameters
None.
Body Parameters
LogStatisticsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RetailerAccountNumber | integer |
None. |
|
| TillID | integer |
None. |
|
| MinTxTime | integer |
None. |
|
| MaxTxTime | integer |
None. |
|
| AvgTxTime | integer |
None. |
|
| ErrorTransactions | integer |
None. |
|
| TotalTransactions | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RetailerAccountNumber": 1,
"TillID": 2,
"MinTxTime": 3,
"MaxTxTime": 4,
"AvgTxTime": 5,
"ErrorTransactions": 6,
"TotalTransactions": 7
}
application/xml, text/xml
Sample:
<LogStatisticsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RTVP.Common.Class"> <AvgTxTime>5</AvgTxTime> <ErrorTransactions>6</ErrorTransactions> <MaxTxTime>4</MaxTxTime> <MinTxTime>3</MinTxTime> <RetailerAccountNumber>1</RetailerAccountNumber> <TillID>2</TillID> <TotalTransactions>7</TotalTransactions> </LogStatisticsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WebServiceErrorsResponse Formats
application/json, text/json
Sample:
0
application/xml, text/xml
Sample:
<WebServiceErrors xmlns="http://schemas.datacontract.org/2004/07/RTVP.Common">Success</WebServiceErrors>