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 :
Finance | Project Operations, Human Resources, ...
Answered

Nested Json using Data Contract Class in AX 2012 R3

(1) ShareShare
ReportReport
Posted on by 2
Hi,
 
      I am trying to build nested JSON object to be sent as a body in the HTTPS Post Request. I was able to successfully do it in D365 FO using data contract class.
Below is the method for second level field in JSON nested data.
 
[DataMemberAttribute('supplier_info')]
public GA_EInvoiceIntegration_InvoiceSupplierContract supplier_info(GA_EInvoiceIntegration_InvoiceSupplierContract _supplier_info = supplier_info.parmValue())
{    
               if(!prmisDefault(_supplier_info))    
               {
                                supplier_info.parmValue(_supplier_info);    
               }    
               return _supplier_info;
}


But the same code is not working in AX 2012 R3.  May be due to the missing class(FormDataContract class).
How can I implement it in AX 2012?

Appreciate any tips.
 
I have the same question (0)
  • Verified answer
    Mohamed Amine Mahmoudi Profile Picture
    26,687 Super User 2025 Season 2 on at
    Hi,
     
    I think the easiest thing is doing it in a C# class library added to AOT.
    There you can easily generate classes from JSON and deserialize the text to them.
     
     
    Best regards,
    Mohamed Amine MAHMOUDI

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 > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Abhilash Warrier Profile Picture

Abhilash Warrier 843 Super User 2025 Season 2

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 417 Super User 2025 Season 2

#3
Martin Dráb Profile Picture

Martin Dráb 325 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans