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

Announcements

No record found.

News and Announcements icon
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
    Microsoft Employee 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

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,986 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,071 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 975 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans