POST Measurements
Creates a new measurement.
Request Information
URI Parameters
None.
Body Parameters
The measurement to create. MeasurementId should not be filled in.
Measurement| Name | Description | Type | Additional information |
|---|---|---|---|
| MeasurementId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| ValueText | string |
None. |
|
| DisplayText | string |
None. |
|
| EffectiveDate | date |
None. |
|
| Location | string |
None. |
|
| MeasurementType | MeasurementType |
None. |
|
| IsValid | boolean |
None. |
|
| IsValidMessage | string |
None. |
|
| SourceSystemId | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CreateDate | date |
None. |
|
| CreateUser | string |
None. |
|
| LastModifiedDate | date |
None. |
|
| LastModifiedUser | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MeasurementId": "f0aecf8e-e085-41af-96c3-cf1eaa07dd09",
"Asset": {
"AssetId": "4574bb58-f6a1-47ee-89c4-1ccf5c8f2f4b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "0fa9520a-1a3d-4e75-8e83-a60829ef77af",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6ba2b5d7-6f44-4f6f-96a3-3ddea6e1c585",
"CreateDate": "2026-04-30T15:52:42.7835005-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T15:52:42.7835005-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e09ae638-f09c-41a1-ada6-32f17f745455",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T15:52:42.7835005-07:00",
"MeasurementValueNeededDate": "2026-04-30T15:52:42.7835005-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "138c4863-ae9a-41a0-ae5b-2f81e2eda1d9",
"CreateDate": "2026-04-30T15:52:42.7835005-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T15:52:42.7835005-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-30T15:52:42.7835005-07:00",
"MeasurementValueNeededDate": "2026-04-30T15:52:42.7835005-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9d930a0a-148f-4fb7-ba36-bc3c5b25526e",
"CreateDate": "2026-04-30T15:52:42.7835005-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T15:52:42.7835005-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"DisplayText": "sample string 2",
"EffectiveDate": "2026-04-30T15:52:42.7835005-07:00",
"Location": "sample string 3",
"MeasurementType": {
"MeasurementTypeId": "dc9305f1-9226-4a32-af33-955e4dc9629e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "0fa9520a-1a3d-4e75-8e83-a60829ef77af",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6ba2b5d7-6f44-4f6f-96a3-3ddea6e1c585",
"CreateDate": "2026-04-30T15:52:42.7835005-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T15:52:42.7835005-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "0096b566-f88a-4517-bc6e-d221c9e7aea0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "17c987cb-4055-472c-aef5-0d3b6066ee09",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ad4a5ba8-d503-4b55-820f-786bb14992e1",
"CreateDate": "2026-04-30T15:52:42.7835005-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T15:52:42.7835005-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "06f8c39e-6294-499f-9775-956cf0689676",
"FieldId": "84e3be27-e055-491a-b90f-2ce9b3b52984",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "06f8c39e-6294-499f-9775-956cf0689676",
"FieldId": "84e3be27-e055-491a-b90f-2ce9b3b52984",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T15:52:42.7835005-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "bc0461cc-dec2-4efc-8d03-7b11ef58b6ea",
"CreateDate": "2026-04-30T15:52:42.7835005-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T15:52:42.7835005-07:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6",
"CompanyId": "0aff4d35-1c8c-4cbd-83fa-2696a952cc57",
"CreateDate": "2026-04-30T15:52:42.7835005-07:00",
"CreateUser": "sample string 8",
"LastModifiedDate": "2026-04-30T15:52:42.7835005-07:00",
"LastModifiedUser": "sample string 9"
}
Response Information
Resource Description
On success, the created measurement.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Measurement |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"MeasurementId": "6d428e43-df5c-43ab-8110-c7957bca01d5",
"Asset": {
"AssetId": "4ca357d3-2e0f-4d83-8a68-0e57defcfc01",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "771cdc24-3fd8-4896-9877-66189822fbd1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c4d12793-4297-442e-a020-465335e6bc4f",
"CreateDate": "2026-04-30T15:52:43.1584427-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T15:52:43.1584427-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "e85a48e9-3960-4782-b45e-c04a310717c6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-30T15:52:43.1584427-07:00",
"MeasurementValueNeededDate": "2026-04-30T15:52:43.1584427-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "00f22248-e00c-4de7-82fb-ba28eeaaa829",
"CreateDate": "2026-04-30T15:52:43.1584427-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T15:52:43.1584427-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-30T15:52:43.1584427-07:00",
"MeasurementValueNeededDate": "2026-04-30T15:52:43.1584427-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f4148d16-51bb-4013-a42b-893695afebca",
"CreateDate": "2026-04-30T15:52:43.1584427-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T15:52:43.1584427-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"DisplayText": "sample string 2",
"EffectiveDate": "2026-04-30T15:52:43.1584427-07:00",
"Location": "sample string 3",
"MeasurementType": {
"MeasurementTypeId": "0c367920-7138-497b-ba0a-6115adac53c4",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "771cdc24-3fd8-4896-9877-66189822fbd1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c4d12793-4297-442e-a020-465335e6bc4f",
"CreateDate": "2026-04-30T15:52:43.1584427-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-30T15:52:43.1584427-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "c4610e92-77b8-4799-bae2-48585b791a59",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4a7da372-6eaf-4bb1-b71c-6577fbd07177",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "f48ad265-5b8f-4f41-9f93-31d0254611a1",
"CreateDate": "2026-04-30T15:52:43.1584427-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-30T15:52:43.1584427-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f43669b9-7ce9-404c-97e1-63151f8b4d60",
"FieldId": "39336087-81d4-48d3-89c8-7bc010e294dd",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f43669b9-7ce9-404c-97e1-63151f8b4d60",
"FieldId": "39336087-81d4-48d3-89c8-7bc010e294dd",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
}
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-30T15:52:43.1584427-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "5ac287d5-ce83-44bf-adcf-03f2e65a74a2",
"CreateDate": "2026-04-30T15:52:43.1584427-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-30T15:52:43.1584427-07:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6",
"CompanyId": "2870d2fa-ddb7-48e2-8b1d-df2aa06754cf",
"CreateDate": "2026-04-30T15:52:43.1584427-07:00",
"CreateUser": "sample string 8",
"LastModifiedDate": "2026-04-30T15:52:43.1584427-07:00",
"LastModifiedUser": "sample string 9"
},
"Total": 1,
"Message": "sample string 1"
}