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": "a5afa5b7-9b17-41f1-95f0-785c97676c9d", "Asset": { "AssetId": "91fe4c4e-7bf7-4606-966d-8461113c5515", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "20cc57b6-3f5b-4da5-ae34-ac95a53cb44d", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "7eb1f305-f02e-492f-88fd-142e22cf2f58", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "defc2ef0-15b6-4c27-80df-5b0f29d27e5d", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-02T07:22:26.2060815-07:00", "MeasurementValueNeededDate": "2025-06-02T07:22:26.2060815-07:00", "SourceSystemId": "sample string 3", "CompanyId": "9e966439-b182-45c4-81fe-125573a982e9", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-02T07:22:26.2060815-07:00", "MeasurementValueNeededDate": "2025-06-02T07:22:26.2060815-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "c97d3197-c801-4049-9c2e-42db08d624af", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "713bbfc0-d9fc-4c69-953d-f422ba408975", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "20cc57b6-3f5b-4da5-ae34-ac95a53cb44d", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "7eb1f305-f02e-492f-88fd-142e22cf2f58", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "e8a2283e-2ea5-41ac-b4b3-2c0abdb17dec", "Name": "sample string 1" }, "Unit": { "UnitId": "37b7a7db-9f12-4a53-95df-7403f81dd6f2", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "4ef11f1f-2d14-4a37-bf2a-92d3ac654f94", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "3b15e5fb-9033-472d-af6e-261c2e7f0720", "FieldId": "f3b0a96b-9610-4a70-bc5a-78282cd2d5de", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "3b15e5fb-9033-472d-af6e-261c2e7f0720", "FieldId": "f3b0a96b-9610-4a70-bc5a-78282cd2d5de", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "281310a4-85ba-49ec-9314-d974279ebe25", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "bbd76da5-612c-488a-b84e-fe75f0af6af2", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T07:22:26.2060815-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": "bbb33aa7-0cec-49bd-804e-28d784978654", "Asset": { "AssetId": "6ffef0bd-2ab8-4889-87c2-0d73662cc6f4", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "43750fe8-f9b8-4d77-813a-dae30f372898", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "01741fbb-3cf3-47b9-98b0-8e6ae8226250", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "c49bbeaf-490a-4d8d-9520-1a6b9989f26e", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-02T07:22:26.2060815-07:00", "MeasurementValueNeededDate": "2025-06-02T07:22:26.2060815-07:00", "SourceSystemId": "sample string 3", "CompanyId": "130a777a-13d3-4bd1-9f61-9d7583ef5f1c", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-02T07:22:26.2060815-07:00", "MeasurementValueNeededDate": "2025-06-02T07:22:26.2060815-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "64e59fb4-db69-40a8-a8b8-b249add4609b", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "bc1b71a7-288a-4f9e-b7bd-e308b39ee0de", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "43750fe8-f9b8-4d77-813a-dae30f372898", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "01741fbb-3cf3-47b9-98b0-8e6ae8226250", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "1e97edce-8fc1-4971-bd4a-d43419f4d2d5", "Name": "sample string 1" }, "Unit": { "UnitId": "e0de1cd4-0f6a-4c82-aa35-d3c0d1577457", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "01e7e22a-8c3e-47db-96d6-1d7caac8f68e", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "1969fdde-fc3c-4dd7-a3f1-a038036160ab", "FieldId": "5897a703-d7e1-42a6-b6af-9bf1d9491ca2", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "1969fdde-fc3c-4dd7-a3f1-a038036160ab", "FieldId": "5897a703-d7e1-42a6-b6af-9bf1d9491ca2", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "db349966-a1d4-45de-8294-7bc25c24de10", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "90e865eb-fe52-4418-a59c-efdd0a5bf736", "CreateDate": "2025-06-02T07:22:26.2060815-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T07:22:26.2060815-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }