POST api/Measurement/SubmitCustomizedMeasurement
Documentation for 'SubmitCustomizedMeasurement'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| customizedMeasurement | Documentation for 'customizedMeasurement'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"customizeTable": [
{
"abbreviation": "sample string 1",
"measTypeId": 2,
"size": "sample string 3",
"labelFK": {
"literalCode": "sample string 1",
"text": "[sample string 2]sample string 1??",
"id": 3
},
"value": 1.1,
"difference": 4.1,
"dependence": 5.1,
"imagePath": "sample string 6",
"updateAllowed": true,
"isInteger": true,
"measTypeDependenceId": 1,
"ratio": 9.1,
"show": true,
"standardMeasurementId": 11,
"custMeasurementId": 1,
"code": "sample string 12",
"description": {
"literalCode": "sample string 1",
"text": "[sample string 2]sample string 1??",
"id": 3
},
"standard": 13.1,
"myMeasurement": 1.1,
"remarks": "sample string 14",
"max": 1.1,
"min": 1.1,
"maxValue": 14.2,
"minValue": 12.0,
"minDiff": -1.0999999999999996,
"maxDiff": 1.0999999999999996,
"id": 15
},
{
"abbreviation": "sample string 1",
"measTypeId": 2,
"size": "sample string 3",
"labelFK": {
"literalCode": "sample string 1",
"text": "[sample string 2]sample string 1??",
"id": 3
},
"value": 1.1,
"difference": 4.1,
"dependence": 5.1,
"imagePath": "sample string 6",
"updateAllowed": true,
"isInteger": true,
"measTypeDependenceId": 1,
"ratio": 9.1,
"show": true,
"standardMeasurementId": 11,
"custMeasurementId": 1,
"code": "sample string 12",
"description": {
"literalCode": "sample string 1",
"text": "[sample string 2]sample string 1??",
"id": 3
},
"standard": 13.1,
"myMeasurement": 1.1,
"remarks": "sample string 14",
"max": 1.1,
"min": 1.1,
"maxValue": 14.2,
"minValue": 12.0,
"minDiff": -1.0999999999999996,
"maxDiff": 1.0999999999999996,
"id": 15
},
{
"abbreviation": "sample string 1",
"measTypeId": 2,
"size": "sample string 3",
"labelFK": {
"literalCode": "sample string 1",
"text": "[sample string 2]sample string 1??",
"id": 3
},
"value": 1.1,
"difference": 4.1,
"dependence": 5.1,
"imagePath": "sample string 6",
"updateAllowed": true,
"isInteger": true,
"measTypeDependenceId": 1,
"ratio": 9.1,
"show": true,
"standardMeasurementId": 11,
"custMeasurementId": 1,
"code": "sample string 12",
"description": {
"literalCode": "sample string 1",
"text": "[sample string 2]sample string 1??",
"id": 3
},
"standard": 13.1,
"myMeasurement": 1.1,
"remarks": "sample string 14",
"max": 1.1,
"min": 1.1,
"maxValue": 14.2,
"minValue": 12.0,
"minDiff": -1.0999999999999996,
"maxDiff": 1.0999999999999996,
"id": 15
}
],
"sizeId": 1,
"profileName": "sample string 2",
"mtId": 3,
"cmtId": 4,
"customerId": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.