PUT api/v1/Account/RegPartialToFull?MemberID={MemberID}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
MemberID | No documentation available. |
Define this parameter in the request URI. |
objUpdatePartialToFullReg | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Email": "sample string 1", "Password": "sample string 2", "Firstname": "sample string 3", "Lastname": "sample string 4" }
application/x-www-form-urlencoded
Sample: