Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.57 KB

ReadConsumptionAccountRequest.md

File metadata and controls

17 lines (9 loc) · 1.57 KB

ReadConsumptionAccountRequest

Properties

Name Type Description Notes
dryRun Boolean If true, checks whether you have the required permissions to perform the action. [optional]
fromDate LocalDate The beginning of the time period, in ISO 8601 date format (for example, `2020-06-14`). The date-time format is also accepted, but only with a time set to midnight (for example, `2020-06-14T00:00:00.000Z`). This value is included in the time period.
overall Boolean By default or if false, returns only the consumption of the specific account that sends this request. If true, returns either the overall consumption of your paying account and all linked accounts (if the account that sends this request is a paying account) or returns nothing (if the account that sends this request is a linked account). [optional]
showPrice Boolean If true, the response also includes the unit price of the consumed resource (`UnitPrice`) and the total price of the consumed resource during the specified time period (`Price`), in the currency of your account. [optional]
toDate LocalDate The end of the time period, in ISO 8601 date format (for example, `2020-06-30`). The date-time format is also accepted, but only with a time set to midnight (for example, `2020-06-30T00:00:00.000Z`). This value is excluded from the time period, and must be set to a later date than `FromDate`.