get | SELECT | invoiceName | Gets an invoice by ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. |
get_by_billing_account | SELECT | billingAccountName, invoiceName | Gets an invoice by billing account name and ID. The operation is supported for all billing account types. |
get_by_billing_subscription | SELECT | invoiceName, subscriptionId | Gets an invoice by subscription ID and invoice ID. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. |
list_by_billing_account | SELECT | billingAccountName | Lists the invoices for a billing account for a given start date and end date. The operation is supported for all billing account types. |
list_by_billing_profile | SELECT | billingAccountName, billingProfileName | 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. |
list_by_billing_subscription | SELECT | subscriptionId | Lists the invoices for a subscription. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. |
amend | EXEC | billingAccountName, invoiceName | Regenerate an invoice by billing account name and invoice name. The operation is supported for billing accounts with agreement type Microsoft Customer Agreement. |
download_by_billing_account | EXEC | billingAccountName, invoiceName | Gets a URL to download an invoice document. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement, Microsoft Customer Agreement or Enterprise Agreement. |
download_by_billing_subscription | EXEC | invoiceName, subscriptionId | Gets a URL to download an invoice by billing subscription. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement or Microsoft Customer Agreement. |
download_documents_by_billing_account | EXEC | billingAccountName | Gets 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_documents_by_billing_subscription | EXEC | subscriptionId | Gets 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_summary_by_billing_account | EXEC | billingAccountName, invoiceName | Gets a URL to download the summary document for an invoice. The operation is supported for billing accounts with agreement type Enterprise Agreement. |