Tariff
Retrieve all tariffs.
Required scope: tariffs:read
get/api/v1/tariffs
Query parameters
countryAreaIdinteger
Country area id of the tariff
Operator id of the tariff (taken from the consumer)
External id of the tariff
Team id of the tariff
Country id of the tariff
Zip code of the tariff
Response
All tariffs
Example response
[
{
"id": 1,
"externalId": "3143",
"name": "Cerius",
"description": "TariffDescription",
"countryId": 194,
"countryAreaId": 1,
"currencyId": 1,
"teamId": 1,
"operatorId": 1,
"pricesWithVat": true,
"zipCodes": [
5610,
5960
],
"active": true,
"timeZone": "Europe/Copenhagen",
"area": "Jylland",
"createdAt": "2023-03-23T14:54:56Z",
"updatedAt": "2023-03-23T16:54:56Z"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.