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": "0ae21283-3edc-44c3-bebb-3d6ede65cbe0", "Asset": { "AssetId": "e16b86c5-9f29-494c-a51e-a99c6254c03f", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "c7bd15ce-f5f3-49fc-81b6-898e2e6efbc7", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "def34fcf-eeaa-4539-b678-5892b04e7505", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "9e88e3be-0c05-4b70-a000-ac92494269a5", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-10-10T14:57:11.9756377-07:00", "MeasurementValueNeededDate": "2025-10-10T14:57:11.9756377-07:00", "SourceSystemId": "sample string 3", "CompanyId": "c1479001-4571-4f62-bdb2-65d018ece754", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-10-10T14:57:11.9756377-07:00", "MeasurementValueNeededDate": "2025-10-10T14:57:11.9756377-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "2c555f54-00ad-4cdf-8b14-917bbebdabfd", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "74905e03-9b9b-4b14-b716-45507f87edb9", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "c7bd15ce-f5f3-49fc-81b6-898e2e6efbc7", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "def34fcf-eeaa-4539-b678-5892b04e7505", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "9cdb2151-576c-4bbd-8bbf-abf5b9bd0bbb", "Name": "sample string 1" }, "Unit": { "UnitId": "edabf1ac-2103-4a29-8149-0f9457e1a060", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "66b57cbd-eb45-4478-a129-aaffc39560cf", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "0bfb1c2b-77fe-4d3c-9bf0-b9dec6aec5ae", "FieldId": "f0164a95-31ad-48a7-90cb-8485c91b0f5d", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "0bfb1c2b-77fe-4d3c-9bf0-b9dec6aec5ae", "FieldId": "f0164a95-31ad-48a7-90cb-8485c91b0f5d", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "b13fd6af-4b58-4bb1-aa28-5f01e13cd4c4", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "1ebdc13a-004e-4e11-8b5c-57fc15838cca", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-10T14:57:11.9756377-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": "3351de72-c1d4-4f7d-8dae-d001b34eaf3d", "Asset": { "AssetId": "6c604405-c0d3-4ecf-a465-8f8696a39530", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "5b47af65-864e-4601-a90e-ad04688b1330", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "4c77cfa0-4488-47d9-9672-1093eb10edcd", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "8f909504-e10e-4357-a082-bf5f0fc35dfe", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-10-10T14:57:11.9756377-07:00", "MeasurementValueNeededDate": "2025-10-10T14:57:11.9756377-07:00", "SourceSystemId": "sample string 3", "CompanyId": "f8d1c35e-347d-4a21-aecb-04e36d0cd6f0", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-10-10T14:57:11.9756377-07:00", "MeasurementValueNeededDate": "2025-10-10T14:57:11.9756377-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "4d3125e3-6e15-4814-8f44-e75221e21953", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "40c8d9e8-dae7-423a-9182-e06a037fa454", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "5b47af65-864e-4601-a90e-ad04688b1330", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "4c77cfa0-4488-47d9-9672-1093eb10edcd", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "ebf25f21-4d49-4036-a9f4-c7d169977200", "Name": "sample string 1" }, "Unit": { "UnitId": "a94fbc0d-c286-46f1-95bf-7715274baa79", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "e45d5bfb-e35a-4c39-87ff-73f4d43a30a7", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "290a58b6-33a2-46a9-ab03-0d963ab74907", "FieldId": "22684d21-59a7-419d-bdb6-e24a4d53ca40", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "290a58b6-33a2-46a9-ab03-0d963ab74907", "FieldId": "22684d21-59a7-419d-bdb6-e24a4d53ca40", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "a5fd4715-b0ba-4dd2-9812-809be2d0c608", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "123f4f71-136c-4a96-a497-8451e3a6ea85", "CreateDate": "2025-10-10T14:57:11.9756377-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-10T14:57:11.9756377-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }