POST api/Account
Request Information
URI Parameters
None.
Body Parameters
LoginModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| 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:
Response Information
Resource Description
LoginModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| 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"
}