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": "303fadb2-c7ac-4f22-919e-d515ef80cc13", "Asset": { "AssetId": "ed3ea448-7770-4806-a8ff-d87467c0a1d0", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "036c0844-552f-4a74-b290-6fcc4a09aae7", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "15c6e686-45aa-4d7f-a79a-baa42e027e58", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "7c97e631-58f4-44eb-b929-a4a7fd2e1514", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-16T13:01:39.0449326-07:00", "MeasurementValueNeededDate": "2025-06-16T13:01:39.0449326-07:00", "SourceSystemId": "sample string 3", "CompanyId": "6a1bf72a-c0e8-4d8d-9eb2-8a72e410b944", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-16T13:01:39.0449326-07:00", "MeasurementValueNeededDate": "2025-06-16T13:01:39.0449326-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "504d00b0-bed4-4895-b449-4f90f8af9f87", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "18c0468a-76f6-4cdf-b382-64ddee4faaa9", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "036c0844-552f-4a74-b290-6fcc4a09aae7", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "15c6e686-45aa-4d7f-a79a-baa42e027e58", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "800aef09-30db-4fa9-9b8c-75a5a1a9d172", "Name": "sample string 1" }, "Unit": { "UnitId": "8d6d4354-3490-423d-8e91-5152c9186bf3", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "2c6539bb-2cde-4cd7-b578-d89b41925d93", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "01d9ac48-da6b-4b7d-a092-dad0f1a01041", "FieldId": "5244781a-95fc-4791-8097-a9f580709f65", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "01d9ac48-da6b-4b7d-a092-dad0f1a01041", "FieldId": "5244781a-95fc-4791-8097-a9f580709f65", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "af1fe909-150c-446f-8697-b89230ba3be9", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "88960d68-eb74-42d1-84ff-73096ee2ce8c", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-16T13:01:39.0449326-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": "8a994072-e368-47f3-9930-46b2b8bd3664", "Asset": { "AssetId": "5afb4279-36d7-478c-b511-1d3e311c8d85", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "b651b2d0-e9e2-4b56-aada-7ebc4441166b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "21734534-2e05-463b-a51f-eca0d7313c87", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "84b17907-7a44-4dbd-be58-e2d973c1f608", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-16T13:01:39.0449326-07:00", "MeasurementValueNeededDate": "2025-06-16T13:01:39.0449326-07:00", "SourceSystemId": "sample string 3", "CompanyId": "2b13e135-e7d5-46fd-b33b-10e6a9c1dc24", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-16T13:01:39.0449326-07:00", "MeasurementValueNeededDate": "2025-06-16T13:01:39.0449326-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "1434db0a-660e-4b9f-ab25-170fd9ac02d3", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "0d700006-e180-46da-86e9-abe4a8a04da6", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "b651b2d0-e9e2-4b56-aada-7ebc4441166b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "21734534-2e05-463b-a51f-eca0d7313c87", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "f500dbfb-c18c-4093-8eb4-68933b9d9896", "Name": "sample string 1" }, "Unit": { "UnitId": "446db41f-a716-44fd-b8d5-a11065c999fb", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "aba068e0-870d-42d9-964c-dd9d976a270b", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "100ae79b-18f9-4f74-a882-7f3088f34c1e", "FieldId": "89e657fb-9cf4-4608-8f3d-3b75e9489181", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "100ae79b-18f9-4f74-a882-7f3088f34c1e", "FieldId": "89e657fb-9cf4-4608-8f3d-3b75e9489181", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "1874fdd5-5f2a-4561-8628-03612be8eb28", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "ddab7129-b040-4355-88cf-bd3784fc2475", "CreateDate": "2025-06-16T13:01:39.0449326-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-16T13:01:39.0449326-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }