web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

API Query in BC

(0) ShareShare
ReportReport
Posted on by 20

Hello,

I want to make a API query that connects the Item table and the Sales Line Discount Table.

I want to see the discounts on an Item for a customer. So I made an API query.

Now i'm testing because i don't have the way to read the users login number and link it to the customer number. But in this little test i get strange values back in postman.

Can anyone tell me what I'm doing wrong?

Thx

query 50100 "Itemprice Entity"
{
QueryType = API;
Caption = 'Itemprice API', Locked = true;
APIPublisher = 'Me';
APIGroup = 'Client';
APIVersion = 'v1.0';
EntityName = 'itemprice';
EntitySetName = 'itemprices';


elements
{
    dataitem(QueryElement1; Item)
    {
        column("articleNumber"; "No.") { }
        column("price"; "Unit Price") { }
        dataitem(QueryElement2; "Sales Line Discount")
        {
            DataItemLink = "Code" = QueryElement1."No.";
            SqlJoinType = LeftOuterJoin;

            column(discount; "Line Discount %") { }

        }
    }
}
}

I have the same question (0)
  • Suggested answer
    Andy Sather Profile Picture
    on at

    Hello  - We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted to provide you some additional resources to assist.  If you need assistance with debugging or coding I would recommend discussing this on one of our communities.

    www.yammer.com/dynamicsnavdev

    dynamicsuser.net/.../developers

    I will open this up to the community in case they have something to add.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

News and Announcements

Season of Giving Solutions is Here!

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,572

#2
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 789 Super User 2025 Season 2

#3
YUN ZHU Profile Picture

YUN ZHU 693 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans