Skip to main content

createOrDownloadTransactionReport


ApiScope: payment.export.request.create
API Scope Level: MultiDealerScope
Header Parameters
    x-consumer-custom-id string
Request Body required
    startingDate date-time
    closingDate date-time
    sendEmail boolean
    sendToCustomRecipients boolean
    customRecipients string
    format string

    Possible values: [html, pdf]

    reportType string

    Possible values: [DailyClosingReport, DailyActivityReport, MonthlyExecutiveReport]

    sendAsynchronously boolean
    sendAsAttachment boolean
    source string deprecated

    Possible values: [AUTO_PAYMENT_REQUEST, DEALER_APP, API]

    departments string[]
    emails string[]
    filterUnsettled boolean
    userDetail object
    dealerAssociateUUID string
    userUUID string
    departmentUUID string
    dealerUuids string[]
    hasAccessToAllDealerOrders boolean
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
  • requests object[]
  • Array [
  • id int64
    requestUUID string
    status string
    link string
    serviceSubscriber string
    linkCreationTime date-time
    linkExpirationTime date-time
    requestAttributes object[]
  • Array [
  • id int64
    attributeName string
    attributeValue string
  • ]
  • ]
  • url string
Loading...