Activation
put
Query parameters
idinteger · int64Required
statebooleanRequired
Responses
200
OK
*/*
404
Not Found
*/*
put
/api/v1/terminal/status/activationWas this helpful?
OK
Not Found
Was this helpful?
Was this helpful?
PUT /api/v1/terminal/status/activation?id=1&state=true HTTP/1.1
Host: localhost:8080
Accept: */*
{
"id": 1,
"name": "text",
"serialNumber": "text",
"model": "text",
"oem": "text",
"terminalId": "text",
"merchantId": "text",
"bankCode": "text",
"businessId": "text",
"employeeId": "text",
"locationId": "text",
"configuration": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"acceptedPaymentMethods": [
"CASH_PAYMENT"
],
"terminalModelCode": "text",
"slipHeader": "text",
"slipFooter": "text",
"deviceType": "text",
"deviceName": "text",
"appName": "text",
"appVersion": "text",
"networkType": "text",
"currentTotal": 1,
"singleTransactionLimit": 1,
"dailyTransactionLimit": 1,
"weeklyTransactionLimit": 1,
"monthlyTransactionLimit": 1,
"assignedToDevice": true,
"assignedToMerchant": true,
"assignedToBusiness": true,
"connected": true,
"active": true,
"appMenus": [
{
"id": 1,
"name": "text",
"app": "NONE",
"enabled": true
}
]
}