POST api/v2/MDLAnalysis

Request

URI Parameters

Body Parameters

MDLAnalysisInsert
NameDescriptionTypeAdditional information
InfoId

integer

MDLCalculationId

integer

MethodMasterId

integer

Request Formats

application/json, text/json

Sample:
{
  "InfoId": 1,
  "MDLCalculationId": 2,
  "MethodMasterId": 3
}

text/html

Sample:
{"InfoId":1,"MDLCalculationId":2,"MethodMasterId":3}

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":{}}