POST api/Account/RegisterExternal
Request Information
URI Parameters
None.
Body Parameters
RegisterExternalBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1"
}
text/html
Sample:
{"Email":"sample string 1"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.