Badge Group
The Charging Authorization: Badge Group service enables you to create, retrieve, update, and delete badge groups of a charging setup and assign badges to a badge group.
The service uses OData.
Operations
This table lists the operations available.
|
Entity |
HTTP Method |
Path |
Description |
|---|---|---|---|
|
Badge Groups |
GET |
/chargingAuthorization/badgeGroup/v1/BadgeGroups |
Retrieves badge groups. |
|
Badge Groups |
POST |
/chargingAuthorization/badgeGroup/v1/BadgeGroups |
Creates a badge group. |
|
Badge Groups |
GET |
/chargingAuthorization/badgeGroup/v1/BadgeGroups({badgeGroupId}) |
Retrieves a badge group. |
|
Badge Groups |
PATCH |
/chargingAuthorization/badgeGroup/v1/BadgeGroups({badgeGroupId}) |
Updates badge groups. |
|
Badge Groups |
DELETE |
/chargingAuthorization/badgeGroup/v1/BadgeGroups({badgeGroupId}) |
Deletes badge groups. |
|
Badge Groups |
POST |
/chargingAuthorization/badgeGroup/v1/BadgeGroups({badgeGroupId})/AddBadge |
Adds a badge to a badge group. |
|
Badge Groups |
POST |
/chargingAuthorization/badgeGroup/v1/BadgeGroups({badgeGroupId})/RemoveBadge |
Removes a badge from a badge group. |
|
Badge List |
GET |
/chargingAuthorization/badgeGroup/v1/BadgeList({authId})/ToBadge |
Retrieves all information of a badge. |
|
Batch Requests |
POST |
/chargingAuthorization/badgeGroup/v1/$batch |
Send a group of requests |
Documentation
To access this service, including the search parameters and the returned payload, see SAP E-Mobility APIs on the SAP Business Accelerator Hub
(only available in English).