getPaymentReportLog
ApiScope: payment.report.log.fetch
API Scope Level: DealerScope
Path Parameters
dealerUuid string required
Query Parameters
reportType string
Possible values: [DailyClosingReport
, DailyActivityReport
, MonthlyExecutiveReport
]
status string
Possible values: [Open
, Closed
]
emailSent boolean
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
]
}
GET /v4/dealers/:dealerUuid/reports/audit-logs
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X GET '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Accept: */*'
python / requests
curl -L -X GET '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Accept: */*'
go / native
curl -L -X GET '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X GET '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X GET '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Accept: */*'
php / cURL
curl -L -X GET '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X GET '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Accept: */*'