POST api/v2/MDLMethod
Request
URI Parameters
Body Parameters
MDLMethodInsert| Name | Description | Type | Additional information |
|---|---|---|---|
| MDLCalculationId | integer | ||
| MethodMasterId | integer | ||
| UseAllAnalysis | boolean |
Request Formats
application/json, text/json
Sample:
{
"MDLCalculationId": 1,
"MethodMasterId": 2,
"UseAllAnalysis": true
}
text/html
Sample:
{"MDLCalculationId":1,"MethodMasterId":2,"UseAllAnalysis":true}
Response
DefaultResult| Name | Description | Type | Additional 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":{}}