Badge
The Badge service enables you to retrieve, create, and update information related to your badges, such as the companyId, validity periods, or details related to the vehicle.
The service uses OData.
Operations
This table lists the operations available.
|
Entity |
HTTP Method |
Path |
Description |
|---|---|---|---|
|
Badges |
GET |
/badge/v1/Badges |
Retrieves a list of badges. |
|
Badges |
POST |
/badge/v1/Badges |
Creates a badge. |
|
Badges |
GET |
/badge/v1/Badges('{authenticationId}') |
Retrieves a badge. |
|
Badges |
PATCH |
/badge/v1/Badges('{authenticationId}') |
Updates a badge. |
|
Badges |
POST |
/badge/v1/Badges('{authenticationId}')/UpdateCompany |
Updates the companyId of a badge. |
|
Vehicle Types |
GET |
/badge/v1/VehicleTypes(vehicleTypeAcronym='{vehicleTypeAcronym}',locale='{locale}') |
Retrieves a vehicle type. |
|
Batch Requests |
POST |
/badge/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).