GetInvoice

GetInvoice

Certified

Get a Business Central sales invoice

yaml
type: io.kestra.plugin.microsoft365.dynamics365.businesscentral.GetInvoice
yaml
id: bc_get_invoice
namespace: company.team

tasks:
  - id: get
    type: io.kestra.plugin.microsoft365.dynamics365.businesscentral.GetInvoice
    tenantId: "{{ secret('AZURE_TENANT_ID') }}"
    clientId: "{{ secret('AZURE_CLIENT_ID') }}"
    clientSecret: "{{ secret('AZURE_CLIENT_SECRET') }}"
    environment: production
    companyId: "00000000-0000-0000-0000-000000000001"
    invoiceId: "00000000-0000-0000-0000-000000000003"
Properties