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": "2ed66e6d-3089-4e6a-a822-becbd95abd50", "Asset": { "AssetId": "98c13b42-8f42-442a-a078-f63b4823d13f", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "dc4ad35e-8429-4b61-921f-f09e8cba79d7", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "9dfc5428-229b-46e4-a28c-db4d13584963", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "476b37db-b9de-4af5-b01b-b9798e5ed012", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-08-24T10:11:27.1387719-07:00", "MeasurementValueNeededDate": "2025-08-24T10:11:27.1387719-07:00", "SourceSystemId": "sample string 3", "CompanyId": "1d5bbe72-4660-46dc-ba1a-9fe46bb281a6", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-08-24T10:11:27.1387719-07:00", "MeasurementValueNeededDate": "2025-08-24T10:11:27.1387719-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "af9c48dc-bb9b-4e1b-9e56-6d26c0c4a87a", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "1f096497-f2f4-4653-bed4-e3d87a05a556", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "dc4ad35e-8429-4b61-921f-f09e8cba79d7", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "9dfc5428-229b-46e4-a28c-db4d13584963", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "f96c9e7e-5bc9-49b1-8134-fa86614712ce", "Name": "sample string 1" }, "Unit": { "UnitId": "948d368f-a02b-443f-b053-e4ec729d1f67", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "81e153d0-3731-4127-a4d2-93eaf5f52657", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "ce3b2ca0-5656-4698-9b3b-c0c5908c7a38", "FieldId": "4fd1958f-f8d8-44e3-9565-9df0fce28259", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "ce3b2ca0-5656-4698-9b3b-c0c5908c7a38", "FieldId": "4fd1958f-f8d8-44e3-9565-9df0fce28259", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "3f7cb477-c4a5-4611-9936-181403d389e3", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "25a0f839-82b9-4265-bc91-13087338ae16", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-24T10:11:27.1387719-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": "e685d230-d9a0-4523-95f0-99c8c7faa577", "Asset": { "AssetId": "cbe44863-bc0c-4beb-ae37-f19fb0ac4523", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "75310091-a4ab-4ffa-b841-6774f4ea03af", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "3ee98dc6-211e-44c9-bdca-81df6c5b3543", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "0e0b81be-b2cf-4c6a-a34e-c556af7296b1", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-08-24T10:11:27.1387719-07:00", "MeasurementValueNeededDate": "2025-08-24T10:11:27.1387719-07:00", "SourceSystemId": "sample string 3", "CompanyId": "158bcf84-ae5b-411f-a71c-7bd8c4a24393", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-08-24T10:11:27.1387719-07:00", "MeasurementValueNeededDate": "2025-08-24T10:11:27.1387719-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "2050411f-6f15-42e9-8a4c-5debfb77408f", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "a2585c87-04f6-4f27-a34b-5a687b27b587", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "75310091-a4ab-4ffa-b841-6774f4ea03af", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "3ee98dc6-211e-44c9-bdca-81df6c5b3543", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "2ddec461-8737-41e1-be28-d1bf53c055e5", "Name": "sample string 1" }, "Unit": { "UnitId": "88d53f87-e3a7-4a9a-a28b-2fd721b20be9", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "ddc68f3f-937c-477b-90ef-5de909f2cec2", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "191347a5-7714-4bb7-b61e-061529765bbf", "FieldId": "6a66b555-b7e7-4e23-aa44-61487e28c755", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "191347a5-7714-4bb7-b61e-061529765bbf", "FieldId": "6a66b555-b7e7-4e23-aa44-61487e28c755", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "9325e929-e31a-4d39-9135-a772ade83e4c", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "d1266ac8-02d2-41e6-822d-a90b90fddbcb", "CreateDate": "2025-08-24T10:11:27.1387719-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-24T10:11:27.1387719-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }