v1
latestOpenAPI 3.0.12026-07-243686491.1 MBCharge Points Sensors
Create a charge point sensor
Required scope: charge-points:write </br>Organization authorization: supported</br></br>Note: Please be aware that this endpoint is currently in the BETA phase
post/api/v1/charge-point-sensors
Request body
Example request
{
"type": "occupancy",
"chargePointId": 1,
"value": "true",
"valueUpdatedAt": "2023-01-11T00:00:00Z",
"externalId": "SENSOR-10005",
"partnerExternalId": "ACME-12345"
}Response
Charge point sensor created
Example response
{
"id": 1,
"type": "occupancy",
"operatorId": 1,
"chargePointId": 1,
"externalId": "SENSOR-10005",
"partnerExternalId": "ACME-12345",
"value": "occupied",
"valueUpdatedAt": "2022-05-12T15:56:45.91Z",
"createdAt": "2022-05-12T15:56:45.99Z",
"updatedAt": "2022-05-12T16:56:45.99Z",
"deletedAt": "2022-05-12T16:56:45.99Z"
}