Snippets

OICP 2.2 REST eRoamingAuthorizeRemoteStop

Created by Lukas Pflaum last modified Antonio Acuna
The Service End Points to which the below POST command should be sent are: 

for QA - environment: https://service-qa.hubject.com/api/oicp/charging/v21/providers/{externalId}/authorize-remote/stop
for PROD - environment: https://service.hubject.com/api/oicp/charging/v21/providers/{externalId}/authorize-remote/stop

Please note that in case of CPO role this part of the URL '/api/oicp/charging/v21/providers/{externalId}/authorize-remote/stop' will be added to your URL endpoint when sending the request through our HBS platform.

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/
1
2
3
4
5
6
7
{
  "CPOPartnerSessionID": "string",
  "EMPPartnerSessionID": "string",
  "EvseID": "string",
  "ProviderID": "string",
  "SessionID": "string"
}
{
  "CPOPartnerSessionID": "string",
  "EMPPartnerSessionID": "string",
  "Result": false,
  "SessionID": "string",
  "StatusCode": {
    "AdditionalInfo": "string",
    "Code": "000",
    "Description": "string"
  }
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.