ReadConsumptionAccount

GET /?Action=ReadConsumptionAccount
Description

Displays information about the consumption of your account for each billable resource within the specified time period.

Note

If you exceed the number of identical requests allowed for a configured time period, the Throttling error message is returned.

Body parameter

Required: false
Name: ReadConsumptionAccountRequest

Name Description Required Schema Default Example

FromDate

The beginning of the time period, in ISO-8601 format with the date only (for example, 2017-06-14 or 2017-06-14T00:00:00Z).

true

string

ToDate

The end of the time period, in ISO-8601 format with the date only (for example, 2017-06-30 or 2017-06-30T00:00:00Z).

true

string

Responses
HTTP Code 200
HTTP Code Description Schema

200

ReadConsumptionAccountResult

Response 200

Response 200

Name Description Required Schema Default Example

Entries.N

Information about the resources consumed during the specified time period.

false

ConsumptionEntry

ResponseMetadata

Information about the response.

false

ResponseMetadata