PUT api/v2/QCType/{QcTypeId}

Request

URI Parameters

NameDescriptionTypeAdditional information
QcTypeId

integer

Required

Body Parameters

QCTypeUpdate
NameDescriptionTypeAdditional information
Identification

string

Active

boolean

Request Formats

application/json, text/json

Sample:
{
  "Identification": "sample string 1",
  "Active": true
}

text/html

Sample:
{"Identification":"sample string 1","Active":true}

Response

DefaultResult
NameDescriptionTypeAdditional information
Success

boolean

Messages

Collection of string

DialogType

integer

Data

Object

Response Format

application/json, text/json

Sample:
{
  "Success": true,
  "Messages": [
    "sample string 1",
    "sample string 2"
  ],
  "DialogType": 1,
  "Data": {}
}

text/html

Sample:
{"Success":true,"Messages":["sample string 1","sample string 2"],"DialogType":1,"Data":{}}