v37

latestSwagger 2.0raw.githubusercontent.com2022-06-16119123294.9 KB
Transactions

Lists the billed and unbilled transactions by billing account name for given start 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.

get/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/transactions

Path parameters

billingAccountNamestring required

The ID that uniquely identifies a billing account.

Query parameters

api-versionstring required

The version of the API to be used with the client request. The current version is 2019-10-01-preview.

periodStartDatestring required

The start date to fetch the transactions. The date should be specified in MM-DD-YYYY format.

periodEndDatestring required

The end date to fetch the transactions. The date should be specified in MM-DD-YYYY format.

$filterstring

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.

nextLinkstring

The link (url) to the next page of results.