Hi,

 Please let me know the sample code on how to pass the values in Array and read the values from Array in AX 2009.

I was able to find lots of code in AX 2012 and above but not for 2009.Appreciate your response with the sample codes.

For example: I need to pass body data for below;

Body data: {"ID 1": "001",
"currency": "SGD",
"item_steps": [
{
"item_id": 0,
"type": "Test"
},
{
"item_id": 0,
"type": "Test2"
}
],
"steps": [
{
"quantity": 4,
"address": "20 Road"

}

]

}

Thanks and Regards,

Divya Lakshmi J