Skip to main content

updateHardwarePrices


ApiScope: payment.hardware.prices.read
API Scope Level: DealerScope
Path Parameters
    dealerUuid string required
Request Body required
    hardwarePricingUpdateDTO object[]
  • Array [
  • gatewayProductType string
    myKaarmaPrice int32
    isValid boolean
    currency string
    valid 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
  • ]
  • hardwarePricingDTOS object[]
  • Array [
  • dealerUuid string
    gateway string
    gatewayProductType string

    Possible values: [BBPOS_WISEPOS_E, BBPOS_WISEPOS_E_DOCK, BBPOS_WISEPOS_E_POWER_CABLE_5FT, STRIPE_M2, STRIPE_M2_DOCK, STRIPE_M2_MOUNT]

    myKaarmaPrice int32
    gatewayPrice int32
    valid boolean
    currency string
  • ]
Loading...