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": "5456a541-3a8d-4342-8a13-81d66876547b", "Asset": { "AssetId": "2f4d86f1-7096-413e-b7af-196a94d08ba8", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "9c58efc1-ed10-46ad-b0eb-5803eb3858da", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "5f1d89d9-1138-4ef2-96fc-21d7f41caba7", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "b8668108-25aa-402f-8af0-86e3f2d75dcb", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-13T21:05:34.2874897-07:00", "MeasurementValueNeededDate": "2025-09-13T21:05:34.2874897-07:00", "SourceSystemId": "sample string 3", "CompanyId": "ab9d14c0-a646-4ff9-9a35-90e855996f63", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-13T21:05:34.2874897-07:00", "MeasurementValueNeededDate": "2025-09-13T21:05:34.2874897-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "af290f51-44f7-42d4-9ab1-bc1b40badf9e", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "bb3e0f40-e116-435e-a149-23633216951c", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "9c58efc1-ed10-46ad-b0eb-5803eb3858da", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "5f1d89d9-1138-4ef2-96fc-21d7f41caba7", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "2a416410-5a66-4aca-8462-1ddfb4df66f1", "Name": "sample string 1" }, "Unit": { "UnitId": "303cc1bf-0da9-4e12-9a74-fb2959f8ad06", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "4e3be5d5-ca08-4575-853a-2b760436eb04", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "a468a72d-165d-4f65-bde4-587acad306a7", "FieldId": "cc609849-92ca-4984-a976-a0749c856d8c", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "a468a72d-165d-4f65-bde4-587acad306a7", "FieldId": "cc609849-92ca-4984-a976-a0749c856d8c", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "0b980c10-e940-41c3-8143-b01443a31361", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "adc4fbdb-382a-49bb-af70-75557d1a74b2", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T21:05:34.2874897-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": "4a5ec45b-136c-4a0f-9db1-d9f71d3368a6", "Asset": { "AssetId": "231af65b-94d6-4f3e-b232-20510a7ebe5f", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "bee28a83-5cc7-4476-ba7f-1859c43aeae8", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "1be663cb-024e-46fb-b57e-f1f6b81ecd63", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "a9fc1c57-6687-479e-9894-73921af41203", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-13T21:05:34.2874897-07:00", "MeasurementValueNeededDate": "2025-09-13T21:05:34.2874897-07:00", "SourceSystemId": "sample string 3", "CompanyId": "53f8fa90-0fdd-4522-8802-e3ddea7e9821", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-13T21:05:34.2874897-07:00", "MeasurementValueNeededDate": "2025-09-13T21:05:34.2874897-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "db5b8906-c5f2-4c2b-bbf4-cf03e6624844", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "37f90eea-54f9-4f4b-911b-a377658de40b", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "bee28a83-5cc7-4476-ba7f-1859c43aeae8", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "1be663cb-024e-46fb-b57e-f1f6b81ecd63", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "f14bbcb7-489a-4a7a-a77f-9fcbae3e8e89", "Name": "sample string 1" }, "Unit": { "UnitId": "d6944fb9-4c8a-486c-982f-c754f3b4c2fb", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ca86b802-8aa4-471c-abf8-7e7d14a73e9b", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "c8d5f1ea-fae3-434b-8892-919053e879c7", "FieldId": "fd0d01a9-6bd2-4894-9900-6fc5ad3c9e5e", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "c8d5f1ea-fae3-434b-8892-919053e879c7", "FieldId": "fd0d01a9-6bd2-4894-9900-6fc5ad3c9e5e", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "8d958126-8df8-4949-9a57-ed28c10045b4", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "f11d8b20-5101-46b2-ad27-6b3884417598", "CreateDate": "2025-09-13T21:05:34.2874897-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T21:05:34.2874897-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }