getDownloadDetails
ApiScope: payment.export.request.create
API Scope Level: MultiDealerScope
Path Parameters
ServiceSubscriberDealer string required
application/json
Request Body required
fromDate date-time
toDate date-time
departments string
emails string
filterUnsettled boolean
userDetail object
dealerUUIDs string[]
dealerUUIDList string
hasAccessToAllDealerOrders boolean
Responses
- 200
- 400
- 401
- 500
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
requests object[]
url string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"requests": [
{
"id": 0,
"requestUUID": "string",
"status": "string",
"link": "string",
"serviceSubscriber": "string",
"linkCreationTime": "2025-03-28T11:34:46.683Z",
"linkExpirationTime": "2025-03-28T11:34:46.683Z",
"requestAttributes": [
{
"id": 0,
"attributeName": "string",
"attributeValue": "string"
}
]
}
],
"url": "string"
}
Bad Request
*/*
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"
}
]
}
Unauthorized
*/*
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"
}
]
}
Internal Server Error
*/*
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 /kpayment/v1/:ServiceSubscriberDealer/transactionReportApiRequest/download
Request
Request
curl / cURL
curl -L -X POST '/payment/kpayment/v1/:ServiceSubscriberDealer/transactionReportApiRequest/download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:46.519Z",
"toDate": "2025-03-28T11:34:46.519Z",
"departments": "string",
"emails": "string",
"filterUnsettled": true,
"userDetail": {
"dealerAssociateUUID": "string",
"userUUID": "string",
"departmentUUID": "string"
},
"dealerUUIDs": [
"string"
],
"dealerUUIDList": "string",
"hasAccessToAllDealerOrders": true
}'
python / requests
curl -L -X POST '/payment/kpayment/v1/:ServiceSubscriberDealer/transactionReportApiRequest/download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:46.519Z",
"toDate": "2025-03-28T11:34:46.519Z",
"departments": "string",
"emails": "string",
"filterUnsettled": true,
"userDetail": {
"dealerAssociateUUID": "string",
"userUUID": "string",
"departmentUUID": "string"
},
"dealerUUIDs": [
"string"
],
"dealerUUIDList": "string",
"hasAccessToAllDealerOrders": true
}'
go / native
curl -L -X POST '/payment/kpayment/v1/:ServiceSubscriberDealer/transactionReportApiRequest/download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:46.519Z",
"toDate": "2025-03-28T11:34:46.519Z",
"departments": "string",
"emails": "string",
"filterUnsettled": true,
"userDetail": {
"dealerAssociateUUID": "string",
"userUUID": "string",
"departmentUUID": "string"
},
"dealerUUIDs": [
"string"
],
"dealerUUIDList": "string",
"hasAccessToAllDealerOrders": true
}'
nodejs / axios
curl -L -X POST '/payment/kpayment/v1/:ServiceSubscriberDealer/transactionReportApiRequest/download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:46.519Z",
"toDate": "2025-03-28T11:34:46.519Z",
"departments": "string",
"emails": "string",
"filterUnsettled": true,
"userDetail": {
"dealerAssociateUUID": "string",
"userUUID": "string",
"departmentUUID": "string"
},
"dealerUUIDs": [
"string"
],
"dealerUUIDList": "string",
"hasAccessToAllDealerOrders": true
}'
ruby / Net::HTTP
curl -L -X POST '/payment/kpayment/v1/:ServiceSubscriberDealer/transactionReportApiRequest/download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:46.519Z",
"toDate": "2025-03-28T11:34:46.519Z",
"departments": "string",
"emails": "string",
"filterUnsettled": true,
"userDetail": {
"dealerAssociateUUID": "string",
"userUUID": "string",
"departmentUUID": "string"
},
"dealerUUIDs": [
"string"
],
"dealerUUIDList": "string",
"hasAccessToAllDealerOrders": true
}'
csharp / RestSharp
curl -L -X POST '/payment/kpayment/v1/:ServiceSubscriberDealer/transactionReportApiRequest/download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:46.519Z",
"toDate": "2025-03-28T11:34:46.519Z",
"departments": "string",
"emails": "string",
"filterUnsettled": true,
"userDetail": {
"dealerAssociateUUID": "string",
"userUUID": "string",
"departmentUUID": "string"
},
"dealerUUIDs": [
"string"
],
"dealerUUIDList": "string",
"hasAccessToAllDealerOrders": true
}'
php / cURL
curl -L -X POST '/payment/kpayment/v1/:ServiceSubscriberDealer/transactionReportApiRequest/download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:46.519Z",
"toDate": "2025-03-28T11:34:46.519Z",
"departments": "string",
"emails": "string",
"filterUnsettled": true,
"userDetail": {
"dealerAssociateUUID": "string",
"userUUID": "string",
"departmentUUID": "string"
},
"dealerUUIDs": [
"string"
],
"dealerUUIDList": "string",
"hasAccessToAllDealerOrders": true
}'
java / OkHttp
curl -L -X POST '/payment/kpayment/v1/:ServiceSubscriberDealer/transactionReportApiRequest/download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:46.519Z",
"toDate": "2025-03-28T11:34:46.519Z",
"departments": "string",
"emails": "string",
"filterUnsettled": true,
"userDetail": {
"dealerAssociateUUID": "string",
"userUUID": "string",
"departmentUUID": "string"
},
"dealerUUIDs": [
"string"
],
"dealerUUIDList": "string",
"hasAccessToAllDealerOrders": true
}'
powershell / RestMethod
curl -L -X POST '/payment/kpayment/v1/:ServiceSubscriberDealer/transactionReportApiRequest/download' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"fromDate": "2025-03-28T11:34:46.519Z",
"toDate": "2025-03-28T11:34:46.519Z",
"departments": "string",
"emails": "string",
"filterUnsettled": true,
"userDetail": {
"dealerAssociateUUID": "string",
"userUUID": "string",
"departmentUUID": "string"
},
"dealerUUIDs": [
"string"
],
"dealerUUIDList": "string",
"hasAccessToAllDealerOrders": true
}'