POST api/Measurement/SubmitCustomizedMeasurement

Documentation for 'SubmitCustomizedMeasurement'.

Request Information

Parameters

NameDescriptionAdditional 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,
      "scanId": "sample string 11",
      "isDisplayOnDigital": true,
      "isBodyHeight": true,
      "standardMeasurementId": 14,
      "custMeasurementId": 1,
      "code": "sample string 15",
      "description": {
        "literalCode": "sample string 1",
        "text": "[sample string 2]sample string 1??",
        "id": 3
      },
      "standard": 16.1,
      "myMeasurement": 1.1,
      "remarks": "sample string 17",
      "max": 1.1,
      "min": 1.1,
      "maxValue": 17.200000000000003,
      "minValue": 15.000000000000002,
      "minDiff": -1.0999999999999996,
      "maxDiff": 1.1000000000000014,
      "id": 18
    },
    {
      "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,
      "scanId": "sample string 11",
      "isDisplayOnDigital": true,
      "isBodyHeight": true,
      "standardMeasurementId": 14,
      "custMeasurementId": 1,
      "code": "sample string 15",
      "description": {
        "literalCode": "sample string 1",
        "text": "[sample string 2]sample string 1??",
        "id": 3
      },
      "standard": 16.1,
      "myMeasurement": 1.1,
      "remarks": "sample string 17",
      "max": 1.1,
      "min": 1.1,
      "maxValue": 17.200000000000003,
      "minValue": 15.000000000000002,
      "minDiff": -1.0999999999999996,
      "maxDiff": 1.1000000000000014,
      "id": 18
    },
    {
      "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,
      "scanId": "sample string 11",
      "isDisplayOnDigital": true,
      "isBodyHeight": true,
      "standardMeasurementId": 14,
      "custMeasurementId": 1,
      "code": "sample string 15",
      "description": {
        "literalCode": "sample string 1",
        "text": "[sample string 2]sample string 1??",
        "id": 3
      },
      "standard": 16.1,
      "myMeasurement": 1.1,
      "remarks": "sample string 17",
      "max": 1.1,
      "min": 1.1,
      "maxValue": 17.200000000000003,
      "minValue": 15.000000000000002,
      "minDiff": -1.0999999999999996,
      "maxDiff": 1.1000000000000014,
      "id": 18
    }
  ],
  "sizeId": 1,
  "profileName": "sample string 2",
  "mtId": 3,
  "cmtId": 4,
  "customerId": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.