Snippets

OICP 2.2 REST eRoamingAuthorizeStart

You are viewing an old version of this snippet. View the current version.
Revised by Lukas Pflaum 6e88240
1
2
3
4
The service description can be found in the OICP 2.2.

To download the latest OICP Version, please visit our website:
https://www.hubject.com/downloads/
{
  "CPOPartnerSessionID": "string",
  "EMPPartnerSessionID": "string",
  "EvseID": "string",
  "Identification": {
    "RFIDMifareFamilyIdentification": {
      "UID": "string"
    },
    "QRCodeIdentification": {
      "EvcoID": "string",
      "HashedPIN": {
        "Function": "Bcrypt",
        "LegacyHashData": {
          "Function": "MD5",
          "Salt": "string",
          "Value": "string"
        },
        "Value": "string"
      },
      "PIN": "string"
    },
    "PlugAndChargeIdentification": {
      "EvcoID": "string"
    },
    "RemoteIdentification": {
      "EvcoID": "string"
    },
    "RFIDIdentification": {
      "EvcoID": "string",
      "ExpiryDate": "2018-01-23T14:21:23.744Z",
      "PrintedNumber": "string",
      "RFID": "mifareCls",
      "UID": "string"
    }
  },
  "OperatorID": "string",
  "PartnerProductID": "string",
  "SessionID": "string"
}
{
  "AuthorizationStatus": "Authorized",
  "AuthorizationStopIdentifications": [
    {
      "RFIDMifareFamilyIdentification": {
        "UID": "string"
      },
      "QRCodeIdentification": {
        "EvcoID": "string",
        "HashedPIN": {
          "Function": "Bcrypt",
          "LegacyHashData": {
            "Function": "MD5",
            "Salt": "string",
            "Value": "string"
          },
          "Value": "string"
        },
        "PIN": "string"
      },
      "PlugAndChargeIdentification": {
        "EvcoID": "string"
      },
      "RemoteIdentification": {
        "EvcoID": "string"
      },
      "RFIDIdentification": {
        "EvcoID": "string",
        "ExpiryDate": "2018-01-23T14:21:36.954Z",
        "PrintedNumber": "string",
        "RFID": "mifareCls",
        "UID": "string"
      }
    }
  ],
  "CPOPartnerSessionID": "string",
  "EMPPartnerSessionID": "string",
  "ProviderID": "string",
  "SessionID": "string",
  "StatusCode": {
    "AdditionalInfo": "string",
    "Code": "000",
    "Description": "string"
  }
}
HTTPS SSH

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