Question 15 Q: 15 What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block. Options A: {"BlkContacts”: [ { “ContactPhone”: "(212) 169-1475", "ContactName™: "Edward Stamos” }, { "ContactPhone": "(212) 189-6979". "ContactName": "Leanne Tomlin" } J, "AccountPhone™ "2221546450", "AccountName" "Acme" } B: {"BlkContacts": [ { "Phone": "(212) 169-1475", "Name": "Edward Stamos" }. { "Phone": "(212) 169- 8979", "Name": "Leanne Tomlin" } J, "AccountPhone": "2221546450", "AccountName”: "Acme" } C: {"ContactPhone": "(212) 169-1475", “ContactName”. "Edward Stamos", "ContactPhone”: "(212) 189-8979", “ContactName”: "Leanne Tomlin", "AccountPhone": "2221546450", "AccountName": "Acme" } D: {"Contacts": [ {"ContactPhone": "(212) 169-1475", "ContactName": "Edward Stamos" }, {"ContactPhone": "(212) 189-8979", "ContactName": "Leanne Tomlin" } ], "AccountPhone™: "2221546450", "“AccountName™: "Acme" } Save Question Show Answer Discussion 0 Clear Discussion Most voted Newest No comments yet. Be the first to comment. Post Be respectful. No spam. Correct Answer: A