POST api/TrackoIS/UserLogin
Request Information
URI Parameters
None.
Body Parameters
UserLoginReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Grant_Type | string |
None. |
|
| UserName | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Grant_Type": "sample string 1",
"UserName": "sample string 2",
"Password": "sample string 3"
}
application/xml, text/xml
Sample:
<UserLoginReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrackoIS.Entities.APIObjects"> <Grant_Type>sample string 1</Grant_Type> <Password>sample string 3</Password> <UserName>sample string 2</UserName> </UserLoginReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.