POST api/WFValidateUserAccessToTask

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "TaskId": 1
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "TaskExists": true,
  "CanAccess": true
}