Skip to main content

Fields

costCurrency : String! required

Monetary currency of the statistic in ISO-4217 format.

estimatedAmount : Decimal! required
        Monetary cost of the statistic. This is the smallest unit of currency,
        e.g. cents for USD or yen for JPY. Because electricity is priced as a commodity, we must
        account for fractional cents and this field must be a Decimal. Values from this field should
        likely not be used for accounting purposes.
pricePerUnit : PricePerUnit

Net price per unit of the statistic if applicable.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "costCurrency": "where-budget-over-impact-brother", "estimatedAmount": "1.0", "pricePerUnit": PricePerUnit }