POST api/Account/RegisterExternal

Request Information

URI Parameters

None.

Body Parameters

RegisterExternalBindingModel
NameDescriptionTypeAdditional information
UserName

string

Required

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1"
}

application/xml, text/xml

Sample:
<RegisterExternalBindingModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <UserName>sample string 1</UserName>
</RegisterExternalBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.