Delen via


Invoices interface

Interface die een factuur vertegenwoordigt.

Methoden

beginAmend(string, string, InvoicesAmendOptionalParams)

Genereer een factuur opnieuw op basis van de naam en factuurnaam van het factureringsaccount. De bewerking wordt ondersteund voor factureringsaccounts met het type Microsoft-klantovereenkomst.

beginAmendAndWait(string, string, InvoicesAmendOptionalParams)

Genereer een factuur opnieuw op basis van de naam en factuurnaam van het factureringsaccount. De bewerking wordt ondersteund voor factureringsaccounts met het type Microsoft-klantovereenkomst.

beginDownloadByBillingAccount(string, string, InvoicesDownloadByBillingAccountOptionalParams)

Hiermee haalt u een URL op om een factuurdocument te downloaden. De bewerking wordt ondersteund voor factureringsaccounts met het type Microsoft Partner-overeenkomst, Microsoft-klantovereenkomst of Enterprise Agreement.

beginDownloadByBillingAccountAndWait(string, string, InvoicesDownloadByBillingAccountOptionalParams)

Hiermee haalt u een URL op om een factuurdocument te downloaden. De bewerking wordt ondersteund voor factureringsaccounts met het type Microsoft Partner-overeenkomst, Microsoft-klantovereenkomst of Enterprise Agreement.

beginDownloadByBillingSubscription(string, InvoicesDownloadByBillingSubscriptionOptionalParams)

Hiermee haalt u een URL op om een factuur te downloaden per factureringsabonnement. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

beginDownloadByBillingSubscriptionAndWait(string, InvoicesDownloadByBillingSubscriptionOptionalParams)

Hiermee haalt u een URL op om een factuur te downloaden per factureringsabonnement. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

beginDownloadDocumentsByBillingAccount(string, DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingAccountOptionalParams)

