POST api/v1/Monitor/Login

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
credentials
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",
  "Authorised": true,
  "DisabledFeatures": 0,
  "OwnerId": 4
}

application/xml, text/xml

Sample:
<Credentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.Monitor">
  <Authorised>true</Authorised>
  <DisabledFeatures>None</DisabledFeatures>
  <OwnerId>4</OwnerId>
  <Password>sample string 2</Password>
  <Username>sample string 1</Username>
</Credentials>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2",
  "Authorised": true,
  "DisabledFeatures": 0,
  "OwnerId": 4
}

application/xml, text/xml

Sample:
<Credentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uniware.Data.Sync.Collections.Monitor">
  <Authorised>true</Authorised>
  <DisabledFeatures>None</DisabledFeatures>
  <OwnerId>4</OwnerId>
  <Password>sample string 2</Password>
  <Username>sample string 1</Username>
</Credentials>