POST api/Authentications
Request Information
URI Parameters
None.
Body Parameters
AuthenticationName | Description | Type | Additional information |
---|---|---|---|
AuthenticationID | globally unique identifier |
None. |
|
LoginID | string |
None. |
|
LoginPassword | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AuthenticationID": "1b078a16-93a2-4490-9ed9-df2d86678f9c", "LoginID": "sample string 2", "LoginPassword": "sample string 3" }
application/xml, text/xml
Sample:
<Authentication xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <AuthenticationID>1b078a16-93a2-4490-9ed9-df2d86678f9c</AuthenticationID> <LoginID>sample string 2</LoginID> <LoginPassword>sample string 3</LoginPassword> </Authentication>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |