Connect charger to Express
x-ms-visibility: "important"
Send a request to connect charger to Express adhoc payment system.
Path Parameters
chargerId string required
This is globally an unique ID for the charger
application/json
Request Body required
Charger data that needs to be added in Express. Urlkey is mandatory.
- Array [
- ]
urlKey string
chargerType string
sockets object[]
connectorId int32 nullable
priceId int64 nullable
Responses
- 200
- 400
- 401
Returns added charger
application/json
Schema
Example (from schema)
response
Schema
chargerId string
urlKey string
{
"chargerId": "string",
"urlKey": "string"
}
{"chargerId":"TestCharger","urlKey":"TSTXYZ"}
Errors in the body request
text/plain
Schema
Schema
string
Customer not found or not authorised
Loading...