Hiermee haalt u een URL op voor het downloaden van meerdere factuurdocumenten (pdf, belastingbevestigingen, creditnota's) als een zip-bestand. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

beginDownloadDocumentsByBillingAccountAndWait(string, DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingAccountOptionalParams)

Hiermee haalt u een URL op voor het downloaden van meerdere factuurdocumenten (pdf, belastingbevestigingen, creditnota's) als een zip-bestand. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

beginDownloadDocumentsByBillingSubscription(DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams)

Hiermee haalt u een URL op voor het downloaden van meerdere factuurdocumenten (pdf, belastingbevestigingen, creditnota's) als een zip-bestand. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

beginDownloadDocumentsByBillingSubscriptionAndWait(DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams)

Hiermee haalt u een URL op voor het downloaden van meerdere factuurdocumenten (pdf, belastingbevestigingen, creditnota's) als een zip-bestand. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

beginDownloadSummaryByBillingAccount(string, string, InvoicesDownloadSummaryByBillingAccountOptionalParams)

Hiermee haalt u een URL op om het overzichtsdocument voor een factuur te downloaden. De bewerking wordt ondersteund voor factureringsaccounts met enterprise agreement-type.

beginDownloadSummaryByBillingAccountAndWait(string, string, InvoicesDownloadSummaryByBillingAccountOptionalParams)

Hiermee haalt u een URL op om het overzichtsdocument voor een factuur te downloaden. De bewerking wordt ondersteund voor factureringsaccounts met enterprise agreement-type.

get(string, InvoicesGetOptionalParams)

Hiermee haalt u een factuur op basis van de id op. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

getByBillingAccount(string, string, InvoicesGetByBillingAccountOptionalParams)

Hiermee haalt u een factuur op op basis van de naam en id van de factureringsrekening. De bewerking wordt ondersteund voor alle typen factureringsaccounts.

getByBillingSubscription(string, InvoicesGetByBillingSubscriptionOptionalParams)

Hiermee haalt u een factuur op op basis van abonnements-id en factuur-id. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

listByBillingAccount(string, InvoicesListByBillingAccountOptionalParams)

Toont de facturen voor een factureringsrekening voor een bepaalde begin- en einddatum. De bewerking wordt ondersteund voor alle typen factureringsaccounts.

listByBillingProfile(string, string, InvoicesListByBillingProfileOptionalParams)

Toont de facturen voor een factureringsprofiel voor een bepaalde begin- en einddatum. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

listByBillingSubscription(InvoicesListByBillingSubscriptionOptionalParams)

Hier worden de facturen voor een abonnement weergegeven. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

Methodedetails

beginAmend(string, string, InvoicesAmendOptionalParams)

Genereer een factuur opnieuw op basis van de naam en factuurnaam van het factureringsaccount. De bewerking wordt ondersteund voor factureringsaccounts met het type Microsoft-klantovereenkomst.

function beginAmend(billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams): Promise<SimplePollerLike<OperationState<InvoicesAmendHeaders>, InvoicesAmendHeaders>>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

invoiceName

string

De id waarmee een factuur uniek wordt geïdentificeerd.

options
InvoicesAmendOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<InvoicesAmendHeaders>, InvoicesAmendHeaders>>

beginAmendAndWait(string, string, InvoicesAmendOptionalParams)

Genereer een factuur opnieuw op basis van de naam en factuurnaam van het factureringsaccount. De bewerking wordt ondersteund voor factureringsaccounts met het type Microsoft-klantovereenkomst.

function beginAmendAndWait(billingAccountName: string, invoiceName: string, options?: InvoicesAmendOptionalParams): Promise<InvoicesAmendHeaders>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

invoiceName

string

De id waarmee een factuur uniek wordt geïdentificeerd.

options
InvoicesAmendOptionalParams

De optiesparameters.

Retouren

beginDownloadByBillingAccount(string, string, InvoicesDownloadByBillingAccountOptionalParams)

Hiermee haalt u een URL op om een factuurdocument te downloaden. De bewerking wordt ondersteund voor factureringsaccounts met het type Microsoft Partner-overeenkomst, Microsoft-klantovereenkomst of Enterprise Agreement.

function beginDownloadByBillingAccount(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadByBillingAccountOptionalParams): Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

invoiceName

string

De id waarmee een factuur uniek wordt geïdentificeerd.

options
InvoicesDownloadByBillingAccountOptionalParams

De optiesparameters.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

beginDownloadByBillingAccountAndWait(string, string, InvoicesDownloadByBillingAccountOptionalParams)

Hiermee haalt u een URL op om een factuurdocument te downloaden. De bewerking wordt ondersteund voor factureringsaccounts met het type Microsoft Partner-overeenkomst, Microsoft-klantovereenkomst of Enterprise Agreement.

function beginDownloadByBillingAccountAndWait(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadByBillingAccountOptionalParams): Promise<DocumentDownloadResult>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

invoiceName

string

De id waarmee een factuur uniek wordt geïdentificeerd.

options
InvoicesDownloadByBillingAccountOptionalParams

De optiesparameters.

Retouren

beginDownloadByBillingSubscription(string, InvoicesDownloadByBillingSubscriptionOptionalParams)

Hiermee haalt u een URL op om een factuur te downloaden per factureringsabonnement. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

function beginDownloadByBillingSubscription(invoiceName: string, options?: InvoicesDownloadByBillingSubscriptionOptionalParams): Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

Parameters

invoiceName

string

De id waarmee een factuur uniek wordt geïdentificeerd.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

beginDownloadByBillingSubscriptionAndWait(string, InvoicesDownloadByBillingSubscriptionOptionalParams)

Hiermee haalt u een URL op om een factuur te downloaden per factureringsabonnement. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

function beginDownloadByBillingSubscriptionAndWait(invoiceName: string, options?: InvoicesDownloadByBillingSubscriptionOptionalParams): Promise<DocumentDownloadResult>

Parameters

invoiceName

string

De id waarmee een factuur uniek wordt geïdentificeerd.

Retouren

beginDownloadDocumentsByBillingAccount(string, DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingAccountOptionalParams)

Hiermee haalt u een URL op voor het downloaden van meerdere factuurdocumenten (pdf, belastingbevestigingen, creditnota's) als een zip-bestand. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

function beginDownloadDocumentsByBillingAccount(billingAccountName: string, parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingAccountOptionalParams): Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

parameters

DocumentDownloadRequest[]

Een lijst met downloaddetails voor afzonderlijke documenten.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

beginDownloadDocumentsByBillingAccountAndWait(string, DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingAccountOptionalParams)

Hiermee haalt u een URL op voor het downloaden van meerdere factuurdocumenten (pdf, belastingbevestigingen, creditnota's) als een zip-bestand. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

function beginDownloadDocumentsByBillingAccountAndWait(billingAccountName: string, parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingAccountOptionalParams): Promise<DocumentDownloadResult>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

parameters

DocumentDownloadRequest[]

Een lijst met downloaddetails voor afzonderlijke documenten.

Retouren

beginDownloadDocumentsByBillingSubscription(DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams)

Hiermee haalt u een URL op voor het downloaden van meerdere factuurdocumenten (pdf, belastingbevestigingen, creditnota's) als een zip-bestand. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

function beginDownloadDocumentsByBillingSubscription(parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams): Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

Parameters

parameters

DocumentDownloadRequest[]

Een lijst met downloaddetails voor afzonderlijke documenten.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

beginDownloadDocumentsByBillingSubscriptionAndWait(DocumentDownloadRequest[], InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams)

Hiermee haalt u een URL op voor het downloaden van meerdere factuurdocumenten (pdf, belastingbevestigingen, creditnota's) als een zip-bestand. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

function beginDownloadDocumentsByBillingSubscriptionAndWait(parameters: DocumentDownloadRequest[], options?: InvoicesDownloadDocumentsByBillingSubscriptionOptionalParams): Promise<DocumentDownloadResult>

Parameters

parameters

DocumentDownloadRequest[]

Een lijst met downloaddetails voor afzonderlijke documenten.

Retouren

beginDownloadSummaryByBillingAccount(string, string, InvoicesDownloadSummaryByBillingAccountOptionalParams)

Hiermee haalt u een URL op om het overzichtsdocument voor een factuur te downloaden. De bewerking wordt ondersteund voor factureringsaccounts met enterprise agreement-type.

function beginDownloadSummaryByBillingAccount(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadSummaryByBillingAccountOptionalParams): Promise<SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

invoiceName

string

De id waarmee een factuur uniek wordt geïdentificeerd.

Retouren

Promise<@azure/core-lro.SimplePollerLike<OperationState<DocumentDownloadResult>, DocumentDownloadResult>>

beginDownloadSummaryByBillingAccountAndWait(string, string, InvoicesDownloadSummaryByBillingAccountOptionalParams)

Hiermee haalt u een URL op om het overzichtsdocument voor een factuur te downloaden. De bewerking wordt ondersteund voor factureringsaccounts met enterprise agreement-type.

function beginDownloadSummaryByBillingAccountAndWait(billingAccountName: string, invoiceName: string, options?: InvoicesDownloadSummaryByBillingAccountOptionalParams): Promise<DocumentDownloadResult>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

invoiceName

string

De id waarmee een factuur uniek wordt geïdentificeerd.

Retouren

get(string, InvoicesGetOptionalParams)

Hiermee haalt u een factuur op basis van de id op. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

function get(invoiceName: string, options?: InvoicesGetOptionalParams): Promise<Invoice>

Parameters

invoiceName

string

De id waarmee een factuur uniek wordt geïdentificeerd.

options
InvoicesGetOptionalParams

De optiesparameters.

Retouren

Promise<Invoice>

getByBillingAccount(string, string, InvoicesGetByBillingAccountOptionalParams)

Hiermee haalt u een factuur op op basis van de naam en id van de factureringsrekening. De bewerking wordt ondersteund voor alle typen factureringsaccounts.

function getByBillingAccount(billingAccountName: string, invoiceName: string, options?: InvoicesGetByBillingAccountOptionalParams): Promise<Invoice>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

invoiceName

string

De id waarmee een factuur uniek wordt geïdentificeerd.

options
InvoicesGetByBillingAccountOptionalParams

De optiesparameters.

Retouren

Promise<Invoice>

getByBillingSubscription(string, InvoicesGetByBillingSubscriptionOptionalParams)

Hiermee haalt u een factuur op op basis van abonnements-id en factuur-id. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

function getByBillingSubscription(invoiceName: string, options?: InvoicesGetByBillingSubscriptionOptionalParams): Promise<Invoice>

Parameters

invoiceName

string

De id waarmee een factuur uniek wordt geïdentificeerd.

options
InvoicesGetByBillingSubscriptionOptionalParams

De optiesparameters.

Retouren

Promise<Invoice>

listByBillingAccount(string, InvoicesListByBillingAccountOptionalParams)

Toont de facturen voor een factureringsrekening voor een bepaalde begin- en einddatum. De bewerking wordt ondersteund voor alle typen factureringsaccounts.

function listByBillingAccount(billingAccountName: string, options?: InvoicesListByBillingAccountOptionalParams): PagedAsyncIterableIterator<Invoice, Invoice[], PageSettings>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

options
InvoicesListByBillingAccountOptionalParams

De optiesparameters.

Retouren

listByBillingProfile(string, string, InvoicesListByBillingProfileOptionalParams)

Toont de facturen voor een factureringsprofiel voor een bepaalde begin- en einddatum. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

function listByBillingProfile(billingAccountName: string, billingProfileName: string, options?: InvoicesListByBillingProfileOptionalParams): PagedAsyncIterableIterator<Invoice, Invoice[], PageSettings>

Parameters

billingAccountName

string

De id waarmee een factureringsrekening uniek wordt geïdentificeerd.

billingProfileName

string

De id waarmee een factureringsprofiel uniek wordt geïdentificeerd.

options
InvoicesListByBillingProfileOptionalParams

De optiesparameters.

Retouren

listByBillingSubscription(InvoicesListByBillingSubscriptionOptionalParams)

Hier worden de facturen voor een abonnement weergegeven. De bewerking wordt ondersteund voor factureringsaccounts met het overeenkomsttype Microsoft Partner-overeenkomst of Microsoft-klantovereenkomst.

function listByBillingSubscription(options?: InvoicesListByBillingSubscriptionOptionalParams): PagedAsyncIterableIterator<Invoice, Invoice[], PageSettings>

Parameters

Retouren