v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Sites

Update the developer details of a (charge) site

Required scope: charge-points:write </br>Organization authorization: supported

put/api/v1/sites/{siteId}/developer-details

Path parameters

siteIdinteger required

Request body

namestring nullable

Developer name

emailstring email nullable

Developer email

companyRegistrationNumberstring nullable

Company registration number

Example request

{
  "name": "John Doe",
  "email": "john.doe@example.com",
  "companyRegistrationNumber": "12345678"
}

Response

Updated developer details for the site

namestring nullable

Name of the developer

emailstring nullable

Email of the developer

companyRegistrationNumberstring nullable

Company registration number

Example response

{
  "name": "John Doe",
  "email": "john.doe@example.com",
  "companyRegistrationNumber": "12345678"
}