POST api/SYInstallMep

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "MepIdentityId": 1,
  "ValidateOnly": true
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": {
    "validationOnly": true,
    "itemNotInDb": true,
    "itemNeedsUpdate": true,
    "itemWillBeRemoved": true,
    "notPublished": true,
    "dbTooOld": true,
    "sqlNewerKitAlreadyInstalled": true,
    "sqlNewerMepAlreadyInstalled": true,
    "NeedInstallSql": true,
    "sqlNoScript": true,
    "sqlInstalledOk": true,
    "filesSiteAlreadyAhead": true,
    "filesNewerMepVersionInstalled": true,
    "NeedInstallFiles": true,
    "fileNoFilesToInstall": true,
    "filesInstalledOk": true,
    "installationCompletedOK": true
  }
}