Skip to main content

Notifications

Announcements

No record found.

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.
 
  • Verified answer
    Mohamed Amine Mahmoudi Profile Picture
    Mohamed Amine Mahmoudi 10,694 Super User 2024 Season 2 on at
    Nested Json using Data Contract Class in AX 2012 R3
    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

Quick Links

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,735 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,466 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans