POST api/Account/Login

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Parameter": {
    "UserName": "sample string 1",
    "Password": "sample string 2",
    "Token": "187baea4-5753-4a83-bca1-b9c5d96dfb78",
    "IgnoreTokenExpiryDate": true,
    "RedirectToMetabaseDashboard": true,
    "ClientDevice": {
      "ClientSoftwareVersion": "sample string 1",
      "DeviceId": 2,
      "Id": "12afa214-2eb3-420e-ac45-819045ef4bac",
      "Type": 1,
      "Name": "sample string 4",
      "Information": "sample string 5",
      "Client": "sample string 6"
    },
    "RememberMe": true,
    "ReturnUrl": "sample string 4",
    "IPAddress": "sample string 5",
    "IsEhrLogin": true,
    "HasPushNotifications": true
  }
}

application/xml, text/xml

Sample:
<InputOfLoginInputKEl4rJbG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP">
  <Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMT.UP.Web.Models.Security">
    <d2p1:ClientDevice>
      <Client>sample string 6</Client>
      <DeviceId>2</DeviceId>
      <Id>12afa214-2eb3-420e-ac45-819045ef4bac</Id>
      <Information>sample string 5</Information>
      <Name>sample string 4</Name>
      <Type>UpSystem</Type>
      <ClientSoftwareVersion>sample string 1</ClientSoftwareVersion>
    </d2p1:ClientDevice>
    <d2p1:HasPushNotifications>true</d2p1:HasPushNotifications>
    <d2p1:IPAddress>sample string 5</d2p1:IPAddress>
    <d2p1:IgnoreTokenExpiryDate>true</d2p1:IgnoreTokenExpiryDate>
    <d2p1:IsEhrLogin>true</d2p1:IsEhrLogin>
    <d2p1:Password>sample string 2</d2p1:Password>
    <d2p1:RedirectToMetabaseDashboard>true</d2p1:RedirectToMetabaseDashboard>
    <d2p1:RememberMe>true</d2p1:RememberMe>
    <d2p1:ReturnUrl>sample string 4</d2p1:ReturnUrl>
    <d2p1:Token>187baea4-5753-4a83-bca1-b9c5d96dfb78</d2p1:Token>
    <d2p1:UserName>sample string 1</d2p1:UserName>
  </Parameter>
</InputOfLoginInputKEl4rJbG>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.