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": "1f393f58-9992-41ec-9d7a-d12463a0729d", "Asset": { "AssetId": "ccb29869-9a9e-47c2-abf6-084b607021ea", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "53c95e3c-c324-41e0-bc74-00044f538249", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "89e8e277-cd7c-46f5-8319-e14380e701d5", "CreateDate": "2025-04-03T15:22:32.6210711-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:22:32.6210711-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "0602ab56-6fd6-4384-88ec-a04eb2b3e2c3", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-03T15:22:32.6210711-07:00", "MeasurementValueNeededDate": "2025-04-03T15:22:32.6210711-07:00", "SourceSystemId": "sample string 3", "CompanyId": "ef3b4fe3-cdf3-4ccc-a304-30f3cee7044d", "CreateDate": "2025-04-03T15:22:32.6210711-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:22:32.6210711-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-03T15:22:32.6210711-07:00", "MeasurementValueNeededDate": "2025-04-03T15:22:32.6210711-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "a65e49f3-6152-4006-88ce-123d7dd1db93", "CreateDate": "2025-04-03T15:22:32.6210711-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-03T15:22:32.6210711-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "5570fa41-da0e-42f7-ac0f-2e1465fccbb0", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "53c95e3c-c324-41e0-bc74-00044f538249", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "89e8e277-cd7c-46f5-8319-e14380e701d5", "CreateDate": "2025-04-03T15:22:32.6210711-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:22:32.6210711-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "1569f222-3e96-49c0-b301-b573d1a35e5d", "Name": "sample string 1" }, "Unit": { "UnitId": "43a87b31-cc25-46ec-a463-20a794421412", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "06c45149-20f8-4771-9788-bd18f98fc9e7", "CreateDate": "2025-04-03T15:22:32.6366838-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:22:32.6366838-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "55a1b03f-eef6-420e-9ffd-487154612d70", "FieldId": "6a7c5f72-2663-41d0-85ad-c2821bb0afda", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "55a1b03f-eef6-420e-9ffd-487154612d70", "FieldId": "6a7c5f72-2663-41d0-85ad-c2821bb0afda", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "05da7243-d24e-4108-866f-bebd2db37ff9", "CreateDate": "2025-04-03T15:22:32.6366838-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:22:32.6366838-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "342fbdde-3cb5-47f2-b52f-36ce70dc38b8", "CreateDate": "2025-04-03T15:22:32.6366838-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-03T15:22:32.6366838-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": "aae6c442-71f3-4354-abce-0ad19f51b399", "Asset": { "AssetId": "657e5ead-2052-4af7-9b2e-412c368ca11e", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "6d26a139-148f-4af4-b690-913a1a905a72", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "c537ecf9-6a51-4c35-9bfb-87ae1ecf5e16", "CreateDate": "2025-04-03T15:22:32.6366838-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:22:32.6366838-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "0650c1aa-78da-461b-aaeb-b18a5a7e3ce5", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-03T15:22:32.6366838-07:00", "MeasurementValueNeededDate": "2025-04-03T15:22:32.6366838-07:00", "SourceSystemId": "sample string 3", "CompanyId": "79ed0284-2981-4130-aaed-c12ac0e7b3db", "CreateDate": "2025-04-03T15:22:32.6366838-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:22:32.6366838-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-03T15:22:32.6366838-07:00", "MeasurementValueNeededDate": "2025-04-03T15:22:32.6366838-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "60d239e7-04c0-4f6b-9703-4014afc3c5de", "CreateDate": "2025-04-03T15:22:32.6366838-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-03T15:22:32.6366838-07:00", "LastModifiedUser": "sample string 8" }, "ValueText": "sample string 1", "DisplayText": "sample string 2", "PropertyType": { "PropertyTypeId": "af6a5fcf-03d0-435b-be67-5f4a4692f099", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "6d26a139-148f-4af4-b690-913a1a905a72", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "c537ecf9-6a51-4c35-9bfb-87ae1ecf5e16", "CreateDate": "2025-04-03T15:22:32.6366838-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:22:32.6366838-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "8c9ad37c-2b24-4d1e-bc52-81355fff84ef", "Name": "sample string 1" }, "Unit": { "UnitId": "a0d64594-d088-4ed2-8a0a-a1e20e21ec79", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "95c3bd84-4a1e-43d6-8e6f-00ce81613992", "CreateDate": "2025-04-03T15:22:32.6366838-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:22:32.6366838-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "bd9485d2-03aa-4d07-985b-6b5e5a317dae", "FieldId": "c27f1acc-8503-4141-aeff-b82cb71f7098", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "bd9485d2-03aa-4d07-985b-6b5e5a317dae", "FieldId": "c27f1acc-8503-4141-aeff-b82cb71f7098", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "SourceSystemId": "sample string 4", "CompanyId": "ce6ba1eb-7f51-4227-b462-ad7b6216ad12", "CreateDate": "2025-04-03T15:22:32.6366838-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:22:32.6366838-07:00", "LastModifiedUser": "sample string 7" }, "IsValid": true, "IsValidMessage": "sample string 4", "SourceSystemId": "sample string 5", "CompanyId": "d8a856c8-521b-48a9-a345-b03f769dcf24", "CreateDate": "2025-04-03T15:22:32.6366838-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-03T15:22:32.6366838-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }