HOTSPOT You need to develop a set of Web API’s for a company. What should you implement? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Functions, Actions, and Complex Types make sense for OData web APIs. Functions are for read-only ops, Actions can have side effects, Complex Types hold properties but no key. Pretty sure that's what Microsoft wants here. Disagree?
Pretty sure it's Functions, Actions, Complex Types. Functions are stateless and side-effect free, actions can change data, and complex types don't need keys. The question doesn’t mention unique IDs, so Entity Types seems off here. Let me know if I missed something.
Functions, Actions, and Complex Types.
