POST api/Login/Post
Documentation for 'Post'.
Request Information
Parameters
| Name | Description | Additional 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.