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": "5061ca72-6773-4301-af0c-123000655683", "Asset": { "AssetId": "8da5215b-aa2a-404b-953b-4a4d3ed51708", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "9c06b58d-a1c3-4f48-8208-4cd22b0072f8", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "747a8e0e-e8f9-43e6-9e06-a43fe4398390", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "bb409202-0037-494f-bb9e-60645f7a7e49", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-30T14:33:36.2601977-07:00", "MeasurementValueNeededDate": "2025-06-30T14:33:36.2601977-07:00", "SourceSystemId": "sample string 3", "CompanyId": "36b48ac2-2a52-4fd9-8b25-458155e14fc5", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-30T14:33:36.2601977-07:00", "MeasurementValueNeededDate": "2025-06-30T14:33:36.2601977-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "7ae76419-8c3e-4481-80d1-3c29501ecb3a", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "bda8565d-c409-425e-91a3-d28c9d9274c4", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "9c06b58d-a1c3-4f48-8208-4cd22b0072f8", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "747a8e0e-e8f9-43e6-9e06-a43fe4398390", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "959fed4e-90f1-494e-ac86-9fbcaab17b34", "Name": "sample string 1" }, "Unit": { "UnitId": "bec692f6-9020-4011-9567-0ecd9a22d6cf", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "f6ac77c8-42e6-428c-bce7-751444f889cd", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "d3de4100-b8e2-4b44-bbf0-ef66b3cb72b0", "FieldId": "a4ce2c86-fceb-41e3-8a7c-4b31783ae799", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "d3de4100-b8e2-4b44-bbf0-ef66b3cb72b0", "FieldId": "a4ce2c86-fceb-41e3-8a7c-4b31783ae799", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "e83bf2e3-8fe3-4979-9fa4-a3e1fba27f8f", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "bd58de89-2707-4f3c-98c9-d12c018c8f6e", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-30T14:33:36.2601977-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": "ed1acb78-52f7-4b41-9d05-6c477433d53c", "Asset": { "AssetId": "fc6f1c10-d3ea-46a2-b842-04fe9f2dfd2e", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "6d619efd-86f6-4266-b7e7-60f8ce421185", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "134ed32a-5bd7-4a1d-b10a-c097d0867f55", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "8fee1434-2b50-420f-8d99-fcd46b36edbd", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-30T14:33:36.2601977-07:00", "MeasurementValueNeededDate": "2025-06-30T14:33:36.2601977-07:00", "SourceSystemId": "sample string 3", "CompanyId": "b1e9330e-6e3a-4765-9f58-f371202a8cc2", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-30T14:33:36.2601977-07:00", "MeasurementValueNeededDate": "2025-06-30T14:33:36.2601977-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "d17cf4eb-5426-495a-ada5-9ffc6f202f04", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "ccce96a4-8ecf-4477-8dd5-1daf339c2774", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "6d619efd-86f6-4266-b7e7-60f8ce421185", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "134ed32a-5bd7-4a1d-b10a-c097d0867f55", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "1d810454-345e-464a-81d5-3ec01ca909df", "Name": "sample string 1" }, "Unit": { "UnitId": "ee54e8f7-a08f-4e0c-afb5-1e5256a5fd38", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "3e248286-76ba-4c3c-a80b-a15b449dbda0", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "d77b2a62-b13c-4c86-a263-a15aeceb09d3", "FieldId": "de118276-c29f-4939-83a3-01073605f333", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "d77b2a62-b13c-4c86-a263-a15aeceb09d3", "FieldId": "de118276-c29f-4939-83a3-01073605f333", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "0bbd9226-4197-4681-a38f-29a7eb857f73", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "92586b93-4121-4bdd-a746-64f06e2aae35", "CreateDate": "2025-06-30T14:33:36.2601977-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-30T14:33:36.2601977-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }