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": "608a5ec7-3fb7-417d-881e-8cb6ffd49247", "Asset": { "AssetId": "0f5d6413-a71d-410a-ad4e-bf156c5d35fb", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "6c74a0e4-197e-4337-b083-90be48b149a0", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "8206d101-7cad-4b1f-8cec-8ddff11fb275", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "3a9f1674-5a8f-4a7b-bdc2-d2b0a59ff80e", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-30T18:52:51.9967265-07:00", "MeasurementValueNeededDate": "2025-07-30T18:52:51.9967265-07:00", "SourceSystemId": "sample string 3", "CompanyId": "208e0f18-2c8d-49c5-b61d-a1f885464f29", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-30T18:52:51.9967265-07:00", "MeasurementValueNeededDate": "2025-07-30T18:52:51.9967265-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "a7df7cbe-9c42-4016-a5c3-ae521cd5d4a7", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "282eb939-e84e-4763-87ba-5127ab28350c", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "6c74a0e4-197e-4337-b083-90be48b149a0", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "8206d101-7cad-4b1f-8cec-8ddff11fb275", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "5fe6b1c7-0179-4208-9bc9-7f90a59cbecf", "Name": "sample string 1" }, "Unit": { "UnitId": "36ff5ae4-c3d9-4c1a-8332-59b41075487f", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "f8671a76-d472-4ad8-a3cf-9885619ac1d1", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "415ea719-fc63-4fad-87f8-6eb271a654d5", "FieldId": "02a6fbd4-cb17-4816-a854-a23c32283c42", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "415ea719-fc63-4fad-87f8-6eb271a654d5", "FieldId": "02a6fbd4-cb17-4816-a854-a23c32283c42", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "7aeb3d6f-498a-4150-bc06-e04e45793ca5", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "e2f46b24-bc02-402f-a0d1-2678870428fb", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-30T18:52:51.9967265-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": "04f76346-fe9f-491f-85bc-542a4e98bf88", "Asset": { "AssetId": "21fcf13b-fe95-414b-93c1-96c6ad86251b", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "60b2136c-de45-427c-bc14-9390aa6fcaee", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "4fa7f73f-af3c-4c16-be60-7b32e6f9c8c7", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "ab2b5b27-39fd-44c5-8742-03706926356f", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-30T18:52:51.9967265-07:00", "MeasurementValueNeededDate": "2025-07-30T18:52:51.9967265-07:00", "SourceSystemId": "sample string 3", "CompanyId": "9bb0707f-ebd6-4872-80fc-2cb736042624", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-30T18:52:51.9967265-07:00", "MeasurementValueNeededDate": "2025-07-30T18:52:51.9967265-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "fc9ab0f3-5fef-47fb-8243-3b09547a592b", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "bb7fd9f4-bcff-409d-933a-cc17a1310e9b", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "60b2136c-de45-427c-bc14-9390aa6fcaee", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "4fa7f73f-af3c-4c16-be60-7b32e6f9c8c7", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "f5c82141-68b6-4f9c-9f8f-c5c791837d43", "Name": "sample string 1" }, "Unit": { "UnitId": "1f46c31c-a14b-419c-9b18-5350b5eeecdb", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "4270d2c1-a910-4337-9e8f-369e942814cc", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "ca2be726-c1e5-46de-8ed9-3e8c2efd2526", "FieldId": "cbecff3e-062a-4e3b-91d5-a08a28e1b863", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "ca2be726-c1e5-46de-8ed9-3e8c2efd2526", "FieldId": "cbecff3e-062a-4e3b-91d5-a08a28e1b863", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "35161a3a-85fe-4f42-a5b0-6cb709ba15bd", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "5fd9661d-ec6e-47b6-8ec2-58e992c2dbb3", "CreateDate": "2025-07-30T18:52:51.9967265-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-30T18:52:51.9967265-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }