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...
Active Discussion

Dimension Code must have a value in Dimension Value

(0) ShareShare
ReportReport
Posted on by 15

I have created a Dimension Values endpoint so that I can create new values via API however however when I POST the following body to the endpoint...

{
"Code": "TESTCL1",
"Name": "Test Client",
"Dimension_Code": "CLIENT"
}

I receive the follow message...

Dimension Code must have a value in Dimension Value: Dimension Code=, Code=TESTCL1.

Even though the dimension code exists.

Any assistance would be greatly appreciated.

  • JAngle Profile Picture
    152 on at

    Rejig the order of the data in the json. Must be the primary key logic rejecting the request.

  • YUN ZHU Profile Picture
    99,324 Super User 2026 Season 1 on at

    Hi, as Josh mentioned, please try inserting the two fields of the primary key first.

    For example:

    {
    "Code": "TESTCL1",
    "Dimension_Code": "CLIENT",
    "Name": "Test Client"

    }

    pastedimage1643934085165v1.png

    Hope this will help.

    Thanks.

    ZHU

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!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 1,823 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,011 Super User 2026 Season 1

#3
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 628 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans