GetCustomer
Certified
Get a Business Central customer
GetCustomer
Certified
Get a Business Central customer
yaml
type: io.kestra.plugin.microsoft365.dynamics365.businesscentral.GetCustomerExamples
yaml
id: bc_get_customer
namespace: company.team
tasks:
- id: get
type: io.kestra.plugin.microsoft365.dynamics365.businesscentral.GetCustomer
tenantId: "{{ secret('AZURE_TENANT_ID') }}"
clientId: "{{ secret('AZURE_CLIENT_ID') }}"
clientSecret: "{{ secret('AZURE_CLIENT_SECRET') }}"
environment: production
companyId: "00000000-0000-0000-0000-000000000001"
customerId: "00000000-0000-0000-0000-000000000002"