Here is the code sample. How do I retrieve the value of ReferenceNumber
from this data structure?
{
"errors": [],
"data": [
[
{
"$": {
"Type": "Shipment Confirmation Advice",
"xmlns": "urn:microsoft-dynamics-nav/xmlports/x50065"
},
"ReceiptAuthorization": [
// More data details
]
}
]
]
}