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": "e40c34f3-e6c6-4aa7-8b88-fd63560c2abc", "Asset": { "AssetId": "b14b1059-8192-4eb3-b7d2-ba6e63fdfb84", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "077c37c2-abc7-45c4-aab6-f841e3caf730", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "43af7fb8-d647-47b0-ae68-b4d4f5f1ac62", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "22da17c7-ea67-4c3b-983d-e738cde75510", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-30T14:29:57.8520927-07:00", "MeasurementValueNeededDate": "2025-04-30T14:29:57.8520927-07:00", "SourceSystemId": "sample string 3", "CompanyId": "acc9158c-1f4b-4d93-9c0f-b09e62f41faa", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-30T14:29:57.8520927-07:00", "MeasurementValueNeededDate": "2025-04-30T14:29:57.8520927-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "28676806-421e-40e6-a11e-bf7e39ca111f", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "60fadfd9-716e-44b2-bfea-a0d67d0757f5", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "077c37c2-abc7-45c4-aab6-f841e3caf730", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "43af7fb8-d647-47b0-ae68-b4d4f5f1ac62", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "e7fd271c-7601-493b-9e4b-934010509b15", "Name": "sample string 1" }, "Unit": { "UnitId": "bdae9067-2f62-4228-91f1-19e9f78be6ac", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "7a9ab141-6df5-4161-b27f-a0c7c58edc17", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "978431af-c7c4-4bc5-9dca-7e9b34f2bdc0", "FieldId": "1df7fe69-f08d-4e8d-8744-ea66df16356e", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "978431af-c7c4-4bc5-9dca-7e9b34f2bdc0", "FieldId": "1df7fe69-f08d-4e8d-8744-ea66df16356e", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "d626bbae-4ca1-4140-881c-80d9ba7d0d5a", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "2aace871-1db9-471c-b59b-f403b147f52c", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-30T14:29:57.8520927-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": "5d2d186c-b5c1-4677-9e6b-823f0ab1efd3", "Asset": { "AssetId": "9f895380-1e92-466a-acb4-213687e7755c", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "ea7dea7d-474f-4c44-9adb-ae55142fe1d5", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "d552ca76-fca3-4174-8f67-baf5077851ca", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "96d1a656-6410-4fc7-8f38-fd4bb425ecf9", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-30T14:29:57.8520927-07:00", "MeasurementValueNeededDate": "2025-04-30T14:29:57.8520927-07:00", "SourceSystemId": "sample string 3", "CompanyId": "654adcd2-5ccc-4a6a-b835-eb037f74dd2e", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-30T14:29:57.8520927-07:00", "MeasurementValueNeededDate": "2025-04-30T14:29:57.8520927-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "2e8c7d2b-ebda-4953-b1fa-54785c2dc98b", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "cfab1eb0-7fed-415e-9b55-efa3bf79e096", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "ea7dea7d-474f-4c44-9adb-ae55142fe1d5", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "d552ca76-fca3-4174-8f67-baf5077851ca", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "ae0c8772-8acf-4050-9e13-2865f146ba0d", "Name": "sample string 1" }, "Unit": { "UnitId": "c0b02789-a9bb-4a6d-9a50-8b19acbcf729", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "feb8fae0-efca-4fe5-8480-e06cf0b5ed06", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "20c86fd1-6f24-423b-bc68-04dc65e27362", "FieldId": "10c0c1f4-5ccf-4341-9bdf-086c5b5b633f", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "20c86fd1-6f24-423b-bc68-04dc65e27362", "FieldId": "10c0c1f4-5ccf-4341-9bdf-086c5b5b633f", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "1ff0108c-51f5-4537-9c6c-d742cbc3cb0b", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "4800aadd-bd27-46f2-9f1a-607dd05b6c80", "CreateDate": "2025-04-30T14:29:57.8520927-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-30T14:29:57.8520927-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }