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": "0cb71932-0d0d-4c7e-b7de-9a9fb192c5e9",
  "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": "a04c950e-4cec-4052-974f-8621a01959e9",
  "Email": "sample string 2",
  "Password": "sample string 3"
}