Microsoft Exam Questions

Which code segment should you include at line 03 to create the new Account record?

You write the following code segment to create an Account record by using jQuery and the
Representational State Transfer (REST) endpoint. (Line numbers included for reference
only.) The variable ODataPath is set correctly. Which code segment should you include at
line 03 to create the new Account record?

A.
var entity = DSON.stringify(account),

B.
var entity = JSON.parse(account),

C.
var entity = $.parseXML(account)t

D.
var entity = encodeURI(account),