POST api/TestPatient

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiAuthResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

Token

string

None.

TokenExpiry

date

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Token": "sample string 2",
  "TokenExpiry": "2026-05-20T17:29:41.5014875+05:00",
  "ErrorMessage": "sample string 3"
}