What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.

What JSON from the DRGetAccountDetails action would display all six values correctly in the OmniScript structure shown? BikContacts is a Repeat Block.

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" }

Answer: A

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments