POST api/WFDeleteTemplate

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "ParameterRequestList": [
    {
      "TemplateId": 1
    },
    {
      "TemplateId": 1
    },
    {
      "TemplateId": 1
    }
  ]
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "FailedItemsList": [
    {
      "TemplateId": 1
    },
    {
      "TemplateId": 1
    },
    {
      "TemplateId": 1
    }
  ],
  "ApiResult": {
    "Success": true,
    "Warnings": true,
    "Description": "sample string 3",
    "WarningMessages": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ],
    "NotificationErrorMessages": "sample string 4"
  }
}