POST api/User/LoginPermissions
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "emailId": "sample string 1" }
application/xml, text/xml
Sample:
<LoginRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SearchWebAPI.Controllers"> <emailId>sample string 1</emailId> </LoginRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Status": 1, "StatusMessage": "sample string 2", "ResponseMessage": "sample string 3", "Body": {} }
application/xml, text/xml
Sample:
<StatusResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SearchWebAPI.Common"> <Body /> <ResponseMessage>sample string 3</ResponseMessage> <Status>1</Status> <StatusMessage>sample string 2</StatusMessage> </StatusResponse>