paymentLog
ApiScope: payment.report.log.create
API Scope Level: DealerScope
Path Parameters
dealerUuid string required
application/json
Request Body required
dealerUuid string
reportType string
Possible values: [DailyClosingReport
, DailyActivityReport
, MonthlyExecutiveReport
]
status string
Possible values: [Open
, Closed
]
emailSent boolean
sentFor date-time
callbackEventUuid string
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"
}
]
}
POST /v4/dealers/:dealerUuid/reports/audit-logs
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"reportType": "DailyClosingReport",
"status": "Open",
"emailSent": true,
"sentFor": "2025-03-28T11:34:46.511Z",
"callbackEventUuid": "string"
}'
python / requests
curl -L -X POST '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"reportType": "DailyClosingReport",
"status": "Open",
"emailSent": true,
"sentFor": "2025-03-28T11:34:46.511Z",
"callbackEventUuid": "string"
}'
go / native
curl -L -X POST '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"reportType": "DailyClosingReport",
"status": "Open",
"emailSent": true,
"sentFor": "2025-03-28T11:34:46.511Z",
"callbackEventUuid": "string"
}'
nodejs / axios
curl -L -X POST '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"reportType": "DailyClosingReport",
"status": "Open",
"emailSent": true,
"sentFor": "2025-03-28T11:34:46.511Z",
"callbackEventUuid": "string"
}'
ruby / Net::HTTP
curl -L -X POST '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"reportType": "DailyClosingReport",
"status": "Open",
"emailSent": true,
"sentFor": "2025-03-28T11:34:46.511Z",
"callbackEventUuid": "string"
}'
csharp / RestSharp
curl -L -X POST '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"reportType": "DailyClosingReport",
"status": "Open",
"emailSent": true,
"sentFor": "2025-03-28T11:34:46.511Z",
"callbackEventUuid": "string"
}'
php / cURL
curl -L -X POST '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"reportType": "DailyClosingReport",
"status": "Open",
"emailSent": true,
"sentFor": "2025-03-28T11:34:46.511Z",
"callbackEventUuid": "string"
}'
java / OkHttp
curl -L -X POST '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"reportType": "DailyClosingReport",
"status": "Open",
"emailSent": true,
"sentFor": "2025-03-28T11:34:46.511Z",
"callbackEventUuid": "string"
}'
powershell / RestMethod
curl -L -X POST '/payment/v4/dealers/:dealerUuid/reports/audit-logs' \
-H 'Content-Type: application/json' \
-H 'Accept: */*' \
--data-raw '{
"dealerUuid": "string",
"reportType": "DailyClosingReport",
"status": "Open",
"emailSent": true,
"sentFor": "2025-03-28T11:34:46.511Z",
"callbackEventUuid": "string"
}'