A developer receives a request to integrate Marketing Cloud with a lead capture tool. The lead capture tool will call the Marketing Cloud API to create a data extension every time a new lead form is published. The created data extension's name should match the name of the form exactly.
Which API feature could the developer use to dynamically create these data extensions?
Recent Comments (The most recent comments are at the top.)
Correct Answer: B. SOAP API using Create Method and the DataExtension Object
D is totally wrong! You can't create DE by REST API. For stuff in email studio like Data Extension, we use SOAP API to do and the answer B supposes to be using "Add" method