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 :
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,779 Super User 2026 Season 1 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

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

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 590 Super User 2026 Season 1

#2
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 349

#3
Diego Mancassola Profile Picture

Diego Mancassola 263

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans