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": "9aa4bdf0-a9bc-41b1-978c-f396eb26d6ec", "Asset": { "AssetId": "33a2bf7a-f31b-4965-9abf-61a7fceb0ee1", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "79093293-e906-42f8-b070-9d8c5ee5f44e", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "76722f19-87fe-401a-91fa-8992b3484d4a", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "9027155f-cf6f-443f-9003-268dbf2f7746", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-17T11:36:32.1879246-07:00", "MeasurementValueNeededDate": "2025-09-17T11:36:32.1879246-07:00", "SourceSystemId": "sample string 3", "CompanyId": "34a16a34-2858-49c7-bedd-b1018c7f94ca", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-17T11:36:32.1879246-07:00", "MeasurementValueNeededDate": "2025-09-17T11:36:32.1879246-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "8a1e0724-feca-4862-b6f8-45f0dd77cea8", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "26cab233-b135-44bf-8f2f-ba9db7e0fac2", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "79093293-e906-42f8-b070-9d8c5ee5f44e", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "76722f19-87fe-401a-91fa-8992b3484d4a", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "b1390af4-c428-4e16-9af2-655e0cc1ac8d", "Name": "sample string 1" }, "Unit": { "UnitId": "e1467cba-41b2-44d2-84b3-12b99f91e21e", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "4955107d-f865-4667-8f39-629cec9a28fa", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "7e6ee5e1-3f88-41a5-82e3-b529d67f0388", "FieldId": "bc625e64-0acc-4b6e-abf9-1c19c7392d78", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "7e6ee5e1-3f88-41a5-82e3-b529d67f0388", "FieldId": "bc625e64-0acc-4b6e-abf9-1c19c7392d78", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "9c8042b9-cd0c-41b8-a5b9-89cd8f2060a1", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "bf117bd4-14b7-4994-8419-e91c6062bc80", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-17T11:36:32.1879246-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": "7e06600d-047e-4de7-a51b-b4f62b088232", "Asset": { "AssetId": "93f6d0ea-2560-46a2-8e20-b1c1e5ea7474", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "6a9c2029-adef-4414-bb88-cd5b118b89f1", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "a71f978b-bb63-4dee-80e8-33ad0c85c962", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "16b3a9f4-b25d-49c9-9f95-448bf3e57d82", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-17T11:36:32.1879246-07:00", "MeasurementValueNeededDate": "2025-09-17T11:36:32.1879246-07:00", "SourceSystemId": "sample string 3", "CompanyId": "497da793-f848-4739-a5dc-d52936e372e0", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-17T11:36:32.1879246-07:00", "MeasurementValueNeededDate": "2025-09-17T11:36:32.1879246-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "be5647c0-8217-40a3-800b-9bd5f6bfeab7", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "baa05da5-dae1-4077-8a3c-fcb6b5b6f5e8", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "6a9c2029-adef-4414-bb88-cd5b118b89f1", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "a71f978b-bb63-4dee-80e8-33ad0c85c962", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "a42e947f-21e1-4e59-9723-81a59c44f5d4", "Name": "sample string 1" }, "Unit": { "UnitId": "b37dd27f-1b33-4d18-9f17-f76ac0f6ab18", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "2a106219-cdbc-4f25-ba95-8da2fa49e8d6", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "7f6b1f64-f2c9-4fd0-a67e-fc1f9020b3b1", "FieldId": "c93254c0-a522-45e3-9b02-8341462f88bd", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "7f6b1f64-f2c9-4fd0-a67e-fc1f9020b3b1", "FieldId": "c93254c0-a522-45e3-9b02-8341462f88bd", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "3981fb81-b259-46de-a2cc-27520655c81d", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "78bb09c4-baee-417e-88ed-f8b1d4c8d15e", "CreateDate": "2025-09-17T11:36:32.1879246-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-17T11:36:32.1879246-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }