POST api/Account2022

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Login2022Model'.

Response Information

Response body formats

application/json, text/json, text/xml

Sample:

Sample not available.