Enable menu
Path parameters
terminalIdstringRequired
Query parameters
menuIdinteger · int64Required
Responses
200
OK
*/*
404
Not Found
*/*
post
/api/v1/terminal/{terminalId}/enable-menuWas this helpful?
OK
Not Found
Was this helpful?
Was this helpful?
POST /api/v1/terminal/{terminalId}/enable-menu?menuId=1 HTTP/1.1
Host: localhost:8080
Accept: */*
{
"name": "text",
"serialNumber": "text",
"model": "text",
"oem": "text",
"terminalId": "text",
"merchantId": "text",
"bankCode": "text",
"businessId": "text",
"employeeId": "text",
"locationId": "text",
"keyStoreId": 1,
"configuration": {
"ANY_ADDITIONAL_PROPERTY": "text"
},
"acceptedPaymentMethods": [
"CASH_PAYMENT"
],
"currentTotal": 1,
"singleTransactionLimit": 1,
"dailyTransactionLimit": 1,
"weeklyTransactionLimit": 1,
"monthlyTransactionLimit": 1,
"terminalModelCode": "text",
"slipHeader": "text",
"slipFooter": "text",
"deviceType": "text",
"deviceName": "text",
"appName": "text",
"appVersion": "text",
"networkType": "text",
"assignedToDevice": true,
"assignedToMerchant": true,
"assignedToBusiness": true,
"connected": true,
"active": true,
"appMenus": [
{
"id": 1,
"name": "text",
"app": "NONE",
"enabled": true
}
],
"dateCreated": "text",
"dateModified": "text",
"lastActiveDate": "text"
}