CloudBread Project  2.1.0-stable
CBInsAnonymousRegMemberController.cs File Reference

First of all, you must consider using 3rd party(Facebook, Microsoft ID, Google ID and Twitter ID) or Active Directory authentication.
Private anonymous member registration controller.
Mobile client POST members and MemberGameInfoes object as json format.
Insert on members and MemberGameInfoes table.
Send memberID as guid(or custom 3rd party provider generated unique value) from client or unique value to fill out of info as blank values.
This API is identically same with InsRegMember API. More...

Detailed Description

First of all, you must consider using 3rd party(Facebook, Microsoft ID, Google ID and Twitter ID) or Active Directory authentication.
Private anonymous member registration controller.
Mobile client POST members and MemberGameInfoes object as json format.
Insert on members and MemberGameInfoes table.
Send memberID as guid(or custom 3rd party provider generated unique value) from client or unique value to fill out of info as blank values.
This API is identically same with InsRegMember API.

Author
Dae Woo Kim
Parameters
membersand MemberGameInfoes object
Returns
string value "2" affected rows count
See also
uspInsAnonymousRegMember SP, BehaviorID : B03
Todo:
this API is deplicated in v2.1