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": "48138d6f-90d2-4fea-a5a4-c9408e17aa55",
"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": "c4d41037-62de-4842-96ca-a85672210dbf",
"Email": "sample string 2",
"Password": "sample string 3"
}