Tariff Element

The Tariff Element service enables you to create, retrieve, update, and delete your tariff elements.

The service uses OData.

Operations

This table lists the operations available.

Entity

HTTP Method

Path

Description

Price Components

GET

/tariff/tariffElement/v1/PriceComponents({priceComponentId})

Retrieves a price component.

Price Components

PATCH

/tariff/tariffElement/v1/PriceComponents({priceComponentId})

Updates price components.

Tariff Elements

GET

/tariff/tariffElement/v1/TariffElements

Retrieves tariff elements.

Tariff Elements

POST

/tariff/tariffElement/v1/TariffElements

Creates a tariff element.

Tariff Elements

GET

/tariff/tariffElement/v1/TariffElements({tariffElementId})

Retrieves a tariff element.

Tariff Elements

PATCH

/tariff/tariffElement/v1/TariffElements({tariffElementId})

Updates a tariff element.

Tariff Elements

DELETE

/tariff/tariffElement/v1/TariffElements({tariffElementId})

Deletes a tariff element.

Tariff Elements

POST

/tariff/tariffElement/v1/TariffElements({tariffElementId})/Clone

Creates a new tariff element based on a source tariff element.

Batch Requests

POST

/tariff/tariffElement/v1/$batch

Sends 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 HubInformation published on SAP site (only available in English).