Update a list of devices
ApiScope: payment.dealerdevices.update
API Scope Level: DealerScope
Path Parameters
dealerUuid string required
application/json
Request Body array required
- Array [
 - Array [
 - ]
 - ]
 
id int64
uuid string
deviceID string
deviceType string
gateway string
dealerId int64 deprecated
lastFourDigit string
paymentDealer object
dealerUuid string
name string
dealerUuid string
dealerDeviceAttributes object[]
id int64
attributeName string
attributeValue string
dealerDeviceID int64
Responses
- 200
 
OK
*/*
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
dealerDevices object[]
id int64
uuid string
deviceID string
deviceType string
gateway string
dealerId int64 deprecated
lastFourDigit string
paymentDealer object
dealerUuid string
name string
dealerUuid string
dealerDeviceAttributes object[]
id int64
attributeName string
attributeValue string
dealerDeviceID int64
{
  "errors": [
    {
      "errorCode": 0,
      "errorTitle": "string",
      "errorMessage": "string",
      "errorDescription": "string"
    }
  ],
  "warnings": [
    {
      "warningCode": 0,
      "warningTitle": "string",
      "warningMessage": "string",
      "warningDescription": "string"
    }
  ],
  "dealerDevices": [
    {
      "id": 0,
      "uuid": "string",
      "deviceID": "string",
      "deviceType": "string",
      "gateway": "string",
      "lastFourDigit": "string",
      "paymentDealer": {
        "dealerUuid": "string",
        "name": "string"
      },
      "dealerUuid": "string",
      "dealerDeviceAttributes": [
        {
          "id": 0,
          "attributeName": "string",
          "attributeValue": "string",
          "dealerDeviceID": 0
        }
      ]
    }
  ]
}
Loading...