POST api/DistLogin
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objLogin | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserID": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"MobileNo": "sample string 4",
"PhotoUrl": "sample string 5",
"SessionID": 6,
"StreamID": 7,
"CourseID": 8,
"BatchID": 9,
"PaymentStatusID": 10,
"UserName": "sample string 11",
"UserPassword": "sample string 12",
"UserTypeID": 13,
"UserType": "sample string 14",
"DeviceToken": "sample string 15",
"IsActive": true
}
text/html
Sample:
{"UserID":1,"FirstName":"sample string 2","LastName":"sample string 3","MobileNo":"sample string 4","PhotoUrl":"sample string 5","SessionID":6,"StreamID":7,"CourseID":8,"BatchID":9,"PaymentStatusID":10,"UserName":"sample string 11","UserPassword":"sample string 12","UserTypeID":13,"UserType":"sample string 14","DeviceToken":"sample string 15","IsActive":true}
application/xml, text/xml
Sample:
<DistLoginViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModels.DistanceTest"> <BatchID>9</BatchID> <CourseID>8</CourseID> <DeviceToken>sample string 15</DeviceToken> <FirstName>sample string 2</FirstName> <IsActive>true</IsActive> <LastName>sample string 3</LastName> <MobileNo>sample string 4</MobileNo> <PaymentStatusID>10</PaymentStatusID> <PhotoUrl>sample string 5</PhotoUrl> <SessionID>6</SessionID> <StreamID>7</StreamID> <UserID>1</UserID> <UserName>sample string 11</UserName> <UserPassword>sample string 12</UserPassword> <UserType>sample string 14</UserType> <UserTypeID>13</UserTypeID> </DistLoginViewModel>
application/x-www-form-urlencoded
Sample: