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. |
|
| 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": "fa634cef-b583-487d-b031-a01c0bbb4581",
"Asset": {
"AssetId": "c77ed413-ed14-44e3-af64-4b2da45661a0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "34c9d2ff-6fbe-4165-9108-67d8308dfd9d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d1148a82-a671-4652-bdd9-5c2159289fd2",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "268db782-4ed2-46d0-81a2-2ee8f82ff732",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-24T15:02:07.1975357-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:02:07.1975357-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2b814874-8365-46bd-b016-b7583ebdaf62",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-24T15:02:07.1975357-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:02:07.1975357-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "dadc0384-5ceb-42e0-9c62-b93d603e91cf",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2026-05-24T15:02:07.1975357-07:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "5240e0f2-e915-4f32-aa8f-d0d798510722",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "34c9d2ff-6fbe-4165-9108-67d8308dfd9d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d1148a82-a671-4652-bdd9-5c2159289fd2",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "94966abd-c85b-4acc-9549-e4e0168ce152",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "8d23b441-3f42-4d37-a5e0-39e6114c7e94",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "95c7a8c0-13dd-4d3f-9168-8a03036ed5c5",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-24T15:02:07.1975357-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d953199d-206d-42c7-aecd-b90ac9f04cab",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "9a45f4f7-b7be-43e8-8d16-becd0bf166be",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 8"
}
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": "e9f29b6c-2da2-4885-b6e7-f4a0ff68dbb9",
"Asset": {
"AssetId": "1245c9c6-0a3d-4071-87c4-45de6809699f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "baea580c-bde8-488c-8b83-883ce8d7c91c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e26ba3c0-e27f-4f5a-aa3f-46213afb9bad",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d556c132-3d76-4a57-84a9-ef3573a6346e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-24T15:02:07.1975357-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:02:07.1975357-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "4d0fb8a4-d644-4aa3-8b9b-779f1307cf99",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-24T15:02:07.1975357-07:00",
"MeasurementValueNeededDate": "2026-05-24T15:02:07.1975357-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "f9d72002-b084-4829-9506-1ce4d9c942c6",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2026-05-24T15:02:07.1975357-07:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "584e48fd-286f-42a1-8165-15899bec6c0a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "baea580c-bde8-488c-8b83-883ce8d7c91c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e26ba3c0-e27f-4f5a-aa3f-46213afb9bad",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "bff36b02-23b2-445e-98ee-1b869942469d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "aabe2d6c-4433-449a-9404-cd3a6c93e85b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "9769e153-b035-4893-9b0d-bbb602226917",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-24T15:02:07.1975357-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1396650f-04da-4acf-b306-e0c425a06668",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "17b52384-171b-4b59-abf5-f0f87f30fe52",
"CreateDate": "2026-05-24T15:02:07.1975357-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-24T15:02:07.1975357-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}