POST api/TCOLHeartBeatCheck

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "ParameterRequest": {
    "UserId": "sample string 1",
    "Password": "sample string 2"
  }
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "CanAccess": true
}