Add a charger to an existing OCPI location in an integration between customer and third party
x-ms-visibility: "important"
Use this endpoint to add charger to a location of an integration.
Path Parameters
integrationId string required
Unique identifier for the integration
locationId string required
Unique identifier for the location of the integration
chargerId string required
Unique identifier for the charger in the integration
application/json
Request Body
Request body with the tariff Ids to used with the charger
tariffIds string[]
Responses
- 200
- 400
- 401
- 404
Returns integration id
application/json
Schema
Example (from schema)
response
Schema
integrationId string
{
"integrationId": "string"
}
{"integrationId":"123"}
Something went wrong
Not authorised
Item not found
Loading...