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
dealerAssociateUUID string
userUUID string
departmentUUID string
dealerUUIDs string[]
dealerUUIDList string
hasAccessToAllDealerOrders boolean
Responses
- 200
 - 400
 - 401
 - 500
 
OK
application/json
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 - Array [
 - Array [
 - ]
 - ]
 
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
requests object[]
id int64
requestUUID string
status string
link string
serviceSubscriber string
linkCreationTime date-time
linkExpirationTime date-time
requestAttributes object[]
id int64
attributeName string
attributeValue string
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-10-30T17:04:38.593Z",
      "linkExpirationTime": "2025-10-30T17:04:38.593Z",
      "requestAttributes": [
        {
          "id": 0,
          "attributeName": "string",
          "attributeValue": "string"
        }
      ]
    }
  ],
  "url": "string"
}
Bad Request
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
  "errors": [
    {
      "errorCode": 0,
      "errorTitle": "string",
      "errorMessage": "string",
      "errorDescription": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": 0,
      "warningTitle": "string",
      "warningMessage": "string",
      "warningDescription": "string"
    }
  ]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
  "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
- Array [
 - ]
 - Array [
 - ]
 
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
{
  "errors": [
    {
      "errorCode": 0,
      "errorTitle": "string",
      "errorMessage": "string",
      "errorDescription": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": 0,
      "warningTitle": "string",
      "warningMessage": "string",
      "warningDescription": "string"
    }
  ]
}
Loading...