InvoicesOperations interface
Schnittstelle stellt die Rechnungsabläufe dar.
Eigenschaften
| amend | Erneutes generieren einer Rechnung anhand des Rechnungskontonamens und des Rechnungsnamens. Der Vorgang wird für Abrechnungskonten mit vertragstyp Microsoft-Kundenvereinbarung unterstützt. |
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| download |
Ruft eine URL zum Herunterladen eines Rechnungsdokuments ab. Der Vorgang wird für Abrechnungskonten mit vertragstyp Microsoft Partner-Vereinbarung, Microsoft-Kundenvereinbarung oder Enterprise Agreement unterstützt. |
| download |
Ruft eine URL zum Herunterladen einer Rechnung nach Abrechnungsabonnement ab. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt. |
| download |
Ruft eine URL zum Herunterladen mehrerer Rechnungsdokumente (Rechnungs-PDF, Steuerbelege, Gutschriften) als ZIP-Datei ab. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt. |
| download |
Ruft eine URL zum Herunterladen mehrerer Rechnungsdokumente (Rechnungs-PDF, Steuerbelege, Gutschriften) als ZIP-Datei ab. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt. |
| download |
Ruft eine URL zum Herunterladen des Zusammenfassungsdokuments für eine Rechnung ab. Der Vorgang wird für Abrechnungskonten mit dem Vertragstyp Enterprise Agreement unterstützt. |
| get | Ruft eine Rechnung nach ID ab. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt. |
| get |
Ruft eine Rechnung anhand des Abrechnungskontonamens und der ID ab. Der Vorgang wird für alle Abrechnungskontotypen unterstützt. |
| get |
Ruft eine Rechnung nach Abonnement-ID und Rechnungs-ID ab. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt. |
| list |
Listet die Rechnungen für ein Abrechnungskonto für ein bestimmtes Start- und Enddatum auf. Der Vorgang wird für alle Abrechnungskontotypen unterstützt. |
| list |
Listet die Rechnungen für ein Abrechnungsprofil für ein bestimmtes Start- und Enddatum auf. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt. |
| list |
Listet die Rechnungen für ein Abonnement auf. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt. |
Details zur Eigenschaft
amend
Erneutes generieren einer Rechnung anhand des Rechnungskontonamens und des Rechnungsnamens. Der Vorgang wird für Abrechnungskonten mit vertragstyp Microsoft-Kundenvereinbarung unterstützt.
amend: (billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams) => PollerLike<OperationState<void>, void>
Eigenschaftswert
(billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams) => PollerLike<OperationState<void>, void>
beginAmend
Warnung
Diese API ist nun veraltet.
use amend instead
beginAmend: (billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Eigenschaftswert
(billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginAmendAndWait
Warnung
Diese API ist nun veraltet.
use amend instead
beginAmendAndWait: (billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams) => Promise<void>
Eigenschaftswert
(billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams) => Promise<void>
beginDownloadByBillingAccount
Warnung
Diese API ist nun veraltet.
use downloadByBillingAccount instead
beginDownloadByBillingAccount: (billingAccountName: string, invoiceName: string, options?: InvoicesDownloadByBillingAccountOptionalParams) => Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>
Eigenschaftswert
(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadByBillingAccountOptionalParams) => Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>
beginDownloadByBillingAccountAndWait
Warnung
Diese API ist nun veraltet.
use downloadByBillingAccount instead
beginDownloadByBillingAccountAndWait: (billingAccountName: string, invoiceName: string, options?: InvoicesDownloadByBillingAccountOptionalParams) => Promise<DocumentDownloadResult>
Eigenschaftswert
(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadByBillingAccountOptionalParams) => Promise<DocumentDownloadResult>
beginDownloadByBillingSubscription
Warnung
Diese API ist nun veraltet.
use downloadByBillingSubscription instead
beginDownloadByBillingSubscription: (invoiceName: string, options?: InvoicesDownloadByBillingSubscriptionOptionalParams) => Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>
Eigenschaftswert
(invoiceName: string, options?: InvoicesDownloadByBillingSubscriptionOptionalParams) => Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>
beginDownloadByBillingSubscriptionAndWait
Warnung
Diese API ist nun veraltet.
use downloadByBillingSubscription instead
beginDownloadByBillingSubscriptionAndWait: (invoiceName: string, options?: InvoicesDownloadByBillingSubscriptionOptionalParams) => Promise<DocumentDownloadResult>
Eigenschaftswert
(invoiceName: string, options?: InvoicesDownloadByBillingSubscriptionOptionalParams) => Promise<DocumentDownloadResult>
beginDownloadDocumentsByBillingAccount
Warnung
Diese API ist nun veraltet.
use downloadDocumentsByBillingAccount instead
beginDownloadDocumentsByBillingAccount: (billingAccountName: string, parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingAccountOptionalParams) => Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>
Eigenschaftswert
(billingAccountName: string, parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingAccountOptionalParams) => Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>
beginDownloadDocumentsByBillingAccountAndWait
Warnung
Diese API ist nun veraltet.
use downloadDocumentsByBillingAccount instead
beginDownloadDocumentsByBillingAccountAndWait: (billingAccountName: string, parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingAccountOptionalParams) => Promise<DocumentDownloadResult>
Eigenschaftswert
(billingAccountName: string, parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingAccountOptionalParams) => Promise<DocumentDownloadResult>
beginDownloadDocumentsByBillingSubscription
Warnung
Diese API ist nun veraltet.
use downloadDocumentsByBillingSubscription instead
beginDownloadDocumentsByBillingSubscription: (parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams) => Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>
Eigenschaftswert
(parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams) => Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>
beginDownloadDocumentsByBillingSubscriptionAndWait
Warnung
Diese API ist nun veraltet.
use downloadDocumentsByBillingSubscription instead
beginDownloadDocumentsByBillingSubscriptionAndWait: (parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams) => Promise<DocumentDownloadResult>
Eigenschaftswert
(parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams) => Promise<DocumentDownloadResult>
beginDownloadSummaryByBillingAccount
Warnung
Diese API ist nun veraltet.
use downloadSummaryByBillingAccount instead
beginDownloadSummaryByBillingAccount: (billingAccountName: string, invoiceName: string, options?: InvoicesDownloadSummaryByBillingAccountOptionalParams) => Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>
Eigenschaftswert
(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadSummaryByBillingAccountOptionalParams) => Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>
beginDownloadSummaryByBillingAccountAndWait
Warnung
Diese API ist nun veraltet.
use downloadSummaryByBillingAccount instead
beginDownloadSummaryByBillingAccountAndWait: (billingAccountName: string, invoiceName: string, options?: InvoicesDownloadSummaryByBillingAccountOptionalParams) => Promise<DocumentDownloadResult>
Eigenschaftswert
(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadSummaryByBillingAccountOptionalParams) => Promise<DocumentDownloadResult>
downloadByBillingAccount
Ruft eine URL zum Herunterladen eines Rechnungsdokuments ab. Der Vorgang wird für Abrechnungskonten mit vertragstyp Microsoft Partner-Vereinbarung, Microsoft-Kundenvereinbarung oder Enterprise Agreement unterstützt.
downloadByBillingAccount: (billingAccountName: string, invoiceName: string, options?: InvoicesDownloadByBillingAccountOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>
Eigenschaftswert
(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadByBillingAccountOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>
downloadByBillingSubscription
Ruft eine URL zum Herunterladen einer Rechnung nach Abrechnungsabonnement ab. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt.
downloadByBillingSubscription: (invoiceName: string, options?: InvoicesDownloadByBillingSubscriptionOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>
Eigenschaftswert
(invoiceName: string, options?: InvoicesDownloadByBillingSubscriptionOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>
downloadDocumentsByBillingAccount
Ruft eine URL zum Herunterladen mehrerer Rechnungsdokumente (Rechnungs-PDF, Steuerbelege, Gutschriften) als ZIP-Datei ab. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt.
downloadDocumentsByBillingAccount: (billingAccountName: string, parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingAccountOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>
Eigenschaftswert
(billingAccountName: string, parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingAccountOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>
downloadDocumentsByBillingSubscription
Ruft eine URL zum Herunterladen mehrerer Rechnungsdokumente (Rechnungs-PDF, Steuerbelege, Gutschriften) als ZIP-Datei ab. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt.
downloadDocumentsByBillingSubscription: (parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>
Eigenschaftswert
(parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>
downloadSummaryByBillingAccount
Ruft eine URL zum Herunterladen des Zusammenfassungsdokuments für eine Rechnung ab. Der Vorgang wird für Abrechnungskonten mit dem Vertragstyp Enterprise Agreement unterstützt.
downloadSummaryByBillingAccount: (billingAccountName: string, invoiceName: string, options?: InvoicesDownloadSummaryByBillingAccountOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>
Eigenschaftswert
(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadSummaryByBillingAccountOptionalParams) => PollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>
get
Ruft eine Rechnung nach ID ab. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt.
get: (invoiceName: string, options?: InvoicesGetOptionalParams) => Promise<Invoice>
Eigenschaftswert
(invoiceName: string, options?: InvoicesGetOptionalParams) => Promise<Invoice>
getByBillingAccount
Ruft eine Rechnung anhand des Abrechnungskontonamens und der ID ab. Der Vorgang wird für alle Abrechnungskontotypen unterstützt.
getByBillingAccount: (billingAccountName: string, invoiceName: string, options?: InvoicesGetByBillingAccountOptionalParams) => Promise<Invoice>
Eigenschaftswert
(billingAccountName: string, invoiceName: string, options?: InvoicesGetByBillingAccountOptionalParams) => Promise<Invoice>
getByBillingSubscription
Ruft eine Rechnung nach Abonnement-ID und Rechnungs-ID ab. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt.
getByBillingSubscription: (invoiceName: string, options?: InvoicesGetByBillingSubscriptionOptionalParams) => Promise<Invoice>
Eigenschaftswert
(invoiceName: string, options?: InvoicesGetByBillingSubscriptionOptionalParams) => Promise<Invoice>
listByBillingAccount
Listet die Rechnungen für ein Abrechnungskonto für ein bestimmtes Start- und Enddatum auf. Der Vorgang wird für alle Abrechnungskontotypen unterstützt.
listByBillingAccount: (billingAccountName: string, options?: InvoicesListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<Invoice, Invoice[], PageSettings>
Eigenschaftswert
(billingAccountName: string, options?: InvoicesListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<Invoice, Invoice[], PageSettings>
listByBillingProfile
Listet die Rechnungen für ein Abrechnungsprofil für ein bestimmtes Start- und Enddatum auf. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt.
listByBillingProfile: (billingAccountName: string, billingProfileName: string, options?: InvoicesListByBillingProfileOptionalParams) => PagedAsyncIterableIterator<Invoice, Invoice[], PageSettings>
Eigenschaftswert
(billingAccountName: string, billingProfileName: string, options?: InvoicesListByBillingProfileOptionalParams) => PagedAsyncIterableIterator<Invoice, Invoice[], PageSettings>
listByBillingSubscription
Listet die Rechnungen für ein Abonnement auf. Der Vorgang wird für Abrechnungskonten mit Vertragstyp Microsoft Partner-Vereinbarung oder Microsoft-Kundenvereinbarung unterstützt.
listByBillingSubscription: (options?: InvoicesListByBillingSubscriptionOptionalParams) => PagedAsyncIterableIterator<Invoice, Invoice[], PageSettings>
Eigenschaftswert
(options?: InvoicesListByBillingSubscriptionOptionalParams) => PagedAsyncIterableIterator<Invoice, Invoice[], PageSettings>