QuestionQ183

Design and develop AOT elements

A company uses Dynamics 365 Finance.

The company requires that you create a custom service.

You need to create request and response classes for the custom service.

Which class attribute should you use?

  • A DataContract
  • B DataEventHandler
  • C DataCollection
Explanation

Request and response classes for a Dynamics 365 Finance custom service must be defined as data contracts for service serialization. The DataContract attribute marks the class as a serializable contract; individual exposed members are typically marked with DataMember.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!