You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to execute this method in swagger UI, I get this error: Optional parameter 'memberTypes' is not supported by 'FormatterParameterBinding'.
If I make 'memberTypes' parameter not optional or add [FromUri] attribute than it's ok.
Also, ResponseType should be Member[]. It is fixed in #57
The text was updated successfully, but these errors were encountered:
adminoren
changed the title
Invalid return type in CustomerModuleController.GetMembersByIds
FormatterParameterBinding exception in CustomerModuleController.GetMembersByIds API method
Aug 3, 2019
When I try to execute this method in swagger UI, I get this error: Optional parameter 'memberTypes' is not supported by 'FormatterParameterBinding'.
If I make 'memberTypes' parameter not optional or add [FromUri] attribute than it's ok.
Also, ResponseType should be Member[]. It is fixed in #57
The text was updated successfully, but these errors were encountered: