POST api/Measures
Request Information
URI Parameters
None.
Body Parameters
Measure| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SEQ | integer |
None. |
|
| DIV_ID | integer |
None. |
|
| TYPE_ID | integer |
None. |
|
| ACTIVE | boolean |
None. |
|
| FREQUENCY | integer |
None. |
|
| CHART_DEFAULT | boolean |
None. |
|
| BILLABLE | boolean |
None. |
|
| TYPE | MeasureType |
None. |
|
| AbnormalRanges | Collection of MeasureAbnormalRange |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"SEQ": 2,
"DIV_ID": 3,
"TYPE_ID": 1,
"ACTIVE": true,
"FREQUENCY": 1,
"CHART_DEFAULT": true,
"BILLABLE": true,
"TYPE": {
"ID": 1,
"DEFAULT_NAME": "sample string 2",
"SYSTEM_CODES": "sample string 3",
"UNITS": "sample string 4",
"GROUP_NAME": "sample string 5",
"ORDER": 1,
"DECIMALS": 1
},
"AbnormalRanges": [
{
"ID": 1,
"MEASURE_ID": 2,
"MIN_VALUE": 3.0,
"MAX_VALUE": 4.0,
"BADGE_COLOR": "sample string 5",
"TYPE": "sample string 6",
"LABEL": "sample string 7",
"CALCULATION": "sample string 8",
"CALCULATION_PERIOD": 1,
"CALCULATION_PERIOD_UNIT": "sample string 9"
},
{
"ID": 1,
"MEASURE_ID": 2,
"MIN_VALUE": 3.0,
"MAX_VALUE": 4.0,
"BADGE_COLOR": "sample string 5",
"TYPE": "sample string 6",
"LABEL": "sample string 7",
"CALCULATION": "sample string 8",
"CALCULATION_PERIOD": 1,
"CALCULATION_PERIOD_UNIT": "sample string 9"
}
]
}
application/octet-stream
Sample:
{"ID":1,"SEQ":2,"DIV_ID":3,"TYPE_ID":1,"ACTIVE":true,"FREQUENCY":1,"CHART_DEFAULT":true,"BILLABLE":true,"TYPE":{"ID":1,"DEFAULT_NAME":"sample string 2","SYSTEM_CODES":"sample string 3","UNITS":"sample string 4","GROUP_NAME":"sample string 5","ORDER":1,"DECIMALS":1},"AbnormalRanges":[{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7","CALCULATION":"sample string 8","CALCULATION_PERIOD":1,"CALCULATION_PERIOD_UNIT":"sample string 9"},{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7","CALCULATION":"sample string 8","CALCULATION_PERIOD":1,"CALCULATION_PERIOD_UNIT":"sample string 9"}]}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Measure| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SEQ | integer |
None. |
|
| DIV_ID | integer |
None. |
|
| TYPE_ID | integer |
None. |
|
| ACTIVE | boolean |
None. |
|
| FREQUENCY | integer |
None. |
|
| CHART_DEFAULT | boolean |
None. |
|
| BILLABLE | boolean |
None. |
|
| TYPE | MeasureType |
None. |
|
| AbnormalRanges | Collection of MeasureAbnormalRange |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"SEQ": 2,
"DIV_ID": 3,
"TYPE_ID": 1,
"ACTIVE": true,
"FREQUENCY": 1,
"CHART_DEFAULT": true,
"BILLABLE": true,
"TYPE": {
"ID": 1,
"DEFAULT_NAME": "sample string 2",
"SYSTEM_CODES": "sample string 3",
"UNITS": "sample string 4",
"GROUP_NAME": "sample string 5",
"ORDER": 1,
"DECIMALS": 1
},
"AbnormalRanges": [
{
"ID": 1,
"MEASURE_ID": 2,
"MIN_VALUE": 3.0,
"MAX_VALUE": 4.0,
"BADGE_COLOR": "sample string 5",
"TYPE": "sample string 6",
"LABEL": "sample string 7",
"CALCULATION": "sample string 8",
"CALCULATION_PERIOD": 1,
"CALCULATION_PERIOD_UNIT": "sample string 9"
},
{
"ID": 1,
"MEASURE_ID": 2,
"MIN_VALUE": 3.0,
"MAX_VALUE": 4.0,
"BADGE_COLOR": "sample string 5",
"TYPE": "sample string 6",
"LABEL": "sample string 7",
"CALCULATION": "sample string 8",
"CALCULATION_PERIOD": 1,
"CALCULATION_PERIOD_UNIT": "sample string 9"
}
]
}
application/octet-stream
Sample:
{"ID":1,"SEQ":2,"DIV_ID":3,"TYPE_ID":1,"ACTIVE":true,"FREQUENCY":1,"CHART_DEFAULT":true,"BILLABLE":true,"TYPE":{"ID":1,"DEFAULT_NAME":"sample string 2","SYSTEM_CODES":"sample string 3","UNITS":"sample string 4","GROUP_NAME":"sample string 5","ORDER":1,"DECIMALS":1},"AbnormalRanges":[{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7","CALCULATION":"sample string 8","CALCULATION_PERIOD":1,"CALCULATION_PERIOD_UNIT":"sample string 9"},{"ID":1,"MEASURE_ID":2,"MIN_VALUE":3.0,"MAX_VALUE":4.0,"BADGE_COLOR":"sample string 5","TYPE":"sample string 6","LABEL":"sample string 7","CALCULATION":"sample string 8","CALCULATION_PERIOD":1,"CALCULATION_PERIOD_UNIT":"sample string 9"}]}