POST Properties
Creates a new property.
Request Information
URI Parameters
None.
Body Parameters
Property to be created. PropertyId should not be filled in.
Property| Name | Description | Type | Additional information |
|---|---|---|---|
| PropertyId | globally unique identifier |
None. |
|
| Asset | Asset |
None. |
|
| ValueText | string |
None. |
|
| PropertyType | PropertyType |
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:
{
"PropertyId": "b293c79e-a0cb-4aa0-825a-94f16d28875e",
"Asset": {
"AssetId": "ea6a40de-82b8-4276-a4ed-273567eca4da",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "cbe83d53-52ee-455d-ae53-8c1829c7440c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6d63e797-4fa6-4a5a-8c58-05075997294f",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "efc2c964-a4fd-49dd-ab44-d5e5aced2a32",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-13T23:57:19.6715293-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:57:19.6715293-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "c0f66809-6a5c-4703-9769-988432a40eb6",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-13T23:57:19.6715293-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:57:19.6715293-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "09f54a97-aeb4-4173-bd76-58892b502f98",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "e1784f4c-6894-40e3-aee7-73a1731696ff",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "cbe83d53-52ee-455d-ae53-8c1829c7440c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6d63e797-4fa6-4a5a-8c58-05075997294f",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "a66b2f90-52a6-4313-9b6a-da4a3225697b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f44de0d5-af7d-4701-9a8a-947a533d6bc0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "43b56372-987e-4267-929d-bd08c02f12c1",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-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"
],
"SourceSystemId": "sample string 4",
"CompanyId": "12322d35-77aa-4585-9efe-354954591661",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6a8c9f9b-95cb-40b5-912d-1634321eb48a",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-07:00",
"LastModifiedUser": "sample string 7"
}
Response Information
Resource Description
On success, the created property.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Property |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PropertyId": "8c6929bd-fef5-4993-b31e-ff4a56b34d7e",
"Asset": {
"AssetId": "e6b2e9e0-59fb-489a-a77a-f3a37c29c618",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "8eec8f28-00ed-4edf-8013-7bf9d5639bf4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5157bc38-1bdd-4cd3-8564-2fdb1bba2d42",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "38a2fe0c-f06c-40ae-9f55-6a0856518074",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-13T23:57:19.6715293-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:57:19.6715293-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "773c20fe-9315-45c4-8b3d-7947da52606e",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-13T23:57:19.6715293-07:00",
"MeasurementValueNeededDate": "2026-07-13T23:57:19.6715293-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7b9c200c-abbc-4895-976f-ec9f1be71147",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"PropertyType": {
"PropertyTypeId": "40d11c53-7e89-4a8c-ae85-5391023cbe7a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8eec8f28-00ed-4edf-8013-7bf9d5639bf4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "5157bc38-1bdd-4cd3-8564-2fdb1bba2d42",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "9911222d-c3b9-4394-af57-6f114ae0aa45",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "28add815-d8af-4c1b-aa23-69bf96f3d35b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "84939dba-a5d1-4f31-8db0-c0b293dc4cda",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-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"
],
"SourceSystemId": "sample string 4",
"CompanyId": "2d5aa679-b9f3-4b9b-8807-7561bf0e913a",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-07:00",
"LastModifiedUser": "sample string 7"
},
"IsValid": true,
"IsValidMessage": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "2abd72b8-1cbc-4d08-9583-db3618ad7083",
"CreateDate": "2026-07-13T23:57:19.6715293-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-13T23:57:19.6715293-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}