Get customer's payment terminals
x-ms-visibility: "important"
Send a request to get all the payment terminals of the customer from eMabler system.
Responses
- 200
- 401
- 500
Returns payment terminals' data
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
id int64
name string
terminalType int32 nullable
Possible values: [0
, 1
, 2
]
Default value: 0
connectionType int32 nullable
Possible values: [0
, 1
, 2
, 3
, 4
]
Default value: 0
manufacturer string
chargerIDs string[]
[
{
"id": 0,
"name": "string",
"terminalType": 0,
"connectionType": 0,
"manufacturer": "string",
"chargerIDs": [
"string"
]
}
]
Customer not found or not authorised
Error getting data from eMabler system
Loading...