POST api/Account2022
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
loginModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "userName": "sample string 1", "password": "sample string 2" }
text/xml
Sample:
<Login2022Model xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IntradevMobileAPI.Models"> <Password>sample string 2</Password> <UserName>sample string 1</UserName> </Login2022Model>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json, text/xml
Sample:
Sample not available.