Skip to main content
PUT
Update the cloud cost settings (bearer twin)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-ankra-organisation-id
string

PAT organisation override.

Body

application/json

Body of PUT /api/v1/org/cloud-cost/settings (ankra cost settings set): the organisation's default display currency and the effective discount applied on top of list prices.

currency
string
required

Organisation default display currency; one of the platform's convertible currencies (usd, eur, gbp, sek, nok, dkk, chf, pln, czk, jpy, cad, aud, inr).

effective_discount_pct
number
required

Committed-use / EDP proxy applied uniformly to every billed component, 0 to 100.

Required range: 0 <= x <= 100
include_network_egress_estimate
boolean
default:false

Response

Successful response

currency
string
required
effective_discount_pct
number
required
include_network_egress_estimate
boolean
required