Invoices
Lists the invoices for a billing profile for a given start date and end date. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
get/providers/Microsoft.Billing/billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoices
Path parameters
billingAccountNamestring required
The ID that uniquely identifies a billing account.
billingProfileNamestring required
The ID that uniquely identifies a billing profile.
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 invoices. The date should be specified in MM-DD-YYYY format.
periodEndDatestring required
The end date to fetch the invoices. The date should be specified in MM-DD-YYYY format.
Response
OK. The request has succeeded.