Update charger and socket data in Express. Add only changed values.
x-ms-visibility: "important"
Send a request to update charger data in 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 updated in Express adhoc payment system
- Array [
- ]
urlKey string
chargerType string
sockets object[]
connectorId int32 nullable
priceId int64 nullable
Responses
- 200
- 400
- 401
Returns chargerid of updated charger
application/json
Schema
Example (from schema)
response
Schema
chargerId string
{
"chargerId": "string"
}
{"chargerId":"TestCharger"}
Errors in the body request
text/plain
Schema
Schema
string
Customer not found or not authorised
Loading...