POST api/Login

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
userLoginRequest
Documentation for 'userLoginRequest'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CarId": 1,
  "DriverId": 2,
  "RemovOtherUser": true
}

text/xml

Sample:
<UserLoginRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CarId>1</CarId>
  <DriverId>2</DriverId>
  <RemovOtherUser>true</RemovOtherUser>
</UserLoginRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.