Skip to main content

Get all the tenders for a user


ApiScope: payment.user.tender.read
API Scope Level: ServiceSubscriberScope
Path Parameters
    departmentUuid string required
    dealerAssociateUuid string required
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
  • ]
  • paymentUserTenderDTOList object[]
  • Array [
  • paymentUser object
    id int64
    dealerAssociateUUID string
    userUUID string
    dealerDepartmentUUID string
    tenderSubType object
    id int64
    subTenderName string
    tenderType object
    id int64
    version int64
    tenderName string
    availableOnMobile boolean
    valid boolean
    cashLimit number
  • ]
GET /v4/tenders/departments/:departmentUuid/dealer-associates/:dealerAssociateUuid/tender-subtypes

Request

Base URL
/payment
departmentUuid — path required
dealerAssociateUuid — path required
curl / cURL
curl -L -X GET '/payment/v4/tenders/departments/:departmentUuid/dealer-associates/:dealerAssociateUuid/tender-subtypes' \
-H 'Accept: */*'