Get charger data from Express
x-ms-visibility: "important"
Send a request to get charger to Express adhoc payment system.
Path Parameters
chargerId string required
This is globally an unique ID for the charger
Responses
- 200
- 400
- 401
- 404
- 500
Returns charger data with prices
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
chargerId string
urlKey string
chargerType string
sockets object[]
connectorId int32 nullable
price object
id int64
customerId string
priceType string
currency string
unitPrice double nullable
vat double nullable
{
"chargerId": "string",
"urlKey": "string",
"chargerType": "string",
"sockets": [
{
"connectorId": 0,
"price": {
"id": 0,
"customerId": "string",
"priceType": "string",
"currency": "string",
"unitPrice": 0,
"vat": 0
}
}
]
}
Errors in the body request
text/plain
Schema
Schema
string
Customer not found or not authorised
Charger not found in Express adhoc payment system
Error getting data from Express adhoc payment system
Loading...