Lists the billed and unbilled transactions by customer id for given start date and end date. Transactions include purchases, refunds and Azure usage charges. Unbilled transactions are listed under pending invoice Id and do not include tax. Tax is added to the amount once an invoice is generated.
Path parameters
The ID that uniquely identifies a billing account.
The ID that uniquely identifies a customer.
Query parameters
The version of the API to be used with the client request. The current version is 2019-10-01-preview.
The start date to fetch the transactions. The date should be specified in MM-DD-YYYY format.
The end date to fetch the transactions. The date should be specified in MM-DD-YYYY format.
May be used to filter by transaction type. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value are separated by a colon (:).
Response
OK. The request has succeeded.