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