mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 09:26:52 +01:00
* Add P0 integration and control add-in guidance Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 02baffe8-0600-430d-81fa-a9993685e7cb * Correct API part multiplicity guidance Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 02baffe8-0600-430d-81fa-a9993685e7cb * Refine API part multiplicity guidance Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1c37924e-9749-4e63-9d58-bd73d659f736 --------- Co-authored-by: Jesper Schulz-Wedde <jesper.schulzwedde@microsoft.com>
22 lines
430 B
AL
22 lines
430 B
AL
query 50355 "WS Webhook Customer Query"
|
|
{
|
|
QueryType = API;
|
|
APIPublisher = 'contoso';
|
|
APIGroup = 'sales';
|
|
APIVersion = 'v1.0';
|
|
EntityName = 'webhookCustomer';
|
|
EntitySetName = 'webhookCustomers';
|
|
|
|
elements
|
|
{
|
|
dataitem(customer; Customer)
|
|
{
|
|
column(id; SystemId)
|
|
{
|
|
}
|
|
column(displayName; Name)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|