POST api/Auth
Request Information
URI Parameters
None.
Body Parameters
UserCredentialsName | Description | Type | Additional information |
---|---|---|---|
credentials | string |
None. |
|
emailaddress | string |
None. |
|
passwordhash | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "credentials": "sample string 1", "emailaddress": "sample string 2", "passwordhash": "sample string 3" }
text/html, multipart/form-data
Sample:
{"credentials":"sample string 1","emailaddress":"sample string 2","passwordhash":"sample string 3"}
application/xml, text/xml
Sample:
<AuthController.UserCredentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AIO_API_VS2019"> <credentials>sample string 1</credentials> <emailaddress>sample string 2</emailaddress> <passwordhash>sample string 3</passwordhash> </AuthController.UserCredentials>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |