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 / Pass Json Object to Codeunit as Web Service

(1) ShareShare
ReportReport
Posted on by 2
Hey, 
 
Is it possible to pass an entire json object payload to a Codeunit as a Web Service without stringify it to text? 
 
codeunit 50100 /Codeunit/
{
    [ServiceEnabled]
    procedure ProcessJsonRequest(JsonText: Text): Text
    var
        JsonObject: JsonObject;
        JsonToken: JsonToken;
        Name: Text;
        Value: Text;
    begin
        if not JsonObject.ReadFrom(JsonText) then
            Error('Invalid JSON text.');
 
        // Example of processing JSON data
        if JsonObject.Get('Name', JsonToken) then
            Name := JsonToken.AsValue().AsText();
 
        if JsonObject.Get('value', JsonToken) then
            Value := JsonToken.AsValue().AsText();
 
        exit('Processed: ' + Name + ' with value ' + Value);
    end;
}
I have the same question (0)
  • Suggested answer
    Saurav.Dhyani Profile Picture
    14,419 User Group Leader on at
    Hi,
     
    Yes you should be able to do that.
     
    Regards,
    Saurav Dhyani
  • Suggested answer
    YUN ZHU Profile Picture
    99,974 Super User 2026 Season 1 on at

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 2,024 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,145 Super User 2026 Season 1

#3
Khushbu Rajvi. Profile Picture

Khushbu Rajvi. 705 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans