Tariff

List all tariffs.

get

List all tariffs.

Responses
chevron-right
200

Successful operation

application/json
get
/tariff

Create a new tariff.

post

Create a new tariff.

Body
providerstring · enumRequiredPossible values:
Responses
chevron-right
200

Successful operation

application/json
post
/tariff

Update a tariff.

put

Update a tariff.

Body
assetTypestringRead-onlyOptionalDefault: tariff
authorstringRead-onlyOptional
createdstring · dateRead-onlyOptional
idstringRead-onlyOptional
lastUpdatedstring · dateRead-onlyOptional
lastUpdatedBystringRead-onlyOptional
pathstringRead-onlyOptionalDefault: /
providerstring · enumRequiredPossible values:
Responses
chevron-right
200

Successful operation

application/json
put
/tariff

Get a tariff.

get

Get a tariff.

Path parameters
tariffIdstringRequired

The ID of the tariff.

Responses
chevron-right
200

Successful operation

application/json
get
/tariff/{tariffId}

Delete a tariff.

delete

Delete a tariff.

Path parameters
tariffIdstringRequired

The ID of the tariff.

Responses
chevron-right
200

Successful operation

application/json
deletedstringOptional
delete
/tariff/{tariffId}