POST api/Server/Authenticate

Used to authenticate an encrypted person passcode.

Request Information

URI Parameters

None.

Body Parameters

ApplicationAuthenticationRequest
NameDescriptionTypeAdditional information
ApplicationId

The GUID identifier for your application provided by InteliChart.

string

None.

PassCode

The users passcode.

string

None.

DateOfBirth

The users date of birth.

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApplicationId": "sample string 1",
  "PassCode": "sample string 2",
  "DateOfBirth": "sample string 3"
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.