Add new Inter Operator Tariff

Add a new Inter Operator Tariff. During creation valid_until value will be recalculated for all conflicting records so that it indicates linear sequence of tariff changes. New rates cannot be published for the past, they must always have a `valid_from` date that is equal or after the latest date for this `network_coverage_data` + `traffic_type` combination. The updated rate will be automatically copied over to all corresponding network coverages that are linked to the same IMSI sponsor. Accordingly, linked predecessor rates will be expired to the specified date. For this linking, the `imsi_pool` that is linked to the `network_coverage` must be assigned to an `imsi_sponsor` via the assignment API.

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Request

This endpoint expects an object.
valid_fromstringOptionalformat: "date-time"
ratedoubleOptional
volumedoubleOptional
currencyobjectOptional
traffic_typeobjectOptional
network_coverage_dataobjectOptional

Response

Created the new Inter Opreator Tariffs and updated outdated ones
idinteger or null

Errors