Skip to main content

invoices

Overview

Nameinvoices
TypeResource
Idazure.billing.invoices

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource name.
propertiesobjectThe properties of the invoice.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTbillingAccountName, invoiceNameGets an invoice by billing account name and ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
list_by_billing_accountSELECTbillingAccountName, periodEndDate, periodStartDateLists the invoices for a billing account 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.
list_by_billing_profileSELECTbillingAccountName, billingProfileName, periodEndDate, periodStartDateLists 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.
list_by_billing_subscriptionSELECTperiodEndDate, periodStartDate, subscriptionIdLists the invoices for a subscription.
_list_by_billing_accountEXECbillingAccountName, periodEndDate, periodStartDateLists the invoices for a billing account 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.
_list_by_billing_profileEXECbillingAccountName, billingProfileName, periodEndDate, periodStartDateLists 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.
_list_by_billing_subscriptionEXECperiodEndDate, periodStartDate, subscriptionIdLists the invoices for a subscription.
download_billing_subscription_invoiceEXECdownloadToken, invoiceName, subscriptionIdGets a URL to download an invoice.
download_invoiceEXECbillingAccountName, downloadToken, invoiceNameGets a URL to download an invoice. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
download_multiple_billing_profile_invoicesEXECbillingAccountNameGets a URL to download multiple invoice documents (invoice pdf, tax receipts, credit notes) as a zip file. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
download_multiple_billing_subscription_invoicesEXECsubscriptionIdGets a URL to download multiple invoice documents (invoice pdf, tax receipts, credit notes) as a zip file.
get_by_idEXECinvoiceNameGets an invoice by ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement.
get_by_subscription_and_invoice_idEXECinvoiceName, subscriptionIdGets an invoice by subscription ID and invoice ID.