updateHardwarePrices
ApiScope: payment.hardware.prices.read
API Scope Level: DealerScope
Path Parameters
dealerUuid string required
application/json
Request Body required
- Array [
- ]
hardwarePricingUpdateDTO object[]
gatewayProductType string
myKaarmaPrice int32
isValid boolean
currency string
valid boolean
Responses
- 200
OK
*/*
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
errorDescription string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
warningDescription string
hardwarePricingDTOS object[]
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
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string",
"errorDescription": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string",
"warningDescription": "string"
}
],
"hardwarePricingDTOS": [
{
"dealerUuid": "string",
"gateway": "string",
"gatewayProductType": "BBPOS_WISEPOS_E",
"myKaarmaPrice": 0,
"gatewayPrice": 0,
"valid": true,
"currency": "string"
}
]
}
Loading...