POST 17.0/app/auth/validate

Description

No description available.

URI Parameters

None.

Name Description Type Additional information
Data

string

None.

application/json, text/json

Sample:
{
  "data": "sample string 1"
}

application/xml, text/xml

Sample:
<EncryptedAuthRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Data>sample string 1</Data>
</EncryptedAuthRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
SitePrefix

string

None.

SiteId

integer

None.

AppPassword

string

None.

UserName

string

None.

UserPassword

string

None.

Action

AcquaintWebAutoLoginAction

None.

ContactId

integer

None.

PropertyId

integer

None.

TenancyId

integer

None.

PropertyOfferId

integer

None.

AppointmentId

integer

None.

WorkOrderId

integer

None.

CertificateId

integer

None.

CreatedDate

date

None.

application/json, text/json

Sample:
{
  "sitePrefix": "sample string 1",
  "siteId": 2,
  "appPassword": "sample string 3",
  "userName": "sample string 4",
  "userPassword": "sample string 5",
  "action": 0,
  "contactId": 6,
  "propertyId": 7,
  "tenancyId": 8,
  "propertyOfferId": 9,
  "appointmentId": 10,
  "workOrderId": 11,
  "certificateId": 12,
  "createdDate": "2025-01-09T20:15"
}

application/xml, text/xml

Sample:
<AutoLogin xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SitePrefix>sample string 1</SitePrefix>
  <SiteId>2</SiteId>
  <AppPassword>sample string 3</AppPassword>
  <UserName>sample string 4</UserName>
  <UserPassword>sample string 5</UserPassword>
  <Action>None</Action>
  <ContactId>6</ContactId>
  <PropertyId>7</PropertyId>
  <TenancyId>8</TenancyId>
  <PropertyOfferId>9</PropertyOfferId>
  <AppointmentId>10</AppointmentId>
  <WorkOrderId>11</WorkOrderId>
  <CertificateId>12</CertificateId>
  <CreatedDate>2025-01-09T20:15:48.8596898+00:00</CreatedDate>
</AutoLogin>