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": "3e94833a-d282-43fe-b7cd-ee53b751f9aa",
  "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": "3bce480a-5bad-471c-b4c2-8d121407b3d6",
  "Email": "sample string 2",
  "Password": "sample string 3"
}