POST auth

Autheticates the host

Request Information

URI Parameters

None.

Body Parameters

Authentication request

BasicEntity
NameDescriptionTypeAdditional information
ID

string

None.

Value

Object

None.

DateUpdatedUTC

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "sample string 1",
  "Value": {},
  "DateUpdatedUTC": "2024-05-05T02:11:29.2840397-05:00"
}

application/xml, text/xml

Sample:
<BasicEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FVD.Entities">
  <DateUpdatedUTC>2024-05-05T02:11:29.2840397-05:00</DateUpdatedUTC>
  <ID>sample string 1</ID>
  <Value />
</BasicEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Authentication result (ID == 0 - Success; ID != 0 - Fail)

ApiResponseOfBoolean
NameDescriptionTypeAdditional information
Data

boolean

None.

Success

boolean

None.

Host

string

None.

Errors

Collection of string

None.

Response Formats

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

Sample:

Sample not available.