POST Properties
Creates a new property.
Request Information
URI Parameters
None.
Body Parameters
Property to be created. PropertyId should not be filled in.
PropertyName | Description | Type | Additional information |
---|---|---|---|
PropertyId | globally unique identifier |
None. |
|
Asset | Asset |
None. |
|
ValueText | string |
None. |
|
DisplayText | 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": "9bbc9cfa-7d20-4d90-b82b-75e51bb107dc", "Asset": { "AssetId": "26d46d09-d50b-4b49-acda-f4e00639e4dd", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "4df8d8c9-28c7-4cee-ac10-249f1665422c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "282ef9bc-d7b6-4c6e-91d3-a7032ebc7581", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "d0fc4b06-28b5-4f57-9c35-5b83187e2f79", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-08-23T22:47:34.4291418-07:00", "MeasurementValueNeededDate": "2025-08-23T22:47:34.4291418-07:00", "SourceSystemId": "sample string 3", "CompanyId": "1723b918-e265-4d2b-9cf4-280a2fa2f716", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-08-23T22:47:34.4291418-07:00", "MeasurementValueNeededDate": "2025-08-23T22:47:34.4291418-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "7e07c759-bdec-4309-bd25-e5d5262ac3e2", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "9b03365c-a56c-42f3-bf1b-8a6af6881394", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "4df8d8c9-28c7-4cee-ac10-249f1665422c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "282ef9bc-d7b6-4c6e-91d3-a7032ebc7581", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "e762d7df-136e-4e40-8847-4907e2953bd9", "Name": "sample string 1" }, "Unit": { "UnitId": "7cb13b45-b9bc-47fb-acef-abf4868ba5cf", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "9ffe18ca-bf6d-478a-90e9-62e021d94b2f", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "c8015995-2a2c-450f-9bc0-d171f9e96b70", "FieldId": "03e0d817-0f96-442f-836d-ea2d9d201a30", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "c8015995-2a2c-450f-9bc0-d171f9e96b70", "FieldId": "03e0d817-0f96-442f-836d-ea2d9d201a30", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "4acd6a61-07da-4d7b-814b-3a1c418b52a3", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "a7bf2f02-922e-4d32-80d8-c0a8449173c9", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 8" }
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": "c9b03c97-0258-4abf-a054-cdbaa18816d8", "Asset": { "AssetId": "434a6e58-b5b7-4cdb-99db-6a7e2e783992", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "640eeb89-fbcb-4f23-be07-ab3bcc2487be", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "80d6267b-f1d3-4e5a-94fb-598ea06640ce", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "170fe37b-96a9-43e9-8cc0-ba9f93abc81b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-08-23T22:47:34.4291418-07:00", "MeasurementValueNeededDate": "2025-08-23T22:47:34.4291418-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c64e1ff5-f706-411f-950e-e87fb063cf59", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-08-23T22:47:34.4291418-07:00", "MeasurementValueNeededDate": "2025-08-23T22:47:34.4291418-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "0111dcd4-135f-4235-89a2-23856091c5e2", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "723ee3fc-fca9-4b84-b9ae-0f812e1be13e", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "640eeb89-fbcb-4f23-be07-ab3bcc2487be", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "80d6267b-f1d3-4e5a-94fb-598ea06640ce", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "82f58455-0ef6-4acc-8015-2b0751f27fe1", "Name": "sample string 1" }, "Unit": { "UnitId": "d2b0d896-6131-4502-9d90-86fdab9a9f81", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ae9476fd-1523-4867-99a1-e7b1950b0fda", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "3b5ea423-f93a-48ac-a6b6-afb8c028f459", "FieldId": "1757152a-a6b0-4334-b8cb-b23a30f7cc3f", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "3b5ea423-f93a-48ac-a6b6-afb8c028f459", "FieldId": "1757152a-a6b0-4334-b8cb-b23a30f7cc3f", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "103f347c-4485-4a61-be8e-60db873701d4", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "86c9eaed-8d70-4687-8c49-a609e29ddfec", "CreateDate": "2025-08-23T22:47:34.4291418-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-23T22:47:34.4291418-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }