POST api/Account

Request Information

URI Parameters

None.

Body Parameters

LoginModel
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

Email

string

None.

Password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "6c8fe17c-d199-49e5-9a92-2b89baf88074",
  "Email": "sample string 2",
  "Password": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LoginModel'.

Response Information

Resource Description

LoginModel
NameDescriptionTypeAdditional information
UserId

globally unique identifier

None.

Email

string

None.

Password

string

None.

Response Formats

application/json, text/json

Sample:
{
  "UserId": "acb860ef-32cd-4376-86a7-82d6be40ad1e",
  "Email": "sample string 2",
  "Password": "sample string 3"
}