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": "92bb6758-f3fc-4b4e-9b6e-edbc2b5809ea", "Asset": { "AssetId": "b7f433df-a7c5-4442-bc34-133c293751ca", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "c9f01ea5-8aa8-43fd-a3f6-2d03fb10e10b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "380dda65-0a63-4cb7-b793-1cd69939ab7f", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "28e7db03-b709-46ca-a60d-50436cce63ce", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-22T23:29:18.8880002-07:00", "MeasurementValueNeededDate": "2025-06-22T23:29:18.8880002-07:00", "SourceSystemId": "sample string 3", "CompanyId": "1e33b72d-2300-4501-ad55-79c233079ffd", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-22T23:29:18.8880002-07:00", "MeasurementValueNeededDate": "2025-06-22T23:29:18.8880002-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "e3573f52-87db-48ca-93e9-36c2e3a4f382", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "3ab17583-3263-44e5-942b-12827161ea30", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "c9f01ea5-8aa8-43fd-a3f6-2d03fb10e10b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "380dda65-0a63-4cb7-b793-1cd69939ab7f", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "98fc2f5c-805d-4a89-9a0f-1187c498ada0", "Name": "sample string 1" }, "Unit": { "UnitId": "c0124cb7-6e73-4251-bd8a-bc026172e03b", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "f388c482-d34f-4732-812c-d484aa7db07e", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "ee7270d4-0da4-45e6-a6d2-edc6a5dc490f", "FieldId": "b22317ed-2759-456c-bef6-b1463e7dcfe2", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "ee7270d4-0da4-45e6-a6d2-edc6a5dc490f", "FieldId": "b22317ed-2759-456c-bef6-b1463e7dcfe2", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "20abbb5d-93c6-4848-b821-c8f396a5b8a3", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "929abc3a-a651-46e0-9078-9772a517200f", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-22T23:29:18.8880002-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": "515f01c9-896a-4953-877d-8e1d257f35b9", "Asset": { "AssetId": "306227fa-d804-4a8e-ac59-ad826b34c7d1", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "68dc0bf2-4673-40eb-937b-c6f6285f0970", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "a543b36a-35b4-4977-87ba-84eba80333de", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "52e30b83-f025-4d34-8983-9e8458ab40fb", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-22T23:29:18.8880002-07:00", "MeasurementValueNeededDate": "2025-06-22T23:29:18.8880002-07:00", "SourceSystemId": "sample string 3", "CompanyId": "7c5cd4dd-b590-4bbb-af43-a4ba29c07208", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-22T23:29:18.8880002-07:00", "MeasurementValueNeededDate": "2025-06-22T23:29:18.8880002-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "a7e090f8-21d0-42e9-b49a-168020bd9493", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "99921620-8019-4cfa-b2b9-d2c2b2ebc397", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "68dc0bf2-4673-40eb-937b-c6f6285f0970", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "a543b36a-35b4-4977-87ba-84eba80333de", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "e5253328-cb0d-490e-988e-7d6b8f0855ad", "Name": "sample string 1" }, "Unit": { "UnitId": "50f79321-fe28-401f-8317-f5b6de7463e1", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "419ca65a-5d48-4887-a44e-ecc81db0aee2", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "82955726-d110-4707-952f-cd546187ee9d", "FieldId": "4912cbeb-5748-4de6-b57f-b33b24cca47c", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "82955726-d110-4707-952f-cd546187ee9d", "FieldId": "4912cbeb-5748-4de6-b57f-b33b24cca47c", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "5c9bf4db-166f-404a-b104-e162fd977dda", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "55ebe1df-bf45-485b-b995-7e382464b5d4", "CreateDate": "2025-06-22T23:29:18.8880002-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-22T23:29:18.8880002-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }