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": "44bb200a-c577-4500-a65c-ed8b5ef330d3", "Asset": { "AssetId": "36944e80-a635-4721-8583-227a88b5e789", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "6c1eaad8-ace0-416f-868d-982295950cf4", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "27f4abd1-99e7-4893-b2c3-ee10084e9f1d", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "376bfb5c-9631-4dc5-8303-e0cd3072fb21", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-24T14:09:35.9527976-07:00", "MeasurementValueNeededDate": "2025-04-24T14:09:35.9527976-07:00", "SourceSystemId": "sample string 3", "CompanyId": "81b55f8e-c268-4460-aa20-46fa7ef0feba", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-24T14:09:35.9527976-07:00", "MeasurementValueNeededDate": "2025-04-24T14:09:35.9527976-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "2f0725ed-29b6-47a8-a2e8-10aee2e612bb", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "7650d401-3f3b-40d0-b2d1-40913132fbfb", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "6c1eaad8-ace0-416f-868d-982295950cf4", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "27f4abd1-99e7-4893-b2c3-ee10084e9f1d", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "f756d2f4-52e0-4716-90ea-99e89314cdf9", "Name": "sample string 1" }, "Unit": { "UnitId": "78069395-bdb2-45ef-aaf4-2b7b96d90363", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "9b1ee60f-1f3d-4419-9371-2bb11e1c3fc0", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "d77b1cc5-19d0-4a1c-bc0d-28033f3b9a85", "FieldId": "42c1fefe-93dc-4e5b-a286-27bc88549453", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "d77b1cc5-19d0-4a1c-bc0d-28033f3b9a85", "FieldId": "42c1fefe-93dc-4e5b-a286-27bc88549453", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "8bf0d474-4681-4455-8ef7-ce1e238623fc", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "6325436b-59d6-4b9d-adb0-a5f0e13da8a9", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T14:09:35.9527976-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": "ea52d24e-b1ed-40fd-9095-eb5bfb9944a8", "Asset": { "AssetId": "136f6134-aeaa-4420-9e59-4f0f28e92254", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "ccf34a14-8b65-497c-bf7e-ee9f775313a2", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "56535ee8-33d0-453b-af15-c66e9922701b", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "a392454a-086c-4cd9-b9a9-d2a372121481", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-24T14:09:35.9527976-07:00", "MeasurementValueNeededDate": "2025-04-24T14:09:35.9527976-07:00", "SourceSystemId": "sample string 3", "CompanyId": "442bfc4c-4fe1-4695-a8d2-19508d9a522f", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-24T14:09:35.9527976-07:00", "MeasurementValueNeededDate": "2025-04-24T14:09:35.9527976-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "0f81bf6b-2a50-4de0-8246-09c4bfce4d4d", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "60af84fc-6f87-4367-92a2-bfb5c208440d", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "ccf34a14-8b65-497c-bf7e-ee9f775313a2", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "56535ee8-33d0-453b-af15-c66e9922701b", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "6969e296-6e1d-4c45-86d2-33bcdc20326c", "Name": "sample string 1" }, "Unit": { "UnitId": "76534fd8-020d-4e61-8c9d-72e3d97bd2fd", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "61bbb97a-1900-4f86-b6e3-9127f20ac13c", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "22526e6f-9bdf-4223-93cb-eb9b92b78926", "FieldId": "884ab0d4-afa1-4baf-91a9-9c49f7837249", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "22526e6f-9bdf-4223-93cb-eb9b92b78926", "FieldId": "884ab0d4-afa1-4baf-91a9-9c49f7837249", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "9259329e-d741-455b-9405-dd17e9c24f53", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "13281367-ffd9-45d8-ab86-439986ca9c03", "CreateDate": "2025-04-24T14:09:35.9527976-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T14:09:35.9527976-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }