The functions of the eMSP API are not included in any subscription by default. If you are interested in using them, please contact your direct sales contact. |
The eMSP API has been extended with the GET/cards/{id} endpoint. This endpoint allows you to retrieve card data (identification media) based on the UUID.
{
"card": {
"id": "string",
"number": "string",
"label": "string",
"tagId": "string",
"active": 0,
"expireDate": {
"date": "string",
"timezone_type": 0,
"timezone": "string"
},
"emaidSearchString": "string"
}
}
In addition, the address data of the charging station at which the charging process took place and the "roamingType" are now also output in the eMSP API in the GET/charging-processes endpoint.
{
"pagination": {
"total": 0,
"offset": 0,
"limit": 0,
"lastPage": true,
"links": {
"current": "string"
}
},
"data": [
{
"id": "string",
"evseId": "string",
"address": {
"city": "string",
"street": "string",
"country": "string",
"zip": "string"
},
"sessionId": "string",
"start": "string",
"end": "string",
"meter_start": "string",
"meter_end": "string",
"chargingStationId": "string",
"connectorId": "string",
"emaid": "string",
"cardId": "string",
"contactId": "string",
"currency": "string",
"amountGross": 0,
"amountNet": 0,
"rate": "string",
"rateCost": "string",
"costDurationTotal": 0,
"costPowerTotal": 0,
"totalCostsLocalCurrency": 0,
"currencyExchangeRate": 0,
"purchaseTotalCosts": 0,
"purchaseTotalCostsLocalCurrency": 0,
"purchaseCostRate": "string",
"purchaseAmountDuration": 0,
"purchaseAmountPower": 0,
"roamingType": "Internal",
"invoiceId": "string",
"signedMeterValuesDownloadURL": "string",
"exported": "string"
}
]
}
The "roamingType" offers you the possibility to set a filter on the type of the charging process. You can choose between "Internal" (charging processes at your charging stations), "External" (roaming charging processes at external charging stations which are not registered in the COMMUNITY), "COMMUNITY" (all roaming charging processes within the COMMUNITY; includes charging processes at your charging stations as well as at external COMMUNITY charging stations) and "Hub" (roaming charging processes via the be.ENERGISED Hub).
You can view more information about eMSP API by clicking this link.
Version: 2023-05-11 06:15:49 UTC
Comments
0 comments
Article is closed for comments.