Created by
Lukas Pflaum
last modified
| The Service End Points to which the below POST command should be sent are:
for QA - environment: https://service-qa.hubject.com/api/oicp/evsepull/v21/providers/{providerID}/status-records
for PROD - environment: https://service.hubject.com/api/oicp/evsepull/v21/providers/{providerID}/status-records
The service description can be found in the OICP protocol version 2.2.
To download the latest OICP Version, please visit our website:
https://www.hubject.com/downloads/
|
| {
"EvseStatus": "Available",
"ProviderID": "string",
"SearchCenter": {
"GeoCoordinates": {
"Google": {
"Coordinates": "string"
},
"DecimalDegree": {
"Latitude": "string",
"Longitude": "string"
},
"DegreeMinuteSeconds": {
"Latitude": "string",
"Longitude": "string"
}
},
"Radius": 0
}
}
|
| {
"EvseStatuses": {
"OperatorEvseStatus": [
{
"EvseStatusRecord": [
{
"EvseID": "string",
"EvseStatus": "Available"
}
],
"OperatorID": "string",
"OperatorName": "string"
}
]
},
"StatusCode": {
"AdditionalInfo": "string",
"Code": "000",
"Description": "string"
}
}
|