POST api/Measurement/SubmitBestFitMeasurement
Documentation for 'SubmitBestFitMeasurement'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
bestFitMeasurement | Documentation for 'bestFitMeasurement'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "measurementTypeWithMinMax": [ { "labelFK": { "literalCode": "sample string 1", "text": "[sample string 2]sample string 1??", "id": 3 }, "descriptionLabelFK": { "literalCode": "sample string 1", "text": "[sample string 2]sample string 1??", "id": 3 }, "measurementTypeIdRef": 1, "updateAllowed": true, "priority": 3, "min": 4.1, "max": 5.1, "isInteger": true, "isUsedToCalculateBestFit": true, "value": 8.1, "encore": 9.1, "imagePath": "sample string 10", "difference": 11.1, "dependence": 12.1, "standardMeasurementId": 13, "ratio": 14.1, "show": true, "id": 16 }, { "labelFK": { "literalCode": "sample string 1", "text": "[sample string 2]sample string 1??", "id": 3 }, "descriptionLabelFK": { "literalCode": "sample string 1", "text": "[sample string 2]sample string 1??", "id": 3 }, "measurementTypeIdRef": 1, "updateAllowed": true, "priority": 3, "min": 4.1, "max": 5.1, "isInteger": true, "isUsedToCalculateBestFit": true, "value": 8.1, "encore": 9.1, "imagePath": "sample string 10", "difference": 11.1, "dependence": 12.1, "standardMeasurementId": 13, "ratio": 14.1, "show": true, "id": 16 }, { "labelFK": { "literalCode": "sample string 1", "text": "[sample string 2]sample string 1??", "id": 3 }, "descriptionLabelFK": { "literalCode": "sample string 1", "text": "[sample string 2]sample string 1??", "id": 3 }, "measurementTypeIdRef": 1, "updateAllowed": true, "priority": 3, "min": 4.1, "max": 5.1, "isInteger": true, "isUsedToCalculateBestFit": true, "value": 8.1, "encore": 9.1, "imagePath": "sample string 10", "difference": 11.1, "dependence": 12.1, "standardMeasurementId": 13, "ratio": 14.1, "show": true, "id": 16 } ], "visualMeasTypeSizes": [ { "measValue": 1.1, "size": "sample string 2", "measTypeId": 3, "smId": 4, "minusTolerance": 5.1, "plusTolerance": 6.1 }, { "measValue": 1.1, "size": "sample string 2", "measTypeId": 3, "smId": 4, "minusTolerance": 5.1, "plusTolerance": 6.1 }, { "measValue": 1.1, "size": "sample string 2", "measTypeId": 3, "smId": 4, "minusTolerance": 5.1, "plusTolerance": 6.1 } ], "standardBodyHeight": 1.1, "bodyHeight": 2.1, "bodyHeightTypeId": 3, "bodyHeightEncore": 4.1, "labelFK": { "literalCode": "sample string 1", "text": "[sample string 2]sample string 1??", "id": 3 }, "mtId": 5, "sizeName": "sample string 6", "customerId": 7, "profileName": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.