POST AssetCheckLogin?databaseKey={databaseKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| databaseKey | string |
Required |
Body Parameters
LoginRequest2| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| Userpwd | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"Userpwd": "sample string 2"
}
application/xml, text/xml
Sample:
<LoginRequest2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rx2025_Api.Controllers"> <UserName>sample string 1</UserName> <Userpwd>sample string 2</Userpwd> </LoginRequest2>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.